/srv/irclogs.ubuntu.com/2017/07/03/#ubuntu.txt

hfpHi all, I had a 16.04 Ubuntu install that was working perfectly well but I had to mess up with it. I was hoping to add an extra IP to my machine, so I ran the following command: `sudo ip addr add 192.168.1.130/24 dev enp4s0`. The I saw it changed my machine's main IP instead of adding a second IP as I intended, so I rebooted, hoping it would revert to DHCP. It kinda did, because I can still ping and SSH into the machine over the network00:03
hfpmy virtual machines, none of them can get an IP now...00:03
hfpHow could I fix it?00:03
RJ45Hi, I actually have a curious question, not a problem00:07
RJ45:)00:08
rodney77Hi, I'm running 16.04 and suddenly I can't create symlinks over SFTP00:08
rodney77meaning if I SFTP to another computer on the network, and drag a symlink back to my home folder, nothing happens. and old symlinks no longer worl00:08
RJ45rodney77: you honestly shouldn't have even been able to do that, how exactly were you doing that??00:08
RJ45that's really not how SFTP or FTPS works00:09
rodney77RJ45, I just alt dragged the folder, clicked 'create link' and it worked fine00:09
rodney77as long as I had an active SFTP connection is was fine RJ4500:09
RJ45well that's confusing, 'cos as far as I know those symlinks shouldn't actually work o_O00:09
RJ45are you sure you wasn't using something other than SFTP?00:10
RJ45maybe NFS?00:10
rodney77RJ45, it was always SFTP. and I had been doing it for years with no problem00:10
RJ45rodney77: beats me, I'm no expert though, ask someone else :)00:11
rodney77ok thanks. Anyone else?00:11
RJ45now for my question; How long can an LTS release go with all updates disabled, before no-longer being able to receive updates?00:11
RJ45like, say I have Ubuntu 10.04 (purely hypothetically speaking), and I disable updates upon installation in 2010, if I enabled updates now, would it still be able to receive updates and upgrade to 16.04??00:13
RJ45(also can you believe 10.04 was 7 years ago?, where did the years go.. damn)00:14
RJ45rodney77: if you ever figure out a way to get Rsync to work over FTP, let me know, it's not possible but I'd like it to be possible00:15
Giant81sounds like a feature request00:15
RJ45YES! PLEASE!.00:16
RJ45holy shit why isn't that already a feature!? Rsync is such a prominent tool..00:16
RJ45as is FTP00:16
rodney77RJ45, rsync is its own network protocol00:16
RJ45whaaaaaa!?00:17
rodney77so you can rsync over a network without ftp00:17
RJ45holy shit you can!?00:17
rodney77yeah00:17
rodney77it's great00:17
RJ45fuck my whole life is a lie o_o00:17
rodney77it will even compress the data before it sends it over the network00:17
rodney77it's the fastest transfer protocol that I know of00:17
RJ45all this time I thought I could only use it on the computer I'm running it on00:17
rodney77nope. do a search for 'rsync over network' and check it out00:18
RJ45this is a game changer, I gotta go read some man pages and forum posts now00:18
RJ45thank you00:18
rodney77no problem00:19
RJ45hey someone help rodney77 ASAP please!, he deserves it more than I do00:20
RJ45lol00:20
arooniwhat do i do on ubuntu 16.04 ; when i try to start pulse audio via start-pulseaudio-x11 and i see pa_context_connect() failed: Connection refused ; Connection failure: Connection refused00:20
rodney77Thanks RJ45. This is a weird channel. So many users in it and so few answers00:21
RJ45arooni: whenever I have pulseaudio problems, I just run this:  killall -9 pulseaudio && pulseaudio00:21
=== cyphase_eviltwin is now known as cyphase
RJ45rodney77: it's just human nature sadly, everyone wants answers, those who have answers are already okay so don't care and carry on with their lives..00:23
wedgiealso it's the weekend in a good chunk of the world.00:24
rodney77but if that were true, there would be a ton of people in here asking questions and I don't even really see that00:24
dewwRJ45: rsync also works over ssh if you want.00:24
dewwrodney77: what happens if you ln -s source target via a cli sftp client? errors?00:24
RJ45rodney77: a ton of people WERE asking, but they gave-up and just idle now00:24
arooniRJ45: i did try running that but i got https://gist.github.com/arooni/d572b3f5606c5ef21af4c851dc4ca586 as output00:24
RJ45deww thx00:24
RJ45arooni: "master=bluez_sink.FC_58_FA_60_CD_7F", sounds like a bluetooth problem00:26
RJ45are you using some sort of bluetooth audio thingy?00:26
RJ45bluetooth shit can be a real pain in the buggy ass00:27
rodney77deww, i will try it. i tried making a symlink with mc but it didn't work00:27
RJ45rodney77: make absolute sure you are using SFTP and not FTPS, it's such an easy mistake to accidentally make :P00:28
RJ45I've made same mistake and not even noticed 'cos hey, they both get the job done :P00:28
rodney77ok deww, i can create a symlink on the sftp site00:30
rodney77but that doesn't help in this case00:30
rodney77i'm not sure how to make a symlink from sftp to a local folder via command line00:30
RJ45rodney77: did you double-check you are using SFTP and not FTPS?00:30
rodney77yes RJ45, i'm using sftp00:30
RJ45hm00:31
dewwln -s source newlink00:31
RJ45rodney77: just throwing it out there, could it be a permissions problem?00:32
RJ45try chmod 777 on both sides00:32
rodney77deww, how would that work when the source is remote?00:32
dewwrodney77: can you explain exactly what you're trying to do?00:33
rodney77ok deww, i have symlinks in my home folder that link to locations on sftp servers00:33
rodney77they used to work fine00:34
rodney77suddenly they broke00:34
rodney77now i can't create symlinks anymore00:34
RJ45rodney77: I know what's happening (I think)00:34
RJ45before, for some reason, somehow, the SFTP was being MOUNTED to a hidden directory on you filesystem00:35
RJ45then whatever file manager you were using simply symlinked to there00:35
RJ45that's gotta be what's going on here00:35
rodney77RJ45, that sounds right00:35
RJ45it makes so much sense!00:35
dewwrodney77: oh uhm... i never did anything llike that. i suspect these aren't symlinks00:35
RJ45:D00:35
rodney77but this has always been the case as long as i've used ubuntu00:35
rodney77so first they would mount somewhere obvious. I think /mnt/ or /media/00:36
RJ45rodney77: tough shit mate, ur gonna have-to re-create those symlinked the same way you made them before00:36
RJ45symlinks&00:36
RJ45**00:36
rodney77then they started mounting at ~/.gvfs/00:36
RJ45sorry dude00:36
rodney77then they moved to /run/user/1000/gvfs/00:36
rodney77and now, it's just a mystery00:37
rodney77that's ok RJ45, thanks for your hepl00:37
RJ45yeah I remember when I found out about the .gvfs/ directory, that was so useful and fun, good job whoever's idea that was :D00:37
RJ45rodney77: I am both super glad and super surprised I was able to  help :D00:38
RJ45rodney77: I was originally confused 'cos of-course, I don't think SFTS or FTPS have native support for symlinks00:39
RJ45SFTP or FTPS*00:39
RJ45but mounting trickery is a whole other ball game00:39
RJ45now for my question; How long can an LTS release go with all updates disabled, before no-longer being able to receive updates?00:42
RJ45like, say I have Ubuntu 10.04 (purely hypothetically speaking), and I disable updates upon installation in 2010, if I enabled updates now, would it still be able to receive updates and upgrade to 16.04??00:42
EriC^^RJ45: yeah00:43
RJ45EriC^^: good to know, I have PTSD from a real bad, related experience with a non-LTS version of Linux Mint years ago00:44
Bashing-om!eol | RJ4500:44
ubottuRJ45: 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/EOLUpgrades00:44
JessicaRNhas anyone used the boot-repair util?  I can't get it working and would appreciate any help00:44
EriC^^JessicaRN: what's the problem you're having?00:45
JessicaRNthe "repair windows mbr" option is greyed out00:45
RJ45Bashing-om: I knew this, but despite this, are they still able to update and upgrade past EOL?00:45
JessicaRNi cant seem to enable it00:45
EriC^^JessicaRN: maybe you're using gpt00:46
RJ45Bashing-om: say, a Ubuntu install never updated reaches over 1 year EOL, could it still receive updates and upgrade to 16.04 upon connecting to the internet?00:47
JessicaRNEriC^^: Heres the situation: I have two 2tb drives.  the first has two ntfs volumes, a boot and a data.00:47
Bashing-omRJ45: Yes and no . The expected repo no longer exists . So ya go the bone yard route to release-upgrade .00:47
JessicaRNthe second drive is empty00:47
EriC^^JessicaRN: aha00:48
JessicaRNI wanted to clone 1 > 2 and tried using an old version of acronis.00:48
JessicaRNand the POS app killed my boot00:48
EriC^^on the first one?00:48
JessicaRNI've been trying to fix it w/ ubuntu00:49
RJ45Bashing-om: ah, so it could still upgrade release version, and then receive like a terabyte of long overdue updates for everything after the fact?00:49
JessicaRNYeah, on the first.  I actually took out the second to simplify things00:49
EriC^^JessicaRN: ok, type "sudo parted -l | nc termbin.com 9999" paste the link it gives you here00:49
JessicaRNsec00:49
tyzoidSp O00:50
tyzoidlol00:50
tyzoidSo I'm trying to diagnose what's causing these spikes in load on my server00:50
Bashing-omRJ45: Well once the release-upgrade completes, sure . Will then be on what has support .00:50
tyzoidand I'm not sure what to monitor next00:50
tyzoidhttp://imgur.com/a/HaOFW00:50
tyzoidCPU/RAM/Network Traffic seem nominal00:51
RJ45Bashing-om: ah that is excellent to know, this was not the case for a non-lts version of Linux Mint00:51
RJ45I was just SOL00:51
JessicaRNEriC^^: its 6rf700:52
Bashing-omRJ45: correct . mint often breaks . Their packaging sometimes is no longer compatible with the ubuntu repo .00:53
EriC^^JessicaRN: the filesystem name is missing, that doesn00:53
EriC^^t look too good, try sudo mount /dev/sda1 /mnt00:53
RJ45Bashing-om: I plan on setting-up a little HTPC, disabling updates, and then upgrading/updating like 5 year later, am I a terrible bad person for doing this?00:54
tyzoidIt is on a VPS, so I would suspect it could be something to do with disk usage00:54
tyzoidbut I'm not sure why that would cause high load on my vps00:54
tyzoidNothing on my server should have been touching the disk that badly00:55
JessicaRNEriC^^: wont mount.  says blah blah blah ...  doesn't seem to have a valid ntfs ....  blah blah00:55
EriC^^lol00:55
EriC^^what's the middle blah's :D >00:55
EriC^^?00:55
JessicaRNEriC^^: that said, earlier I was able to access my data via ubuntu and copy it to a share00:55
EriC^^aha that's good :)00:56
Bashing-omRJ45: Well, if the HTPC ever faces into the internet; loss of security .. many many issues !00:56
JessicaRNyeah, but i dont wanna haveto rebuild this whole frigging pc00:56
RJ45Bashing-om: even worse, I have a raspberry pi running Raspbian that has Apache port-forwarded, and literally has never been updated in about 4 years00:57
RJ45I am amazed it's still alive00:57
JessicaRNi can still see the data00:57
RJ45I has the freaking Heartbleed bug00:57
EriC^^JessicaRN: you mean /dev/sda2 is mounting fine?00:57
RJ45it has*00:57
JessicaRNEriC^^: i can see the second volume.  eariler I could see both.00:58
RJ45still not gonna update it.00:58
JessicaRNEriC^^: I havent used ubuntu for years and am stumbling around the new ui.  sorry00:59
EriC^^JessicaRN: try "dmesg | tail | nc termbin.com 9999"00:59
RJ45JessicaRN: try Ubuntu MATE, you'll love it00:59
bombis Ubuntu switching back to Gnome?01:00
Bashing-omRJ45: Software does not die .. Just no updates NOR securuty fixes when updates are not done . I got a 6.06 release will run just fine - But I do not run it !01:00
JessicaRNEriC^^: w0o701:00
JessicaRNRJ45: I'm using it atm...01:01
JessicaRNRJ45: oh.... d'oh...  you were talking about an app called "ubuntu MATE", not calling me mate?01:02
RJ45aaahahhaaa!!!01:02
RJ45XD01:02
JessicaRNthought you were from down under....01:02
RJ45it's not an app tho, it's a whole DE01:02
RJ45try MATE, mate01:02
RJ45it's like Gnome never died, and just kept being developed01:03
JessicaRNjust trying to get my laptop back up and running.  I'll play after work is done.01:03
RJ45in-fact it was spawned in response to Gnome dieing01:03
EriC^^JessicaRN: what was the error from before about the ntfs stuff?01:03
JessicaRNpoor gnome01:03
RJ45I know right, RIP Gnome 10.0401:04
EriC^^try sudo mount /dev/sda1 /mnt |& nc termbin.com 999901:04
JessicaRNEriC^^: ouno01:05
EriC^^JessicaRN: try sudo ntfsfix /dev/sda101:07
EriC^^JessicaRN:  try "sudo mount -t ntfs-3g /dev/sda1 /mnt"01:09
JessicaRNEriC^^: it copied from the alternate bootsector01:09
EriC^^aha01:10
JessicaRNEriC^^: it mounted01:10
JessicaRNis it fixed?01:10
EriC^^nice try rebooting the pc and see what happens01:10
JessicaRNcross fingers...01:11
JessicaRNwin didnt boot.  should i try the win repair process again?01:12
EriC^^yup01:12
JessicaRNfrom the win install media?01:12
JessicaRNor boot-repair01:12
JessicaRN?01:12
EriC^^win install media01:12
tyzoidany thoughts about the high load average?01:12
JessicaRNEriC^^: win doesnt seee the volumes01:16
EriC^^JessicaRN: what command didyou try?01:17
JessicaRNEriC^^: I booted the install media, selected repair, tried the automated repair.  the list of volumes that follows was empty01:18
JessicaRNi ran it anyway and it failed01:18
JessicaRNi next dropped down to a cmd prompt but havent done anything else01:19
=== Wulf4 is now known as Wulf
EriC^^JessicaRN: try bootrec /fixmbr01:20
JessicaRNEriC^^: I have a new ubuntu thumb drive available as well as a boot-repair-disk thumb01:20
JessicaRNcompleted successfully01:20
JessicaRNbut /fixboot fails01:21
EriC^^JessicaRN: what's it say?01:21
JessicaRN"the volume does not contain a recognized file system"....  blah blah blah01:21
JessicaRNeric /rebuildbcd also fails.  says "total identified windows installations: 0"01:23
JessicaRNlistening to ella and louie sing summertime.  tasty01:24
EriC^^hmm try booting ubuntu again01:26
JessicaRNEriC^^: my ubuntu doesn't have persistence, fyi01:27
JessicaRNEriC^^: its up now01:28
JessicaRNEriC^^: i see both volumes on the desktop01:29
EriC^^JessicaRN: nice are you able to access the files on both?01:29
JessicaRNEriC^^: yeah.  i have it all backed up.  i just dont wanna havta rebuild the whole friggin machine01:30
JakethepythonHello Room if i do a sudo grub-probe -v -d /dev/md0 it gets lots of error messages01:32
Jakethepython 01:32
Jakethepythonhow can i fix these drives?01:32
Jakethepythoni am not able to do a Sudo apt-get -f or anything01:32
m5wHello. Is there a simple way to get WiFi to start at boot? Right now, I have to log in for NetworkManager to connect to the WiFi. I'd think such things should start by boot-level 3...01:33
EriC^^JessicaRN: hmm, no idea why windows wont  see it, i'd say maybe try sudo fsck -f /dev/sda1 then 2, i'd ask in ##windows they might be able to help out with it better01:35
JessicaRNEriC^^: should fsck return anything?01:36
EriC^^m5w: there's edit connections > then edit and in general choose connect whenever available01:36
EriC^^JessicaRN: yup i think it should mention it clean or so01:37
JessicaRNEriC^^: it just says "fsck from util-linux 2.29"01:37
EriC^^JessicaRN: try sudo fsck.nfs -f /dev/sda101:40
Jakethepythonhttps://paste.ubuntu.com/25008177/01:42
JessicaRNEriC^^: command not found.  this is a brand new ubuntu desktop downloaded today01:42
whatistimeI used to have a boyfriend named "ubuntu"01:45
whatistimehe would "play the bongos" on my ass01:45
JakethepythonE: Sub-process /usr/bin/dpkg returned an error code (1)01:50
m5wEriC^^: thanks for pointing me in the right direction. I'm on Kubuntu, so things might be slightly different, but I'm pretty sure the setting was "All users may connect to this network", since that's set by default for "Wired connection 1" but disabled for all wireless networks.02:05
m5wI'll reboot in a couple hours (currently running a long script) to test for sure02:06
agent_whiteJakethepython: What's df -T look like?02:10
Jakethepythonhttps://paste.ubuntu.com/25008322/02:12
Jakethepythonagent_white: https://paste.ubuntu.com/25008322/02:13
Jakethepythonsorry put it twice02:13
=== r0Oter is now known as r00ter
Jakethepythonit llooks normal i think02:28
Lehthanisevening everyone!02:34
striveHi Lehthanis02:34
Lehthanisstrive: yay! a welcome!02:35
Lehthanis;)02:35
striveHaha, rare I know.02:35
Lehthanisso now can I ask my dumb questions? lol02:36
striveYou could ask your dumb question anytime.02:37
Lehthaniswell I feel better about it now that I actually got a warm welcome ;)02:37
LehthanisI'm currently running a pretty big website on a nice unmanaged dedicated server running 16.04 lts02:38
Lehthanisit's bare metal...and I am thinking about virtualizing...qemu...02:38
Lehthanisnever done any virtualization and I know very little about it...wondering if there's a good starter guide or good light reading02:39
Lehthanisor even some advice...I'll even take any "DON'T DO IT'S!!!"02:39
LehthanisI mainly want to know...can I install it and experiment with it without much danger to my LEMP stack already running live02:42
PhanesLehthanis, check out lxc02:45
Jakethepythonit seems that i can't upgrade packages or anything02:46
LehthanisPhanes: how does that differ from docker?02:47
Devrimdid something change in named/bind9?03:05
DevrimI keep getting network unreachable resolving errors in syslog03:05
Devrimand I can't seem to complete DNS requests03:06
DevrimIt seems to try and reach nameservers over ipv6 while I disabled ipv603:06
Jakethepythonhello room can someone please help me?03:47
JakethepythonE: Sub-process /usr/bin/dpkg returned an error code (1)03:48
thewilloIs there a way I can run an entire desktop envrionment over ssh with x forwarding?03:49
thewilloas in, when I log into my pc i get a remove x servers desktop instead of my local one03:50
bombthewillo: you can use VNC03:51
thewilloyeah, I could, but I'm wondering if there's a way to do it so that this computer has the other computers desktop at login03:51
thewilloI know VNC does almost what I want, but ssh x forwarding with compression/encryption and support for a password longer than 8 characters would be preferable03:53
thewilloIf I have to, I'll use vnc though a compressed ssh tunnel but I was wondering if there was some way to do it the way I asked03:54
bombnot sure why vnc over ssh doesn't work for you03:55
zoeyWhat's the best (free) back up service that works well in Ubuntu? I only wanna backup my git repos (so I'm not making commits just to backup).03:57
=== KindTwo is now known as KindOne
crc32where is the screen saver settings in ubuntu 17.10 when using gnome-session-flashback?04:13
lotuspsychjecrc32: ubuntu+1 for 17.10 issues please04:19
capellaoh cool, til04:35
Dan39can anyone confirm this network config will work on 16.04? dont want to reboot and lose access to remote box :P https://paste.ubuntu.com/25009080/04:37
Dan39i notice a lot of old questions on google instead saying to use the eth0:1 method, but afaik 16.04 has iproute2 which shouldnt use that04:37
Dan39i can add the addresses temporarily and it works by simply doing `ip a add 192.168.1.202/24 dev eno3` but not sure how the ifup program runs things...04:39
Dan39think im good, found another google result with the same way im doing it :) lets hope for the best! haha04:40
Bashing-omDan39: I have my doubts . the 1st assignment ;ppls good if "you" ,amahr networking on DHCP .04:42
Bashing-omLooks*04:43
* Dan39 tries to decipher the typoese04:43
drake01Hi, when I try to set display settings in unity-control-center an click on apply it shows this error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon was not provided by any .service files04:43
drake01Please help04:43
Dan39and ",amahr" is? lol04:43
Bashing-omYeah ... LOL ,... that be manage* .. too late here to pay attention .04:44
Dan39Bashing-om: worked :)04:44
Dan39got the dhcp address and also added the 2 static04:45
Dan39thanks anyways :P04:45
Bashing-omDan39: beats me how you can assign the IP 3 ways to the same NIC .04:46
Dan39heh04:46
Dan39thats iproute2 for ya man04:47
Dan39multiple IPs on 1 nic04:47
Dan39ifconfig only shows the single interface with only 1 IP04:47
Dan39ip a shows 3 IPs04:47
Bashing-omDan39: Just goes to show ; I have a lot to learn yet :)04:49
Dan39dont we all :)04:49
Dan39i have to learn ubuntu-isms now :P04:49
Dan39just dont tell anybody04:49
drake01join #join04:52
silicatewielderHello, could anyone help me recover a file using testdisk? I need the file in order to regain an encrpytion key.05:01
silicatewielderOr at least, I think that's what the file is, it's used for a feature called u-key another computer of mine has.05:01
Dan39silicatewielder: what type of filesystem is the file on?05:03
Agamemnusehllo05:03
Dan39why do you need to "recover" it? deleted?05:03
Agamemnusneed some help. trying to install this but stuck at the last step: https://github.com/imanel/nist-sphere05:03
silicatewielderI honestly don't know for sure, I'm guessing it's fat32 as it was readable in Windows 1005:03
Dan39and was the file deleted?05:04
Agamemnusautomake doesn't go through05:04
silicatewielderI need to recover it, without the file(s) I can't boot up my computer, a CMOS reset fails to clear my u-key settings05:04
silicatewielderYe05:04
silicatewielderTes, te file was deleted05:04
Agamemnus required file `./install-sh' not found05:04
Agamemnusand i'm stuck.05:04
Dan39hows that a ubuntu problem?05:05
Agamemnusi don't know.....05:06
Dan39Agamemnus: autoconf ran i guess?05:06
Dan39Agamemnus: is there a configure file now?05:06
Dan39if the configure file got generated, go ahead and run it05:07
silicatewielderI don't know actually, this was just the first channel that came to mind after having issues recovering the data.05:07
Agamemnusconfigure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."05:07
AgamemnusI have shtool installed so i dunno what's up05:07
Dan39silicatewielder: what does fdisk say about the partition its on?05:08
Dan39like does it indicate the partition type?05:08
Dan39also look with parted which tries to guess the actual filesystem type05:08
Dan39but for recovery the first thing you usually always do is ddrescue at least the mbr+partition, or the entire drive05:09
Agamemnusi found something05:09
Agamemnushttps://askubuntu.com/a/2767905:09
Agamemnussomehow got it to run?05:09
Agamemnusit is black magic over here05:09
Dan39heh05:10
Dan39its really forcing it Agamemnus :P05:10
Dan39thats just hackish stuff i think05:10
Dan39the project hasnt been touched in 3 years05:10
Dan39who knows if itll work at all05:10
silicatewielderfdisk? let me check05:10
Dan39what is it for?05:10
Agamemnusugh, not quite there05:11
Agamemnusgcc  -g -O2  -L../../lib -o ../../bin/h_add h_add.o  -lutil -lsp05:11
Agamemnus/usr/bin/ld: errno: TLS definition in /lib/i386-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in ../../lib/libsp.a(exit.o)05:11
Agamemnus/lib/i386-linux-gnu/libc.so.6: could not read symbols: Bad value05:11
lotuspsychjesilicatewielder: just recover your whole disk with photorec, and see what it recovers05:11
Agamemnusit's obvious what must be done, right?05:11
Dan39i think thats bad advise lotuspsychje05:12
AgamemnusSeriously black magic05:13
Agamemnushttp://www.linuxquestions.org/questions/programming-9/errno-tls-definition-in-lib64-libc-so-6-section-tbss-mismatches-non-tls-reference-528681/05:13
Agamemnusa single answer from 200805:13
lotuspsychjeDan39: howso?05:13
Dan39lotuspsychje: specifically in this situation where the file he wants is probably a random string of data. photorec is designed to find files of a certain structure like, and i quote " video, documents and archives"05:14
Dan39and lost pictures obviously05:14
lotuspsychjeDan39: im using photorec for years now, recovered all my data needs05:14
Dan39"PhotoRec searches for known file headers"05:15
Dan39all your data needs were probably not plain encryption key files05:15
Dan39but hey go for it, wont hurt i guess05:15
silicatewielderthe enctrpyion keys are actually stored within two files05:15
Agamemnusuhoh05:15
Agamemnusi have like 1000 undefined references now05:16
silicatewielderso in theory if photorec can recover every file on the disk, then I have my u-key keys back05:16
Dan39silicatewielder: any luck with fdisk telling us what the partition type is?05:16
Dan39or parted?05:16
silicatewielderNope, I'm still guessing it's fat3205:16
silicatewielderPhotorec is running as we speak though05:17
Dan39silicatewielder: well what did fdisk show? -_-05:17
Dan39give us some info! hehe05:17
Dan39silicatewielder: if its a fat partition, testdisk should be able to actually recover the deleted file05:18
silicatewielderit seems fdisk is only showing my hard disk, so gparted is being installed05:19
Dan39no no...05:19
Dan39thats silly05:19
Dan39if its not visible to fdisk then i dont think it would be visible to parted... -_-05:20
silicatewielderNow that's the thing, when I try and access the flashdrive with intel selected as the partition type it tells me the heads count may be incorrect05:20
Dan39you ran `sudo fdisk -l` ?05:20
silicatewielderif I scan it with none selected it tells me it cant recover the files05:20
silicatewielderYeah I ran fdisk -l05:20
Dan39and it only shows your main drive?05:20
Dan39not the drive you are trying to recover from?05:20
silicatewielderit's showing up in gparted05:21
Dan39wtf o_O05:21
silicatewielderbut yeah, for some reason fdisk isn't showing it05:21
silicatewielderikr?05:21
Dan39can you screenshot that?05:21
Dan39sorry i just have trouble believing it haha05:21
silicatewielderyeah, let me run fdisk again05:21
silicatewielderwtf05:22
silicatewielderIt's showing it now05:22
Dan39;)05:22
Dan39dmesg?05:23
Dan39maybe its going up n down05:23
silicatewielderwhat do you mean?05:23
Dan39like maybe the connection/driver is crashing05:23
Dan39and then it reconnects05:23
silicatewielderfdisk is showing that the drive has an fat32 partition05:23
Dan39ok05:24
Dan39testdisk that mofo and get your file back!05:24
Dan39as long as you havnt written anything since :P05:24
silicatewielderI'll try again05:24
Dan39did you look at dmesg?05:24
Dan39i have my suspicions05:24
silicatewielderNo, I haven't I'll check now05:25
Dan39itll be obvious05:25
silicatewielderlots of errors05:25
Dan39yep, lots of errors05:25
Dan39pastebin please? at least some of them05:26
silicatewielderAlready on it05:26
Dan39and how are you hooking that drive to your computer?05:26
silicatewielderthis is an old flashdrive btw, I'm wondering if the soldering points are just becoming unreliable05:26
silicatewieldervia USB05:26
Dan39ah05:26
silicatewielderhttps://pastebin.com/GtBbhipw05:26
Dan39ddrescue that bad boy asap05:26
Dan39wait... sr1? o_o05:27
=== D3V4 is now known as ASUR4
silicatewielderwhat's sr1?05:27
Dan39isnt sr1 optical drive...05:27
silicatewielderI have no optical drive05:27
Dan39whats fdisk show the usb stick as?05:27
silicatewielderthe drive shows up at dev/sdc05:27
Dan39hmm05:27
Dan39maybe those errors are something else05:28
Dan39they showing for sr1... haha05:28
Dan39dmesg | grep sdc05:28
silicatewielderhttps://pastebin.com/ZwFhGfc705:29
Dan39silicatewielder: hmm i see some ubuntu forums talking about usb drives coming up as sr1 sometimes05:29
silicatewielderAre they? Huh.05:30
Dan39silicatewielder: dont fsck 1st of all05:30
silicatewielderwhat do you mean?05:30
Dan39its a small usb stick im guessing?05:30
silicatewielderYeah, just 2gb, like I said, it's pretty old05:31
Dan39go ahead and dd the whole stick first of all...05:31
silicatewielderAlright05:31
Dan39shouldnt take long for 2gb05:31
Jakethepythonhttps://paste.ubuntu.com/25009270/05:31
silicatewielderOkay, the help file is not so helpful to me, how do I go about dd'ing the drive?05:32
Jakethepythonmy grub-probe command is ugly05:32
=== KindTwo is now known as KindOne
Dan39usually ill do a dd like: dd if=/dev/sdc of=/path/to/myusbstick.img bs=1M status=progress05:33
Dan39if you get an errors then we will have to move on to using ddrescue05:34
silicatewielderalright, thanks05:34
Dan39silicatewielder: and in that example youll just have to change the /path/to/myusbstick.img which is the file that will be created, aka the "out file" aka the of05:34
Dan39be careful in typing dd commands05:35
Dan39if you of= the wrong thing like /dev/sda then goodbye your system05:35
silicatewielderI just copied the command and eddited the outpt diretory05:35
silicatewielderYeah I hear you, it's currently just wrting th file to the root of my user directory05:36
silicatewielderAlright done.05:36
Dan39Jakethepython: people still use grub-probe? :P05:36
Dan39silicatewielder: that was fast haha, no errors? ls the file, is it 2G?05:37
silicatewielderYep, it's 2 gigs05:38
silicatewielderand no errors05:38
Jakethepythonin this case yes..i'm having problems doing anyform up update or upgrade05:38
Jakethepythonit errors out everytime05:38
Dan39silicatewielder: good, now make a copy of it :P05:39
silicatewielderalrighty05:39
Dan39then run this on the copy... sudo losetup -fP /path/to/copyofmyusb.img05:39
Dan39that creates loopback device so we can work with the image file like its a drive plugged in05:40
silicatewielderalright, got it05:41
Dan39silicatewielder: now if you do fdisk -l you should even see the loop device05:41
Dan39with its partitions05:41
Dan39neat, eh?05:41
silicatewielderIt's... not showing up05:42
Dan39uh oh :o05:42
silicatewielderlemme try again05:42
Dan39lol05:42
Dan39no errors the first time?05:42
Dan39what version of ubuntu are you using?05:42
JakethepythonDan39:  Sub-process /usr/bin/dpkg returned an error code (1)05:43
Dan39Jakethepython: i dont know man, im not ubuntu expert, i usually just grub-mkconfig :\05:43
Dan39not sure ubuntu even has grub-mkconfig haha05:43
silicatewielderalright, now it's showing up05:44
Dan39silicatewielder: did you do anything different? o_O05:44
silicatewielderNope05:44
Dan39wtf o_O05:44
Dan39silicatewielder: anyways...05:45
silicatewielderyeah, also photorec recovered files, but not the ones I wanted, or even knew were on here.05:46
Dan39silicatewielder: what partitions are there?05:46
Dan39like loop0p1, loop0p2?05:46
silicatewielderloop1p105:46
silicatewielderI don't see any other loopback partitions05:47
Dan39well go ahead and fsck /dev/loop0p105:47
Dan39then mount it and see what you have05:47
eppahi, does anyone know how to configure which virtual terminal is chosen on boot?  I'm booting to console but currently vt 7 (I think) is selected (no login prompt) but I have to do the old Ctrl-alt-F1 thing to switch back to vt 1 so I can login05:47
Dan39eppa: it sounds like its trying to boot to graphical which is on vt7, which is why there is no prompt05:48
silicatewielderits aying the dirtybit is active, should I go ahead and remove it or select no action?05:48
Dan39silicatewielder: ummm sure, try whatever :P05:48
Dan39you are working on a copy of a copy, so no harm...05:48
silicatewielderAlright05:48
eppaDan39: hmm ok, any idea how to stop it doing that?05:48
Dan39eppa: do you only want console?05:49
silicatewielderDo I want to copy the backup to the orginal or copy the original to the backup?05:49
Dan39silicatewielder: no...05:49
Dan39silicatewielder: what do you even mean? lol05:49
eppaDan39: yeah only console, but option to run `startx` if required05:49
silicatewielderthose are the two options it gave me05:49
Dan39silicatewielder: like overwrite the 1st .img with the backup .img?05:49
Dan39eppa: systemctl get-default05:49
Dan39silicatewielder: o haha05:49
Dan39silicatewielder: ummm05:50
silicatewielderi already did 3 which was no05:50
Dan39lol05:50
Dan39what exactly did it say?05:50
eppaDan39: multi-user.target05:50
Dan39eppa: hmm thats suppose to be straight to console then, odd05:50
silicatewielderit says "dd if=/dev/sdc of=/path/to/myusbstick.img bs=1M status=progress"05:50
Dan39eppa: systemctl status displaymanager05:50
Dan39or maybe its display-manager05:51
silicatewieldererr05:51
Dan39if its enabled, disable it05:51
silicatewielder"/dev/loop1p1: 560 files, 382677/487167 clusters05:51
silicatewielder"05:51
Dan39i hope you arent pasting more than like 3 lines silicatewielder :P05:51
silicatewielderthat's just one line05:51
silicatewielderI failed to copy the first time05:51
eppaDan39: ok lightdm was still enabled, have disabled it and will try a reboot now ty05:52
eppahopefully that was it05:52
silicatewielderDan39: so, what do I do now?05:52
Dan39silicatewielder: fsck it again and say yes to everything lol05:53
Dan39the loop0p1 that is05:53
Dan39then mount /dev/loop0p1 /mnt/05:53
Dan39or where ever05:53
silicatewielderalright05:54
silicatewielderDone05:54
Dan39does the file happen to be there? haha05:54
silicatewielderI don't see anything new05:55
eppaDan39: hrm, still switches to the blank vt at boot :/05:55
Dan39eppa: odd05:55
Dan39eppa: systemd-analyze critical-chain05:56
silicatewielderI'm analyzing the drive again in testdisk05:56
Dan39silicatewielder: http://www.cgsecurity.org/wiki/TestDisk:_undelete_file_for_FAT05:56
Dan39run that on the loop0p1 btw05:57
Dan39no need to be putting any more stress on the physical thumbdrive :P05:57
Dan39loop0 should be an exact copy of it05:57
eppaDan39: https://pastebin.com/W6mfshs005:58
silicatewielderI'd do that but loop1p1 isn't howing up in testdisk05:59
Dan39eppa: well im out of quick ideas :P05:59
eppaDan39: hehe, well thanks for trying :)05:59
Dan39silicatewielder: it should, the testdisk wiki itself has them running it on /dev/loop0 :P06:00
Dan39silicatewielder: try testdisk /dev/loop006:01
silicatewielderHuh, oh well I guess. I found a bunch of stuff after performing analysis though06:01
silicatewielderI'll try that06:01
Dan39may want to copy that 1st .img you made again and do another losetup on the 2nd copy06:01
Dan39then try testdisk on that06:01
Dan39umount the loop0p1 also :P06:02
silicatewielderAlright06:02
Dan39and you can also losetup -d /dev/loop006:02
Dan39which removes the device06:02
Dan39or try testdisk'ing it first, i dunno06:02
Dan39just try all the things06:02
silicatewielderNow this is interesting, the image shows as having more sectors than the drive does06:03
silicatewielderbut I lose access to the partitions that I can see on the physical drive06:03
Dan39o_O06:04
Dan39lose access?06:04
silicatewielderYeah, as in they just don't show up in the copy06:04
silicatewielderAlso, this drive shows up as two devices normally in testdisk06:05
Dan39screenshots?06:05
Dan39weird stuff happening..06:06
silicatewielderthe second one seems to be the utilities that came with the drive06:06
silicatewielderIt's a u3 drive06:06
Dan39oh god06:06
Dan39indeed06:07
silicatewielderI can't see the 2gb part of the drive now06:07
Dan39"A U3 flash drive presents itself to the host system as a USB hub with a CD drive and standard USB mass storage device attached."06:07
silicatewielderYep.06:07
Dan39that mustve been the sr106:08
silicatewielderThat makes sense, I literally forgot about the cd portion of the drive06:08
* Dan39 smacks silicatewielder06:08
Dan39dont use that word again :P06:08
* silicatewielder rubs his cheek.06:09
silicatewielderHold on, I'm gonna grab a second drive I have, I'm wondering something now.06:09
Dan39this is interesting though06:09
silicatewielderthis is wierd06:11
silicatewieldertestdisk isn't showing my other drive.06:12
Dan39fdisk?06:12
silicatewielderI got it working, and now I'm doing a deepscan on the drive06:12
silicatewielderCould take a minute, this is a 16 gb drive06:13
Dan39how old are those drives?06:15
silicatewielderths other drive is barely 6 months old06:15
silicatewielderI'm wondering if I may have put the files on this drive when I was messing with my BIOS originally06:16
Dan39maybe dont get these weird U3 drives in the future :P06:16
sonu_nkhi.. i can see there is no more option in System Setting06:17
silicatewielderit was given to me, but I'm gonna keep this drive for experiments, I want to see if I can rewrite the portion that presents itself as a CD06:18
Dan39im pretty sure you wont be able to make it show up as anything but an optical drive06:18
Dan39and the wiki page says it is read-only06:18
silicatewielderThat's not what i meant, I'm gonna see if I can store some utilities on it.06:18
silicatewielderI know, although windows was able to delete the u3 partition06:19
sonu_nkhttp://imgur.com/a/k8qmy  hi.. i can see there is no more option in System Setting06:19
Dan39hmm06:19
Dan39silicatewielder: looks like for some drives you are right, you can remove it! haha06:21
Dan39this other site says you can remove it and make it into a normal drive, but that it is irreversible06:21
Dan39seems like a neat idea actually06:22
Dan39but proprietary, so meh06:22
Dan39silicatewielder: well im going to sleep. good luck, and hopefuly you learned a couple new things :D06:23
silicatewielderThanks, and have a nice night06:24
sonu_nk http://imgur.com/a/k8qmy  hi.. i can see there is no more option in System Setting06:27
papapishuThe volume keys on my Dell XPS 15 9560 (running Ubuntu 17.04) recently started misbehaving, it takes around 30 seconds from when I press volume up/down to when it actually changes the volume06:56
papapishuit worked fine up until some time last week, brightness buttons are also not working properly06:57
papapishu@sonu_nk, I had a similar issue last week and I think what fixed it for me was reinstalling the ubuntu-desktop package and then rebooting06:59
papapishuI can see using xev that the keypresses immediately trigger for example XF86AudioLowerVolume, so there must be somewhere else that the volume command gets buffered and delayed07:04
=== jackNemrod_ is now known as jackNemrod
lastaidhey there ... i have a weird issue with my ubuntu installation. using ubuntu gnome 16.10 and it fails to show the login screen07:31
EriC^^lastaid: try ctrl+alt+f1, login then type sudo systemctl restart gdm07:31
lastaidi can manually Ctrl Alt + 4 to get a terminal, login and startx but something broken and i don't know how to fix thaty07:32
lastaidaaah07:32
lastaidbut will this work after a restart?07:32
EriC^^lastaid: did it work right now?07:32
lastaidi am writing from ubuntu, just did the ctrl alt f1 and startx thing07:32
lastaidhangon07:32
lastaidbrb07:32
=== jackNemrod_ is now known as jackNemrod
this_selfHmm... I'm look on that Cannonical refused Unity DE and use gnome instead it and what will be with ubuntu gnome?07:46
this_selfIs it continue existence as is (clean Gnome), or it will be merged with official ubuntu?07:47
=== jackNemrod_ is now known as jackNemrod
bluewolfHi all, I'm having a problem with my ubuntu 16.04 Gnome login Graphic interface. When I boot up my machine it fails to appear, I am able to log in by pressing ctrl + alt + F1 but have to keep pressing it to see the screen which other wise goes black. I assume the graphic interface packages are corrupt but I dont know how to check of fix this?08:03
EriC^^bluewolf: try ctrl+alt+f1 then login and type sudo systemctl restart gdm08:04
EriC^^if it works type sudo systemctl enable gdm08:04
bluewolfEriC^^: Alright, give me a moment.08:05
EriC^^exit08:07
bluewolfEriC^^: It does not appear to have done a thing. I entered sudo systemctl restart gdm and nothing has changed08:08
bluewolfis it systemct "i" or "l"?08:10
m0j0dj0dj0systemctl08:12
m0j0dj0dj0L08:12
bluewolfokay, use i. will try again08:13
bluewolf*I used "i".08:13
m0j0dj0dj0use tab completion to avoid issues like this08:13
bluewolfm0j0dj0dj0: Yeah nothing has happened with the first command. Do I run the second? "sudo systemctl enable gdm"08:16
m0j0dj0dj0what systemctl status gdm return ?08:17
bluewolfThere wasn't any return08:18
bluewolfI restarted it and that was that?08:20
m0j0dj0dj0"systemctl status gdm" should return an output08:20
bluewolfm0j0dj0dj0: Alright there is some out put. Though I am not sure what to make of it. The top line is as follows: gdm3 [974}] : Unable to kill session worker process08:25
bluewolfTwo lines down from that is: gdm3 [974] : Child process -1834 was already dead08:26
bluewolfBeneath that: gdm3 [974] : Child process 1821 was already dead.08:27
bluewolfAnd then the top one again08:27
m0j0dj0dj0paste ur output here https://paste.ubuntu.com/ and send the link08:28
madsjI'm stuck with the EFI shell after a new installation of Ubuntu 16.04LTS on a new Gigabyte Brix Pro i7. I googled for hints but nothing that does the trick comes up.08:33
madsjI had the installer use LVM and auto-configure the partitions.08:34
bluewolfm0j0dj0dj0: https://paste.ubuntu.com/25009938/08:37
madsjdisable the uefi shell boot option seems to have done the trick08:41
msev-any android dev here that could help me with this question. https://github.com/floschl/locus-addon-wearables should here two apk's be compiled in android studio? (one for wear and one for phone)?08:44
bluewolfm0j0dj0dj0: Does that show any issues?08:47
sarymsev-: This is #ubuntu , you want #android-dev08:48
m0j0dj0dj0bluewolf: can u try to restart it "systemctl restart gdm" paste the output if it fail, it happend from your first boot today ?08:57
bluewolfm0j0dj0dj0: Alright I'll try. No I have a dual boot so I have been in windows for the past two days. I think I no what caused it though. Performing a hard restart while on the login screen instead of restarting properly.08:59
bluewolfm0j0dj0dj0: I don't know how to get the output of its fail from restarting?09:00
sarypapapishu: does the "volume keys delay" occurs when when the disk is busy or idle, or is that not always the case!09:01
bluewolfm0j0dj0dj0: Not to mention as well, every three seconds I have to keep pressing ctrl+alt+F1 to reveal the screen. Which keeps blacking out, so its difficult to get information or type commands09:03
m0j0dj0dj0ok what ctrl+alt+f2 shows you ?09:07
bluewolfThe same as ctrl+alt+f109:08
m0j0dj0dj0ok it asks you to log in right ?09:09
bluewolfYes it does09:10
bluewolfWhen I log in, is the same as F109:10
bluewolfIt does not showanything09:10
bluewolfm0j0dj0dj0: Any other ideas?09:17
oerheks09:49
papapishusary: it's always delayed, I did some more messing about and it seems like notify-osd might be having some issues10:38
papapishunotify-send stalls for 50 seconds and never shows anythong10:38
papapishustarted to wonder if those two are related10:39
thewillois there a terminal emulator that supports really massive scrollback?10:58
thewilloI keep trying different ones and setting scrollback to 10000 lines and it acts like nothings wrong but it doesn't have 10000 lines of scrollback10:58
oerheksjust unselect 'limit scrollback' in terminal > edit > profile https://askubuntu.com/questions/632202/how-do-i-increase-the-number-of-lines-shown-on-the-ubuntu-terminal-window11:00
thewillooerheks, which terminal?11:00
oerheksstandard gnome-terminal inubuntu?11:00
thewillothe default one that came with ubuntu stopped working on me11:00
thewilloI click the icon, it launches, then it closes before I have a chance to see much11:01
thewillotried uninstall and reinstall with no luck11:01
thewilloI've been using lxterm for my local pc, and terminator is configured to automatically start a ssh session when i open it11:01
thewilloI like terminator because of the window splitting11:02
thewillobut it doesn't give me enough scrollback11:02
thewilloso, if I get gnome-terminal working, it will support unlimited scrollback?11:03
glitsj16thewillo: you can set terminator to use 'infinite scrollback' via its prefs11:03
thewilloglitsj16, cool, I set it to 10000 and I have way less than 10000 lines, I'll try unlimited11:04
oerheksfoundit,  scrollback_infinite = True >> https://askubuntu.com/a/61847611:04
thewillois it could to cause a problem if I have like, millions of lines of scrollback?11:04
=== bs is now known as Guest40195
=== bs_ is now known as bs
oerheksyes, your log will grow11:04
thewillobut besides a growing log?11:04
thewillolike check i use the clear command will it remove it from the logs?11:05
thewillowow, check=if11:05
=== jackNemrod_ is now known as jackNemrod
oerheksno, clear will only refresh your window/tty11:05
thewillodo the logs get trimmed or truncated?11:05
oerhekssudo commands do not get logged11:06
oerhekserr.. wrong, forget it11:06
thewillowell, can I disable logging for a specific terminal window?11:06
=== RAX is now known as rax-
* thewillo zero's RAX and calls ret11:07
=== KindTwo is now known as KindOne
tcpdumpif I add    "myusername            ALL=(ALL)       ALL" to /etc/sudoers then I should no longer have to do "sudo" before commands, right?11:36
tcpdumpor would it be  "myusername         ALL=(ALL)NOPASSWD: ALL"?11:36
tcpdumpnevermind, enabled wheel and added myself to that group.11:49
JakethepythonHello everyone, whever i try to do a apt-get upgrade i get an error message11:53
akiktcpdump: ubuntu doesn't use the wheel group11:56
m0j0dj0dj0Hello what kind of error ? paste it https://paste.ubuntu.com/ Jakethepython11:56
akiktcpdump: how did you do it?11:58
BluesKajHi folks11:59
tcpdumphey BluesKaj12:05
BluesKajhi tcpdump12:06
tcpdumpakik: created a wheel group with NOPASSWD:ALL then added my user to it.12:08
tcpdumpJust for old time sake. :D12:08
BluesKajjusat add it to sudoer12:10
BluesKajjust12:10
tcpdumpBluesKaj: I want other users without having to enumerate through them.12:12
tcpdumpjust add them to a group, done.12:12
BluesKajhome user here12:12
Jakethepythonm0j0dj0dj0: https://paste.ubuntu.com/25010947/12:28
Jakethepythonsorry for the delay12:29
m0j0dj0dj0Jakethepython: could you return : df -h12:35
Jakethepythonhttps://paste.ubuntu.com/25010994/12:38
tsglove2Good morning!  Ubuntu (Debian?) has a ¨applocker¨ style program/setup.  I forgot its name.  Any idea?12:41
ioriaJakethepython,  ls /boot , please; i think you somehow removed the  /boot/System.map-3.16.0-77-generic12:42
Jakethepythonioria: https://paste.ubuntu.com/25011033/12:44
ioriaJakethepython,  are you booting the 4.4.0-72 right now ? uname -r12:46
Jakethepython4.4.0-59-generic12:46
ioriaJakethepython,  sudo apt full-upgrade, what it says ?12:48
Jakethepythonhttps://paste.ubuntu.com/25011060/12:49
ioriaJakethepython,  sudo apt-get purge  linux-image-3.16.0-77-generic12:51
Jakethepythonhttps://paste.ubuntu.com/25011068/12:52
ioriaJakethepython,  ok, i think you need to remove that with sudo dpkg -P12:53
=== jackNemrod_ is now known as jackNemrod
Jakethepythonhttps://paste.ubuntu.com/25011085/12:55
ioriaJakethepython,  dpkg -l | grep linux-image | pastebinit12:57
Jakethepythonhttp://paste.ubuntu.com/25011109/12:59
ioriaJakethepython,  you did a do-release-upgrade from trusty to xenial ?13:00
Jakethepythonnot that i know of13:01
ioriaJakethepython,  cat /var/log/installer/media-info13:01
JakethepythonUbuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)13:02
ioriaJakethepython, so ...13:02
ioriaJakethepython, you did13:02
JakethepythonYes you are correct13:04
ioriaJakethepython, idk, it looks like you tried to manually remove the old 3.16 kernel ....13:06
Jakethepythonbecause we thought that was what was causing problems13:07
ioriaJakethepython, no, it does not if not selected13:07
ioriaJakethepython, but the question is how to fix your issue ...13:08
Jakethepythonyes13:08
Jakethepythonsudo dpkg --force-all -P linux-image-extra-3.16.0-77-generic linux-image-3.16.0-77-generic i think this is the one you were taking about when this command was sent13:09
ioriaJakethepython, let's try it13:11
ioriaJakethepython, but also 4.4.72 is broken13:11
Jakethepythonso basically you're saying both are broken?13:13
ioriaJakethepython, 3.16 and 4.4.0.72 , yes13:14
Jakethepythonso now how to fix it...is really the question and to untangle a big mess13:14
AvivWhen I ping DC01 I got reply PING dc01.contoso.local (192.168.254.1) 56(84) bytes of data. but when I ping dc01.contoso.local I get ping: unknown host dc01.contoso.local. Why when I add my domain prefix it's unable to find it? nslookup works fine. I got it only with 1 machine in my network (Ubuntu 16)13:16
ioriaJakethepython, have you tried the command  you suggested ?13:20
Jakethepythonyes13:23
ioriaJakethepython, and ?13:23
Jakethepythonhttps://paste.ubuntu.com/25011277/13:24
Jakethepythonhorrible results13:24
ioriaJakethepython, not horrible, it's the same13:25
ioriaJakethepython, ls /lib/modules/3.16.0-77-generic   ; but already known the the outcome13:26
Jakethepythonls: cannot access '/lib/modules/3.16.0-77-generic': No such file or directory13:27
ioriayep13:27
ioriaJakethepython, let's try   sudo apt install linux-generic13:29
Jakethepythonsame result13:29
saryshouldn't " sudo dpkg --configure -a sudo apt-get install -f " fix that for you! or dpkg --remove linux-image .13:30
ioriaJakethepython, ^ sary13:31
yossarianukhi - quick question - will the mainline kernel packages work with the packaged nvidia driver ? Or would I have to manually install from .RUN file ?13:32
yossarianuk(i'm using nvidia PPA btw )13:34
oerheksyossarianuk, you would need to install manually indeed, mainline does not work with our nvidia AFAIK13:35
Jakethepythonhttps://paste.ubuntu.com/25011327/13:35
yossarianuk‎oerheks: thanks for the info !13:36
yossarianukif only they would opensource their drivers.....13:36
ioriaJakethepython, sudo apt install -f13:37
Jakethepythonthat returns the same resutls13:38
DolphinDreamhowdy bunterz13:38
DolphinDreamis there a way to extact the license information (LGPL, GPL etc) from the debian packages ? is there a utility for this? or a regex ?13:38
ioriaJakethepython, can you  sudo dpkg -  P linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic ?13:39
saryif that ^ doesn't get "sudo dpkg --configure -a " going, try : sudo dpkg --configure linux-image-4.4.0-72-generic linux-image-extra-4.4.0-72-generic13:41
Jakethepythonerror need action option13:42
ioriaJakethepython, what command ?13:42
Jakethepythonsudo dpkg -  P linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic13:43
ioriaJakethepython, sudo dpkg  -P linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic13:43
Jakethepythonhttps://paste.ubuntu.com/25011380/13:44
ioriaJakethepython, sudo dpkg  -P linux-image-generic linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic13:45
Jakethepythonsame type of result13:46
ioriaJakethepython, pleae, paste13:46
Jakethepythonhttps://paste.ubuntu.com/25011394/13:47
EriC^^Jakethepython: try "sudo mdadm --misc --detail /dev/md125 | nc termbin.com 9999"13:48
Jakethepythonhttp://termbin.com/smgf13:49
ioriaJakethepython, sudo dpkg  -P linux-generic linux-image-generic linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic13:49
EriC^^Jakethepython: "cat /etc/mdadm/mdadm.conf | nc termbin.com 9999"13:50
Jakethepythonhttps://paste.ubuntu.com/25011407/13:50
ioriaJakethepython, after what EriC^^  said, try      sudo dpkg  -P linux-generic-lts-utopic linux-generic linux-image-generic linux-image-4.4.0-72-generic  linux-image-extra-4.4.0-72-generic13:51
Jakethepythoncat /etc/mdadm/mdadm.conf | nc termbin.com 99913:52
Jakethepythonhttps://paste.ubuntu.com/25011421/13:53
Jakethepythonsorry wrong line copied13:53
Jakethepythonhttp://termbin.com/0xg713:53
EriC^^Jakethepython: try adding at the bottom "ARRAY /dev/md125 UUID=847f15bc:a3cfe7dc:dcbccf04:78d5cc64"13:55
Jakethepythonto the bottom of what?13:56
EriC^^Jakethepython: in that file /etc/mdadm/mdadm.conf13:56
Jakethepythonahh ok13:56
JakethepythonOK13:57
Jakethepythondone13:57
EriC^^Jakethepython: try sudo apt-get install --reinstall linux-generic13:58
Jakethepythonhttps://paste.ubuntu.com/25011464/14:00
YounderQuiet group for a change. Rats abandoning ship after that Shuttleworth announcement. CentOS comes to mind.14:00
oerheks!fud | Younder14:01
ubottuYounder: Please do not fall prey to, or spread FUD (fear, uncertainty, and doubt) - it is not welcome here!  Please see http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt14:01
EriC^^Younder: is that from a chinese cookie? :D14:01
YounderYeah yeah, slap on the rist answer questions asked, high traffic etc.14:01
EriC^^Jakethepython: some raid problem is going on14:02
ioriaJakethepython, id, you can try to reinstall properly !info linux-image-extra-3.16.0-77-generic trusty, but you need for that the trusty repo14:04
EriC^^Jakethepython: try rebooting the pc this seems like a reboot helped fix the issue for this guy https://bugzilla.redhat.com/show_bug.cgi?id=108908214:04
ubottubugzilla.redhat.com bug 1089082 in grub2 "grub2-probe fails to find UUIDs for md device" [High,Closed: rawhide]14:04
EriC^^ioria: its failing at the grub post-installation part always14:05
JakethepythonSo i should reboot the system?14:07
ioriaEriC^^,  ok14:07
EriC^^Jakethepython: do you have a kernel installed right now still? try "dpkg -l linux-image*"14:08
ioriaEriC^^,  4.4.0.59, i guess14:09
ioriaEriC^^,  the others are broken14:09
Jakethepythonhttps://paste.ubuntu.com/25011514/14:09
EriC^^Jakethepython: ok, try "grep menuentry /boot/grub/grub.cfg"14:10
ioriaJakethepython, what is fgs linux-image-3.0 ?14:10
Jakethepythonhttps://paste.ubuntu.com/25011523/14:11
Richard_CavellSo does version 17.04 of Ubuntu carry any significant improvement over 16.04?14:12
Richard_CavellI'm on the LTS version but can't help wondering if I'm missing out14:12
Jakethepythonioria i have no idea14:12
ioriaJakethepython, oky14:12
EriC^^Jakethepython: ok, try rebooting and go to advanced in grub > then choose the .59 kernel unless ioria wants to do something before that14:13
ioriaEriC^^, nope14:13
EriC^^Jakethepython: ok give it a shot14:13
JakethepythonOK14:13
Younderhttps://franz.com/products/allegrocache/ or a free alternative14:15
m0j0dj0dj0Hi, how can i ask to dhclient to get a new ip from the dhcp server ? "dhclient -r eth0 && rm /var/lib/dhcp/dhclient.leases && dhclient" give me the same ip address14:15
Youndersorry meant for #lisp14:15
leftyfbm0j0dj0dj0: That's up to the dhcp server and it's lease time configuration14:16
m0j0dj0dj0humm so i have to change my mac ?14:16
YounderYou can set up static ip addresses from the dhcp server14:17
leftyfbif by change you mean spoof, then I guess so. Though I don't recommend messing with that14:17
Jakethepythongeneric upstart or revovery?14:18
Jakethepythonrecovery14:18
EriC^^Jakethepython: generic, without upstart or recovery14:18
YounderAre we talking ipv4 private ip's here? Because if so MESS with that14:18
Jakethepythonok14:18
Jakethepythonits booting14:18
EriC^^Jakethepython: nice14:19
EriC^^Jakethepython: once it boots try "sudo apt-get install -f"14:19
Jakethepythonok14:19
YounderIpv6 the only thing that needs generated ip's is PXE boot which needs to exist before the address is negotiated.14:19
Jakethepythonhttps://paste.ubuntu.com/25011574/14:23
EriC^^Jakethepython: hmm the uuid grub is complaining about changed now14:23
EriC^^i dont know crap about raid stuff tbh, do you have a clue?14:23
ioriaEriC^^, lol14:24
Jakethepythonno someone else set up the raid and that's when it died LOL14:24
EriC^^Jakethepython: are you still using raid or it's like not needed anymore?14:24
Jakethepythonnothing is on the raid at the moment i will need it in the future14:25
Jakethepythonbecause as soon as i went to use it that's when i found the problems14:25
m0j0dj0dj0enabling mac randomization in NM did the trick14:25
Jakethepythonthere are 3 hdd's in the box one is the system drive14:26
Jakethepythonthe other 2 are raided data..those have no data on them at this time however there is stuff on the system drive that is needed14:26
ioriaEriC^^, i guess he phisically removed some part of the 3.16 kernel , like  /boot/System.map-3.16.0-77-generic and /lib/modules/3.16.0-77-generic14:26
EriC^^ioria: isn't the error a grub related error though? it's grub-probe that's failing14:27
EriC^^if he runs grub-probe <some stuff here> it'll give the same error14:27
EriC^^the raid probably needs some configuring and maintaining or something, https://help.ubuntu.com/community/Installation/SoftwareRAID14:28
EriC^^Jakethepython: try "cat /proc/mdstat | nc termbin.com 9999"14:29
Jakethepythonso could i remove the raid for now fix it and then reimpliment?14:29
Jakethepythonhttp://termbin.com/ug0l14:29
EriC^^Jakethepython: yes i believe so14:30
JakethepythonOK14:31
JakethepythonI didn't do any of the RAID stuff so now to figure out how to remove it :)14:31
YounderSo you configure raid in linux instead of in BIOS? ok Section in The linux handbook14:31
Jakethepythonyes its 100% software raid14:31
Jakethepythonalthough there is an intel RAID controller they could not get that to work properly so they used software raid14:32
Jakethepythonafter all of that is when i started to have problems w/ the system14:32
ioriaJakethepython,  classified as raid issue, then14:33
EriC^^Jakethepython: try "sudo mdadm --query --detail /dev/md127 | nc termbin.com 9999"14:33
Jakethepythonsudo mdadm --query --detail /dev/md127 | nc termbin.com 999914:34
Jakethepythonhttp://termbin.com/3dje14:34
YounderLinux raid is a bit slower (more protocol layers) but can run on versatile hardware and recovery is simpler.14:34
EriC^^Jakethepython: try "sudo parted -l | nc termbin.com 9999"14:39
EriC^^the errors i found online point to linux not being able to recognize the partition anymore for some reason and it usually gets fixed after a reboot14:39
Jakethepythonhttp://termbin.com/u7if14:40
EriC^^it's reading it all fine14:40
Jakethepythonso everything is just broken14:41
EriC^^as far as i can tell it looks very good14:44
Jakethepythonthe drives are ok but is it a boot issue?14:44
EriC^^the 2 ntfs one's are raided redundantly with 2 partitions14:44
Jakethepythonyes14:44
EriC^^and the linux one is raid014:45
Jakethepythonyes it should be14:45
EriC^^it's a grub issue, for some reason it can't find the disk and quits14:45
EriC^^/join ##linux the guys there might know more about this14:45
Jakethepythonis somethin pointing to the wrong disk array to find these thigns?14:46
EriC^^i have no idea to be honest, this line is the one it fails on grub-probe: error: disk `mduuid/7b3fb0a7e397b9d354c21b454a87d6d4,1' not found14:47
JakethepythonThank you for helping trouble shoot :)14:47
EriC^^no problem :)14:47
pavlosJakethepython: can you try, lsblk -f (that gives the uuid of disks14:47
fedelHi all. I'm trying to configure the resolution of external VGa monitor without success. It shows me a worse resolution even in Settings--> Display or xrand. I tried install https://01.org/linuxgraphics/ but did't have any effect. Any other idea?14:47
Jakethepythonhttps://paste.ubuntu.com/25011711/14:48
swenssonGot some problems with my SSL cert for HTTPS, I got mysuba.mydomain.com and mysubb.mydomain.com, I copied the config file for mysuba, to mysubb, and edited everything that contained "mysuba" and now I get a cert warning when I try to enter mysubb :S14:50
swenssonerror msg: certificate does NOT include an ID which matches the server name14:51
tomreynswensson: which hostname is the certificate valid for?14:52
tomreyni.e. what's the Common Name (CN)?14:52
swenssontomreyn, mydomain.com and www.mydomain.com14:53
geniiWhich one of the numerous config files did you copy over and edit?14:53
swenssongenii mysuba.mydomain.com.conf and mysuba.mydomain.com-ssl.conf did I copy14:53
tomreynswensson: well then it won't be valid for both mysuba.mydomain.com nor mysubb.mydomain.com14:53
Jakethepythonpavlos: the drives seem correct14:53
disconnect3dhey14:53
disconnect3dhttps://packages.ubuntu.com/trusty/arm64/apt/download14:53
disconnect3d"ou can download the requested file from the pool/main/a/apt/ subdirectory at any of these sites:14:53
disconnect3dWhat are "these sites"???14:54
geniidisconnect3d: Mostly localized variants of archive.ubuntu.com14:54
swenssontomreyn, Well it has worked for mysubC.mydomain.com ... Tho I did A & C a long time ago so I don't really remember how I did it ;P14:55
tomreyni think he's wondering where to ddownload from sinc eno download links are provided14:55
tomreyngenii: ^14:55
disconnect3dtomreyn: exactly this. super annoying.14:55
disconnect3danyway, thanks genii14:56
saryfedel: It's possible #See: https://wiki.ubuntu.com/X/Config/Resolution#How_to_setup_a_dual_monitor , And: https://askubuntu.com/questions/73007/cant-set-a-higher-screen-resolution-in-a-external-display-in-a-dell-mini-10v-la14:56
geniiSince in your case arm64, navigate ports.ubuntu.com.14:56
tomreyndisconnect3d: i would guess this should be http://ports.ubuntu.com/pool/main/a/apt/14:57
ioriaJakethepython, still there ? try a a dummy   /boot/System.map-3.16.0-77-generic and  /lib/modules/3.16.0-77-generic (directory) and dpkg -P again linux-image-extra-3.16.0-77-generic14:57
ioria linux-image-3.16.0-77-generic14:57
disconnect3dtomreyn: thx14:57
Jakethepythoni'm still here14:58
Jakethepythonwhat do you mean try a dummy make those blank files?14:58
ioriayep, file and dir14:59
* swensson Well I'm off for today =)14:59
Jakethepythonor directories rather14:59
ioriaJakethepython, the first it's a file , the second it's a dir15:00
tomreyndisconnect3d: i *think* arm64 is not an officially supported architecture, yet, so this may be why the info on packages.ubuntu.com is incomplete for this architecture.15:00
disconnect3dtomreyn: yea, seems like :(15:01
Jakethepythonhttps://paste.ubuntu.com/25011790/15:02
Youndertomreyn, I use a arm64 based Jetson TX1 running ubuntu15:03
YounderAs far as I can see it is supported by repositories15:04
tomreyndisconnect3d: actually i'm not sure it's unsupported (at least it may be supported for 16.04 LTS) since there is https://www.ubuntu.com/download/server/arm15:04
tomreynYounder:  ^15:04
tomreynalthough just the fact that there are repositories available for some architecture does not mean it receives full support.15:05
tomreyn(may be just a test / demo)15:05
tomreyndisconnect3d: i would suggest upgrading to 16.04 LTS if that's an option, you may not recevie ssecurity support on trusty.15:06
ioriaJakethepython, sudo touch lib/modules/3.16.0-77-generic/modules.order /lib/modules/3.16.0-77-generic/modules.builtin15:07
YounderNop Jetson TX! runs a full Linux with unity and CUDA support. Some custom libs for Deep neural nets etc. but apt update/upgrade works. Most app work too15:07
ioriaJakethepython, sudo touch  /lib/modules/3.16.0-77-generic/modules.order /lib/modules/3.16.0-77-generic/modules.builtin15:08
tomreynYounder: my point is "works" != "fully supported".15:09
Jakethepythonhttps://paste.ubuntu.com/25011826/15:11
ioriaJakethepython, looks better and worse at the same time15:12
Jakethepythoni was thinking that same thing..15:13
Jakethepythongrub-probe: error: disk `mduuid/7b3fb0a7e397b9d354c21b454a87d6d4,1' not found.15:13
ioriaJakethepython, you need a grub/raid wise guy15:13
Jakethepythoni tried to go to the ## linux forum15:14
ioriagood15:14
donofriohow do I keep background tasks running - does systemd work in uow on windows10?  Will be rebuilding my setup from win7 to win10 so i'll be cutting over from cygwin to uow for my daily use but if no systemd I'm wondering how will I get xfce4 working?15:36
nacc!ubuwin | donofrio15:37
ubottudonofrio: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.15:37
donofrionacc, was asking here because only 6 people in that channel...they are nice just figured more folks here might have gotten a desktop environment going on uow but I was told no background processes so that is why i asked about systemd15:39
naccdonofrio: we really can't support ubuntu-on-windows here15:45
=== jackNemrod_ is now known as jackNemrod
mrigHello, I have ubuntu 16.04 installed and have just read this, should I think about applying this patch? :~ https://lists.debian.org/debian-devel/2017/06/msg00308.html I have a processor that is indicated as being of concern.15:51
mrigThank you for your advice.15:51
donofriomrig, this is not #debian fwiw15:52
=== Mr_Pan is now known as Miyar
=== Miyar is now known as Mizar
=== Mizar is now known as Mr_Pan
mrigdonofrio, no I am aware of that, but as ubuntu is a debian based distribution; It could be the case that this issue is dealt with by the ubuntu package installer; Thus my question here.15:54
=== Mr_Pan is now known as mizar
=== mizar is now known as Mr_Pan
ioriamrig, https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/170037315:55
ubottuLaunchpad bug 1700373 in intel-microcode (Ubuntu Yakkety) "intel-microcode is out of date, version 20170511 fixes errata on 6th and 7th generation platforms" [Undecided,Confirmed]15:55
SpacePotatoBearhey, I found a possible glibc bug on Ubuntu, I have some code that works fine on OS-X/Centos but wont work correctly on Ubuntu (16.04.2 & 17.04)15:57
SpacePotatoBearhow should I go about testing it?15:57
mrigioria: Thank you for the information.15:57
SpacePotatoBearI've tested with gcc and clang compilers.15:57
ioriamrig, np, work in progress i guess15:57
mrigioria: I will just disable hyper-threading for now ...15:59
ioriayep16:00
mrigThen keep an eye on it, will ask in #debian too.16:01
mrigThanks.16:01
=== graingert is now known as jreback
=== jreback is now known as graingert
ioriamrig, the issue maybe in a denial of service attack, afsik16:03
mrigioria: A botnet via the cpu? I am aware of talk of backdoors in the firmware, is this related to the same?16:04
mrigcould be I suppose, shucks those are some bad business decisions.16:06
jerSpacePotatoBear, general problem solving patterns apply: Try and distill it into as small of a test case as possible that reproduces your issue, investigate what parts could be at fault, if you can't solve it, certainly by all means open a bug with the information you've been able to collect16:06
ioriamrig, http://www.zdnet.com/article/debian-linux-reveals-intel-skylake-kaby-lake-processors-have-broken-hyper-threading/16:07
SpacePotatoBearjer my ubuntu dev friend has repoduced it, I'm gonna post on askubuntu to make sure its not a code issue16:07
mrigioria: well I have noticed some bugs, but as I am learning to code in c, I thought they were of my own creation :D Shoot if the proc is giving undefined behaviour ...16:09
ioriamrig,  no c problem, i think16:10
jermrig, hardware bugs happen periodically... they're not as rare as people think =] usually it's compiler devs that find them though, and provide solutions locally for affected systems16:11
jer(that said, they're not exactly common either)16:11
ioriaright, oner asus example : https://bugs.launchpad.net/ubuntu/+source/linux/+bug/170187316:12
ubottuLaunchpad bug 1701873 in linux (Ubuntu) "Unable to boot with Latest kernel 4.4.0-83 update" [Undecided,Confirmed]16:12
mrigjer: The more I learn the more amazed I am that the whole thing works, incredible achievement really.16:15
jermrig, indeed, it's not unlike a house of cards in some sense. the more complicated the hardware gets the more things lean on software which is far more prone to bugs16:17
mrigWell my proc is listed as being patch-able, I am tempted to go ask at debian if there are any horror stories and then give it an application.16:18
jeri mean just see VLIW based cpu architectures, or TTA architectures... scheduling of instructions is required by the compiler engineer, there's no dynamic instruction scheduling hardware onboard =]16:18
jerimagine the problems that can produce heh16:18
mrigTiming is unfathomable, I mean the whole multi processor thing too...16:18
mrigYes and it allows for cross platform code to work too, I mean relatively easy if you only have a small subset of devices, but all of the different hardware too, wow.16:20
jermultiprocessing is getting worse too; more and more asymmetric processors being released, where say, 2 of the cores run at 2.4ghz, but the other two run at 1.25ghz16:20
jer^^ something the software world is by and large unprepared to handle16:20
mrigouf ... Thus the run to lambadas I suppose.16:20
mrigTo functional orientated programming, I think is the term.16:21
jermostly a mobile problem atm, but it'll spread i'm sure16:21
mrigWell I am happy learning about the basic c libs for now, and can run vim in a terminal quite happily on 1 cpu :)16:22
mrigThe hyper-threading turns the computer into a hairdryer!16:23
jerheh, well i fell into function dev almost by accident -- started removing state management from core of my applications and pushing it out to the edges, helped me start to see opportunities to compose functions together further reducing the amount of code i had to maintain; which led me to more and more funcitonal topics, and into functional languages =]16:23
mrigDifferent code between the core and the states, I guess that the language that you use allows for this abstraction; Or perhaps multiple languages?16:26
mrigAh, it is all interesting. Can certainly see why it is desirable to simplify where possible.16:26
mrchairmanWhen I do getfacl on a directory, it has a "default" entry. Any idea what this means?16:27
jermrig, nah do this in any language i want to really... i wrote server side in c, ruby, perl even for a number of years, moved into mobile applications for the last 8 years prior to the last working mostly in objc and swift... now i'm working in erlang and elixir on messaging and data ingestion systems16:29
tomreynmrchairman: did you chekc the man page on it, yet?16:30
mrchairmantomreyn, I'm just trying to understand what a default access control list is16:31
oerheksmrchairman, old article, but pretty well described here https://askubuntu.com/questions/465381/grant-permission-for-new-created-files-inside-folder-automatically16:31
oerheksincl default ACL16:31
mrchairmanthanks oerheks16:31
tomreynah sorry didnt get that16:32
oerheksTo set default acl use -d key ..16:32
mrchairmanoerheks, man this is just what I needed16:34
oerhekshave fun!16:35
mrigjer: Oh nice, loads of choices there for your system structure, bit of a noob myself, just getting a feel for it all now.16:36
qw__is it possible to configure specific options for 1 package in unattended-upgrades?16:40
qw__for example I want a package to respond 'N' when it asks to replece configs16:40
crazyzurferHello, I'm using ubuntu 17.04 with gnome shell and X11 is unstable. I would like to use Wayland instead but I don't know how to enable it16:41
mrigWow no reply from debian other than ask #ubuntu :/16:46
qw__they sometimes suck16:47
edwinksllol16:50
xanguacrazyzurfer: if Ubuntu gnome offers a Wayland preview session, it should be accessible from the login/GDM screen17:08
donalsdWhat is the safest way to remove a swap partition? I have 3 swap partitions of 4 GB each. I got an 8 GB RAM, I don't think I need than 4 GB of swap17:49
DarkPsydeLorddonalsd, why 3 swap partitions?17:49
donalsdDarkPsydeLord: I actually have 3 Linux distros in my computer, one that I recently installed in the new SSD that I got. The other ones are in the HDD.17:51
donalsdDarkPsydeLord: I didn't know how swaps are used, so I created one each time I installed a new OS17:51
donalsdDarkPsydeLord: So, I have a swap on the SSD. So I think I will be removing the HDD swaps.17:52
Bashing-omdonalsd: You can do that . just in each release in the /etc/fstab file set the swap partition UUID that you want to use ( sudo blkid) .17:54
lavinhogood afternoon17:55
ca_cabotagehey i have lubuntu 16.04 installed on an old 64 bit netbook. It is running some networking scripts & services in the background. I have the lid set to do nothing when closed both on batt & AC. It seems that whenever the screen is closed that my scripts & services stop running?17:55
lavinholenovo ideapad 100s 11 lby issue17:55
lavinhohow to resolve it ?17:55
ca_cabotageif I SSH to it, or open it up the services are accessible immediately17:55
donalsdBashing-om: I didn't get that, could you please explain? I don't want to mess with /etc/fstab in a wrong way. XD17:56
DarkPsydeLordoh! i see, well donalsd safest way to do it is to disable swap using swapoff then formating to whatever you wanted to17:56
ca_cabotagewhat is happenning and how can i fix it17:56
Bashing-omdonalsd: Take a look ( text editor ) at the files in the respective systems' /etc/fstab . Now decide which swap partiton is going to be used . Next see what the UUID is of the desired swap partiton as related from ' sudo blkid' . That gives you the Unique ID . in each system change the UUID of the swap partiton to be "that" UUID .17:59
donalsdBashing-om: I want to remove those other swaps and only use one 4 GB swap. Is that the correct procedure?18:00
lavinhohelp me please18:02
Bashing-omdonalsd: Yepper . just make sure prior to deleteing the no longer wanted partitions that there is no error in the fstab files and each system boots up with no complaints and that the desired swap is functioanl in each system. Then delete the unwanted swap partitions .18:02
donalsdBashing-om: What happens to the partitions after that? Are they merged or something?18:05
Bashing-omdonalsd: Depends on what you want to do . but no . whatever takes palce after is an action you must undertake .18:06
Bashing-omplace*18:06
donalsdBashing-om: https://pastebin.com/qfjeWCtL this is the output, which lines do I wipe off?18:07
Bashing-omdonalsd: encryption at play here . best have advise from those who have done it .18:08
donalsdBashing-om: Can I simply remove those swaps using GParted?18:09
tomreynlavinho: what's the issue?18:09
Bashing-omdonalsd: Nope . with encryption not that easy I do not think . I have not been there so I am hesitant to offer further advise .18:10
donalsdBashing-om: Alright, thanks.18:11
bobomahello. got a packaged version mismatch in ubuntu18:11
bobomacannot install gnome-calendar-dbgsym18:11
tomreynlavinho: i do not understand "11 lby issue"18:11
bobomait mismatches with the version of gnome-calendar that is provided18:11
Bashing-omdonalsd: Reak in the channek about 30 minutes or so apart . See who pops up with the skills .18:11
leftyfbboboma: what version of ubuntu are you running and why are you trying to install gnome-calendar-dbgsym?18:12
Bashing-om!info gnome-calendar-dbgsym | boboma18:13
ubottuboboma: Package gnome-calendar-dbgsym does not exist in zesty18:13
leftyfbit also doesn't exist in xenial18:13
lavinhofreeexing18:14
Bashing-omleftyfb: boboma ^^ PPA issue ?? . Maybe not supported in the release that is intalled ?18:14
lavinhofreezing18:14
leftyfblavinho: you're going to have to be more specific than that. Also, use more words.18:14
ducasselavinho: that machine is a great doorstop, you've been told this 100 times18:14
lavinhostop system18:15
lavinhoblocking the system18:15
leftyfblavinho: do you speak English?18:15
lavinhono18:16
lavinhoportuguese18:16
tomreyn!pt | lavinho18:16
ubottulavinho: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.18:16
tomreyndonalsd: please place /etc/crypttab on a pastebin18:17
donalsdtomreyn: https://pastebin.com/bDabk0Vb18:18
tomreyndonalsd: so which of your swap partitions would you like to keep, if any? you have (or rather, you used to have, during OS installation) /dev/sda10 /dev/sda13 /dev/sdb218:20
bobomaleftyfb, i run zesty18:21
bobomaand i want to install obviously for debugging reasons18:21
leftyfbboboma: why are you trying to install gnome-calendar-dbgsym?18:21
leftyfbobviously?18:21
bobomabecause it crashes so i need to run it with debug-symbols18:22
bobomabut theres a version mismatch18:22
bobomahow comes?18:22
leftyfbboboma: post the error message to pastebin18:23
donalsdtomreyn: /dev/sdb is the SSD, so having a swap there could be beneficial, right?18:24
bobomaleftyfb, https://paste.debian.net/974589/18:24
bobomathis should be fixed by the package maintainers18:25
tomreyndonalsd: possibly more useful than on a classic HDD, yes.18:25
donalsdtomreyn: So, /dev/sdb2 is staying18:25
tomreyndonalsd: can you show the output of "sudo lsblk -o +UUID" so we can confirm this?18:25
leftyfbboboma: apt-cache policy gnome-calendar-dbgsym18:26
tomreyndonalsd: and please don't make me colve captchas to access what you posted this time. ;)18:27
donalsdtomreyn: Sure!18:27
tomreyn*solve18:27
donalsdtomreyn: Did you have to solve the captcha the first time?18:27
bobomaleftyfb, https://paste.debian.net/974591/18:27
donalsdtomreyn: Because I forgot to solve it on the second work, not sure if I need to solve it once or it needs to be solved again and again.18:28
tomreyndonalsd: yes, pastebin.com has this issue under some circumstances. it also warns you about it when you post. there are alternatives to pastebin.com18:28
oerheksdid you run apt update before installing, boboma ?18:28
tomreyndonalsd: just once18:28
tomreyn!paste | donalsd18:28
ubottudonalsd: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:28
bobomaoerheks, yes18:29
bobomaseems like a version mismatch on the package servers to me18:29
oerheksboboma, do you have proposed enabled? https://launchpad.net/ubuntu/zesty/+package/gnome-calendar-dbgsym18:30
bobomano18:30
donalsdtomreyn: I am using paste.debian18:30
donalsdhttps://paste.debian.net/974592/ tomreyn18:30
AntonMHi18:30
AntonMWould someone be able to re-review my cdimage mirror for official status?18:31
donalsdtomreyn: Also, too many partitions there. Will need to remove em. So, excuse that not so good looking HDD for now. xD18:32
pavlosdonalsd: can you swapoff sda10 and sda13 ?18:33
donalsdpavlos: Is that safe?18:34
pavlosdonalsd: thinking out loud ... sdb2 is active so the system will continue to have swap if needed18:35
donalsdpavlos: Alrighty18:35
tomreyndonalsd: that's fine. i think you want to: sudo swapoff /dev/mapper/cryptswap3 && sudo cryptsetup luksClose cryptswap3; sudo swapoff /dev/mapper/cryptswap2 && sudo cryptsetup luksClose cryptswap218:37
tomreyndonalsd: actually no, sorry.18:37
pavlosdonalsd: what your swapiness value ... cat /proc/sys/vm/swappiness18:38
tomreyndonalsd: that's fine. i think you want to: sudo swapoff /dev/mapper/cryptswap1 && sudo cryptsetup luksClose cryptswap1; sudo swapoff /dev/mapper/cryptswap2 && sudo cryptsetup luksClose cryptswap218:38
donalsdtomreyn: Doesn't cryptswap3 link to sdb?18:38
tomreyndonalsd: right, you want to keep this one18:38
donalsdtomreyn: What does cryptsetup luksClose do btw?18:39
tomreyndonalsd: it disables an active crypto block device. i.e. it tells the kernel to stop using it as a crypto device.18:39
donalsdokay. So executing the last command you wrote.18:40
AntonMWould someone be able to re-review my Ubuntu cdimage mirror for official status?18:40
donalsdtomreyn: sudo swapoff /dev/mapper/cryptswap2 && sudo cryptsetup luksClose cryptswap218:41
donalsdtomreyn: device-mapper: remove ioctl on cryptswap2 failed: Device or resource busy18:41
donalsdpavlos: swapiness- 6018:41
tomreyndonalsd: hmm ad that's the only error there?18:41
tomreyn*and18:42
DJonesAntonM: Thats not something that would be dealt with in this channel, you'd need to contact the people you've already arranged it with18:42
donalsdtomreyn: Yes. I guess.18:42
donalsdIt is.18:42
tomreyndonalsd: it was probably just too fast, let's sync first: sync && sudo cryptsetup luksClose cryptswap118:43
donalsdtomreyn: I have turned off cryptswap118:43
donalsdShouldn't it be cryptswap2?18:43
tomreyndonalsd: i meant to say 2 :-/18:43
donalsdAlrighty18:43
donalsd xD18:43
tomreynluckily there's no chance of data loss here ;)18:44
donalsdtomreyn: Device cryptswap2 is not active.18:44
donalsdGuess it did turn off after all.18:44
saryAntonM: you may ask in #ubuntu-mirrors and or e-mail mirrors@ubuntu.com18:44
tomreynyes thats my guess, too18:44
donalsdtomreyn: Should I do a sudo swapoff /dev/mapper/cryptswap2 && sudo cryptsetup luksClose cryptswap2 again?18:45
tomreyndonalsd: let's check what'S still active: cat /proc/swaps18:45
donalsdtomreyn: /dev/dm-0                               partition44692441134272-118:46
tomreyndonalsd: does 'sudo dmsetup ls' still list cryptswap1 or cryptswap2 ?18:46
donalsdtomreyn: No, only cryptswap318:47
tomreyndonalsd: so you can now remove the lines about cryptswap1 and cryptswap2 off /etc/fstab and /etc/crypttab, then remove those partitions.18:48
donalsdtomreyn: Okay, I will show you the final face of the fstab and crypttab once I am done editing, okay?18:49
tomreyndonalsd: ok18:49
ca_cabotagemy ethernet connection goes down after a few minutes of the computer being idle - any ideas?18:50
donalsdtomreyn: Which lines do you mean, the ones at the end? Or all of them mentioning the swaps I don't need?18:50
donalsdtomreyn: https://paste.debian.net/974597/ mention the line numbers please18:51
donalsdtomreyn: Only 18, 19?18:52
tomreyndonalsd: lines 12 to 15  and 18 to 1918:52
donalsdThe others are comments I guess?18:52
tomreyndonalsd: 12 to 15 are just comments, but they referred to those swaps which you're removing, so no need to keep them.18:53
donalsdGot it18:53
donalsdtomreyn: crypttab now?18:55
tomreyndonalsd: yes18:55
tomreyndonalsd: just remove lines 1 and 2 there obviously18:55
tomreyndonalsd: if you would like cryptswap3 to be called differently on next boot you could just rename 'cryptswap3' in /etc/crypttab now18:56
donalsdtomreyn: Leaving that as it is won't be a problem I guess?18:57
tomreyndonalsd: that'll be fine18:57
donalsdNew fstab https://paste.debian.net/974598/18:58
donalsdOld crypttab https://paste.debian.net/974600/18:58
tomreyndonalsd: okay, the new fstab looks good.18:59
donalsdtomreyn: New crypttab https://paste.debian.net/974601/19:00
tomreyndonalsd: looks good to me.19:01
donalsdtomreyn: Now?19:01
tomreyndonalsd: you're done. you could remove those partitions which used to store crypttab1 and crypttab219:02
donalsdtomreyn: Just GParted them and merge them to another partition?19:02
tomreyndonalsd: you could just remove them using gparted and extend adjacent partitons and the file systems (or other block device layers on them) to cover the additional space, yes.19:03
donalsdtomreyn: Alright, deleting those partitions using Gparted19:04
tomreyndonalsd: so that's sda10 and sda1319:04
donalsdtomreyn: Yes, thanks mate!19:04
tomreyndonalsd: be careful to hit the correct partitons ;)19:04
donalsdYeah, I am reverifying them :D19:04
tomreyndonalsd: and of coure syou shoul dhave current backups before modifying the partiton table19:05
pavlosdonalsd: is line 17 commented out? dont you need sdb2?19:05
tomreyndonalsd: again, just readable: and of course you should have current backups before modifying the partiton table19:05
donalsdpavlos: Line 17 of what? fstab?19:05
pavlosof this https://paste.debian.net/974597/19:05
tomreynpavlos: this is what donalsd' fstab looked like before he edited it.19:06
donalsdpavlos: That was commented before I edited it.19:06
pavlosoh ... ok19:07
tomreynpavlos: it looks like this now https://paste.debian.net/974598/19:07
tomreynpavlos: and line 14 points to sda219:07
tomreynpavlos: ... indirectly, since there's a luks crypto layer in between19:08
pavlostomreyn: donalsd  got it, thx19:08
donalsdtomreyn: Deleting /dev/sda10 and /dev/sda1319:08
Bashing-om!cookie | tomreyn19:08
ubottutomreyn: Wow! You're such a great helper, you deserve a cookie!19:08
tomreynyummie! cookies AND partitions!19:09
donalsdtomreyn: You do!19:09
tomreyni hope i won't grow FAT19:09
edwinksl:facepalm:19:09
donalsdtomreyn: Partition(s) 13 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.19:10
donalsdWas that still active?19:11
tomreyndonalsd: hmm, should not have been, we had luksClosed it and verified that using 'dmsetup ls'19:12
donalsdtomreyn: So, does that look like a problem?19:12
tomreyndonalsd: no, but rebooting is probably still a good idea.19:13
donalsdAlright, I hope my machine starts xD19:13
tomreyndonalsd: worst case it should hang for some minutes during boot, just wait then19:13
tomreynup to 5 minutes19:13
donalsdThere are two options on the libparted "Cancel" or "ignore". That's a very hard choice.19:14
tomreyndonalsd: it should have the same effect.19:14
donalsdignoring19:14
tomreynat least if you'll quit the application afterwards19:14
Budgie^Smorefor anyone who is interested, I was able to prove that the problem with my hostname setting was my DHCP "server" (stupid AT&T Arris router!)19:15
donalsdtomreyn: Seems like both of them were active19:19
donalsdIs there something I missed?19:20
donalsdtomreyn: Partition(s) 10, 13 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.19:20
=== semeion is now known as mnemonic
tomreyndonalsd: two things: i recommended to quit gparted and reboot after the first error was shown: i just realized i had asked "donalsd: <tomreyn> donalsd: does 'sudo dmsetup ls' still list cryptswap1 or cryptswap2 ?" earlier but you seem to have not answered it.19:21
tomreyn... and i jumped to the conclusion that you had run it and that there was no error.19:22
donalsdtomreyn: it doesn't list them19:22
donalsdtomreyn: Oh shit, it does now!19:22
tomreyndonalsd: okay then i'm not sure what's still having a handle on those partitons. but i'll all be fine once you rebooted.19:22
donalsdtomreyn: I am rebooting then. Not finding swaps can lead to a failed reboot?19:23
tomreyndonalsd: it's possible that gparted itself tried to reactivate them19:23
tomreyndonalsd: <tomreyn> donalsd: worst case it should hang for some minutes during boot, just wait then19:23
donalsdtomreyn: Sure.19:24
donalsdRebooting19:24
donalsdTomreyn: Booted successfully19:28
donalsdAbout 2 minutes ago. So, good speed.19:29
tomreyndonalsd: wohoo!19:29
donalsdTomreyn, thanks man! Really appreciate it.19:29
donalsdWhen I was my last message again? "Rebooting"19:30
tomreyndonalsd: 7 minutes ago19:31
donalsdFrom now?19:31
tomreynfrom when i wrote "7 minutes ago".19:31
tomreyn!logs19:31
ubottuOfficial 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/19:31
donalsdBooted in a minute. Okay. Good enough19:32
iCherryhelp19:32
tomreyn!ask | iCherry19:32
ubottuiCherry: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience19:32
iCherrysorry, i forgot what /amsg does19:32
donalsdMy wifi driver seems to have failed.19:34
tomreyndonalsd: this would be unrelated, though19:34
donalsdGives me off messages while booting.19:34
donalsdTomreyn. Yes. Hardware fault.19:34
donalsdI guess. Happens sometimes. Not sure what causes it. Fixes itself.19:35
donalsd_Yea, wifi works now.19:37
donalsd_Fails to start the wifi driver at times19:37
donalsd_tomreyn: Thanks for the help, mate! :D19:38
tomreyndonalsd_: you're welcome.19:42
=== KindTwo is now known as KindOne
DevrimDid something change with bind9 and dnssec?19:53
DevrimI had to disable the dnssec validation because it fucked up dns requests19:53
_Trullostupid question coming up, I'm using 16.04 where is the startmenu with applications?20:16
oerheks_Trullo, open dash, and select the white A on the bottom row20:18
_Trulloopen dash?20:19
oerhekstop icon on the sidebar20:19
_Trullonothing..20:21
_TrulloI have nothing installed?20:21
Bashing-omtrevorj: Maybe just not running unity as the desktop ?20:23
oerheksthe unity application thingy is ugly, but one can easily search on the searchbar in dash, same as gnome3 style20:26
albinoclockTrying to install a Mushkin SSD firmware update and their linux updater doesn't seem to be doing anything. Tried clicking it, tried running it in a terminal, no dice. Not sure what else to do.20:32
geniiIs it +x ?20:32
albinoclockno idea, do i need to set that?20:33
geniialbinoclock: What says: ls -l  the-firmware-file-name  say?20:34
albinoclock-rwxrwxr -x 1 albino albino 12969743 Feb 3 2014 Mushkin_Updater-Linux20:35
albinoclockI tried to do sudo chmod +x Mushkin_Updater-Linux but it didn't seem to do anything20:35
tomreynit's already +x20:35
albinoclockwell i mean it is now lol20:36
tomreynwhat's the output when you run it?20:36
albinoclockmaybe it already was20:36
tomreynalso how do you run it20:36
albinoclockMushkin_Updater-Linux: Command not found20:36
albinoclocki was just doing20:36
tomreynokay you need to prefix this with ./20:36
albinoclockMushkin_Updater-Linux20:36
albinoclockoh20:36
geniialbinoclock: ./Mushkin-etc20:36
tomreyn./Mushkin_Updater-Linux20:36
Bashing-omalbinoclock: ' file Mushkin_Updater-Linux ' say what it is ?20:36
albinoclockerror while loading shared libraries: libSM.so.6: cannot open shared object file: no such file or directory20:37
albinoclockthat's with ./20:37
albinoclockMushkin_Updater-Linux: ELF 32-bit LSB executable, Intel 80386, version 1(SYSV), dynamically linked, interpreter /linb/ld-linux.so.2, for GNU/Linux 2.6.32, Build ID [sha1]=cadc1b7eff9e31d8bc73b100e0b805b04c34aa7, stripped20:39
tomreynsudo apt-get install libsm620:39
albinoclocki have the newest version20:39
tomreynactually: sudo apt-get install libsm6:i38620:39
albinoclocklibXrenderer.so.1 missing20:40
albinoclockso do i sudo apt-get libXrender now20:40
albinoclockor libXrender:i38620:40
albinoclocki don't see that package :(20:40
albinoclockhey it's working :D20:44
albinoclockthanks :)20:44
nickellhello. i installed an ubuntu vm. the resolution is very low (it's a square). when i go into settings, the max resolution is where it is out21:06
nickellis there a way to get it to 1080 (fullscreen)?21:06
wedgiewhat hypervisor?21:07
=== KindTwo is now known as KindOne
nickellwedgie: are you talking to me?21:14
wedgieyes21:15
wedgieesxi? vmware workstation? KVM? Virtualbox? Hyper-V? Bhyve?21:15
nickellhmm i'm not sure tbh. i'm running the vm in freenas and accessing it through tightvnc viewer21:22
wedgieprobably bhyve then21:23
nickelloh yes!21:23
nickellcorrect21:23
wedgieunless it's older and you've installed the virtualbox plugin21:23
nickellno it is that21:23
nickellthat's the process i kill when i need to close my vm21:24
wedgiewhich?21:24
nickellbhyve21:25
wedgienickell: found this which sounds the same as your issue. Sounds like it may be a bit painful though if you're new to the CLI https://forums.freenas.org/index.php?threads/vnc-resolution.54372/21:27
wedgienickell: should probably pop over to #freenas and ask there since the issue is specific to that, and not with ubuntu itself21:28
smarescheers guys! anyone knows if zesty will be getting postfix 3.2 or will it stick to the 3.1 branch?21:36
naccsmares: it's pretty uncommon for a version bump to occur in an existing release21:37
smaresok, so probably not unless it's in backports21:37
smaresthen I hope at least dovecot will be updated to 2.2.31, really looking forward to the dual rsa/ecdsa certificate support21:38
naccsmares: well, given that it's not even in artful yet, seems unlikely21:40
naccsmares: also, dovecot is under the same general rule as postfix21:40
leftyfbsmares: postfix 3.2 isn't in debian stable yet21:41
smareswell, at least dovecot is really just a build update that shouldn't break anything if it sticks to semver21:42
smares2.2.27 to 2.2.3121:42
B105PH3REneed help onboard bluetooth isn't working after inserted dongle any help would be nice Lubuntu 16.0422:23
B105PH3RELinux 4.4.0-79-generic #100-Ubuntu SMP Wed May 17 19:58:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux22:24
B105PH3REhow can I specify the usb device to use for bluetooth dameon22:26
B105PH3REalso getting this now on boot Bluetooth: hci0 sending initial HCI reset command failed (-110)22:31
B105PH3REanyone?22:39
B105PH3REquit22:47
SkyriderGreetings22:57
SkyriderI accidently attempted to install mysql-server and got " mysql-server : Depends: mysql-server-5.7 but it is not installed" .. how can I undo it?22:57
B105PH3REwhen i do hcitool scan I get device not available23:12
SkyriderO_O23:13
saryB105PH3RE: was bluetooth working before!23:16
B105PH3REyes23:16
B105PH3REall I did was put a dongle in23:16
B105PH3REbluetooth one and now my internal won't work now after I unplug the dongle23:17
B105PH3REpretty sure I just need to switch to the other usb device some how23:17
Bashing-omSkyrider: The package name is " mysql-server-5.7 : . What returns ' dpkg -l mysql-server ' . Maybe nothing at all is installed ?23:19
SkyriderWhat should it return?23:20
Bashing-omSkyrider: If not installed " dpkg-query: no packages found matching mysql-server " .23:21
SkyriderIt shows iU mysql-server 5.7.18-0ubuntu0.16.04.1 all MySQL database server (metapackage depending on the latest version)23:21
Skyriderbut then with spaces, etc.23:21
SkyriderI already installed MariaDB though, maybe that's why the error.23:22
hfpHi, I think my network is broken on Ubuntu 16.04. I'm attempting to troubleshoot why my kvm virtual machines aren't getting an IP through my router's DHCP as they used to. In the process, I ran `/etc/init.d/networking/status` and it says it's failed because of ubuntu-fan. Not sure where to go from there, here is the output: http://paste.ubuntu.com/25014579/23:22
SkyriderBut I acci, added the mysql-server from a copy/paste, I want to revert this.23:22
Skyriderso it doesn't show up the error everytime I am installing something23:23
hfpAnd even it says failed to raise interfaces, I still have an IP and connectivity...23:23
Bashing-omSkyrider: yeah .. mariadb install will do that .. I do not have the experience to only remove the mysql-server-5.7 .23:24
Skyriderbut 5.7 wasn't installed, is it?23:28
saryB105PH3RE: anything shown in syslog, dmesg! $ lsusb | grep Bluetooth23:28
B105PH3REsary: http://paste.ubuntu.com/25014659/ and http://paste.ubuntu.com/25014661/23:33
B105PH3REsary: brb gonne reboot23:35
B105PH3REsary: its working now but I didn't do anything but kept plugging the dongle in and rebooting with it in and not in... i dunnot its working now but i'm scared to insert the dongle again now23:40
Bashing-omSkyrider: mysql-server-5.7 is partially installed - iU mysql-server 5.7.18-0ubuntu0.16.04.1 - the "iu" says installed but only /Unpacked/ and not configured .23:41
B105PH3REi need both bluetooth devices to workin23:41
Bashing-omSkyrider: One can simulate what might happen ' sudo apt purge -s mysql-server-5.7 ' . Then consider what to do .23:42
SkyriderPackage 'mysql-server-5.7' is not installed, so not removed, You might want to run 'apt-get -f install' to correct these:23:43
B105PH3REsary: thankx for the help23:45
Bashing-omSkyrider: For lack of better advise . what results ' sudo apt autoremove ' ? Pay attention to what it will remove prior to executing for real .23:47
Krennic / j #theforeman23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!