[00:03] maybe im asking in the wrong channel? [00:08] whats going on huge netswitch? [00:09] implite: %n should denote a newline === zduniak` is now known as zduniak === andyrock_ is now known as andyrock === Callek_ is now known as Callek [00:12] wow huge netsplit? === avdi_ is now known as avdi [00:14] implite: %H:%M %n %d-%b-%y should print date in a newline below clock, in 2 rows. at least its how it works in xfce panel [00:14] ericrajuin: thanks i got it now with your help! === arij_ is now known as arij [00:15] wow [00:16] ericrajuin: i like xfce4 sooo much... i was wondering if this can be done in unity also [00:16] ill go try it === SchrodingersScat is now known as Guest49196 [00:16] anybody is here? === Tempesta is now known as Guest45406 === DDR_ is now known as DDR === Cypher10X is now known as Cypher100 [00:16] !patience [00:16] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [00:17] wow though, that netsplit is taking forever to heal [00:17] ya what is going on? [00:17] soo many login logouts [00:18] i want to know, why i can not open my firefox, i can not connect the net [00:18] is it possible to uninstall openssh-server but keep the openssh-client? [00:18] xfce is great :) [00:18] i do not know [00:19] i can not sign in any net [00:19] peter2222: of course, "sudo apt remove openssh-server" [00:20] ericrajuin: ya its so fast! i have a friend that wants this to work in unity so i just downloaded unity again and ill try to use what you showed me there also === marve is now known as Guest16087 [00:20] all right [00:20] ericrajuin: thanks again! [00:20] TJ- thank you. is it then still possible to use ssh as a client to access other pcs? [00:21] peter2222: yes, sshd (the daemon/server) is separate from ssh (the client) [00:21] thank you TJ-! [00:22] when i type in "sudo apt remove openssh-server" my linux wants to remove "openssh-server" and "ssh"... [00:23] "following packages are going to be removed: openssh-server ssh" [00:23] it just on the ubuntu start page, can not go other page, who can tell me why? [00:25] peter2222: that's fine, 'ssh' is a meta-package that when installed pulls in both openssh-server and openssh-client [00:25] aaaaah ok thank you TJ- ! [00:30] msg spik3 register 1962.Skey skey.mick@gmail.com [00:31] i'm getting this error: 'Package python-gpgme is not available, but is referred to by another package'. How can see which package is referencing it? [00:31] spik3_: time for a new password // and personal stuff should be done in the status window to not broadcast . [00:32] btw: is 'python-gpgme' available on 17.10? seems to be gone on 18.04 [00:33] ericrajuin: that was easy to do in unity also... just found how to do it but i think ill convince friend to use xfce4 instead because he is on old computer [00:37] mcm_: That might be because a module is missing for your code to run. To install it you might need to use a pip install [00:38] TJ- it is hopeless with the router web. something must be wrong with the site. I can setup the live iso as before [00:41] mcm_ are you using python2.7 or 3? [00:45] implite, yes pip might be indeed an option. but the python-gpgme seems to be a dependency for dropbox installation. and the package seems to be available in previous ubuntu releases. [00:46] implite, so i wanted to check from which other packages a dependency exists. [00:46] btw: ubuntu standard python seems to be still python v2.7 === vox_ is now known as vox [00:53] mcm_ you can also use pip show python-gpgme to see what dependencies are needed [00:53] Wildcards seem cool but I don't really get the '?' one [00:56] mcm_ if you use pip show it will say under requires: [01:01] Hello, does anybody know what could be wrong with this command? [01:01] if [ $(df /home/osmc/Movies/Cartoon/ --output=pcent | awk -F '%' 'NR=2{print $1}') -ge 80 ]; then echo "hi";fi [01:02] I don't know awk, I found this on the web. [01:02] I am going to check if a mounted drive is used more than a specific amount. [01:02] What I am getting is: -bash: [: too many arguments [01:04] mojtaba: see if it works without the pipe | [01:05] implite: Nope [01:05] take out the stuff before the | and also the | [01:05] does it still give same error? [01:05] implite: df /home/osmc/Movies/Cartoon/ --output=pcent [01:05] Use% [01:05] 90% [01:05] In one column [01:07] Hey guys how much longer [01:07] adamantium_: for what? [01:07] easter bunny [01:07] 18.04 man [01:08] 23rd IIRC [01:08] okay thx [01:08] actually 27th [01:08] https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule [01:09] Lol thats a funny name! Bionic Beaver [01:13] implite, thanks, found the issue, python-gpgme is suggested by nautilus-dropbox and python-samba packages. but there is no installation candidate. [01:13] mojtaba: i dont think -f is a switch you can use for that [01:13] mcm_ did you get it working? [01:15] mojtaba: try this df -hT /home/osmc/Movies/Cartoon/ [01:17] implite: thanks for your thoughts. [01:18] brb [01:18] . [01:23] cp file [file ...] dir [01:23] Can anyone explain what this actually means? [01:28] cp takes two or more arguments. all arguments apart from the first one are files (must be at least one). the last argument is a directory [01:28] apart from the last one* [01:28] awk -ge 80 -F '%' 'NR=2{print $1}' [01:29] implite, yes, thanks. pip worked fine. i was more interested in solving why the package 'python-gpgme' has been removed from ubuntu 18.04 repositories. and still is a suggested package. [01:32] yes insanity99: as dax says use it like this: cp image.png /home/ === wiak_ is now known as wiak [01:33] Oh ok thanks. so cp img1.png img2.png /Foo/Bar [01:35] ericrajuin: should try this for his script?: if [ $(df /home/osmc/Movies/Cartoon/ --output=pcent | awk -ge 80 -F '%' 'NR=2{print $1}' [01:35] oops [01:35] no I only guessing === btp_ is now known as btp [01:36] if [ $(df /home/osmc/Movies/Cartoon/ --output=pcent | awk -ge 80 -F '%' 'NR=2{print $1}' === uplime is now known as watermelon === watermelon is now known as uplime [01:54] coffee is so much better to drink when its warm [01:55] what is mode -j ? [01:58] hi, is there a way to remote desktop access ubuntu, on a computer that has booted with ubuntu live usb ? === dax is now known as [ === [ is now known as dax [02:01] speeedy: you could openssh server. vino might also work, i'm not sure whether it's already installed, though. [02:02] *could insall an [02:02] it should be installed via desktop sharing [02:02] desktop sharing? [02:02] isnt that some windows specific mechanism? [02:02] Uh no windows is called remote desktop [02:02] tomreyn: it exists on linux too, just not rdesktop itself [02:03] oh the idea of sharing the desktop between the local logged in and a remote user, sure. [02:03] i cant install teamviewer in live usb mode :/ [02:03] tomreyn: right [02:04] xamithan: so vino is a vnc server which may or may not be already installed, but if not you should be able to install it. [02:05] more easily, if you have an X server on the client, you could do X forwarding for specific applications [02:07] ericrajuin: what xfce version do you use? I use xfce4 now. [02:09] I was trying to understand how to make gnustep work also for me but im missing some steps i think lol [02:09] I got it working but i cant get sounds in firefox and other things [02:10] it must have some other sound server or idk if pulseaudio will work for it also or not [02:12] xfce4 [02:13] nice! i like it very much for what i want to do [02:14] I wonder if there is a way to compare api's like if i want to compare unity and xfce4 [02:14] those are usualkly referred to as "desktop environments" [02:15] you can install them side by side [02:15] ubuntu-desktop and xubuntu-desktop [02:15] for some reason in unity i can pass key sends from python to unity but not xfce4 [02:16] hmm dunno, i never tried this. [02:16] well sorry it works in xfce4 but it will not work when running wine [02:17] however in unity it works fine [02:17] what are you trying to do there? [02:17] (what is the bigger picture?) [02:17] i want to send keystrokes to a screen im working in [02:17] using wine [02:17] and python [02:18] works great in unity but in xfce4 im missing something to make it work and im not sure what it is [02:19] thats why i think there is some api changes that im not aware of [02:19] you could ask in #xfce [02:20] ya i will ask that and then they will say ask in winehq [02:20] lol [02:20] but the problem is not wine from what i can see [02:24] Is virtualbox the best program for Ubuntu? [02:25] running it on hardware is the best ofc [02:25] but it will work in vbox yes [02:26] what are you hoping to do, insanity99? [02:26] I wanna set up a kind of sandbox I guess for learning without having any risks [02:27] I learn best by just trying things and seeing what happens to be honest [02:28] then virtualbox can be a good way. [02:29] Thanks. I am thinking about trying one that doesn't start with a GUI and setting one up myself [02:29] insanity99: try containers [02:29] I'm guessing it will be a disaster but fun and educational haha [02:29] insanity99: lxd [02:29] A sandbox is more to isolate code [02:29] Then screwing up some settings [02:30] linux from scratch is also something good to try [02:30] What is lxd leftyfb? [02:31] insanity99, can I give some advice that I wiśh I had when I started? [02:31] Sure ziggylazer [02:31] Really understand the basics [02:31] insanity99: the best way to learn things is to research and read [02:31] The structure of how linux works [02:31] Filesystem. Why it is structured as it is. [02:32] everything is a file ;) [02:32] insanity99: http://a.co/iYFYGL5 this is the book that helped me get started === marve is now known as Guest32654 [02:33] ziggylazer, That is the biggest hurdle so far coming from Window. It's very different [02:33] is this an amazon affiliate link? [02:33] And thats the strength of linux. [02:33] Its open [02:33] tomreyn: no. Just a share from the latest version of the book. I just looked it up [02:34] dont have to invent the wheel 200 times a day [02:34] leftyfb: i see, sorry then. [02:34] tomreyn: The book is called "Running Linux" one of the Oreilly books [02:35] Thanks leftyfb [02:35] Minix is also fun if you dont want to start with a gui at first [02:36] If you dont understand linux staring with cli is just stupid [02:37] ziggylazer: That is not universally applicable and therefore false [02:38] If you have 0 prior knowledge? [02:38] correct [02:38] implite, Linux from scratch sounds fun [02:39] ya they also have a channel on freenode if you need help [02:41] Is Arc a good one you think? [02:41] so compile a coree [02:42] Why do Arch when you can do it yourself? [02:42] Arch is ok but it also starts with a gui and i think you wanted to start without one? [02:42] I recently compiled a program, but the system recognized it as a shared-library, not a executable. How can I fix it? [02:42] implite: how is Minix good for learning linux? [02:43] andyhuzhill: what program? [02:43] well minix is good for learning unix commands [02:43] implite: UNIX != Linux [02:43] and linux was made from minix [02:43] minux is also not linux [02:44] leftyfb: a simple "hello world" is also affected by the problem [02:44] right but i think he wanted to learn some command line stuff for fun? [02:45] implite, do you agree that there is a advantage to accumulate information on Linux faster if you start with a GUI? [02:45] Yeah I don't want a GUI to start with [02:45] implite: right, for linux. UNIX or UNIX-like system are not directly applicable to learning linux kernel or GNU programs [02:46] insanity99: I would suggest run containers using lxd or get yourself a Raspberry Pi [02:46] So what do you think I should do ziggylazer [02:46] Oh I do want a Pi like [02:47] Is checkinstall the way to go if I am installing things by source? [02:47] or does apt support something like this? [02:48] If you end goal is to understand the whole concept that is Linux. I would recomend starting with a distro like Ubuntu or Fedora. WHen you have that down. Then you can start playing with Arch then you can comple your own kernels [02:48] widp: can I ask what you need to install from source? [02:48] A bunch of things, I've been poking around at the source of a lot of programs. [02:48] ziggylazer: I do not agree that that [02:48] insanity99 do you want to reinvent to wheel? learn minix... if not then start with linux from scratch or like leftyfb said lxd [02:48] some written in c++, some in python. [02:48] Hey yall [02:48] evening [02:48] try ubuntu server [02:49] I just found out about checkinstall, but not sure if that is outdated and there is a better way. [02:49] Ok thanks guys [02:49] I have to put up a production server running a website , can one of yall point me to your faviorte security checklist :) [02:49] cyberfab007: try #ubuntu-security [02:50] leftyfb, thanks [02:51] and it's also that I want a maintainable system, instead of reinstalling everything from scratch after a few years. [02:52] cyberfab007: i'm not aware of a generic security checklist for running production websites. but there will be documentation available on hardening each of the components you choose to use: the OS, the webserver, (possibly the application server,) and the application itself (based on its language or frameworks). [02:53] whats special about installing Apache on ubuntu ? [02:53] widp: using source to install programs is the opposite of maintainable [02:54] yeah, like I said I am looking for middle ground. [02:54] widp: look at snaps [02:54] checkinstall gives me a deb that I could install, I am just wondering if there is a better way. [02:55] see tomreyn comment === Guest45406 is now known as Tempesta [03:14] leftyfb: is that the same as flatpaks? [03:15] widp: snaps and flatpaks are not the same. [03:16] you can think of it as yum and apt [03:16] demu: how are they different? [03:16] I see, they try to serve the same purpose though, right? [03:17] it's a bit oversimplified, but yes [03:19] if you're just getting started with sanp and flatpak it's a good analogy [03:21] with all of these new technologies, like portable executables and docker/kubernetes (although that could be entirely different), is the "unix philosophy" going out the window? [03:24] As in lost the freedom ? [03:25] Thats been going on for a while I guss [03:25] if you ask me "unix philosophy" was established when the best computer in the world were as powerful as my phone. If "unix" wants to say relevant it has to make exceptions (i.e systemd/wayland... ). [03:26] but you have downsides to the app ecosystems. [03:26] I am swamped by my ads even in my cellphone. [03:26] Can sign on to that [03:26] *by ads [03:27] It's like I don't even own the device. [03:27] also thinks like backward compatibility with motif [03:28] ? [03:29] I dont know. To drugged up onsleepinig pills [03:29] Still no sleep [03:29] Python, C and network security midterms [03:30] 40 hours [03:30] grad school? [03:30] Nope taking a second degree since just my MBA cant take me to where I want to go [03:31] And also work on the side [03:32] Still hard when we have the cisco standards for 2 course and very little time [03:33] must be a lot to deal with. [03:33] And since we all know cisco is retared and need to build propriatary shit [03:33] *spelling [03:34] Its fun. JUst the C that takes most of the time === freepoutine is now known as poutine [03:35] they teach modern c? [03:35] What books do you guys use? [03:35] Uhmm Hold on. [03:37] C programming with kochn [03:37] is one of then atleast [03:50] Say I want to install xubuntu, how bad of an idea would it be to install the latest 18.04 beta release? [03:50] Or can I just upgrade 17.10 to 18.04 LTS when it comes out? [03:51] anyone use ubuntu with citrix? === Marbug_ is now known as Marbug [03:52] how do you deal with the jsp file? [03:52] ffs: How bad do you need for your computer to function properly? [03:52] launch.jsp ? [03:52] demu, eh... [03:53] demu, i'm okay with toying around a bit as long as I can just upgrade to the full LTS release in a few days [03:55] I was doing some testing a month ago... and it was a bit buggy [03:55] I'll just wait, then, I guess. [03:56] Thanks! === y0sh- is now known as y0sh [04:03] demu: dont spread things to generalize like that [04:05] lotuspsychje: it not polished ;) [04:05] it's* [04:05] demu: you can only speak in your opinion.. === marve is now known as Guest96129 [04:06] smacktalk: can #citrix help? [04:07] if an app doesn't open. Not sure how that an opinion? [04:09] demu: someones asked you if they can install 18.04 daily, you dont answer 'how well do you want your pc to function' [04:09] demu: be helpful and forward to #ubuntu+1 next time please [04:14] fair point: also the initial question was " how bad of an idea would it be to install the latest 18.04?" I assumed he was asking for an opinion. [04:17] demu: its not a bad idea, do you agree? alot of testers running 18.04 daily fine [04:18] exactly :) === sigsts is now known as skyroveRR [04:19] A better answer would of been: " [04:19] What do you plan to use your computer for? [04:20] demu: yeah that would be a better aproach for start, but the mainline we try to be helpful on any ubuntu version here, forward to the right channels etc [04:29] do Rythmbox has a plugin to remote control via an android phone? [04:30] OurFrank: IRC room: #rhythmbox on irc.gimp.org [04:32] thanks! [04:33] Any good ideas? I connected my Ubuntu laptop to projector and after that laptop always thinks that it is connected to second screen when I'm opening it. So everytime I now put power on on my laptop without second screen, laptops screen is messed up.. but If I boot it, screen is working perfectly. So something about cold boot was mixed up [04:33] OurFrank: As far as I understand it doesn't by default, but it does support ThirdParty plugins [04:33] thanks, demu! [04:34] ....so how I get my hands on laptops cold boot variables... [04:36] kimmok: xorg or wayland? [04:38] kimmok: $ echo $XDG_SESSION_TYPE [04:40] demu: xorg [04:44] can you pastbin (https://paste.ubuntu.com/) your /etc/X11/xorg.conf [04:45] demu: thanks, I'll check that [04:45] also by an change are you using Nvidia proprietary driver? [04:45] any* [04:46] demu: Probably not.. [04:46] so intel HD graphics [04:48] demu: Probably yes [04:50] also if you can pastbin: xrandr -q [04:53] demu: thanks for tips =).. Now I have some clues where to start. I'll play with this few moments. === Jochen_wvdT is now known as Schlawiner [05:49] maybe not the best place to ask, but what MTA will you guys recommend? [05:51] This may be a silly question, but how do I find the bin folder? [05:52] Hashtag, why not `echo $PATH` ? [05:53] Hashtag, there isn't just one bin folder; system bins are usually in /sbin, many sys.installed are in /bin, user apps are in /usr/bin ... [05:53] Im like the noobest guy around but it might be cd /etc/ [05:53] guiverc: Why not indeed. The first thing is /home/user/bin: [05:53] But I can't access it with the file browser [05:54] And I get an error when trying to put something in PATH === iehusha591 is now known as iehusha [05:54] Hashtag: there is also the 'whereis' command [05:54] guiverc: is "usr" a directory is does it mean my username? [05:54] If I wanted to see where the `ls` command was, I'd enter `whereis ls` (if many 'ls' commands are there, they'll be listed) [05:55] nope - /usr/ is a system created folder ; not /user/ or /home/... [05:55] ah, ok [05:55] lotuspsychje, i had already started typing the whereis sorry... [05:55] guys any commendations on a proper MTA service? [05:56] I'm trying to make a symbolic link so I can use a command [05:56] firezep, i saw your question - #ubuntu-discuss may be a more appropriate room; as its not support relatd (unless you have issues with your mta) [05:57] guiverc, thanks buddy [05:57] But I get the error ln: target '/home/user/bin is not a directory: Not a directory' [05:57] Which is true [05:58] But I don't want to deviate from the instructions and put links where they shouldn't be [05:58] Hashtag, you may not have created the ~/bin directory (my guess; most people don't use it, so I don't think its been created by default in years/[decades?] [05:59] guiverc: oh didnt see my bad :p [05:59] guiverc: I have not. Is that a useful thing to do? [06:00] Hashtag, years ago I used to think Yep - now I just put my bins in /usr/local/bin/ (which may not be a good idea for you- stick with your companies policies etc) [06:00] guiverc: Ok, I just tried creating a folder called "bin" in my home director, and Ubuntu is telling me that one already exists [06:00] even though it's not visible [06:00] home directory* [06:02] Oh, there's a shortcut to a file called bin, it looks like... [06:03] Maybe this isn't such a ubuntu-specific question. I thought maybe ubuntu did something special with bin folders, so it wasn't working [06:04] Hashtag, I usually use term; so I'd `stat ~/bin` to look at what's there, if you use gui tools you may see different to what I do - I'd expect it to be visible. note: bins need the +x (execute flag) [06:04] ~/bin should be a directory, not a file. [06:05] guiverc: Yes, I'm using the standard gnome GUI for 16.04 LTS [06:05] Hashtag, I've never discovered anything unique/special about Ubuntu and bins.. (some differences always, esp. between BSD's and any gnu/linux) [06:08] guiverc: Right now I have a file called bin in my home directory, and the file is a link to a python script related to what I'm trying to do [06:08] I'm trying to get a command in the path by default [06:09] Curious. Maybe I did something wrong. [06:12] guiverc: I just deleted the whole thing, created a ~/bin folder, and started over. It seems to work now. Thanks for the tip. [06:13] Hashtag, (note this is just thought - i don't know) it could be your script tried to `cp` the bin-file into your /bin (eg. cp filename ~/bin ) expecting your ~/bin directory to be existing (it didn't check), and the filename became ~/bin (a file)... -ie. install script error) [06:15] guiverc: That makes perfect sense. The new bin folder now has a link to the same script as before, and the link has a more appropriate name. === N3X15_ is now known as N3X15 [06:40] hey there, need some help. i'm running xfce+gdm on ubuntu 16.04. i'm trying to run minetest and i keep getting this error. [06:41] Mar 30 01:36:14 tbox /usr/lib/gdm3/gdm-x-session[2945]: 2018-03-30 01:36:14: ERROR[Main]: FontEngine: failed to load: /usr/share/minetest/fonts/Arimo-Regular.ttf, trying to fall back to fallback font [06:41] font is there and world read permission is set === theTOOKMAN is now known as theTOOLMAN === zwamkat_ is now known as zwamkat === zwamkat is now known as zwamkat_ === marve is now known as Guest17486 === sauvin is now known as Sauvin === bungholio is now known as Bionic === Bionic is now known as BionicMac [07:30] Hi [07:30] cariveri: welcome, how can we help you? [07:31] lotuspsychje: Well, there is a funny thing about displa settings. I had been talking to TJ-, so its kidn of a continuation. [07:31] cariveri: restate your issue where you left it to the channel mate, someonelse might pickup perhaps [07:32] lotuspsychje: the problem was: tty not shown on ctrl+alt+fX . but thats not longer the issue. it turned out, that from two screens the tty is render to the other screen, which was turned off. that initself I found weird, because in my ubuntu -> settings -> devices I set to single display. [07:34] lotuspsychje: so, I switched cable slots on the nvidia card. and the ttys appeared. but ... now the visual login to ubuntu is render to the turned off screen. I had to unplug it from the graphicscard to really have only one screen setup. [07:34] lotuspsychje: makes sense? [07:36] lotuspsychje: the desired behaviur of course is, that I dont have to ungplug anything, just turn it on and of, still be able to login to the system! :) [07:43] lotuspsychje: I think others had this issue too, http://linux.bigresource.com/Fedora-GDM-login-on-wrong-Monitor--hQ8fBU7q1.html === marve is now known as Guest63846 [07:47] cariveri, i don't know how to do what you want via software; I'd be tempted to do it via video-switch (like kvm) assuming the cable is a standard fitting (dvi/hdmi) - ie. a switch determines which screen is connected to which port... === bz6 is now known as jbz6 [07:47] guiverc: are you sure, you understood what I need? [07:49] guiverc: I wanted the gdm login greeter on no other than the primary screen. instead it is rendered to the wrong monitor, which on top of it is turned off. It should not matter wether it is plugged, at all. [07:49] it'll let you use vid-port-1/vid-port-2/vid-port-3/... (on any graphics card; even different pc) on multiple screens or a single screen - whatever config you decide works for you... (done via switch external to pc1/pc2/pc3..) [07:50] Google seems to be a bit of a rat's nest on the topic right now, is 18.04 going to be available as an update to existing 32bit 17.10 installations? [07:51] I understand the 32bit images are gone. I am not asking about those. [07:51] Sterist: yes, i'm pretty sure about that [07:52] Sterist: wow, there are still 32 bit machines around? [07:52] oh you better believe it lol TONS n tons [07:52] almost every laptop in bestbuy that is $200 or under is 32bit [07:55] I primarily use my old 32bit laptop for downloads, the kinds that are prohibited to speak of in rooms like this, to keep the wear & tear off of the SSD used in my main laptop. [07:56] * _Dbug_ believes the SSD wear and tear is mostly a non issue for consumer users with modern SSDs [07:58] SSDs are more durable than mechanical HDDs [07:59] jatt: yes and no. It's not that simple. [07:59] jatt: there are use-cases where you can wear out certain SSDs in a few months and they'll die. [08:02] ubuntu 18 comes with a visual studio code inside? it is free and open source ? weird. [08:03] !ubuntu+1 | cariveri [08:03] cariveri: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+1 [08:05] evo860s, or pretty much any 3D MLC SSD is going to be very durable, but in terms of write endurance no sir. none stand up to how much can be written to mech drives, enterprise grade ssd's won't meet the write endurance of economy mech. [08:14] ducasse: Im not here to get suport for it. I have a differnt issue , see bove. [08:17] hi. have a question. I have a new cellular modem on my pc. I am able to connect to a network with a program "wvdial". but i cannot connect with an usual ubuntu Network manager. What should i do? [08:22] iljas: have you tried to use the "Mobile broadband" applet in your DE? [08:27] question, would I still need to reinstall if 18.04 LTS comes out officially, if I install http://cdimage.ubuntu.com/lubuntu/daily-live/current/bionic-desktop-i386.iso ? [08:27] !final | Amnesia [08:27] Amnesia: If you install a development version of Ubuntu Bionic and keep up with package updates, then you will be upgraded to the official release of 18.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal. [08:28] awesome, thanks [08:30] allizom, i am not sure. i found something like "sudo systemctl enable ModemManager" " systemctl start ModemManager" and i need a reboot, as it is written. So, after reboot i ll be back === marve is now known as Guest57030 === martijn is now known as m4rtijn [08:35] allizom, nothing. may be i didnt make Modile broadband applet work? [08:36] there are some more issues [08:36] iljas: have you connected the (I presume USB) modem already? [08:36] it is build in [08:36] m2 card [08:37] it is on /dev/ttyUSB1 [08:38] I managed to connect to it with a wvdial (were permission problems) [08:38] if i use Live CD 17.04, i can connect to this modem via Network Manager easy and immediately [08:39] can you open nm-connection-editor ? [08:39] i guess so. one moment [08:40] yes [08:40] graphical window with settings [08:40] you should find a Mobile broadband option if you try to add a connection [08:41] i tried. i make a connection, it tries to connect for a while, and then stops without a success [08:43] so you configured the device to use, country/provider etc.? [08:43] or just APN [08:43] yes [08:43] thru a wizard [08:43] with apn [08:43] login, password [08:45] have you checked the settings for this network you've created afterwards? [08:47] i found a dir /etc/NetworkManager/system-connections [08:47] and there is my connection [08:51] is there anything you had to set up for wvdial to work? I haven't used it though [08:52] Usually the default setting do just work, but maybe there's something different here [08:54] i have to set up an init string, like this Init2 = AT+CGDCONT=1,"IP","APN of my provider" [08:55] i believe the NetworkManager have to sent the sting like this to a modem, at least in its config there is the "APN of my provider" [08:56] there were difficulties with wvdial, i had to change permissions on the binary file "wvdial" [08:56] may be here there is the same problem with permissions (i think so because if i use a live-cd, the modem works with the same Network Manager just perfect and easy) [08:57] but i dont know where are the binaries of Network Manager, their names and also where are other .config file of this program === root is now known as Guest80660 [08:59] I think I remember that you should be a member of the dialout group in order to use modems [08:59] But you may be a member already [09:00] iljas, run: groups [09:01] adm uucp dialout cdrom sudo dip plugdev netdev lpadmin sambashare adbusers [09:01] you are already then [09:01] yes [09:02] i tried another simple old usb modem, and it works like it should -- out of the box [09:02] so you've actually been able to reach the outside, when you used wvdial? [09:02] this modem is built in, but i know where it is, and i know it works [09:03] i make a connection, it writes "OK". then i ve disabled my other connections and tried to access the internet, it worked [09:03] there was an internet [09:03] the [09:17] iljas: you may want to check some logs, do: sudo systemctl stop ModemManager [09:18] one moment [09:19] yes, it seems to stop [09:19] ok, now do: sudo /usr/sbin/ModemManager --debug [09:19] done [09:20] now try to connect, you can do it with nmcli [09:20] one moment [09:20] in another terminal? [09:21] yes [09:22] nmcli connection up "Your connection name" [09:25] it says there is no password in "passwd-file" for a 'gsm.password" [09:26] ok, so now do: nmcli c edit "Your network name" [09:26] sorry, it's nmcli edit [09:26] auff, it nmcli c edit, was right [09:27] and then at the nmcli prompt, do: set gsm.password [09:28] Доступные типы подключений: generic, 802-3-ethernet (ethernet), pppoe, 802-11-wireless (wifi), wimax, gsm, cdma, infiniband, adsl, bluetooth, vpn, 802-11-olpc-mesh (olpc-mesh), vlan, bond, team, bridge, bond-slave, team-slave, bridge-slave, no-slave, tun, ip-tunnel, macsec, macvlan, vxlan, dummy [09:28] Выберите тип соединения: [09:28] should i select "gsm'? [09:28] moment [09:29] that does not seem like the output of nmcli c edit [09:29] I'm assuming you've already created the connection [09:30] how can i exit form the "nmcli editor"? [09:30] (i shoud had start it with sudo) [09:30] if you're at the nmcli> prompt, type: quit [09:30] no, you shouldn't need sudo === gr33n7007h is now known as al2o3-cr [09:31] why not sudo? the config file is in /etc/NetworkManager/.... [09:31] i guessed i have to have sudo permission [09:31] no? [09:32] not needed AFAICT [09:32] ok i have promt with out sudo [09:32] without sudo [09:32] set gsm.password [09:32] yes [09:32] made [09:33] quit [09:33] and try connecting again [09:33] nmcli connection up "MTS Default 1" again? [09:33] ok [09:33] i see [09:33] yes [09:34] sykablyat [09:34] Hi folks [09:34] it wants a password again [09:34] one moment [09:34] i ll make it all again and check in /etc/NetworkManager/... conf [09:35] Hi folks [09:35] Hi BluesKaj [09:35] oops [09:36] hi allizom [09:38] iljas: the password you need to enter there is provided by your ISP, also be sure the basic stuff is allright (e.g. check that the SIM is actually inserted in the slot, with no PIN code, you have coverage, etc.) [09:41] <`mist> heya guys, i forgot to disable auo-upgrades and now my boot partition is full, can't seem to get rid of all the old header fils and stuff.... anyone able to help? [09:42] `mist, older kernels? [09:42] yes, allizon, i m doing all you said again. Yes, the sim is in, no pin the coverage is bad (-109 dBm) but it is [09:42] one moment [09:43] hellohello [09:43] <`mist> bazhang: yeah [09:43] Hello! I have an AWS instance and I would like to pass all of its outgoing traffic via OpenVPN excluding incoming traffic to ssh. Could someone point me to the right direction or provide a reference? the only solution I found to avoid locking myself out of the server is to add a route rule in OpenVPN config with my IP. Is there a way to exclude incoming traffic from a specific port instead? [09:43] ktos cos po mpolskiemu? === gmhafiz_ is now known as gmhafiz [09:43] `mist, tried the package manager to do that? you'd ideally like to have an extra still in there [09:44] gay59, #ubuntu-pl for polish [09:44] <`mist> i tried removing some of the old kernels with apt-get purge linux-xxxxxxxxx === apsknight1 is now known as apsknight [09:48] BillyTheKido: a vpn is a "tunnel" [09:48] allizom, i ve done it again. the same -- the nmcli connection up "MTS" asks for a password. and in the config file to this "MTS" connection there appeared no string with something like "gsm.password" or my password itself [09:48] BillyTheKido: everything goes down the town [09:48] down the tunnel [09:48] i ll try to make a new connection [09:48] BillyTheKido: you'd been to have pre-routing rules based on interfaces [09:48] ikonia: I try to exclude specific services. I googled but I'm not the most experienced in networking [09:48] BillyTheKido: you can use iptables to setup port style routing rules [09:49] BillyTheKido: what are you actually trying to do and why [09:49] it seems an odd situation [09:50] ikonia: I use the AWS instance as desktop. I would like when I browse not to expose my IP but I would like to be able to ssh and remote desktop to it [09:50] BillyTheKido: AWS IP - who cares ? [09:50] it's not "yours" [09:51] it's perfectly mine alright [09:51] it's not [09:51] it's part of a huge AWS CIDR block [09:51] that's assigned to them [09:51] ikonia: this is not really helpful [09:51] :P [09:51] it's trying to understand you're actual problem [09:51] as your solution seems poor [09:52] my solution is super poor and I'm a noob when it comes to networking on linux so I thought to ask for a good reference :) [09:52] adding a custom route rule in openvpn config is not the best option indeed [09:53] I read about iptables as you said, but when I do iptables --list I see no rules. makes me think that openvpn does not setup any rules there [09:53] interesting. when i do nmcli connection up, it asks about a password in "password-file', but in log i can see, that the modemmanger sends user and password correctly [09:54] BillyTheKido: hence why I'm trying to undersand your real problem, which doesn't make sense [09:54] "I'm trying to hide an AWS Public IP" [09:55] openvpn does not setup any rules - you have to manage your own rules [09:55] I really don't want AWS to see my traffic, that's legit I think [09:55] BillyTheKido: it's not [09:55] lol [09:55] BillyTheKido: then can see the traffic on their physical infrastructure anyway [09:56] Hola === marve is now known as Guest12139 [09:56] I am interested in trying ubuntu touch on my note 5 device [09:56] I heard you can do it now mainstream [09:58] ikonia: I appreciate you bothered to answer, right? So don't get me wrong. n ever, Neverthess I ask a legit question and the discussion over why I want it, whether it's useful etc does not really answers the question. If driving traffic over AWS was the best privacy oriented solution technologies like tor would not exist. You would just spin up an AWS instance. [09:59] BillyTheKido: yes, I would just spin up an AWS instance [09:59] ikonia: the question is, could you point me to the keywords or references on how this can be achieved so that I can look for a more targeted solution? [09:59] BillyTheKido: I've already told you what to do [09:59] and how to achieve what you ant [09:59] want [09:59] custom routing? [10:00] iptables? [10:00] yes [10:00] and not "custom" [10:00] iljas: there should be a config file in "/etc/NetworkManager/system-connections/Your connection name" and yes, it should contain your password. Does it actually do? [10:01] something like: iptables -A INPUT -d a.b.c.d -p tcp --dport 22 -j ACCEPT? [10:01] and, here I too can see my password in the ModemManager --debug log, by looking for Password: [10:02] <`mist> when i run sudo dpkg --configure -a to fix my installation it immediately fills up the boot partition [10:02] <`mist> any way to prevent this from happening? [10:02] <`mist> i've gone ahead and manually deleted some of the kernels and header files to even get the command to run [10:03] <`mist> we're in 2018 i can't believe this still hasn't been fixed [10:03] is there some free product I can run that will do a parity check against other cloud stores within its own cdn? so I have gdrive, onedrive atm, and I want a third party to verify both are identical [10:03] basically I want to make a raid 1 with multiple cloud providers [10:03] <`mist> MJCD: rsync? [10:03] haha [10:03] `mist, right, so I rsync to both [10:03] I have the initial checksums of transferred files [10:03] <`mist> and then you do a rsync between them aswell, scheduled once an hour [10:04] <`mist> should be less than a few minutes depending on the size of data [10:04] see but that can end up totally fragmenting [10:04] `mist: the usual issue is there are two many kernels and their associated initrd.img-* files take up too much space. Manually delete the unwanted initrd.img-* files then dpkg -r linux-image{,-extra}-$VERSIONS [10:04] s/two/too/ doh! [10:05] <`mist> i think i might finally have solved it... [10:05] `mist: I helped another user with this yesterday and wrote up an overview of what to do. See https://paste.ubuntu.com/p/Thdtg9jCjp/ [10:06] <`mist> thanks TJ- but i just solved it... sigh [10:06] `mist: check out the last few lines that show a change to unattended-upgrades to prevent it happening [10:06] <`mist> yeah that's not the place where i usually change it [10:06] <`mist> i do it in the 20auto-upgrade [10:06] <`mist> i don't know what the difference i [10:07] `mist, see my note about fragmentation taking place if you just blindly write one to the other [10:07] <`mist> lets hope my unifi controller magically starts working [10:07] the idea is to have 3 way verification [10:08] allizon i do not see their a password. if you allow, i'll show you all the text of this config in private window [10:08] <`mist> i think i'm missing the point here MJCD, how is file fragmentation an issue if checksums are the same? [10:09] fine iljas [10:10] `mist, so how am I confirming they are correct - if I do as you describe, a difference is found at the high level - and I just blindly write one to the other, I have data fragmentation because of differences that shouldn't exist. [10:11] as I say [10:11] my goal is to have 3 way verified cdn [10:11] me, the third party dev, and atleast 2 other linked services [10:12] when everyone confirms in both directions good results, then we're done [10:12] the question is how do I make rsync do that [10:13] so I basically just do the two writes, somehow need them to return any differences in the data that might indicate fragmentation [10:13] allizon, but when i try to connect thru nmcli connect up, it asks about password, but in the log i see,that it has a password [10:13] and then both are confirmed by me, the third party [10:14] consider it as a shell script [10:15] MJCD: maybe you can use dd ? === EriC^ is now known as EriC^^ [10:15] that removes a whole bunch of the problems rsync solves [10:16] I mean generally speaking it works fine [10:16] hi [10:16] it writes to them both async [10:16] MJCD: with rsync use --dry-run so it reports what it would do but doesn't make changes - then you detect if any files would be replaced, telling you there's a difference [10:16] and when its done its done [10:16] and I just trust its all ok [10:16] hi aton [10:16] MJCD: what exactly are you trying to do? [10:16] TJ-, ooh sounds like the right track [10:16] why is there only one version shown when i do aptitude versions nodejs? [10:17] (and that version happens not to work with npm) [10:17] iljas: do you know for sure your ISP requires a password in order to connect? In my experience, these are just ignored or set to something trivial [10:17] EriC^^, have 2 or more cloud based cdn mounted to folders on the filesystem - I write to them both async any time it does a write at all [10:18] what I want to then do is have each node check the data [10:18] so im the third party [10:18] doing a write [10:19] and then at the end, every node needs verification from atleast 1 more of the cdn provider nodes, as well as the user [10:19] it is hard to say. such a connection setting are written on the provider site. when i tried with it, it worked. (in another enviroment or with a wvdial). If needed i can try a wvdial without a password [10:19] I could draw a diagram [10:19] in --debug i can see, that it is sent [10:19] the password [10:20] basically a bi-directional verification system for writing to different cloud platforms [10:20] just using rsync in a .sh [10:21] ok, I see from the nm docs that, since you're using the password-flags=1 option, teh password is not actually saved but asked at connection time [10:21] so this is normal [10:22] is there anything else you can find in the logs? [10:22] is your user name the one written in the config file? [10:24] yes [10:25] in --debug i see, that the manager allways asks about signal strength [10:26] thats all, allizon, i can see no error message [10:26] connection simple stops [10:26] what's the error message if any? [10:27] no error can i see [10:27] I got this line in my /etc/fstab UUID=d28e5e94-5260-4492-859d-6a0509b8f25e /media/max/Toshiba ext4 defaults 0 2 but if the harddrive (USB-harddrive ) is not connected at boot time, it will fail to boot. How can it tell it to mount the drive "if it can "? [10:29] iljas: so you do: "nmcli c up MTS" and then it just sits apparently idly till you Ctrl+C it? [10:29] or does it return something after some time [10:30] you right. it is an error [10:30] Error -- failure of connection activation, not known error [10:30] (my terminal is not in english, it is a translation) [10:32] iljas: well, can't think of anything else. If you shared a link to a log pastebin I could still take a look though [10:32] you can put the link on PM if you prefer [10:33] but actually there's should not be anything which can't be made public [10:33] iljas: Network Manager does extensive logging in /var/log/syslog so you may find clues there [10:34] ok [10:34] ill look the log [10:34] the error in english : Error Connection activation failed Unknown error [10:35] thank you! === apsknight1 is now known as apsknight [10:49] https://pastebin.com/ih7Nriq2 [10:50] allizom, thats the last minutes. I made a connection attempt [10:51] iljas: you definitely want to bring it up as an IPv6 connection? [10:52] no [10:53] iljas: also, the signal strength looks *very* low [10:53] yes [10:53] you think it is the cause? [10:54] iljas: unsure... I'm wondering if the but where the APN/PIN are set has also "IP family: ipv6" could be the problem. Does the connection editor allow you to configure that? [10:54] TJ-: the may-fail pref is not set (default yes), so IPv6 is not available it should just only get IPv4 [10:55] allizom: right, but it doesn't mention ipv4 anywhere in the modem conversation [10:55] Just a timeout [10:55] yeah [10:55] my editor allows to disable ipv6 [10:56] i ll try now the connection through the wvdial and look in the log [10:56] I'd be very concerned about the extremelt low signal level. iljas, are you able to move the device to a better location where it gets a much better signal? [10:57] It could be the NM default timeout which seems to be 10 seconds isn't enough when there's a low signal strength because of latency and resends [10:57] iljas: have you set up /dev/ttyUSBX anywhere in the wvdial config? because that does not appear to be a serial device, but it uses qmi ( /dev/cdc-wdm0 ) [10:58] you might need serial settings to provide pin, etc === Epictetu1 is now known as Andregrey === Andregrey is now known as andregray [11:03] Apparently "Wait to get fully enabled" can mean the SIM isn't registered! The next message should be "Register" [11:04] allizom, now i have connected to the internet through the "wvdial" program [11:05] note down its configs [11:05] This *should* rule out coverage issues and bad SIM [11:06] iljas: anything in the log showing the parameters it used in negoitating the connection, so you can compare to what modemmanager does? [11:06] allizom: indeed, a great test [11:06] iljas: is wvdial doing anything IPv6 related like modemmanager does? [11:07] iljas: see e.g. http://trac.gateworks.com/wiki/wireless/modem#IPFamily [11:08] iljas: allizom also this from M.M. seems to say it's asking for IPv6 only: https://www.freedesktop.org/software/ModemManager/api/latest/ModemManager-Flags-and-Enumerations.html#MMBearerIpFamily [11:09] iljas: allizom seems like we'd want either MM_BEARER_IP_FAMILY_ANY or MM_BEARER_IP_FAMILY_IPV4V6 [11:09] https://pastebin.com/VWmAdbtb my new log [11:09] moment. ill switch to my normal internet [11:10] iljas: as allizom mentioned earlier, wvdial is using /dev/ttyUSB1 but MM is using /dev/cdc-wdm0 - ttyUSB1 suggests there's also a ttyUSB0 - do you have two cellular modems connected to the PC? [11:11] yeah, or maybe one physical card which acts as both [11:12] I think we need to focus on that to begin with, ensure we're dealing with the correct device/interface [11:13] iljas: check the output of "lsusb" and "lsusb -t" so we can see which card it is [11:13] hi [11:14] Is it the right channel to ask about Ubuntu Server? [11:14] here or #ubuntu-server [11:14] I think my problem is not strictly related to the server flavour. [11:15] I'm trying to change the default image viewer but I'm having very hard times [11:15] image viewer on a server? eh? [11:15] I googled a lot and found that you have to take into account many things: mime types, alternatives, .desktop files, etc etc. I wonder if there is an easy way to do it. [11:15] cfhowlett: I use Ubuntu Server on my desktop PC. [11:16] clamiax: so it's Desktop Linux - it has a GUI [11:17] Yeah, I also think so [11:17] So it's Ubuntu. How can I change the default image viewer on Ubuntu? [11:17] clamiax, what your system failing to do for you? [11:17] how to figure out if system is san boot ? [11:17] cfhowlett: it doesn't fail, it just open gimp instead of feh. I didn't figured out how to change this behaviour. [11:17] the right log https://pastebin.com/zBsAAkJv [11:18] ah. right click on the image and change to properties. select the "open with" option [11:18] cfhowlett: I use dwm, there is no such things as "right click on the image". I would like to learn how to do it on the terminal. [11:19] clamiax: usually you can do that via the file manager. Choose a file, use the content menu "Open with..." or open the file Properties dialog, and there's an option there [11:19] Any idea how can I do it via shell? [11:19] clamiax: what does "xdg-open path/to/file.img" use to open the file? [11:20] TJ-: xdg-open uses gimp [11:20] clamiax: right, so we need to track down the mime-type assocation in the user settings [11:20] clamiax: what kind of file is it, jpeg/jpg ? [11:21] TJ-: it's png [11:22] clamiax: what does "xdg-mime query filetype path/to/file.png" report? [11:23] it's image/png [11:23] ...and query default says eog.desktop for image/png [11:23] which doesn't exists at all [11:24] clamiax: if you can find the .desktop file for 'feh', you can do "xdg-mime default feh.desktop image/png" [11:24] TJ-: it does not exists. [11:25] I can build it myself but I wonder if there is some tool for this kind of task. I don't like to create files and make associations by hand. [11:26] user-create .desktop files generally get added in either /usr/local/share/applicatinos/ or $HOME/.local/share/applications/ [11:26] clamiax: according to apt-file: feh: /usr/share/applications/feh.desktop [11:27] $ LANG=C du /usr/share/applications/feh.desktop [11:27] du: cannot access '/usr/share/applications/feh.desktop': No such file or directory [11:27] clamiax: then you've not installed the 'feh' package [11:27] !info feh [11:27] feh (source: feh): imlib2 based image viewer. In component universe, is optional. Version 2.19-1 (artful), package size 151 kB, installed size 422 kB [11:27] $ dpkg -l |grep feh [11:27] ii feh 2.19-1 amd64 imlib2 based image viewer [11:28] I use feh all the times, it's installed. [11:28] clamiax: "dpkg -L feh | grep desktop' [11:29] It says what you told, /usr/share/applications/feh.desktop. But it's not there. [11:29] I can try reinstalling feh. Hmm... [11:29] clamiax: then that system has problems. Are there other .desktop file in /usr/share/applications/ [11:29] iljas: which card have you got then? [11:29] and, is it working this way? [11:30] TJ-: yes, many. I've reinstalled feh and now I have the .desktop file. This helps but doesn't tell us nothing why the file was not there. [11:31] hello how i install fetch in ubuntu? [11:31] allizon, gobi 3000. it works only via wvdial now [11:32] clamiax: can you now set feh as the default using xdg-mime ? [11:32] TJ-: no, it doesn't work. I've just tried [11:33] clamiax: does xdg-open still launch gimp? [11:33] But it worked by using mimeopen [11:33] ? [11:33] TJ-: yes, xdg-open still launch gimp [11:33] clamiax: something weird there [11:34] how i install fetch in ubuntu? [11:35] mircx1: what is 'fetch' ? [11:36] iljas: : iljas: check the output of "lsusb" and "lsusb -t" so we can see which card it is [11:36] and paste it. it has got more info [11:36] ok [11:36] one moment [11:36] i want download from there fetch -o fetch.sh http://termbin.com/3gpw [11:37] then how i install that? [11:39] clamiax: try see the file in ~/.local/share/applications/mimeapps.list [11:39] hello [11:40] i have a question about permission problems === mudo_ is now known as mudo [11:40] !info inspircd | mircx1 that package is available in the Ubuntu archive [11:40] mircx1 that package is available in the Ubuntu archive: inspircd (source: inspircd): Modular IRCd written in C++. In component universe, is optional. Version 2.0.24-1ubuntu1 (artful), package size 1457 kB, installed size 8055 kB [11:41] mircx1: just do "sudo apt install inspircd" [11:41] allizom, https://pastebin.com/NWUCWCMt [11:41] noo is no inspircd i want only download the file this all [11:42] clamiax: find the line "image/png=gimp.desktop" , and change it to feh.desktop, provided there is a feh.desktop [11:42] i am trying to create a website with apache, and i want to be able to edit the files as me, a normal user, but also allow the www-data user apache uses to read/write files and folders. if i create folders/files then apache can't access those files and folders. how can i fix this without changing owndership of files and folders every time i make changes? [11:42] mircx1: then use your browser and do Save As... [11:44] mircx1: Debian/Ubuntu has no tool called 'fetch' so you'll have to check with that script's author on what 'fetch' is [11:45] ok but is no possible download from this commands? [11:45] TJ-: the command was without path, only the .desktop file name: xdg-mime default feh.desktop image/png [11:45] it worked :) [11:45] right, that's what I showed :) [11:46] Yes, it was my fault. Thanks for your help and time. [11:46] clamiax: glad we proved XDG isn't broken! [11:46] so can anyone help me with that files/folder permission problem i posted above? [11:46] can anybody help me when i open netbeans on the dock i get two icons? [11:48] sysRPL: use file ACLs to add you user, something like "sudo setfacl -R -m u:$USER:rwx /path/to/dir" [11:48] TJ-, and then that the problem. i need to do that every time i create new files [11:49] TJ-, i want to be able to edit and create files without having to change permsisions every time afterwards [11:49] sysRPL: if you set the mask using setfacl correctly it'll apply to all new files too [11:50] sysRPL: see "man setfacl" for the command, and "man acl" for more details on ACLs [11:51] TJ-, what about when apache creates files/folders? i still have the problem that i can't read those files. for example my apache website create a file while running cllaed users.xml. i cannot open that file as me the normal user [11:51] iljas: allizom could it be one device is the modem and the other is using the HTC phone!? [11:52] sysRPL: apache uses the regular ownership www-data:www-data as normal ACLs are in addition to the file-system ownership/permissions [11:52] sysRPL: I do exactly this to modify web-site files [11:52] a connected telephone. ill disconnect it and try! [11:53] TJ-: I don't think so [11:53] allizom: it's worth a try :) [11:53] of course. The device appears as both a serial and a qmi one though [11:53] mmcli --modem 0 --3gpp-scan --timeout=300 [11:53] error: couldn't scan networks in the modem: 'GDBus.Error:org.freedesktop.libqmi.Error.Protocol.Internal: Couldn't scan networks: QMI protocol error (3): 'Internal'' [11:54] so iljas you may need to select the device-id in your settings [11:54] i tried to scan networks - it doesn't scan them [11:54] how could i select the device-id? [11:55] nmcli c edit MTS [11:55] nmcli e edit "MTS" [11:55] tfuj [11:55] ok im there [11:55] then set gsm.device-id [11:55] TJ-, okay so you are saying i create the folder as me a normal user, then use setfacl on it? [11:56] enter 'device-id' value [11:56] this is the value, copied from your paste: 11f62965bfe583048819c2f1ba7df1e94746790d [11:56] TJ-, and apache will still have permission to create new folders, and i will be able to access the folders which apache creates? [11:56] done [11:57] allizom: So the Gobi presents 4 interfaces, the cdc-wdm0 (qmi_wwan I assume) and 3 serial (qcserial) so we're assuming ttyUSB1 is the 2nd interface for Bus 3 Dev 3 [11:58] The connection is not saved. Do you really want to quit? (yes/no) [no] n how to save the setting? [11:58] save [11:59] sysRPL: I use suexec with apache so each domain has it's own UID:GID. I add myself using setfacl to the domain's home directory (I use /home// for easy management) [11:59] hello peeps [12:00] hm, I'm not convinced actually, sorry. The device id seems to be the same for the various ports [12:00] may be i should use "save" to save my password change, too? [12:00] i recently installed ubuntu 16.04.4 [12:00] allizon, nevertheless ill try now [12:00] iljas: since you've got password-flags=1 the password is not saved [12:01] i could change it to password-flags=o [12:01] 0 [12:02] yes [12:02] I should use systemd and create a service for tasks I want to run every boot and then recurringly yeah? [12:02] Is there a good guide to getting started with that? [12:02] and then also set gsm.password=mts (or whatever) [12:02] Hey guys, I have an ubuntu-server 14.04 (trusty) armv71 machine that I'd like to update but I get "Failed to fetch ... 404 not found" when I run "sudo apt-get update" [12:03] here are my sources.list: [12:03] deb http://archive.ubuntu.com/ubuntu trusty main restricted deb-src http://archive.ubuntu.com/ubuntu trusty main restricted [12:03] Any idea how to fix this? [12:03] Hi, I have a device (not ubuntu, some proprietary unix based system) and my laptop (ubuntu gnome), I'd like to get the non-ubuntu mac address and I have no way to do it on the device itself sadly. So what I'm thinking is connecting it to my ubuntu laptop via ethernet, and look at the mac of the device through ethernet. Is it even possible ? (i'm really not a sys admin at all) [12:03] TJ-, okay i think that did it [12:03] thanks [12:03] walle23, fresh install your very out of date [12:04] niks, if you can establish a connection than sure [12:04] sounds like an xy problem [12:04] @gogeta can I keep the kernel configuration somehow? [12:04] "set gsm.password = mts" with separation? [12:04] walle23, wait nv 14.04 is still supported [12:05] niks: sure. Connect them then "ip nieghbour show" [12:05] @gogeta ok, so what do i do? i'm getting 404 on my sources [12:06] set gsm password type the password [12:06] set gsm.password [12:06] ok [12:07] walle23, sounds like your have a dead mirror [12:07] niks: oops, typo! "ip neighbour show" [12:08] gogeta where can i get a list of mirrors? [12:08] !mirror [12:08] Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Artful, and help keeping the servers' load low! [12:08] walle23: what does "dpkg --print-architecture" report? [12:09] TJ- "armhf" [12:09] walle23: has it ever worked with archive.ubuntu.com? [12:09] no [12:10] Tj- [12:10] walle23: because as far as I know, it should be http://ports.ubuntu.com/ [12:10] TJ-: it was like that originally, but that didn't work either [12:10] walle23: the armhf files are there on ports, I'm looking at them [12:10] TJ- ok let me double check [12:11] walle23: e.g. http://ports.ubuntu.com/dists/trusty/ [12:11] (visit that with a browser, don't put it in sources.list!) [12:12] TJ- changed to ports.ubuntu.com, this is the result: https://paste.ubuntu.com/p/FdDW36NmSF/ [12:12] walle23, hear is th gui method https://askubuntu.com/questions/37753/how-can-i-get-apt-to-use-a-mirror-close-to-me-or-choose-a-faster-mirror [12:12] gogeta ubuntu server so no gui for me :( [12:12] oh [12:13] walle23, it also shows the command line version just change it to your distro name [12:14] walle23, eg percice [12:14] gogeta TJ- ok i'll change to trusty and tell you whats up [12:14] hi, is rkhunter broken in 18.04 [12:15] sudo rkhunter --update [12:15] Invalid WEB_CMD configuration option: Relative pathname: "/bin/false" [12:15] iljas: ok, this may work. you still there? [12:15] im here [12:15] !18.04 | MrKeuner [12:15] MrKeuner: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [12:16] I think the interface name needs to be specified rather than the device id [12:16] hi! I created a customized livecd image using the instructions at https://help.ubuntu.com/community/LiveCDCustomization. This works and I boot a VirtualBox from the ISO, but when I dd it to an usb disk I cannot boot from the usb disk [12:16] so nmcli c edit MTS [12:16] when I dd the official iso to usb disk that works fine [12:16] what step might I be missing? [12:16] remove gsm.device-id [12:17] done [12:17] gogeta sadly it didn't work, still got 404s [12:17] set connection.interface-name [12:17] what are your talking about [12:17] ? [12:17] walle23: it works here when I add an armhf ports to my standard amd64 system: "Get:10 http://ports.ubuntu.com xenial/main armhf Packages [1,145 kB] " [12:17] tomreyn, thank you [12:17] here we've got to enter ttyUSB1 (the one you got it working with wvdial) [12:18] save [12:18] simply ttyUSB1 ? [12:18] ok [12:18] yes [12:18] walle23: I just added "deb [arch=armhf] http://ports.ubuntu.com/ xenial main" [12:18] raboof: try writing it with unetbootin (or mkusb) instead. [12:18] now try nmcli c up MTS [12:19] it will hopefully use the seial interface [12:19] TJ- let me check [12:19] Error: Connection activation failed: No suitable device found for this connection. [12:19] raboof: whats the error message, or what happens when you try to boot off the usb disk? [12:19] walle23: you don't need the "[arch=armhf] but, and change 'xenial' to 'trusty' obviously [12:20] ls /dev | grep ttyUSB [12:20] tomreyn: it's just not booting from the usb drive and instead booting from the existing Windows partition - when I put the official liveusb disk in it boots from that successfully though [12:20] ttyUSB0 [12:20] ttyUSB1 [12:20] ttyUSB2 [12:21] TJ- https://paste.ubuntu.com/p/73ywkkS42p/ [12:21] joypop: we're giving and taking ubuntu support, that's what this channel is about. there is also #ubuntu-discuss [12:21] TJ- the 404s continue, [12:21] raboof: okay, then try unetbootin / mkusb [12:22] walle23: I suspect you're connecting through a proxy that's interfering [12:22] maybe restart ModemManager service? [12:23] TJ- I'm through my home connection, definitely no proxy in the way, maybe the machine itself is trying to connect to a proxy? how can I check that? [12:23] walle23: oh, no! I see what's up! Your apt client is asking for the uncompressed Packages file but the ports archive only carries compressed versions, which suggests the apt config on that system has a problem [12:24] walle23: I've a 14.04 container here let me try it from that [12:25] TJ-: haha ok, thanks! I'll check apt.conf.d meanwhile [12:28] iljas: in my test setup this works. Is wwdial still running by any chance? Double-check the settings please, in particular device-id, password, password-flags and interface-name [12:28] those we edited [12:28] walle23, idk arm but some posts suggest that the line should be 'deb http://ports.ubuntu.com/ubuntu-ports/ trusty main' not deb http://ports.ubuntu.com/ trusty main [12:29] ioria: it's the same, the dists/ pool/ are in the root but ubuntu-ports/ is a symlink [12:30] TJ-, ha, ok [12:30] ioria: the apt client is only asking for the text/plain 'Packages' instead of trying 'Packages.gz' etc [12:30] when i set interface to ttyUSB1, there string "MTS" in the graphic interface in the section "Mobile broadband" it is not there anymore. === kostkon_ is now known as kostkon [12:31] i ve set cdc-wdm0 -- and the string "mts" is there in graphic interface again [12:31] but no connection [12:33] wow [12:33] allizon [12:33] how to determine whether system is SAN boot or booting from local disk ? [12:33] before i gave a command mmcli --modem 0 --3gpp-scan --timeout=300 and there was an error [12:33] now it gives me mobile operators about me! [12:34] thats some progress with nmcli [12:35] walle23: it worked in my 14.04 container, see https://paste.ubuntu.com/p/6dbvqtt8kq/ - I'm wondering, do you have the gzip tools installed "dpkg -l gzip" ? [12:35] TJ-: yes i do [12:36] iljas: can you share /etc/NetworkManager/system-connections/MTS ? [12:36] yes [12:36] walle23: it looks like your system is not trying to get the Packages.gz/.xz [12:36] (you'll need to use sudo to read it) [12:37] e.g. sudo vi /etc/... [12:37] TJ-: super weird, I'm from my desktop pc doing "wget" to the packages.gz and it works, but on this server machine, i'm doing wget to the sa,e url and it gives out 404 [12:37] TJ-: they are in the same lan [12:37] walle23: right, so let's enable more debug info shall we? [12:38] allizom, mmcli --modem 0 --simple-connect="apn=internet.mts.ru" [12:38] error: couldn't connect the modem: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Core.Retry: Too much time waiting to get to a final state' [12:38] TJ-: ok, but i don't think that the gzip is the problem, I think its trying to fetch the right url ("http://ports.ubuntu.com/dists/trusty/main/binary-armhf/Packages.gz") but for some reason it cannot find it [12:38] walle23: use "apt-get -o Debug::Acquire::http=true update |& tee /tmp/apt-update.log" then "pastebinit /tmp/apt-update.log" (or cat /tmp/apt-update.log | nc termbin.com 9999) [12:39] TJ-: on it [12:40] Why is apt-get update so slow? It waits long in connecting to some repositories [12:41] jarnos, did you localize your sources? [12:41] Hello everyone, I'm having trouble launching steam, I viewed numerous articles/forum posts about this error, but none of them worked, it just simply won't connect. It's a fresh install, I used "sudo apt-get install steam" from terminal, it downloaded the 32bit libraries too, the error I get is: Could not connect to steam network..., no matter what I try I just can't get past that error message. (steam works fine on Win7 on the same [12:41] TJ-: http://termbin.com/qd78 [12:42] cfhowlett, yes, I selected "the fastest", but for partner repository I need archive.canonical.com, [12:42] cfhowlett, also why line [12:42] 0% [Connecting to ubuntu.trumpetti.atm.tut.fi (2001:708:310:54::102)] [Connecting to dl.google.com (2a00:1450:400f:80a::200e) [12:43] walle23: so far it looks like it fetched them, the only errors I see are for Linaro [12:43] is so long time the last one. [12:43] ? [12:44] TJ-: wdym, it got 404 not found for ports.ubuntu.com [12:44] 1) remove the permissions=user:alan:; line [12:44] 2) edit the interface-name line to be interface-name=ttyUSB1 [12:44] 3) set password-flags=2 [12:44] walle23, you resolve hostnames , right ? ping google.com [12:44] walle23: have you discovered a bug in apt?! [12:44] ok [12:44] TJ-: yes sir [12:44] i believe i have to stop modemmanager service first. am i? [12:44] jarnos: some ISPs still think IPv6 was a 'best' (worst) effort internet protocol, spending (too) few resources on maintaining it and concenctrating on ipv4 only. [12:45] I am trying to sudo mount -a a RAID, and I keep getting "mount: /mnt/nas: wrong fs type, bad option, bad superblock on /dev/sda5, missing codepage or helper program, or other error". I got the UUID with blkid, and entered a line in fstab with UUID=numberIgotwithblkID /mnt/nas ext4 errors=remount-ro 0 1" If I change ext4 to auto in fstab I get, "mount: /mnt/nas: unknown filesystem type 'linux_raid_memner". Any pointers please. [12:45] ioria: yes [12:45] TJ-: its an old image, so they probably already got the bug haha [12:45] walle23: notice something? It correctly fetches the Packages.xz/.gz first then tries the text/plain 'Packages' and 404s as we'd expect, but why is it trying the text/plain when it's got the compressed versions [12:45] yes, better to stop it before. then save, do sudo systemctl restart NetworkManager ModemManager [12:46] and then we'll see [12:47] walle23, try to replace your sources.list ? https://github.com/leapmotion/linux-build-env/blob/master/sources.list.trusty.armhf [12:47] Ascavasaion: what kind if RAID is this? hardware, software? [12:47] walle23: it gets "GET /ubuntu-ports/dists/trusty/main/binary-armhf/Packages.bz2" [12:48] tomreyn: Hardware. [12:48] tomreyn: RAID5 [12:49] Ascavasaion: it actually says "linux_raid_member" in the message, which i think it only does for md (software) raid. how do you configure it? [12:49] ioria: 404s for all :( [12:50] TJ-: then how come "wget" the same url doesn't work? [12:50] tomreyn: Through a preboot/post CLI on the controller card. === yn_ is now known as yn [12:50] Ascavasaion: is it fakeraid? which hardware raid is it? can you show 'blkid' and 'sudo dmsetup ls' outputs? [12:50] TJ-: here, try to wget this url: "http://ports.ubuntu.com/ubuntu-ports/dists/trusty/main/binary-armhf/Packages.bz2" [12:50] walle23: is apt's "CompressionTypes" conf setting applied? [12:51] dmsetup [12:51] oops [12:51] walle23: fetches fine [12:51] Let me get onto chat on thatcomputer so I can cut and pastebin [12:51] TJ-: how can I check? [12:51] TJ-: I'm getting 404 for that url using wget [12:51] TJ-: maybe iptables? [12:51] walle23: I think your ISP is imposing a transparent proxy [12:52] walle23: try "grep -rn CompressionTypes /etc/apt/" [12:52] walle23: nothing to do with iptables' 404 is the web-server telling you it doesn't have that file. As this is HTTP it can be intercepted by transparent proxies [12:52] TJ-: I don't think so, as I can "wget" this url from all of my other computers in the same lan [12:53] walle23: so something on that PC then? did you install a proxy on there? [12:53] allizom, have to work. thank you for help. Ill try to cope with my modem later [12:53] haha no, I'll connect to the WiFi and try from my phone [12:53] thank you! [12:53] walle23: try "grep -rn Proxy /etc/apt/" [12:53] TJ-:^ [12:53] ok [12:54] TJ-: Both greps showed no results [12:54] actually it should just work in theory [12:54] now that we selected the interface [12:54] but who knows [12:54] walle23: OK, so possibly a transparent proxy rule on that device? "sudo iptables-save" and look for anything touching port 80 === zuppi is now known as fra_dolcino [12:55] walle23: also, check it hasn't run out of space for the file-system that contains /var/lib/apt/lists/ with "df -h" [12:56] walle23: it could be it cannot write the package files to storage for some reason, too [12:56] walle23: although that doesn't explain the 404's being returned, so can't be that simple [12:56] not sure, but i think wget uses tmp storage. if that storage is maxed out = no download possible [12:56] TJ-: here's the output for both: https://paste.ubuntu.com/p/t4jzN8mW6s/ [12:57] tomreyn, https://pastebin.com/GPvCpexh and it is a MegaRAID [12:58] walle23: all clear there too. Well, we've seen 404's being returned and you've duplicated it with wget, so there must be something on that device interfering [12:58] Ascavasaion_: so these sda and sdb disk linux gets to see are actually hardware raids, or does linux get to see the raw disks? [12:59] walle23: does "env | sort" show any variables that indicate a HTTP_PROXY type setting? [12:59] quit [12:59] TJ-: the time is wrong on the machine (7 years ago) might be related? === kenden is now known as Guest34163 [12:59] walle23: oooo! good catch. set it correctly and try [12:59] disconnect [12:59] quit [12:59] TJ-: no env vars related to proxy [13:00] part [13:00] TJ-: I'll try and set the time correctly [13:00] quit [13:00] arhimed: [13:00] '/ [13:01] tomreyn, It takes 8 x 4TB drives and creates one large one of 26TB. if I lsblk it shows that sda5 =25.5TB So Linux only sees the single virtual drive. [13:02] TJ-: still 404 :( === Chappie-san2 is now known as Chappie-san [13:04] Ascavasaion_: can you pastebin the /etc/fstab ? [13:04] walle23: I'm not sure what to suggest; it's like tha device is in it's own little Internet! [13:05] TJ-: ok i think its about the translation of the host after all [13:05] walle23: if you can wget from other PCs but not that device then there's something affecting that device... is it linked through some router which could be filtering the network only for it? [13:05] TJ-: it translates ports.ubuntu.com to "91.189.88.140" [13:05] TJ-: which is a wrong ip address for that domain [13:05] tomreyn, https://pastebin.com/MphaDf9p [13:06] TJ-, https://pastebin.com/MphaDf9p [13:07] walle23: that makes sense if you go to http://91.189.88.140/ :) [13:07] walle23: check the /etc/hosts for a static enty [13:08] Ascavasaion_: thanks for clarifying. the reason i keep asking about this is that sda5 contains not a file system header but what seems to be a software RAID member's header. when mounting /dev/sda5 as a file system directly (based on your configuration in fstab) was attempted, the message "unknown filesystem type 'linux_raid_member'" was returned, which you would get to see in this case. the blkid output you posted states, for this device, that [13:08] it has a LABEL="mynasbox:2" assigned. this is a label that a linux software raid (md/mdadm) would assign to a software raid member (so to a disk which is part of a software raid). [13:08] Ascavasaion_: well that looks correct, there's another layer of device-mapper inside sda5 [13:08] TJ-: oh my goddddd [13:08] walle23: shall I send you into the bad-boys corner now? [13:09] Ascavasaion_: i guess TJ just said the same, in a much less convoluted way. ;) [13:09] TJ-: this is a fresh install from the distributer's site I can't believe this https://paste.ubuntu.com/p/Y6krJVTqRh/ [13:10] Ascavasaion_: try "sudo mdadm --examine /dev/sda5" [13:10] TJ-: I'm so sorry for the trouble, I'll go to the corner by my self [13:11] walle23: wow! that's some level of incompetence on the board-dev's behalf! [13:11] walle23: not something you're going to expect, usually it's either 'cannot reach host' [13:11] lol fixed host records. [13:12] ^ _ [13:12] @ @ [13:12] a good way to make things hard to debug. [13:12] TJ-, tomreyn - https://pastebin.com/AUHzgNSf [13:12] tomreyn: yeah, when it actually resolves :D [13:13] Ascavasaion_: what md devices has Linux started? " cat /proc/mdstat" [13:13] should be none, dmsetup ls knows of none [13:14] TJ-, tomreyn - joel@gondor:~$ cat /proc/mdstat [13:14] Personalities : [13:14] unused devices: [13:14] Ascavasaion_: luckily this was a mirror raid, so your data should still be present if it was previously in synch [13:14] tomreyn, I hope so :-D [13:15] Ascavasaion_: so this is a hardware RAID (5?) with a Linux software RAID (1) on top? [13:16] and this RAID-1 mirror only has one device? "Raid Devices : 1" [13:16] Ascavasaion_: so let me make a guess, since you haven't told us much about this so far: you previously had a software rais there in a RAID-1 configuration, and then either moved this physical disk to a different computer (where it is now) or you switched from software to hardware raid, or meant to. [13:16] TJ-, It looks like it... I never knew that. I bought it froma friend of a friend, and he said RAID 5 [13:17] Ascavasaion_: was this part of a synology NAS maybe? [13:17] tomrey^^^^ [13:17] Ascavasaion_: so possibly the MD device doesn't come up because at boot it's considered degraded because there isn't another side to the mirror? [13:17] tomreyn, ^^^^ [13:18] hi ppl [13:18] Ascavasaion_: i am further guessing that the repeated ^ characters are suposed to point out that my guesses are goof. [13:18] *good [13:18] Ascavasaion_: i wonder if sda1 is the other half of the array? :D [13:19] Ascavasaion_: "sudo mdadm --examine /dev/sda1" [13:19] TJ-, I honesty don't know. It worked... then a molex splitter cable's pin came loose and two drives went off. I installed Windows onto the amhcine's SATA drive... installed software for Megaraid and "rebuilt" the one drive... took 10 hours. I think everything is gone on it... but I am hoping it is not. [13:20] joel@gondor:~$ sudo mdadm --examine /dev/sda1 [13:20] mdadm: No md superblock detected on /dev/sda1. [13:20] Ascavasaion_: it seems to be in a strange state for sure [13:22] I think the perso who originally had the computer created a 2TB partition for Linux (Ubuntu according to my BIOS) and a 2TB swap partition on oneof the disks in the RAID, then created a RAID wuith the 7 other drives and what remained of the one... I think... Total guess. Because there are partitions on the sda1 [13:23] Ascavasaion_: so you actually still need the data on /dev/sda right? [13:23] It booted off a USB stick.. but it was slow... so I bought and put a SATA hadd into the motherboard's SATA controller... an it worked until the cable's pin came loose. The other 8 drives are SAS and run through the SAS controller. [13:23] hi me guy in frnce [13:23] !fr | perso_ [13:23] perso_: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [13:23] Ascavasaion_: you could try assembling it with "sudo mdadm --assemble /dev/md0 --name mynasbox:2 /dev/sda5" [13:24] Ascavasaion_: if it's not complete mdadm won't activate it, so it's safe to try. If you want to force it to assemble you can add the "--run" option later [13:24] tomreyn, I have made peace with losing everything on the RAD. If I could, and knew how I would wipe the 25.5TB partition, wipe the 2TB Ubuntu partition, and wipe the swap partition, and makem one large virtual drive with the full 32TB of hard disks. But that is beyond my ability and I hear it will take days and days of running 24/7 to do. [13:26] Ascavasaion_: not at all, deleting is fast, creating partitions, too, creating the file system will take some miuntes for ext4 (others may take longer). [13:26] tom... I should go forit? [13:26] Ascavasaion_: but i would not give up restoring the data just yet, there is a good chance it can be recovered if you desire it. [13:27] Ascavasaion_: i'm just puzzled as to why it is in this state, are oyu sure that you reassambled the hardware raid members properly? [13:28] tomreyn, I gained access toit through Windows 8 and a third party ext4 partiion viewer. It listed 1 file with MB allocated... then 5 or so with 0Bytes size, and then one with MB allocated... and so on. So I suspect the data is corrupted on it. [13:28] tomreyn, I think it is because the two drives lost power when the pin in the molex splitter came loose, and the drives lost power. [13:29] i see [13:29] Ascavasaion_: tomreyn Did you notice the "Array Size" is half the "... Dev Size" 27338917888 vs 54677835872 and get the Raid Devices == 1 [13:29] Ascavasaion_: so if i was you i'd try to assemble the software raid now as TJ- suggested [13:30] TJ-: indeed i did not, oops [13:30] tomreyn: seems strange it reports 27338917888 but the bracked capacity is identical to the Dev Size capacities [13:30] s/bracked/bracketed/ [13:30] joel@gondor:~$ sudo mdadm --assemble /dev/md0 --name mynasbox:2 /dev/sda5 [13:30] mdadm: /dev/md0 has been started with 1 drive. [13:30] Ascavasaion_: wow! OK, try "sudo blkid /dev/md0" [13:31] joel@gondor:~$ sudo blkid /dev/md0 [13:32] . /dev/md0: UUID="MDizCZ-MGqg-Hv18-hLW2-nf9M-Qx1T-Q1dURi" TYPE="LVM2_member" [13:32] tomreyn: I'm wondering if the only issue could be the mynasbox:2 name change? It doesn't match the apparent hostname (gondor ?) so would be seen as foreign and won't be auto activated [13:32] Ascavasaion_: Yay! [13:33] Ascavasaion_: now do "sudo vgchange -ay" [13:33] Should I add that UUID to fstab rather? [13:33] Ascavasaion_: you should see "xxx logical volumes activated" [13:33] TJ-: i thinkt he disks were migrated between systems, so that would explain the hostname change, and why it wasnt activated, yes. [13:34] (x so pretty much all i know about synology nas is that it creates linux md raid 1 members for everything it gets its hands on, even single disks. just to possibly add to the puzzle. [13:34] tomreyn: right, so the hostname issue is possibly the only reason that the array wasn't auto-assembled at boot time [13:34] Ascavasaion_: how's it going? did vgchange activate a volume group and logical volumes? [13:35] TJ-: yes. just why the size is off is yet unclear. [13:35] I have lxd installed as a snap package. It install its stuff in /var/snap/lxd/common/lxd instead of /var/lib/lxd. Can i bind mount /var/lib/lxd to /var/snap/lxd/common/lxd? [13:35] TJ-: 'off' in that not all available spaceis in use, more like haf of it. but that's not really an issue. [13:36] tomreyn: what bothers me is the apparent sector counts don't match the bracketed capacities [13:36] TJ-, vgchange? [13:36] Ascavasaion_: did you run the command I gave you above? [13:37] Ascavasaion_: now do "sudo vgchange -ay" [13:37] TJ-: yes, me, too. [13:37] Ascavasaion_: you should see "xxx logical volumes activated" [13:38] vgchange not found [13:38] tomreyn: it's a bug! I've just noticed it here too: Avail Dev Size : 488396896 (232.89 GiB 250.06 GB) Array Size : 244198400 (232.89 GiB 250.06 GB) [13:38] Ascavasaion_: ok, does "which lvm" report anything? [13:39] TJ-: oops, i got it, too [13:39] tomreyn: that's a weird one! [13:39] whichl vm gives nothing... goes back to prompt [13:39] TJ-: 16.04? [13:40] $ mdadm --version [13:40] mdadm - v3.3 - 3rd September 2013 [13:40] tomreyn: 18.04 [13:40] Ascavasaion_: right, so you need to install the LVM tooling: "sudo apt install lvm2" [13:41] "which lvm" gives nothing, just goes back to prompt. [13:41] tomreyn: mdadm - v4.0 - 2017-01-09 [13:41] 1.2 meta data? [13:41] tomreyn: Version : 1.0 [13:42] joel@gondor:~$ which lvm [13:43] . /sbin/lvm [13:43] Ascavasaion_: now do "sudo vgchange -ay" [13:43] joel@gondor:~$ sudo vgchange -ay [13:43] 1 logical volume(s) in volume group "vg1000" now active [13:43] Ascavasaion_: this should scan, discover, and activate the LVM volume group and logical volumes within it, which should contain the file-system you are after [13:44] Ascavasaion_: yay!!!! now list the path for that LV with "ls /dev/mapper/" [13:44] Ascavasaion_: and do "sudo blkid /dev/mapper/XXXXX" (replace XXXXX of course with the correct name) [13:45] Ascavasaion_: but not /dev/mapper/control - that is a special node, not a storage device [13:45] joel@gondor:~$ ls /dev/mapper/ [13:45] control vg1000-lv [13:45] Ascavasaion_: ok so now "sudo blkid /dev/mapper/vg1000-lv" [13:46] this apparent bug is so obivous it must have been discussed in the past. [13:46] sudo blkid /dev/mapper/vg1000-lv [13:46] tomreyn: I've been searching for it and not located a report as yet [13:46] same here [13:46] . /dev/mapper/vg1000-lv: LABEL="1.42.6-5967" UUID="2510d324-dab5-417f-bb20-3b9553d87a67" TYPE="ext4" [13:47] TJ-: would you write to linux-raid@vger.kernel.org and take all the shame? [13:47] Ascavasaion_: Finally! now to get to your files: "sudo mount /dev/mapper/vg1000-lv /mnt/nas" [13:47] tomreyn: haha not as yet, there may be a 'logical' reason for it [13:47] tomreyn: I want to read the source-code and commit history first [13:47] joel@gondor:~$ sudo mount /dev/mapper/vg1000-lv /mnt/nas [13:47] mount: /mnt/nas: mount(2) system call failed: File too large. [13:48] i like you putting this in quotes [13:48] Ascavasaion_: errr what does "uname -r" report ? [13:48] joel@gondor:~$ sudo mount /dev/mapper/vg1000-lv /mnt/nas [13:48] mount: /mnt/nas: mount(2) system call failed: File too large. [13:48] Oops, sorry [13:48] tomreyn: well I read an explanation of it that makes sense for RAID5/6 but it doesn't seem to make sense for RAID1 (especially with 1 device) [13:48] joel@gondor:~$ uname -r [13:48] 4.13.0-21-generic [13:49] that's probably outdated [13:49] the kernel [13:49] Ascavasaion_: this is interesting, you've got an ext4 file-system on /dev/mapper/vg1000-lv but mount says it's too large! [13:49] tomreyn: 4.13 is pretty recent, it's from 17.10 [13:50] yes but 16.04 hwe is 4.13.0-36-generic [13:50] Ascavasaion_, should be -37 [13:50] but it's probably no big deal and not why [13:50] the differences in the minor versions aren't that invasive! [13:50] Ascavasaion_, have you checked if you have any pending updates [13:51] joel@gondor:~$ lsb_release -a --- No LSB modules are available. ---Distributor ID: Ubuntu ---Description: Ubuntu 17.10 ---Release: 17.10 ---Codename: artful [13:51] Ascavasaion_: now do: "sudo fsck.ext4 /dev/mapper/vg1000-lv" [13:52] do we know the architecture? probably amd64 / x86_64? [13:52] Ascavasaion_: if you get any error reports pastebin the output [13:52] Ascavasaion_: also, what does "dpkg --print-architecture" report [13:52] Ascavasaion_: and "uname -a" [13:52] https://pastebin.com/7GVy5k0u [13:53] hmm that's not healthy [13:53] tomreyn: are you thinking 32-bit kernel ? [13:53] joel@gondor:~$ dpkg --print-architecture [13:53] i386 [13:53] yes i did [13:53] :) [13:54] Ascavasaion_: why are you using a 32-bit OS on this system? is it special hardware? [13:54] Ascavasaion_: it looks like you've got a 64-bit file-system on a 32-bit host, we'd need to check the ext4 file-system feature flags to be sure though [13:55] Ascavasaion_: what's "uname -a" though? [13:55] tomreyn, Doh! I never realised... shite. I found the ISO on my other computer. [13:56] joel@gondor:~$ uname -a [13:56] Linux gondor 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:35 UTC 2017 i686 i686 i686 GNU/Linux [13:56] Ascavasaion_: so let's see uname -a, and then please tell us about the hardware, too [13:56] Ascavasaion_: so there's 3 things you need to do here.... [13:57] Hardware... i3 processor, 8Gb RAM. Mini ATX Case. RAID controller card with two connections. Each connection splits to 4 of the SAS drives. One SATA HDD connected to motherboard SATA controller. [13:57] I thuoght i686 is 64 bit :-( [13:58] it's not [13:58] Ascavasaion_, definitely 64bit for that hardware [13:58] but that's a common fallacy [13:58] Mini ATX case should read... mini ATX MOTHERBOARD [13:58] Ascavasaion_: 1) install Ubuntu amd64 version including the packages 'mdadm' and 'lvms' 2) repeat the steps to 'mdadm --assemble ...' and 'vgchange -ay' 3) check the file system in /dev/mapper/vg1000-lv ... if all that checks out the final thing is to change the MD RAID device name in /dev/sda5 from mynasbox to the system hostname . **OR** when installing Ubuntu again set the hostname as "mynasbox" [13:59] Ascavasaion_: typo: 'lvms' -> 'lvm2' [13:59] TJ-: lvms -> lvm2, right? [13:59] LoL [13:59] :) [13:59] Ascavasaion_: set the hostname to "mynasbox" and that avoids having to edit the RAID metadata at all [14:00] Could I use an iso linuxmint-18.3-xfce-64bit.iso? [14:01] right! your turn tomreyn ... I have Huskies here pinning for a run! [14:01] Ascavasaion_, we don't support mint here though [14:01] TJ-: enjoy [14:01] Ascavasaion_: We'd prefer you use Ubuntu since if you need help we need to be sure what we're dealing with [14:01] Ascavasaion_: in situations like this - data recovery - that is vitally important [14:01] Or Debian-9.3.0-amd64-netinst.iso? [14:02] also unsupported here. this is ubuntu support only [14:02] Oh, okay... Will have to download that... that will take a while. And then write to USB, and install onto this amchine. [14:02] Ascavasaion_: ubuntu-server-amd6417.10 [14:02] Ascavasaion_, it has to be Ubuntu 64bit, either 16.04 or 17.10 [14:02] Ascavasaion_: please use ubuntu if you'd like more support from epople who support ubuntu here [14:02] I understand... Let me find that. [14:03] Ascavasaion_: https://www.ubuntu.com/download - > Desktop or Server [14:04] Hi. I'm trying to dual boot xubuntu on a laptop that already had Windows 10. I've installed Ubuntu, but Win10 is the only thing that boots. I've disabled secure boot, disabled hibernate, but Grub never loads. Help :s [14:04] Ascavasaion_: and personally i'd do 16.04 (although i might personally already do a pre-release of the coming long term support release which is 18.04, but that's just because i am working with this stuff for years) [14:05] tomreyn: i just ran back to say, get Ascavasaion_ to check the cpu in that device is 64-bit capable!! [14:05] 16.04.4 it is then. [14:05] Merblammo, not sure what's wrong with your dualboot but here's an alternate workaround: install virtualbox to win10. create a virtual machine. install *buntu to vbox [14:05] TJ-: good point, thanks. [14:05] TJ-: have a good run [14:06] i3 is 64 bit I presume? [14:06] cfhowlett, I want to boot directly into Ubuntu, but thanks [14:06] Ascavasaion_, very much 64bit [14:06] Ascavasaion_: good choice. befor you do this, can we see "lscpu" on a pastebin, please [14:06] Ascavasaion_: yes, all core i3 processors are 64-bit instruction set [14:07] Ascavasaion_: should this not exist, all of (or just the first block of) this works, too: cat /proc/cpuinfo [14:07] https://pastebin.com/t4QZnvAG [14:07] It ran 64 bit debian before... So I presume it is 64bit capable [14:08] Ascavasaion_: yes, this will be fine. go get a download [14:08] CPU op-mode(s): 32-bit, 64-bit <<< you're good to go, Ascavasaion_ [14:08] 64bit iso should be fine === marve is now known as Guest17696 [14:08] Thank you guys. [14:08] Ascavasaion_: welcome, you created an entertaining puzzle for us there. === cajhne is now known as crogers [14:11] Merblammo: maybe the last step of the xubuntu installation asked you whether you want to install grub to the disk or a partition and you chose the latter? i would assume it doesn't actually ask this, but this would explain it, if so. [14:13] Ascavasaion_: be sure to note down the hostname to set, if oyu haven't [14:14] "mynasbox" [14:14] tomreyn: I am logged in here as well on my laptop... logging the chat... and pasting what you guys said I must do after the installation of 64 bit Ubuntu into a text file. [14:14] very well, there is also [14:14] !irclogs [14:14] Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/ [14:15] WOW, nice feature. === youxin10 is now known as youxin [14:15] End of the month, my cap is up... so down to slow speed... Ubuntui ISO will take 9 hours to DL :-( [14:15] will you run this as a desktop then? [14:16] tomreyn: Yes. [14:16] i assume you'd use it as a server. it must be somewhat bulky and loud. [14:16] Ascavasaion, torrent? [14:16] cfhowlett: My cap for the month is up... ISP slows it down now. [14:16] torrents dont decrease the download size or bypass caps, do they? [14:17] so the server iso is about a third of the size, and you could install the desktop on top later [14:17] but maybe just wait [14:18] the desktop installer is a lot nicer [14:18] I cannot believe how helpful you guys were. [14:18] and are. [14:18] I guess I will have to wait. [14:18] welcome and good luck :) [14:27] Ascavasaion: oh one more thing to be aware of, i meant to mention this earlier: https://raid.wiki.kernel.org/index.php/Hardware_Raid_Setup_using_MegaCli [14:29] Ascavasaion: megacli is not actually available in ubuntu, though. ther eis probably some PPA which provides it. [14:30] oh "dmraid" supports megaraid, too [14:31] https://www.nico-maas.de/?p=1702 discusses where to get megacli if you prefer it. [14:32] whats the "difference" between 4.13.0-37-generic #42~16.04.1-Ubuntu and 4.4.0-116-generic #140-Ubuntu? Both systems running 16.04 LTS [14:33] BillD73: one of them is using a !hwe kernel, the other one the GA kernel [14:34] tomreyn, Nope, it didn't ask that. I've just discovered that HP locks the laptop to Windows, so annoying. I have to find a way to force EFI to boot Grub [14:34] tomreyn: thx I'll look it up [14:36] Merblammo: i think TJ- guided someone through the steps of faking things so that the uefi will consider the linux EFI stub to be acceptable boot code. i forgot the details, though. [14:36] he'll be back later, i guess [14:36] tomreyn: gotcha my tower is on the 4.4 which when built was pretty "new" stuff. the 4.13 is on this old intel asus Eee PC laptop [14:37] !hwe | BillD73 [14:37] BillD73: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [14:38] tomreyn, Thanks. I may actually just try to get a USB stick to boot HDD Ubuntu, since the only reason for the dual boot is so the user can trial Linux [14:38] BillD73: specifically look at https://wiki.ubuntu.com/Kernel/Support?action=AttachFile&do=get&target=16.04.x+Ubuntu+Kernel+Support+Schedule.svg [14:38] tomreyn: thx [14:39] Merblammo: did the user request dual boot? since my experience is they will always choose one or the other OS very soon, most of the time the one they already know. [14:40] Merblammo: (and so would i) [14:40] tomreyn, Sure, but following that logic no one would ever change OS ;) [14:41] Merblammo: that's right. i guess i'm suggesting that you discuss this topic first and if $user is considering linux then try to convince them to actually use this and install windows in a VM there. [14:42] Hello [14:42] tomreyn, good thought, but I think a major selling point would be the performance increase, the laptop FLIES with Ubuntu but CRAWLS with Windows [14:42] Merblammo: alternatively, if you'll still do dual boot, consider making the other OS also available through virtualbox. it can then run the other Os in a VM from real disk partitions. [14:42] i've lost anti-aliasing on ubuntu 17.10 [14:42] tried various things to recover [14:43] without success [14:43] how can i recover antialiasing ? [14:44] tomreyn, The dual boot is a transitional safety net, so dual boot is temporary [14:45] tomreyn, Good idea with vbox though, might be good for the user to still be able to access Windows easily [14:45] jluc: if this is nvidia with proprietary drivers, try using X instead of wayland (you should be able to choose at the *password* prompt on login). [14:45] ok i'll try tomaw_ === marve is now known as Guest33637 [14:46] Merblammo: good luck on the 'convincing the user' front. ;-) [14:47] * TJ- is back [14:48] nope. it didnt recover antialiasing [14:49] tomreyn, Thanks, they're interested and there's a lot I know they're going to love, but change is always fraught with resistance eh :) [14:52] TJ-: Merblammo told he's trying to make a HP UEFI laptop (model yet unknwon) boot ubuntu but it won't due to what seems to be a windows boot code whitelist. i think you explained previoously how to work around this (using some acpi utilities?) [14:52] Merblammo: ^ [14:53] tomreyn: Merblammo yes, we made a copy of the GRUB boot loader in the Windows path [14:53] Sometimes my middle mous for copying does not work anymore. only after rebooting [14:53] what can I do to fix that witouht rebooting? [14:54] TJ-, I see. I haven't actually tried running Boot Repair so I was thinking of just doing that, think it's worth it? [14:54] Merblammo: if i recall correctly, because the firmware enforces Secure Boot, we had to copy the Ubuntu /EFI/ubuntu/shimx64.efi to /EFI/Windows/bootmgrfw.efi and /EFI/ubuntu/grubx64.efi to /EFI/Windows/grubx64.efi [14:54] TJ-, I see it has an option for fixing "hard-coded-EFI", which sounds like what I'm experiencing, but not sure [14:55] TJ-, "backup and rename Windows EFI files" [14:55] adac: i don't have a good answer to this, but have you tried re-connecting the mouse? i.e. just replug the usb plug (assuming it is USB here) to either the same or a different usb connector? [14:55] Merblammo: I haven't used/looked at 'boot repair' so I don't know what it does, but we seem to get a lot of support requests after people have run such tools and it's messed things up more [14:55] TJ-, Lol, ok [14:55] tomreyn, ok I'll try taht [14:56] Merblammo: for the sake of manually copying/renaming 2 files it seems like over-kill when you know what you want to do [14:56] tomreyn, actually that seems to work. thanks! :) [14:57] TJ-, Ok, I'm in a live usb and I think I've found what you're talking about [14:57] Merblammo: your problem will be wanting to dual-boot though, since if the path is hard-coded into the firmware only one OS can put a file in that path [14:57] Merblammo: so it's either 'boot Windows' forever or 'boot Ubuntu' forever but not 'choose which OS at boot time' [14:58] adac: i admit that is not a real solution, but at least it makes it more bearable. maybe soemone else here has an even better one. or you could search the web for the nnnn:nnnn (2 times 4 characters) ID retruned by the lsusb command for your mouse, combined with a description of the MMB issue. [14:58] TJ-, Oh. Ok, so looks like booting the HDD Ubuntu installation from USB might be a better solution? [14:58] tomreyn, I think that is a good quick solution now. I can investigate a bit more when I have more time! [14:59] TJ-, Dual boot is only transitional so the user has a safety net [14:59] Merblammo: unless we can get an accurate idea of what restrictions the PC firmware is actually imposing - right now we're using pure guesswork [14:59] adac: :) good luck [14:59] TJ-, Well what I know so far is that live USB works but after install Win10 still boots. [15:00] Merblammo: if you let us have the exact model number and we can find an updated firmware image on the HP site we might be able to extract it sufficiently to find the text strings with the paths in [15:00] TJ-, It's a HP Pavilion g6 [15:01] jluc: so this seems to be nvidia specific, here's a post discussing the same (?) issue (but no solution): https://askubuntu.com/questions/1008130/bad-anti-aliasing-color-transition-on-ubuntu-17-10 [15:01] Merblammo: OK, then there may be another 'trick' you can pull. UEFI supports a 'simple boot path' so removable media like USB/DVD will boot. You could try copying the Ubuntu/GRUB files to that on the hard disk - it's just possible the firmware will look for that first even when it has a boot-menu entry on the same disk [15:01] Merblammo: the model numbers are much more detailed than that; check the serial number label. [15:02] TJ-, Shockingly... There isn't one... [15:02] jluc: there is also this font hinting issue: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1722508 [15:02] Launchpad bug 1722508 in qtbase-opensource-src (Ubuntu Artful) "Font hinting appears broken on 17.10 beta" [High,Confirmed] [15:03] Merblammo: the simpe boot path is /EFI/BOOT/BOOTX64.EFI - so you'd do "sudo mkdir /boot/efi/EFI/BOOT; sudo cp /boot/efi/EFI/ubuntu/* /boot/efi/EFI/BOOT/; sudo mv /boot/efi/EFI/BOOT/shimx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI" [15:04] Merblammo: if you've started the installer's Try Ubuntu desktop session open a terminal and do "dmesg | grep DMI" that might show a more detailed model + FW version name [15:07] TJ-, DMI: Hewlett-Packard HP Paviliion g6 Notebook PC/1849, BIOS F.14 09/18/2012 [15:07] Merblammo: also, HP has since copied what apple does, printing model numbers and other hardware information in light grey (without a sticker) on the bottom of the (light gray ;) ) alumium casing next to where the (non-removable) battery pack is. [15:07] ^ ignore [15:07] Merblammo: I'd guess the 1849 is the important bit [15:08] tomreyn, yeah I checked for barely readable text too [15:09] Merblammo: this one? https://support.hp.com/us-en/product/HP-Pavilion-g6-1a00-Notebook-PC-series/5048672/model/5078477 [15:09] TJ-, If I'm meant to be judging by the picture, the keyboard is wider than in the pic [15:10] TJ-, But otherwise looks the same [15:10] no, by the user guide and other detailed info [15:10] * tomreyn ended up with https://support.hp.com/us-en/drivers/selfservice/hp-pavilion-g6-1a00-notebook-pc-series/5048672/model/5078477 [15:10] tomreyn: so same as me then [15:11] There don't seem to be any downloads of drivers/BIOS for it [15:11] umm right [15:13] i forgot which company it was but some wont show you drivers unless your web browsers' user agent wshows you're runnning the one and only correct OS [15:13] tomreyn: I would like to ask you something else... If I was to delete ALL the partitions with Fdisk or GParted or whatever, on the sda HDD... How would I set the RAID up from scratch.... create a RAID managed with hardware controller? Is that a viable option? [15:14] The repair and maintenance guide has a Setup Utility (BIOS) section which might reveal something [15:15] TJ-, I'm trying to find out how to boot a HDD-installed Ubuntu from USB, this would be a valid solution, but I can't seem to get the right search results on Google. Do you know if it's possible? [15:15] Ascavasaion: you said you already have sda assembled as a HW controlled RAID. you could tear the virtual disk that forms sda apart form your pre-boot environment and re-assemple those disks to a different raid array if you wanted. [15:15] ok last link gives new solutions [15:16] Merblammo: yes, that's possible [15:16] Or could I just delete the 2TB ext4 Ubuntu partition and the 2TB Swap partition from some earlier installation before I got the computer, and "grow" the 25.5TB RAID (Once fixed that is) into that space? [15:18] I try now editing /etc/environment [15:18] Ascavasaion: are you considering to join the physical disks which currently form the virtual disks sda and sdb? [15:18] Merblammo: install grub-efi-amd64/grub-efi-amd64-signed into the OS, then manually use 'grub-install ...' and 'update-grub' to direct the install to the USB [15:18] I have pretty much all the data that was on the computer ona friend's computer which he has let me use to copy the stuff back on if I need to. Your feelings? [15:19] TJ-, So I have to boot the HDD Ubuntu first? If so how can I do that? [15:19] Ascavasaion: leave RAID as it is, if you want to repurpose the swap space you can use LVM to simply add the partition as a Physical Volume to an existing Volume Group [15:19] Ascavasaion: right now i'm just trying to understanmd what you are considering to do, and how. [15:20] Merblammo: to install it boot from the LiveISO Try Ubuntu option, then chroot-mount the installed OS, enter the chroot, and do the steps required from within the chroot [15:20] TJ-: Okay [15:21] Merblammo: as long as the Ubuntu installer starts in EFI mode it'll be straightforward [15:21] Morning all, I'm experimenting with nft. Is it possible to have an include expression within a chain? [15:21] Ascavasaion: i think you said sdb is based off a sata disk managed by the sata controller and sda is all other disks managed by the SAS controller. and iof that's so then i agree you should not change the HW RAID. [15:23] TJ-, Aha, gotcha [15:23] tomreyn: I guess I am just desperate to get going with it. I need to be patient I guess. I was wondering if there is a software RAID1 (Synology did that correct?) on the hardware RAID5 controlled by the controller card. Then would it not be best to delete the sda1, sda2, sda3, sda4, sda5 partitions and amalgamate them into one large virtual drive? I am happy not to... I am just trying to see if it would not be better to redo the whole thing from [15:23] scratch. [15:23] Ascavasaion: this said, if you have no important data on sdb then you can just scartch all the data there and overwerite it during the new ubuntu installation, and about sda: you won't get to move the data out of the (rather superfluous) software RAID layer there unless oyu actzually copy it to different devices which provide sufficient storage, and back again. [15:24] Ascavasaion, if you want one large volume, the ZFS would do a great job for that [15:24] Ascavasaion: if you want to do that, you'd just make sda 1 file system, or have a partition table with only 1 partition, and directly format that with the file-system (no MD, no LVM) [15:25] Ascavasaion: i need to review the parititoning scheme you showed for sda earlier, give me a minute [15:25] hello [15:25] i did something such that whenever i create a directory the group belongs to "www-data" instead of "myuser" ... how can i reset my account such that when i create a folder it's automatically in "myuser" group? [15:25] Ascavasaion: there's only 3 partitions in use, sda1 MD raid, sda2 ext4, and sda3 MD raid [15:26] i already reset my primary group to "myuser", but new folders i create are still owned by the group "www-data" [15:27] TJ-, thanks for the help earlier, it worked great [15:27] sysRPL: but you've still got issues? [15:27] sysRPL: that would be the sgid bit on a directory (probably your home directory). i guess you changed the group of the dir to "www-data" and chmod'd it to 2755. [15:27] TJ-, well, for some reason whenever i create foldes, the group is being set to "www-data" [15:28] how do i change it back to "myuser" [15:29] sysRPL: chown myuser:myuser /home/myuser (assuming the account name is also "myuser") [15:30] sysRPL: you could first check how the group ownership is set now: ls -ld /home/myuser [15:31] it already is myuser myuser on my home folder === xubuntu is now known as Guest53835 [15:32] sysRPL: and if you are in your home dir and do: mkdir foobar the foodir dir is owned by group www-data? [15:32] yes [15:32] exactly [15:32] sysRPL: hmm, then i don't know [15:33] sysRPL: what did you set the ACLs to? use 'getfacl path/to/dir' to find out [15:34] TJ-, on this systems i have not set setfacl yet [15:35] Ascavasaion: just forget what i said about synology, i was probably just jumping to conclusions. i don't think the hardware raid created the software raid which exists on your hardware raid. it does not matter what created it, but it is there. i think we were unable to recover data from sda1 (also a software raid member), so if that's correct you cuold just delete it. i do not know what is stored on sda2, if you do not need it you can delete it. [15:35] sda5 is the large software raid we looked at earlier, which could be recovered. raids do not make much sense when they are just assembled from a single device, as it is the case here. so your intention would probably be to remove this software RAID layer, if possible. but this wnt be possible unless there is sufficient storage capacity available (after potentially deleting sda1 and sda2) to store its data on a non- RAID file system. [15:35] on my local pc all is fine, but on this remote pc, and ec2 instance, i am having this problem [15:35] presumably because of something i did earlier [15:35] sysRPL: for a new file/dir to have group ww-data you must have the setgid bit === kenden is now known as Guest81451 [15:35] all i am doing is mkdir hello [15:35] and hello is listed as myuser www-data [15:36] i set my primary group to myuser [15:36] sysRPL: what does "ls -l /path/to/parent/dir" report [15:36] Ascavasaion: also, the software RAID layer there does not actually do any harm, it just increases complexity a little. so i'd just keep it. you could, indeed, grow it to cover the entire virtual disk sda. [15:36] i tried removing myself from the www-data group as well [15:36] sysRPL: did you re-log-in after removing your user from group www-data ? [15:37] drwxrwxr-x 16 myuser myuser 4096 Mar 30 15:32 myuser [15:37] sysRPL: changes don't take effect until all user sessions are closed on the tty [15:37] TJ-, not yet [15:37] okay [15:37] sysRPL: well then your user is still in www-data - prove it with "groups" [15:38] Ascavasaion: the blkid output you posted earlier did not show sda3, sda4. you have not yet hown a "parted /dev/sda print" output or similar fdisk output to enable us to tell what the partition table actually looks like. [15:38] TJ-, I'm not really sure what I'm doing here but I've followed instructions on how to chroot and I don't appear to have network connection so can't install with apt.. [15:38] tomreyn: I think it'd make more sense, if sda1-2 are not required, to make them PVs and add them to vg1000 [15:38] Merblammo: how about you undo what you've done and I'll talk you through it? [15:38] TJ-, okay that fixed it [15:38] hello, does ubuntu 17.10. have a clipboard manager that stores ctrl-c and ctrl-v? [15:38] TJ-, thanks again! [15:38] hello TJ- :) [15:38] sysRPL: you're welcome :) [15:39] * TJ- runs [15:39] TJ-: you mean to prevent having to manipulate the partition table? [15:39] tomreyn: or grow the existing MD in sda3 downwards into sda1-2 sectors [15:39] TJ- runs? [15:40] I don't understand why you write that [15:40] tomreyn: then it's just a "pvcreate /dev/sda1; pvcreate /dev/sda2; vgextend vg1000 /dev/sda1 /dev/sda2" [15:40] TJ-: the blkid output posted to https://pastebin.com/GPvCpexh did not show sda3, where did you read about it? [15:40] Rooot: I'm juggling a lot of issues :) [15:41] tomreyn: sorry, 3rd partition - sda5 ! [15:41] TJ- as you see above, before I said hello to you, I asked a question. and then I saw you online and said hello. [15:42] Rooot: it was said with a grin, don't take offence :) [15:42] besides, you've voluntarily and with your own willingness helped me. I haven't pushed anything [15:42] tomreyn: Then I will leave software if possible... Thank you again. [15:42] TJ-: right, i'd grow the existing MD RAID in sda5 to cover (almost) the entire HW RAID (sda), keeping it an LVM2 PV [15:42] last night I was asking other people, and you joined in [15:42] yourself [15:43] TJ-, Appreciate that, sure, I'm ready [15:44] Ascavasaion: if you feel like showing the partiton table of sda this might be useful and bring up additional suggestions / better plans. [15:44] Merblammo: right, start with getting root privileges: "sudo -i" then "apt install pastebinit; pastebinit <( lsblk; blkid )" and give me the URL [15:45] tomreyn: Wife called me for supper, but will definitely do that when I return. [15:45] Ascavasaion: ok, ttyl (in case i'll be there) [15:46] TJ- it 'is' an offence to react with that to 'hello' [15:47] http://paste.ubuntu.com/p/wFnFvftqCd/ [15:47] TJ-, [15:48] TJ- I dont want any help from you from now on. [15:48] hello, does ubuntu 17.10. have a clipboard manager that stores ctrl-c and ctrl-v? [15:49] Merblammo: /dev/sdb is the installer. You're going to need another USB device to write the bootloader to [15:50] TJ-, yup, haven't plugged one in yet [15:50] here is a screenshot https://framapic.org/eMMCVei7H26s/RvhuIQsKW4Ae.png [15:50] TJ-, about to though [15:50] with antialiasing issue [15:50] Rooot: if you're going to ignore TJ- because of a little bit of jest, you're only hurting yourself. He's dedicate a lot of hours hand-holding you through a lot of troubleshooting for several days. [15:50] Merblammo: if you can do that then redo the "pastebinit <( lsblk; blkid )" so I know what is where [15:51] TJ-, sure [15:51] TJ-, http://paste.ubuntu.com/p/KzzszfxJFF/ [15:51] i didnt manage to downgrade libfreetype6 to 2.6 [15:52] TJ-, Looks the same thuogh [15:52] Merblammo: according to that, there's nothing connected! [15:52] Hi, I'm having issues installing mysql-server, it keeps erroring with: https://paste.ubuntu.com/p/bHwNK2kZmG/ [15:52] TJ-, I can mount and change files on the usb [15:52] leftyfb, I said what I said. nothing is above respect. [15:53] I did nothing pushy or anything in the last days. [15:53] Rooot: Again, you are only hurting yourself refusing help from one of the best resources you could come by because your feelings were hurt from a well meaning joke [15:53] Merblammo: we need to solve this since it's kind-of fundamental to the entire approach [15:53] TJ-, haha, tes [15:53] *yes [15:53] leftyfb. I am fine with second-best resources [15:54] Merblammo: you're saying that the Try Ubuntu session file-manager has mounted and is seeing the 2nd USB device? [15:55] Rooot: I'm not sure where I fall in place, but I certainly won't be helping you for fear of breaking your heart with a misplaces emoticon [15:55] TJ-, http://paste.ubuntu.com/p/SzH9DY2Zj7/ [15:55] this is why I dislike support channels sometimes. TJ- spent hours with that guy, and he randomly flipped out and turned on them [15:55] Merblammo: ahhhh... sanity has returned! We have an sdc [15:55] kind of depressing, really [15:56] Yndurain: it doesn't bother me; I do support to learn something new [15:56] yeah, that's a good attitude [15:56] hi everyone, anyone has installed teamviewer on Ubunto 16.04 lts? I was able to download and click install, it seems it installed but I do not see the teamviewer icon. [15:56] Maybe Rooot is having a bad day [15:57] who knows [15:57] Would someone be able to review the command and tell me the tweak needed for the error message I am receiving @ https://pastebin.com/FqgS5yuR [15:57] He certainly flipped super easy [15:57] indeed [15:57] Yndurain: just wish I could find someone that can fix weird close-lid-suspend>resume>lock-screen>authenticate>user-session-blank-screen ! [15:58] TJ-: yeah, i've seen that happen at least a few times, on many distros, on a lot of hardware [15:59] Merblammo: ok, back to work. Which partition contains the installed OS root file-system? you've got 3 ext4 on sda [15:59] TJ-, sd9 [15:59] TJ-, sda9 [15:59] Yndurain: weirdness is, I can switch away to tty consoles and they're fine, but the user-session GUI stays blank! But only when using the lock-screen (via light-locker) I patched it yesterday and it worked fine then today it fails again :D [16:00] TJ-: i see o.O [16:00] Merblammo: right: "mkdir /target; mount /dev/sda9 /target; for n in proc sys dev dev/pts etc/resolv.conf; do mount --bind /$n /target/$n; done" [16:01] can somebody please look at my previous message? :) [16:01] Merblammo: once that's done enter the chroot with "chroot /target /bin/bash" then "mount -a" then check it has network connectivity with "ping www.ubuntu.com" [16:02] Merblammo: oh, and in the Try Ubuntu File Manager, unmount the 2nd USB (dev/sdc1) but *don't* "Safely remove" it! [16:02] what program in ubuntu software can connect remotely to windows pc if i need to help someone remotely and enter their computer with their permission? [16:04] xheart: remmina [16:04] xheart, there is 'rdesktop' or he can install openssh for windows [16:04] remmina? [16:04] vnc [16:04] no need to install anything, yes remmina is in ubuntu, in windows you might need to enable something in the options [16:05] select rdp put ip and connect [16:05] i will just need to request their ip? [16:05] Merblammo: Just had a thought, so you can copy/paste the commands easily, I suggeset you open the browser and connect to http://webchat.freenode.net/ and enter this channel so you don't have much typing to do [16:06] TJ-, good idea. Phone rang, back now [16:06] xheart: yeah, and maybe ask them to enable something in windows, ask the guys in ##windows if rdp is enabled by default, also you'll need their pc's password [16:07] Merblammo: I'll wait for your alter-ego to arrive in-channel === apsknight1 is now known as apsknight [16:07] i am searching for a program like teamviewer as I also give support programming remotely [16:09] I hath arrived [16:09] xheart: maybe try remmina and default rdp and see if it suffices? it would save you having them install stuff [16:09] Also, got connection Ugh, the keyboard is wrong, that was supposed to be a yay [16:09] Not a controversial salute [16:10] how do I fix this? [16:10] mysql-server depends on mysql-server-5.7; however: [16:10] Package mysql-server-5.7 is not configured yet. [16:10] sounds great explosive , thank you for the recomendation [16:10] how can i easily get the download link of this deb file http://www.draftsight.com/download-linux-ubuntu ? [16:10] xheart: no problem [16:11] TJ-, \o/ [16:11] nevermind [16:11] Merblammox: :) so have you got to the point of the ping or do you want me to repeat the commands? [16:11] about the deb link [16:11] TJ-: Nah as I said I have a connection [16:11] TJ-: all done [16:12] Merblammox: sorry, was away showering dogs and missed that [16:12] Merblammox: "apt install pastebinit" [16:13] Merblammox: "pastebinit <( mount; apt list --installed grub*; cat /etc/fstab; find /boot -ls; )" [16:13] TJ-: done [16:14] TJ-: http://paste.ubuntu.com/p/GSRfjS9JXg/ [16:15] Merblammox: so currently /dev/sda6 is the /boot/ file-system and /dev/sda2 is the EFI System Partition === r0Oter is now known as r00ter [16:16] TJ-: Yep [16:16] Merblammox: so, assuming you unmounted /dev/sdc1 are we free to wipe that device and repartition and format it ? [16:17] TJ-: Yep [16:19] Merblammox: OK, lets wipe out the current partition table: "dd if=/dev/zero of=/dev/sdc bs=512 count=1; partprobe /dev/sdc" [16:20] TJ-: done [16:21] Merblammox: give me a moment, I'm just going to check the partitioning commands do what I expect === paul__ is now known as paul- [16:26] I have Ubuntu 16.04 with an encrypted partition, and now I need to resize it (reduce the size so I can dual boot windows). I booted off live usb, decrypted the partition using cryptsetup, but gparted doesn't let me resize, saying "Linux Unified Key Setup is not yet supported". Any way I can resize it? [16:27] Hi, I'm having issues installing mysql-server, it keeps erroring with: https://paste.ubuntu.com/p/bHwNK2kZmG/ [16:28] Merblammox: sorry for the delay. here we go: "apt install gdisk; sgdisk /dev/sdc --new=1:0:0 --typecode=1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B " [16:29] TJ-: no prob [16:30] TJ-: success [16:31] Merblammox: that creates a GUID Partition Table and adds a single EFI System Partition. "partprobe /dev/sdc; apt install dosfstools; mkfs.vfat /dev/ssdc1; blkid /dev/sdc*" [16:32] Merblammox: you should see something similar to: "/dev/loop0p1: SEC_TYPE="msdos" UUID="63B0-E86F" TYPE="vfat" PARTUUID="513fcdb6-a722-451e-8006-64598ea9f68a"" [16:32] Creating new GPT entries. The operation has completed successfully. [16:33] oh i missed your previous message, one sec [16:33] TJ-: /dev/sdc1: UUID="5B37-4CC0" TYPE="vfat" PARTUUID="31ab11f3-cdb0-4b62-b2c1-b180080574f3" [16:33] Your UUIDs will be different, but it confirms the file-system [16:34] Merblammox: great, so now we're ready to start putting files into it [16:34] \o/ [16:35] Merblammox: "mkdir /boot/efi2; mount /dev/sdc1 /boot/efi2; mkdir -p /boot/efi2/EFI/ubuntu/; mv /boot/efi/EFI/ubuntu/* /boot/efi2/EFI/ubuntu/" [16:36] привет. есть наши 7 [16:36] ? === JS is now known as Guest34814 [16:36] TJ-: ok cool [16:38] Кто сможет помочь с одним вопросом ? [16:38] целый день голову ломаю [16:39] Merblammox: I'm creating the command to update /etc/fstab, bear with me [16:39] TJ-: ok :) [16:40] ребята ? [16:40] есть кто русские ? [16:40] помощь нужна с кодом [16:40] english === hoshi_ is now known as hoshi [16:42] guys, need help with the code in PS [16:42] ? [16:42] postscript? [16:42] PowerShell (( [16:43] isnt that windows? [16:43] yes [16:43] do you run ubuntu on windows? [16:44] Merblammox: "sed -ri "s/(UUID=)([^ ]*)/\1$(blkid -s UUID -o value /dev/sdc1)/" /etc/fstab " [16:44] TJ-: what's that doing? :o [16:45] Merblammox: now, the UUID in fstab should match the USB. Check with 'grep efi /etc/fstab; blkid -s UUID -o value /dev/sdc1" [16:45] no. the question is different. There is a PS on it you need to run the program on behalf of Admin, without requesting a login and password, but there is Windows installed [16:45] Merblammox: making sure that when the OS boots it mounts the USB's EFI-SP at /boot/efi/ rather than the hard disk's /dev/sda2 [16:46] can somebody please help me?? [16:46] login and password can not be shown to the user [16:46] TJ-: matches [16:46] Merblammox: right, not far off now. Just need to make sure I've not forgotten anything! [16:46] hello all [16:46] here is my pastebin: https://paste.ubuntu.com/p/372TvxRnw2/ [16:47] whats my ip? [16:48] whatsmyip.com? [16:48] Merblammox: "umount /dev/sda2; mount /boot/efi" and then "find /boot/efi" should only list those files we copied in at /boot/efi/EFI/ubuntu/ [16:48] WHO [16:49] TJ-, hey thanks for the help earlier. everything is working great now :0 [16:49] TJ-: http://paste.ubuntu.com/p/5WR7kbdMK5/ [16:50] here is the project i just posted thanks to TJ- ... http://cloud.codebot.org ... login is: ircuser password is: ircpass [16:51] Merblammox: looks good. so now lets ensure grub knows: "grub-install /dev/sdc" if that completes without error, then "update-grub" === kenden is now known as Guest58870 [16:51] the link is to an open source cloud file manager i reated ... i am going to prep a site for setup instructions and a git repository [16:51] * created [16:52] Merblammox: ahhh and I've made a boo-boo!! [16:53] you should be able to stream movies/music you store there. that url is being hosted on an amazon ec2 micro instance running ubuntu [16:53] Merblammox: supposed to be setting the 'simple boot path' in the USB! good job I remembered now. [16:53] TJ-: https://paste.ubuntu.com/p/ZvjXsn7SP7/ [16:53] Merblammox: let's try again: "grub-install --removable /dev/sdc; find /boot/efi" [16:54] TJ-: no errors this time [16:54] Merblammox: I think we can ignore "grub-probe: error: cannot find a GRUB drive for /dev/sdb1." - that's because of the ISO being plugged in [16:54] gotcha [16:54] Merblammox: show me "pastebinit <( find /boot/efi) " [16:55] TJ-: http://paste.ubuntu.com/p/8wMZkg8HWw/ [16:55] Merblammox: looks good, you see it's got the EFI/BOOT/BOOTX64.EFI now [16:56] TJ-: yep [16:56] TJ-: and that's it right? [16:56] Merblammox: let me pause a minute but I think we're all done [16:56] TJ-: sure [16:56] can somebody help me install mysql-server with out the errors???? [16:56] TJ-: I'll go get the fire extinguisher [16:56] ;) [16:57] xerox123, what are the errors? [16:57] here is my pastebin: https://paste.ubuntu.com/p/372TvxRnw2/ [16:57] Merblammox: PC > UEFI >removable-media boot > /dev/sdc USB-SP > /dev/sda6 /boot/grub/ > /dev/sda9 root file-system [16:58] user 'debian-sys-maint'. i never see that [16:58] Merblammox: when it reboots it'll either auto-boot the removable USB, or you'll need to choose it from the manual boot menu, but once the USB GRUB has started it should find it's files on /dev/sda6 and then boot [17:00] TJ-: i don't understand the first comment, starting "PC" [17:00] Merblammox: "umount /boot/efi; rmdir /boot/efi2" then "exit" the chroot and reboot - remove the ISO USB and hope [17:00] compdoc: I had mariadb-server installed before [17:00] and when I remove it and install mysql that happens [17:00] Merblammox: that was a diagram of the boot control flow [17:00] Merblammox: that's how my mind pictures the process to ensure we've covered every step [17:00] TJ-: Ok, thought it was something like that but I wanted to make sure [17:01] Merblammox: go test! [17:03] xerox123, you use cammand line to install? is mariadb sill installed? [17:03] purged it [17:04] yes, apt-get [17:05] xerox123, are there any folders in /etc named mariadb or mysql? maybe theres left over conf files [17:09] Anyone can help me with resizing an encrypted partition? I'm following this tutorial https://help.ubuntu.com/community/ResizeEncryptedPartitions#Reduce_an_encrypted_partition. I'm currently stuck at the fstab part, not sure what should I edit inside that file for my swap partition. [17:10] add1ctus: I hope you've got backups of the data; you could very easily make it inaccessible if you make a small mistake [17:10] TJ-: I backed up everything that's important, it's not scary if I lose everything. Would prefer not to lose the time restoring stuff though :D [17:11] TJ-: rmdir: failed to remove '/boot/efi2': Device or resource busy [17:11] add1ctus, the swap part. is part of the encrypted partitions? [17:11] Merblammox: did we leave something mounted there? "umount /boot/efi2 && rmdir /boot/efi2" [17:12] ok that worked [17:12] Engage reboot! [17:12] compdoc: Yes, it is [17:14] According to the tutorial, I have the new UUID and I need to put it in fstab. I'm not exactly sure what line should I change though. [17:15] add1ctus, well thats fairly easy [17:16] add1ctus: there should be one line that has "swap" in the type field [17:16] run the command: sudo blkid [17:16] TJ-, it seems to be shutting down forever :( [17:16] TJ-, maybe i need to login and unmount more stuff? [17:16] Merblammo: splash screen showing? [17:17] TJ-, yep [17:17] Merblammo: tap Esc see if it reveals shutdown messages [17:17] TJ-, blank [17:17] TJ-: There is a line like that, but there isn't a UUID in it so I'm not sure what to change there. [17:17] Merblammo: OK, force power-off, everything should be synced to storage by now [17:17] TJ-, i switched to ctrl-alt f1 and it shows a login prompt but can't type anything [17:17] yep cool [17:18] add1ctus, run the command: sudo blkid [17:18] compdoc: The line for the swap is : /dev/mapper/ubuntu--vg-swap_1: LABEL="swap_1" UUID="3e2dc79b-5539-4324-ae6a-06abe4ee8263" TYPE="swap" [17:18] add1ctus: is it something like "dev/sdX6 none swap ..."? [17:19] TJ-: The line in fstab is /dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0 [17:19] TJ-, got a big blue screen on boot saying "Perform MOK management", is that normal? [17:19] add1ctus: no need to change that then, it refers to the correct Device-Mapper node anoyhow [17:20] Merblammo: sounds like you got into the PC's firmware setup for the Machine Owner Keys management services! [17:20] add1ctus, perfect. paste that into fstab, and edit [17:20] awesome [17:20] TJ-, weird, all i did was turn it back on :o [17:20] sorry, back now [17:20] xerox123, are there any folders in /etc named mariadb or mysql? maybe theres left over conf files [17:20] Merblammo: not sure why... try another reboot with just the bootable USB in [17:20] I'm checking now [17:20] TJ-, i can hit continue boot [17:20] Merblammo: you're the captain :) [17:20] compdoc: just /etc/mysql [17:21] xerox123, whats inside? [17:21] TJ-, looking good so far! [17:21] l$ ls [17:21] conf.d debian.cnf.bak my.cnf my.cnf.fallback [17:21] sounds about right. [17:21] TJ-, recovering journal. Welcome to emergency mode! [17:22] Merblammo: OK, maybe that was due to the hung shutdown... once it's done that, try another controlled reboot [17:22] TJ-, Tried to continue, but "VFS: Can't find ext4 filesystem" [17:22] ok [17:22] Merblammo: that doesn't sound so promising [17:23] VFS error again [17:23] damn [17:23] contents of my.cnf: https://paste.ubuntu.com/p/NsCB2gHVRk/ [17:23] nothing out of the ordinary [17:23] Merblammo: best boot the Try Ubuntu and do a controlled fsck on it === bungholio is now known as BionicMac [17:24] includedir /etc/mysql/conf.d/. is there a /etc/mysql/conf.d/ folder? [17:24] Merblammo: doesn't make sense how it could be that badly damaged though, you certainly left it long enough for everything to be flushed to disk [17:24] TJ-, EXT4-fs (sdb1): VFS: Can't find ext4 filesystem <-- that twice [17:24] TJ-, is it definitely looking in the correct partition? [17:24] Merblammo: sdb? [17:24] yes [17:25] TJ-: compdoc: Now I got stuck on the next step. I can't resize crypt. Getting a message: cryptsetup: Option --offset is supported only for open of plain and loopaes devices. [17:25] conf.d$ ls [17:25] mysql.cnf mysqldump.cnf [17:25] TJ-, Yep [17:25] Merblammo: the root file-system hasn't changed so it should be trying to mount /dev/sda9 [17:25] xerox123, do you use debian? [17:25] ubuntu [17:25] lol or I would be in #debian [17:25] Merblammo: even if the device has become sdb it'd be sdb9 not sdb1 [17:26] TJ-, ok, is maintenance mode any use here? [17:26] all those files in those folders are attempted to load when mysql runs [17:27] https://paste.ubuntu.com/p/J47BzHG2RZ/ https://paste.ubuntu.com/p/xQPXPyMRYG/ [17:27] the files in there are almost empty [17:27] Merblammo: looking at your original lsblk;blkid there's no partition #1 with ext file system http://paste.ubuntu.com/p/SzH9DY2Zj7/ [17:28] Merblammo: thing is, "VFS: Can't find ext4 filesystem" means grub worked as advertised, that message comes from the Linux kernel [17:29] TJ-, Right. Is it because for whatever reason it was using the old root instead of the chroot? [17:29] xerox123, where do you thing the user debian-sys-maint comes from? Im thinking that user doesnt exist. Installing iwht sudo, it should install with the root user, and somewhere ask you for a password for the mysql root user [17:29] thing=think [17:29] UCTeam's old commu-manager just asked an impossible question. He is asking for services relating to an eastern-domain. https://tinyurl.com/ChinaDiscourse [17:30] Merblammo: no, we didn't change the initrd.img where the root file-system find/mount operation is done [17:30] Merblammo: check the PC will boot into Windows [17:30] ok [17:31] TJ-, Preparing automatic repair [17:31] TJ-, that's what windows says i mean [17:31] Merblammo: I wonder if somehow doing the forced reboot made it write garbage to the disk? [17:32] Merblammo: It's poor behaviour if the hardware did that though [17:33] TJ-, Ok, rebooted again and windows is loading [17:33] windows <3 [17:33] Lol :| [17:35] Merblammo: ocne you're sure Windows is OK, try a reboot, but make sure you tell Windows to NOT do a fast/quick reboot, a full proper shutdown so it doesn't use the hibernate file or tell the firmware to to do a fastboot on restart. There's a way in the Start menu I believe, involving holding down the Shift key [17:35] TJ-, I've disabled that crap [17:35] TJ-, Windows takes soooo long to boot [17:35] Merblammo: if Linux in sda9 won't start we'll have to use Try Ubuntu and a chroot again. I have to go now though, dinner time here. [17:36] Merblammo: it's annoying since it seems we got the removable-boot working correctly first time [17:36] TJ-, Yeah no problem, really appreciate the help even though things went wrong :) [17:36] TJ-, I'm out of my element here, so [17:36] Merblammo: mayber we should have given it 1/2 hour to shutdown! [17:37] TJ-, Maybe, seems weird that it would be looking at sdb1 specifically though. Unless it said that cause that's where the currently running usb drive was running the command from? [17:37] Merblammo: in general Linux does write-behind to storage at most, 5 seconds, after processes do a write, so I'm sure we left enough time === kenden is now known as Guest64681 [17:38] i've got my password set to "None", but this thing is coming up saying "autentication is needed to run..." etc and asking for a password. but i don't have a password! [17:38] Merblammo: the initrd.img file-system has the root file-system entry in it's own /etc/fstab so it should be looking for that and nothing else [17:38] what thing? [17:40] compdoc: would nuking all the mysql data possibly fix anything? [17:41] TJ-, I could come back another time, probably not tonight, but thanks. Enjoy your dinner :) [17:41] ubuntu seems to create that mysql folder even when mysql isnt installed, but the data files (databases) are usually elsewhere. [17:42] xerox123, is it possible that youve added a repo that is suggesting a different install of mysql that the normal ubuntu repos would not use? [17:44] nope, all from here: https://paste.ubuntu.com/p/wwpSc35Djj/ [17:47] what command do you use to install? [17:50] compdoc: sudo apt install mysql-server [17:50] what version of ubuntu? [17:50] 16.04.4 [17:51] raspberry pi version [17:52] everything was fine until I installed and uninstalled mariadb [17:52] yeah, seems so [17:52] I just install mysql-server using the same command, and no errors [17:53] took a few seconds [17:54] now it's letting my try and login [17:54] https://paste.ubuntu.com/p/nPmt68JxQC/ [17:54] and no mention of a debian maint user [17:54] Do you guys all roll standard Ubuntu or other DEs? [17:56] elefler: why the poll? [17:56] compdoc: fixed it, I'm just going to ignore that APT error from now... [17:56] Just curious, the xubuntu ircs are really quiet [17:57] https://stackoverflow.com/questions/42153059/mysqld-safe-directory-var-run-mysqld-for-unix-socket-file-dont-exists [17:57] and followed that from https://askubuntu.com/questions/705458/ubuntu-15-10-mysql-error-1524-unix-socket [17:57] elefler: the user base is much lower I'd think [17:57] Yeah but I wasn't sure if those were just for de specific stuff and general ubuntu chat goes here [17:57] elefler: also, many xubuntu user are probably in this general ubuntu channel [17:58] cool [17:58] elefler: I guess that's the case [17:58] need to see if wordpress is working though [17:59] elefler: Xfce/Xubuntu specific questions are best to be asked in #xfce and #xubuntu [18:00] I get this error when i try to boot up my system. https://i.paste.pics/b8ea5cee7a9fa25f0ddcfe781026028d.png --- any idea? [18:01] garries: i dont see an error, i see quirks. [18:01] garries, was it working and then stopped? [18:01] I was thinking about going back to ubuntu, last I used it I had wifi issues on both my PC and laptop [18:01] garries: is there an error? [18:02] tomreyn: compdoc i upgraded the distribution and then i rebooted and got that error [18:02] does it still boot? [18:02] elefler: ubuntu and xubuntu do the exact same things network-wise [18:02] elefler: this has more likely to do with the linux version you use than with the linux distribution, [18:03] garries: i still dont see an error, where is it? [18:03] linux version? [18:03] kernel version [18:03] tomreyn: that screen is frozen , it just hangs undefinitely [18:03] tomreyn: instead of booting up [18:04] it mentions acpi. is that eneabled in the bios? if so, maybe disable it to test? [18:04] I found stack overflows and things saying it was a long standing ubuntu issue and I never resolved it [18:04] I switched to fedora and its been fine, they might have fixed it by now though [18:04] garries: i see. so there must be some problem, but i dont think its to be seen on this screen. [18:04] Will probably give it a go when 18.04 lands [18:05] tomreyn: what would u suggest ? [18:05] garries: what did you upgrade form and to? [18:05] *from [18:05] tomreyn: debian 8 to 9 [18:05] garries: what is the name of this IRC channel? [18:06] !next [18:06] i thoght debian and ubuntu are brothers [18:07] hello how can i insatll opencl driver for intel i have then as *.so files [18:07] garries, it mentions acpi. is that eneabled in the bios? if so, maybe disable it to test? maybe you have an old motherboard with an old acpi. Ive seen bios updates sometimes fix weird thigs like that [18:07] garries: brothers, yes, but not monocygotic twins, and each got their dedicated place for support [18:08] !debian | garries [18:08] garries: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu! [18:08] we dont support debian her,e though [18:08] well at least i dont [18:09] LinuxMafia: where from? [18:09] tomreyn, i downloaded from intel website and installed it [18:10] LinuxMafia: can you point to the download page? which hardware do you have there? [18:10] tomreyn, it created a folder under /opt/intel ok just give me a sec [18:10] LinuxMafia: also post the output of "lsb_release -sd" please [18:11] https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime [18:11] /exec -o lsb_release -sd [18:12] LinuxMafia: add this to the list of questions to asnwer: what'S the output of "cat /proc/version" and which of the files links on this intel web page did you download? [18:12] tomreyn Kali GNU/Linux Rolling [18:12] !kali | LinuxMafia [18:12] LinuxMafia: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [18:13] i'm pretty sure i told you this before, LinuxMafia ... [18:13] Why are linux noobs drawn to Kali like a moth to a flame [18:13] tomreyn, #kali-linux is dead arent they both debian based? [18:13] LinuxMafia: this is not a topic of this channel either [18:14] tomreyn, where can i ask is there any channel/ [18:14] LinuxMafia: not my problem, i'm happy to support you if you run ubuntu [18:14] LinuxMafia: #kali-linux. and if that channel's dead, consider that when deciding which distro to use. [18:14] Where's that stack overflow "if you're asking for help you don't want Kali" post [18:15] things on-topic for #ubuntu: 1) Ubuntu, 2) official derivatives. things not on-topic for #ubuntu: literally every other distro [18:15] thanks guys [18:16] anyone got *ubuntu* questions? :) [18:16] I found the great rant [18:16] on a fresh install is my default user supposed to be a member of the root group? [18:16] Can I post tangentially related stack overflow links in here? [18:17] Little off topic today are we :D [18:17] https://unix.stackexchange.com/questions/399626/why-is-kali-linux-so-hard-to-set-up-why-wont-people-help-me?noredirect=1&lq=1 [18:17] If someone asks about kali send them there [18:18] MWM: no, your user should not be a part of the root group on a fresh install [18:18] Hey! Is there any version of Ubuntu that will run in my laptop? The specs are here: https://revspace.nl/Compaq_LTE_4/50#Specs [18:19] (legit question, but I guess the answer would be "no way ever") [18:19] Compaq-1994: is this a joke? since the page is empty [18:19] That link is broken, but try xubuntu [18:19] If that's too slow, lubuntu [18:19] That link for the laptop redirects to a page that says nuthin for me [18:20] Sorry, correct link would be https://revspace.nl/Compaq_LTE_4/50E#Specs [18:20] do a search for "light desktop environments" or "linux for old hardware" and there is plenty to read. but usually Lubuntu or Xubuntu are the top *buntu's recommended [18:20] 8MB of RAM? Wiw [18:20] Wow* [18:20] (but yes, it sorta is a joke. would be nice if someone would have a suggestion anyway) [18:20] Compaq-1994: hmm that's really old hardware. why would you still run th8is? [18:20] I retract my earlier answer lol [18:20] for fun :p [18:21] Try one of the Puppy linxues? [18:21] 8mb? Try Puppy or damn DSL :D not quite Ubuntu, buuuuut.... ;) [18:21] Compaq-1994: i looked at this computer's specs; you are *severely* restricted in your choices here, i'm afraid [18:21] It's running mIRC on windows 3.11 just fine :p [18:21] Compaq-1994: no, Ubuntu won't run on that [18:21] Compaq-1994: and baring a pure CLI Ubuntu experience, i don't see what you could run here [18:21] Compaq-1994: tra some embedded linux distro. more suggestions will be available in ##linux [18:21] I tried even older DSL's but nothing would boot with just 8 megs of ram [18:22] Compaq-1994: ##linux would probably have more suggestions. Ubuntu here is going to be a very long shot [18:22] I'll shut up now, I just needed a busy IRC channel for stresstesting my network setup really [18:22] Ubuntu server even requires 2GB of RAM [18:22] don't run mIRC on Windows 3.11 [18:22] the last version of mIRC that ran on it has about a million security vulnerabilities [18:22] tgm4883: nah, I have ran ubuntu server in 256MB ram in the past [18:23] don't run Windows 3.11. FTFY [18:23] and in <1GB vm's more recently [18:23] Compaq-1994: "in the past" is relevant in that sentence [18:23] don't run Windows [18:23] Oh no, they'll hack into his Windows 3.11 where I'm sure he does all his banking and critical security stuff [18:23] tgm4883: well yes, but people will insist on wasting their time [18:23] Compaq-1994: 256MB > 8MB [18:23] Compaq-1994: please stop wasting our time [18:24] I bet the people who remember how to hack Win3.1 are all retired anyawy and the viruses aren't exactly out in the wild anymore [18:24] meanwhile the people who remember how to mess with mIRC 5 are not [18:24] tgm4883: I was only pointing out that your 2GB statement is false. I did not mean to imply that it would run on this old laptop. I know it will not. [18:25] dax: 5.91 at your service ;) [18:25] Compaq-1994: yea that's my bad. I read the desktop section of system requirements [18:25] in any case, this is all way off topic [18:25] * dax sighs and wanders off muttering things about bringing back frigg [18:29] is there a command like netstat that can show me not established connections but (soon-to-be-failing) connection attempts? [18:29] Sven_vB: tcpdump :) [18:30] is epoll a Ubuntu thing or server specific? [18:30] Sven_vB: i can't think of another way before the 3-way-handshake is completed [18:30] IRC channel that can stress your network. funny [18:31] tomreyn, thanks! [18:32] skinux: it is operating system specific, so kernel and userspace. [18:34] compdoc: well, not just the network, but also the stability of the IRC client itself [18:44] hi [18:44] hi [18:44] hi all [18:49] how can i remove this from apt-get update is invalid repo [18:49] E: The repository 'http://ppa.launchpad.net/ethereum/ethereum-qt/ubuntu artful Release' does not have a Release file. [18:52] nullbyte_: That PPA is not supported in artful ( http://ppa.launchpad.net/ethereum/ethereum-qt/ubuntu ) . Were me I would comment out the entry in the /etc/apt/sources.list.d/ directory . === SimonNL is now known as SimonNL_Afk [18:55] allizom, i've tried a lot, and reinstall modem manager, and now i cannot see my modem at all . thats bad. so, i decided to upgrade my distributive. [19:01] j [19:03] I have a GPT partitioned HDD in a PC without EFI-UEFIs where I can't install "Ubuntu Mate 16.04" because in the installation the Bootloader install fails, failing all the installation. I have done a "bios partition" in the HDD, but it also fails. Any solutions ? [19:05] mate88: with BIOS>GPT as long as there is a BIOS Boot partition near the start of the disk grub should install to it without problems. what offset is the BIOS Boot partition at? Also, it should be at least 1MB - how big is it? [19:07] it's UEFI firmware, shouldn't this need an ESP instead of a biosboot partition? [19:07] maybe that's what you mean and i'm just nit picking. [19:08] tomreyn: mate88 said the PC is without EFI-UEFI [19:08] TJ-, the "bios partition" I have done in that GPT HDD is of 400 MB [19:09] mate88, i used gdisk with ef02 flag (on a 32-bit system) [19:09] mate88: OK, well it'll never ever need more than 2MB so you're wasting space there [19:09] mate88: ensure the partition type is correctly set, as ioria just said [19:11] what is the `python` exectuable on 18.04? [19:11] 2 or 3? [19:13] ioria TJ- I am running a Ubuntu 16.04 in liveCD mode right now, I don't have a "gdisk" application that I know [19:13] !info gdisk [19:13] gdisk (source: gdisk): GPT fdisk text-mode partitioning tool. In component main, is extra. Version 1.0.1-1build1 (artful), package size 201 kB, installed size 818 kB [19:13] mate88, you can install it [19:14] mate88, !info gdisk [19:14] sy [19:14] mate88, https://bbs.archlinux.org/viewtopic.php?id=198066 [19:15] how do I see the offset of the "biospartition"? [19:15] ioria, isn't better Gparted than that gdisk ? [19:16] mate88, i think you can use it, but i have always used gdisk [19:16] energizer: I guess its python3 [19:17] !info python bionic [19:17] python (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.14-4 (bionic), package size 136 kB, installed size 624 kB [19:18] ^^ [19:23] ioria, TJ- in principle I made that "biospartition" with Ubuntu 16.04, why would it be bad set? [19:23] I installed gdisk right now [19:24] now what? [19:24] mate88, https://bbs.archlinux.org/viewtopic.php?id=198066 === tomaw_ is now known as tomaw [19:36] .-. .-. [19:36] .-. .-. [19:36] .-. .-. [19:37] ioria, if I put the bootloader to install on a MBR HDD and the Ubuntu 16.04 on a GPT HDD, there won't be any problem? [19:38] mate88, iirc, yes it will break and you'll need to reinstall grub [19:39] hi folks, i'm trying to recover a 14.04.5 VM that someone broke, and handed off to me. I've gotten it to boot into rescue mode, but when i try to apt upgrade i'm getting dpkg: warning: 'start-stop-daemon' not found in PATH or not executable. I've checked my PATH, it looks fine. I've also also done a 'find / -name "start-stop-daemon"' which returned nothing. i'm stumped as to what i need to do next. [19:40] other than install it by hand via finding the deb on the internet, and using dpkg. but i'm not convinced dpkg still won't fail in that scenario. [19:40] ioria, Why will it break ? [19:41] mate88, was a while ago, maybe it's fixed, if you don't have efi, it'd go with the claccis patitioning, or maybe use lvm [19:42] *classic [19:42] gnat_x, I'm sure it can be fixed without random debs from the internet. I'm just not that familiar with apt to fix it [19:43] I've got a cloud-config script I'd like to use with a VPS but the provider no longer supports cloud-init. Is it possible to install cloud-init and put the user data somewhere and reboot? [19:43] pragmaticenigma: not random debs, those pulled and checked by hand from mirrors, but yeah, i'm hoping there are other ways. [19:43] mate88, or logical/extended [19:45] I'm looking at the kernels available for 16.04 and while I see 4.13.0, I don't see 4.14 or 4.13.6. This is an issue since I'm running docker and there's a known issue with the overlay fx indexing. Do people just run 4.10 or... ? [19:45] I run 4.15.13-041513-generic [19:45] jatt on 16.04? [19:46] hello, I decrypted my .Private directory with ecryptfs, but the mounted directory shows all encrypted folders with long file names. I'd once used the fix to this; a command that I found in askubuntu.com, which mounted these folders elsewhere in normal home folder view, but couldn't find it now. does anyone perhaps know it? [19:46] ahammond: 17.10 with ppa kernel [19:46] ioria, In principle I have been in a MBR HDD bootloader and the system in a GPT HDD until now, I need a reinstalation because of viruses and the MBR HDD were it was Bootloader installed died, the thing is that when the installation fails, it gives you the option to choose another HDD or partition to install the Bootloader, but fails in every other places. [19:46] gnat_x, do you know what is start-stop-daemon? Is that part of systemctl ? [19:46] jatt hmm, I doubt I can sell PPAs for a fleet of production servers. :) [19:46] pragmaticenigma: looks like it is part of dpkg. time for a rescue installer i guess. [19:47] jatt and I'm not even gonna try to sell anything non LTS. [19:47] I guess I'll go with 4.10. [19:48] ioria, the HDD where I am installing the ubuntu 16.04 is not empty, there are other partitions with data [19:48] I'm trying to switch back to nvidia graphics (because I'm on a black screen with intel integrated), but prime-select is failing with error 'read-only filesystem' [19:48] gnat_x: that's a pretty hosed system. [19:48] I switched graphics with nvidia prime drivers :/ [19:48] I'm switching through a root recovery shell [19:48] mate88, i's perform a backup first of all [19:49] gnat_x: since dpkg is not a daemon, you could start by trying to reinstall it [19:49] ahammond: you can run the 18.04 v4.15 kernel if you install linux-image-lowlatency-hwe-16.04-edge from xenial-proposed [19:49] msg /NickServ [19:49] gnat_x: but if this is broken who knows what else will be === xet7 is now known as xet7friend === xet7friend is now known as xet7 [19:49] msg /NickServ REGISTER 1@#$%*()_ vasocreta@gmail.com [19:50] TJ- thanks, I'll just wait for 18.04 and settle for 4.10 for now. [19:50] vasocreta: that didn't work well. [19:50] vasocreta: you missed the leading slashes and those messages ended up in the channel [19:50] nope. I am not paying attention to what window I am using. LOL [19:50] yep [19:50] LOL [19:51] multi-tasking is not good for you [19:51] the research is right [19:51] tomreyn: yeah, that's what i'm thinking. [19:54] oh those facepalm moments in life [19:54] Time for a new password lol [19:54] and a new email [19:54] ROFL [19:54] 😸 [19:55] Does testing the daily build in VBox help or is it not the same as installing it for real? [19:55] Sometimes my VMs do weird things [19:56] Just generally speaking, not installed a daily before [19:56] I fixed by remounting, have a good day :) === mudo_ is now known as mudo [20:17] elefler: just testing the installation process on a virtualbox vm does probably not help much, since that's been done many times before. but if you'll actually use it after installation i guess you have a better chance to contribute (also, this is probably a more of a topic for #ubuntu+1) [20:18] Okay, is #ubuntu+1 like a devel one? [20:19] #ubuntu+1 is #ubuntu except for unreleased ubuntu (so 18.04 currently) [20:19] (/topic is relevant, in either channel) [20:24] allizom, i have updated my distributive to 18.04. And the modem is working perfectly [20:25] i think the problem was in Modem Manager or in the kernel. Thank you for you help. Thanks TJ-, too [20:25] Hello, I installed a minimal Ubuntu, but I tried multiple terminals and I can't copy paste with shift ctrl c/v. Do I have to install a clipboard or it's because of the terminals I used? [20:27] za1b1tsu, Use Ctrl + Shift + c/v [20:27] pragmaticenigma, it was a typo, I mean ctrl+shift, doesnt work [20:28] Are you in a desktop environment or just TTY? [20:28] it's like I'm just doing ctrl+c [20:28] pragmaticenigma, openbox [20:28] no DE [20:29] za1b1tsu, Selecting text copies it in a buffer. Middle mouse clicking pastes from this buffer [20:30] za1b1tsu, the other option is to install a different terminal emulator that does support the familiar ctrl + shift + c/v shortcuts [20:31] pragmaticenigma, I'm using a touchpad, no middlemouse, I see. Thank you [20:31] !info parcellite | za1b1tsu [20:31] za1b1tsu: parcellite (source: parcellite): lightweight GTK+ clipboard manager. In component universe, is optional. Version 1.1.9-1 (artful), package size 242 kB, installed size 683 kB [20:32] tomreyn, the issue isn't having a clipboard... it's copy pasting to and from the default terminal Openbox uses. It doesn't appear to have keyboard shortcuts [20:32] you'll need something like this if you cannot use a mouse to mark text and middle mouse button (or shift-insert) to paste [20:33] za1b1tsu, you can also try ctrl + insert and shift + insert to copy or paste respectively [20:33] Which kernel will 18.04 ship? [20:33] !ubuntu+1 | terminalator [20:33] terminalator: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+1 [20:34] I see [20:34] see also /topic [20:34] pragmaticenigma, do you know a lightweight terminal that supports that copy/paste? [20:38] TJ-, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 is fixed in ubuntu 18.04 lts ? [20:38] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged] [20:39] s10gopal: you know the answer, don't bother TJ- to ask. is it fixed upstream? [20:41] nacc, idk [20:41] s10gopal: that's what you need to know first [20:41] s10gopal: also, did you bother reading the upstream bug you filed? [20:41] s10gopal: you responded there, but you didn't change the state back from NEEDINFO to NEW or whatever [20:43] nacc, can you please change it ? [20:43] s10gopal: no. [20:50] za1b1tsu, I am not aware of one off the top of my head, or I'm not aware of one that isn't going to bring a lot of baggage with it. [20:50] nacc, new state is not available on bugzilla , which one should i choose ? [20:50] s10gopal: i don't know, you should read the kernel bugzilla info [20:52] Hi everyone [20:52] Question: Is there a way that I can edit a table in a database under /var/lib/mysql ? [20:53] (actually it is in another path, but it has the same structure= [20:55] Dbugger: why wouldn't you use mysql for it? [20:55] nacc, not sure how to do it, to open that database. Maybe it is an easier command than I think? [20:56] Dbugger: why do you have mysql databases if you don't know how to use mysql? :) [20:56] nacc, i was just building a Wordpress site, and I think something went wrong on the configuration table [20:57] Dbugger: well, i'm fairly sure you can tell mysql to open any database, check the manpages/--help [20:57] yeah, but what should I give as input? the folder with the name of the database? [20:58] Dbugger: ... that's why i suggested to read the manpage or --help output? [20:58] Dbugger: there's also presuambly a mysql channel here [20:58] !alis > Dbugger [20:58] Dbugger, please see my private message === SimonNL is now known as SimonNL_Afk === mkv is now known as m4v [20:59] well, i was not sure if the question was fit for there, since I have my DB in an unconventional path [21:00] pragmaticenigma, xfce terminals seems alright, at first glance [21:01] za1b1tsu, seens to be a common recommendation... guess the only way to know is to install it and see what it carries in for dependecnies? === bungholio is now known as BionicMac [21:02] !ubottu zeitgeist datahub [21:02] implite: I am only a bot, please don't think I'm intelligent :) [21:02] what is zeitgeist datahub used for? === Gravedigger is now known as Guest9112 [21:02] just wondering [21:03] !info zeitgeist | implite [21:03] implite: zeitgeist (source: zeitgeist): event logging framework. In component universe, is optional. Version 1.0-0ubuntu4 (artful), package size 2 kB, installed size 19 kB [21:04] is there a help channel where an amateur can request help with troubleshooting an issue? [21:04] !support | Guest9112 [21:04] Guest9112: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [21:05] lotuspsychje: so its ok if i dont use it? does it store data on my user profile or something? [21:06] implite: it's basically used to log recent user actions such as recently used files and folders for the purpose of making them later accessible quickly. think of shortcuts in file explorers and ubuntu menu === apsknight1 is now known as apsknight [21:06] ahh ok thanks for that tomreyn [21:06] implite: i tryed to uninstall it once, not a very good idea [21:06] its ok if i turn that and backup off im guessing [21:06] implite: for this pourpose (convenience) logging is enabled by default, but there is a privacy menu in gnome and other desktops to limit the data collected [21:07] oh, ok. Cool. In that case maybe someone here can help me. I'm trying to implement an SSL certificate for the very first time. I've followed all the documentation, and all the status checks (e.g. apachect1 configtest) and everything appears to be configured correctly, but my site still can't be connected to via HTTPS. I'm trying to ascertain what the issue is. My firewall has 443/tcp allowed, and I think my apache site-available [21:07] .confs are configured correctly..... [21:07] implite: perhaps try to disable the service? [21:07] yes i did disable it on startup [21:08] is there some sequence of tests or status checks I can perform that will help narrow down what the issue is with my HTTPS/SSL config? === marve is now known as Guest61461 [21:11] guest9112: this is not a question that is connected to your operating system. Im not sure if there is an apache channel on freenode but i would try to look and see if you can also ask there [21:11] Guest9112: You sure there isn't a default ssl config already set? Thats usually the issue I have with them [21:12] Guest9112: #httpd is for apache. For debugging people like to use tools like `curl` I think, which can be far more informative than using your browser. [21:13] xamithan: there is both a "default-ssl.conf" and "000-default-le-ssl.conf" that was created by Certbot. I tried editing both of them with the correct keys since i wasn't sure which one was being referenced [21:13] Just delete the one you aren't using === Khaotic_ is now known as Khaotic [21:18] Guest9112: Look in /etc/apache2/sites-enabled to find out which config(s) are being used. [21:20] There's also a #letsencrypt channel [21:20] Because if I try to help you here I'll just get yelled at. [21:24] ok, appreciate the tips. I'm trying the apache channel and I'll ask in letsencrypt too === bungholio is now known as BionicMac === apsknight1 is now known as apsknight [21:57] ‎ Hi there have this Lubuntu 17.10 running off a pendrive. The desktop is acting mostly like it's been locked, and having major problems saving screenshots anywhere. I can still see new devices connected on the desktop though. === ubuntu is now known as Guest95200 [21:58] Am wondering if I have run out of persistent storage and when I look at this Devices - Memory - System Information ; I can't say I really know what I'm looking for to see if this is the case. [21:59] Persistent storage rather [21:59] Chatterly: to have a decent ubuntu experience, best to install physical on your harddrive === Guest95200 is now known as dony [22:00] That's not currently an option. [22:00] list [22:00] serv [22:01] dony: no warez here [22:01] !warez | dony [22:01] dony: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [22:01] don4t understqnd [22:01] Chatterly: usb speed will be the bottleneck [22:02] lotuspsychje_: hasn't been a problem for the last 2 weeks, why would things suddenly not save [22:02] Chatterly: tell us an example of what you trying/did? [22:02] dony: you tried to run commands that are only relevant to warez [22:02] I did make some things immutable on the desktop, and now I can't seem to delete them [22:03] Chatterly: you could install ubuntu on the pwn drive instead of using it as a live media. it's a bit faster than the live install which suffers twice from the slowness induced by the nature of this type of flash media. [22:03] Ok well trying to save some screenshots from a trading site for tax purposes [22:03] i new ubuntu seqrch ubuntu french for drivers [22:03] lets say i've installed unison from source (because syncing to a mac computer upp'ed the version); i went ahead and uninstalled the system package of unison first;;; 1) should you always uninstall the system package first? 2) if there are updates to the system package and id like to use that version in the future, how do I 'uninstall' this version of unison from source or do i need to. just rm [22:03] /home/arooni/bin/unison ? [22:03] !fr | dony [22:03] dony: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [22:03] thanks [22:04] I need to use it as live media right now. With this persistent storage [22:04] arooni: we reccomend using package versions, meant for your ubuntu version [22:05] Could making certain files on the desktop as immutable have mostly frozen the desktop somehow? [22:05] !info unison | arooni why compile? [22:05] arooni why compile?: unison (source: unison): file-synchronization tool for Unix and Windows. In component universe, is optional. Version 2.48.3-1ubuntu1 (artful), package size 648 kB, installed size 2018 kB [22:06] lotuspsychje_: the latest release on github is 2.51.2 [22:06] !latest | arooni [22:06] arooni: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [22:06] and this mac version requires the latest version [22:06] We are talking about very small files here I don't think USB speed is any part of the problem. [22:07] Chatterly: not sure what you did exactly on your system yet.. [22:07] Chatterly: could it be a permission thing? [22:08] The only changes I recall since things had these massive saving issues was make a few files immutable. Lucky/Unlucky I saved them on the desktop. [22:08] Yes Feels like it is a permission thing. [22:09] I noticed some issues immediately when after copying them off the machine, I could not delete them [22:10] But can't have "run out" of storage as can't even save screenshots to a different USB stick. (everything on that is maleable) [22:12] arooni: seems there's like a latest unison snap [22:13] arooni: unison-jz 2.51.2 [22:14] good day all. [22:14] i have been trying to get dnsmasq to work.. and i have hit a wall [22:15] i got it to give out dhcp address... but it is not resolving to one of the local servers [22:15] can anyone help [22:15] Ok am going to try some things from the terminal in sudo. [22:15] What is a way to delete things forcefully from inside sudo? [22:15] Chatterly: gksu nautilus can help perhaps [22:16] is that dependent on desktop environment lotuspsychje_? [22:16] Chatterly: yes [22:17] Chatterly: Exercise care with sudo .. applied in /home then root owns files; and "you" can not then access them . [22:17] any dnsmasq gurus on ? [22:17] ooh. *retro-learns very fast* [22:19] Bashing-om: by access them do you mean read and copy only, not able to delete or edit? [22:20] Chatterly: If root owns .. then can not even copy . [22:21] andreb, please ask your question all on one line and if someone can help they'll respond. You may also find /join #dnsmasq to more helpful in configuration questions [22:21] andreb, and other dnsmasq specific questions [22:23] anyone use chromium? [22:23] I can't seem to find the history tab.. lol [22:24] Budgii, try pressing Ctrl + H [22:24] how can I use sudoers file to allow user1 to run 'sudo -u user2 *anycommand*' without password but nothing else ? [22:24] thanks pragmaticenigma, i've been in firefox all week hahah [22:24] Budgii, yw, I think it's the same for both :-) [22:24] skylite: the 3 dots at the right edge of the tool bar .. drop down -> history . [22:24] I was just looking at interface.. [22:24] :D [22:25] Bashing-om, skylite had a different question === kenden is now known as Guest34389 [22:25] Budgii: pragmaticenigma .. bad on me :) skylite: my opologies . [22:27] no problem:) [22:28] Bashing-om, I think i missed something haha [22:29] Bashing-om, oops, I see now haha. np! [22:29] Bashing-om, I did that the other day it was hillarious\ [22:30] found it btw [22:32] Will 18.04 be available this sunday morning? [22:33] OurFrank: no. [22:33] OurFrank: No . 23 Apr or so / [22:33] w0000t [22:33] im excited to try it. [22:34] !party | OurFrank Budgii [22:34] OurFrank Budgii: Please remember that #ubuntu, #kubuntu, #xubuntu, #edubuntu, and #lubuntu are support channels. To countdown to !bionic release and then party once it happens, join #ubuntu-release-party - For in-person parties, see http://loco.ubuntu.com/events/global/3339/ [22:35] bionic? [22:35] is 18.04 called Bionic Bee? [22:35] beaver [22:35] oh [22:35] thanks, btp [22:35] Save a tree, eat a beaver [22:35] lol [22:37] hi all, my ubuntu 16.04 can't connect to any wifi networks. when I run the command : nmcli dev wifi connect - I get alsorts of error messages like (53) The wifi network could not be found. Ive tried `sudo systemctl status NetworkManager.service' but that isn't telling me anything. Is there something I can do to find out whats happening or to maybe restart newworking or use a different wifi commands? [22:38] agio: driver recognized? check sudo lshw -C network [22:39] lotuspsychje_: lshw -C network is showing a bunch of output [22:39] lotuspsychje_: looks like its see's 2 devices? [22:40] ah yes - one wifi and one ethernet [22:40] agio: at bottom driver=? [22:41] agio: you could post the output to a pastebin (if you want) [22:41] lotuspsychje_: [for wifi device] driver=rtl8192se [22:41] !paste | agio [22:41] agio: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:42] lotuspsychje_: where did you find that [22:42] lotuspsychje_: i.e. the unison snap; how do i search for snaps [22:42] arooni: `snap find ...` [22:42] expanding my mind https://www.ubuntu.com/desktop/snappy [22:43] tomreyn: the computer with the problem (that I'mrunning debug command on is offline!) I'm IRC'ing with you guys from a different computer [22:43] nacc: do i have to run snap refresh or can that be done automatically [22:43] agio: can you connect it to a wired network? [22:44] tomreyn: nah, none available === administrator is now known as Guest15483 [22:45] agio: can you run "lsusb | grep -i net" and provide us with the nnnn:nnnn code that is listed there where nnnn are either digits or character ef-f? [22:45] ... or characters e to f [22:47] agio: is this a fresh installation of ubuntu 16.04 then? using the latest installer image or one created a while ago? [22:47] arooni: snaps are automatically refreshed [22:48] tomreyn: "lsusb | grep -i net" produces no output [22:49] nacc: does snap notify me somehow that it has updated packages? for instance i'm symlinking its version of unison to the unsion command; but it seems every version bump itll rename the binary with the version # [22:49] arooni: no, it doesnt [22:49] agio: try again with: lspci -nn | grep -i net [22:50] tomreyn: yes this is a one day old install 16.04 - running off a live usb - but I commonly get this same issue on older installs on other machines - usually the only way to fix is re-boot - but I can't on this live USB === Lin-Buo-Ren-alt2 is now known as Lin-Buo-Ren [22:51] I would like to ask how to install the previous version of a certain package, it seems to be removed from the software archive. [22:52] The intel-microcode package to be specific, as the latest one causes boot lock-up regression [22:52] agio: oh so you're running this system on a 16.04.5 desktop installer live usb and there the wireless doesnt work. ok. [22:52] tomreyn: `lspci -nn | grep -i net' [nnnn:nnn] code (for the wifi device) is [10ec:8172] [22:52] arooni: you just invoke unison-jz.unison ... no version? [22:53] tomreyn: I think this is the 16.04._3_ - the ISO image is prob a good 6 months old [22:54] If you can find the repo just install the .deb Lin-Buo-Ren [22:54] tomreyn: the wireless adapter usually works on this machine - its an occasional problem that wifi stops working [22:56] agio: whern you say it usually works on this machine, do you then run it from the live usb, or doe you also have it installe don disk? [22:56] agio: and why do you actually run it form the live usb? maybe we can find a better approach for your use case. [22:56] xamithan: The problem is it isn't in the repo now, at least the latest one. [22:57] I wonder if there's other place that hosts the non-latest binary packages [22:57] Well if it was you wouldn't need to manually install it. There is plenty of out of date repos out there [22:58] If the software is any good it would be on github or somewhere they do version control you could just DL it [22:58] nacc: oh good call didnt realize i could use that in future releases; i have it called via cron etc [22:58] tomreyn: I've actually only ever run this laptop via the live USB installer. I've owned it for about a month - and the previous 29 days or so the wifi adapter worked. [22:59] agio: so as you already found out (maybe take a note for the future), the chipset of this PCI connected wireless device with hardware ID 10EC:8172 is a Realtek (TX2-)RTL8191SE, the in-kernel driver is rtl8192se, and it's actually been considered 'supported' for a good whiloe. [23:00] Lin-Buo-Ren: what version? [23:00] agio: when you run "rfkill list", does it say "yes" anywhere? [23:01] tomreyn: thanks for explanatjion about drivers - good to know whats happening :) [23:01] tgm4883: 3.20180108.1+really20171117.1 [23:02] tomreyn: output from `rfkill list' contains all no's [23:02] agio: do yourself a big favor and install ubuntu to *some* storage permanently. it can be just another usb pen drive / stick if it has to be, but running from the installer is painful for all humans and technology involved. [23:02] agio: Try grepping `rtl` in the kernel log to see if there's any missing firmware files [23:02] agio: but better use the latest ubuntu 16.04 installer to install [23:03] Lin-Buo-Ren: that's a weird version number [23:03] tgm4883: Well intel's proprietary code, so kinda expected [23:03] tgm4883: no, iirc, it was a revert [23:03] tgm4883: i think it's fine. this was chosen to indicate that the firmware was downgraded to what intel had previously released on 2017 [23:03] yeah [23:04] nacc: unison-jz.unison doesnt seem to like to look in ~/.unison for its profile files [23:04] Well they should really revert again as the latest one is definitely buggy [23:04] (at least on my Ivybridge laptop) [23:05] agio: for now, i would just make the system powerless (remove battery, if any, remove wall plug, if any), wait 15 seconds, reconnect it and power it up again. [23:06] agio: you could also go searching for newer firmware than what you have now, but since it won't persist on the installer, this is kind iof futile. [23:06] arooni: it probalby looks in ~/snap/... [23:06] arooni: you should contact hte snap owner or read their docs [23:06] Lin-Buo-Ren: there is a bug filed, iirc [23:07] nacc: do i need to move all my profile files there ; or can i just symlink [23:07] Lin-Buo-Ren: , tomreyn: when I search in /var/log/syslog for 'rtl' there are some matches like: rfkill3: foound wifi radio killswitch - round about the timestamp where the wifi stopped working? [23:07] arooni: i don't know. [23:07] arooni: i just told you there was a snap and how to use it [23:07] arooni: you need to do the rest of the legwork yourself :) [23:07] agio: but it is not killed, if it was the rfkill command would have said so. [23:08] agio: Try pasting the full kernel log(/var/log/kern.log) to a pastebin [23:08] agio: site [23:08] agio: i'm sorry i have to leave for now [23:08] Lin-Buo-Ren: https://bugs.launchpad.net/bugs/1759920 [23:08] Launchpad bug 1759920 in linux (Ubuntu Artful) "intel-microcode 3.20180312.0 causes lockup at login screen(w/ linux-image-4.13.0-37-generic)" [High,Confirmed] [23:08] nacc: I certainly has noticed that bug report ;) [23:08] tomreyn: no worries - thanks anyway for help :) [23:09] Lin-Buo-Ren: ok, then you know it's being worked [23:09] Lin-Buo-Ren: and it doesn't make sense to hassle volunteers about it [23:09] !eol [23:09] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [23:10] Lin-Buo-Ren: I can't pastebin. the computer with the problem (that I'm running debug commands on is offline!) I'm IRC'ing with you guys from a different laptop [23:11] agio: Try transfer the log file to the different laptop then? Have any usb keys? [23:11] nacc: Just like to workaround it at my end so that I don't need to deal with it unless when help debugging it :-/ [23:12] Turn off the microcode loader entirely works but it just not sound right [23:12] Lin-Buo-Ren: so you're just trying to get back to 20171117.1 then? [23:12] tgm4883: Yep. [23:13] Lin-Buo-Ren: click ont he publishing history in launchpad and you can get back to the debs, iirc [23:13] nacc: Sound legit, thanks alot! [23:14] Lin-Buo-Ren: ok I''l try transfer the last few days across from a USB - might take me a few minutes - will let you once Ive done it [23:14] Lin-Buo-Ren: I'm assuming you've already tried 'apt install intel-microcode=20171117.1' [23:14] tgm4883: Yep, and `apt ` doesn't found the package, probably already removed from the mirror I use [23:15] Lin-Buo-Ren: could be I suppose. You could go further back [23:16] tgm4883: The further back is probably the version provided by the xenial pocket :-/ [23:16] Which is 3.20151106.1 according to Launchpad [23:18] nacc: thanks for teaching me how to fish [23:18] arooni: :) [23:18] According to Launchpad the previous release is "Removed from disk 5 hours ago.", but I am able to find the source package :-) [23:19] https://launchpad.net/ubuntu/+source/intel-microcode/3.20180108.0+really20170707ubuntu16.04.1 [23:20] Lin-Buo-Ren: https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/14261530 [23:20] Lin-Buo-Ren: bah, https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/14261530/+files/intel-microcode_3.20180108.0+really20170707ubuntu16.04.1_amd64.deb [23:20] Lin-Buo-Ren: publishing history -> version you want -> builds -> debs [23:21] nacc: Nice. Guess LP handle binary packages differently from Ubuntu and PPAs? [23:21] Lin-Buo-Ren: i don't know what you mean [23:21] Lin-Buo-Ren: do you know why tomreyn recommended I persist my Live USB install to a storage device? is it so that I upgrade some package/microcode or something? [23:22] @agio: Well a persistent drive means you can make changes and preserve it after reboot [23:22] Not necessary to solve the issue but still works [23:23] agio: I happened to have written a guide just yesterday, however it's in chinese: https://hackmd.io/p/rkPdeX8KM [23:24] nacc: Because the one that I found in the ubuntu archive on LP as been removed [23:25] Which is quite inconsistent to the PPA one you got me [23:25] Lin-Buo-Ren: you were looking at publishing dta [23:25] *data [23:25] Lin-Buo-Ren: ah yeh I dont know chinese - I cant use google tranlate becuase it looks like you've used slides? [23:25] and i wasn't looking at a PPA [23:25] Lin-Buo-Ren: the link i gave you is from the archive publishing data [23:26] nacc: The url seems to be the SecurityTeam's PPA? [23:27] Anyway the package is found and now I can simply hold on to the bugless version [23:28] Lin-Buo-Ren: that's just where it built, they copy it ot he archive [23:28] Lin-Buo-Ren: in any case, you've got your answer [23:28] how difficult would it be to install Nextcloud alongside an existing website? All the tutorials I see seem to be for a dedicated server [23:28] nacc: Thanks alot. [23:29] agio: Yep, you may found the source markdown document here: https://hackmd.io/HX9sDBeiTXuYX7k2viEEwA , still need to deal with Chinese though === bungholio is now known as BionicMac [23:29] Guest9112: try asking in #nextcloud , the channel is on this server. simply type "/join #nextcloud" without the quotes [23:31] Lin-Buo-Ren: well I can understand the pictures :) anyway what is your guide about? [23:31] Javabean: thanks will do [23:32] Guest9112: do be patient in that room, the regulars may not be at their screens right now [23:40] Lin-Buo-Ren: I have now uploaded the file: /var/log/syslog from my laptop with the wifi problem to here: [23:40] https://dpaste.de/nE3c/raw === Vectrix is now known as Guest61207 [23:55] #drupal-support