[02:04] Power failure on a little home server I was running. Nothing important on it at this point, but booting up leads to 'welcome to emergency mode' and I get EXT4-FS error while trying to remount RW. Is there any common items I can try to fix the FS before going for a reinstall? [02:05] Pinkamena_D: Do you have a picture or something that you would be able to give us? [02:05] Pictures speak 1000 words. ;) [02:05] well I cant actually bring up an SSH session or anything to take a screenshot [02:06] Got a smartphone? ;) [02:06] I can, but likely I would be able to type faster whatever information you wanted [02:08] hold on the phone is booting up [02:08] What *exactly* does it say? [02:10] http://pasteboard.co/f56uIdXva.jpg [02:11] I also have a gparted and ubuntu boot usb available [02:12] Pinkamena_D: no space between "remount,rw" [02:12] same result [02:12] force fsck [02:13] oh wait, not on / [02:13] what is the best way to do that? Boot into gparted usb? [02:13] boot from a live cd, then force fsck [02:13] or live usb [02:14] I had tried just a plain fsck /dev/sdd1 kind of deal before, if there some other option that I should try to fix it? [02:21] also as an aside when you get the message "a start job is running for blablabla" and usually it takes 90 seconds to timeout is there any keyboard shortcut you can use to skip that? [02:28] Can anyone tell me how openstack serivces that are deployed via juju charms register their hostnames to DNS? [02:36] Hmm well I guess I have it, the issue scared me more than I thought. It seems like I just needed to remove some messed up fstab entries, and the emergency mode is no longer a problem [02:52] Pinkamena_D: if it scared you, consider reviewing your backup and system / configuration deployment strategies. (glad you found it, though.) === InfoTest1 is now known as InfoTest === philroche_ is now known as philroche === ivoks_ is now known as ivoks === frediz_ is now known as frediz === Pap0ose is now known as BadMan === beisner- is now known as beisner === daker_ is now known as daker [12:22] What is a good way to disable lvmetad service in 16.04? === tikun is now known as sikun === jelly-home is now known as jelly [13:59] hi does anyone use NUT for their ups? I'm struggling to allow different ips to connect from external networks === Devixor is now known as elrohim === johnlage is now known as johnlage_ === Onepamopa[away1] is now known as Onepamopa [15:38] jonah_, whats nut ? [18:26] hello guys, someone could help me plz? need informations about ssh [18:31] teebeutel: don't ask to ask, just ask [18:33] I am trying to upgrade from Ubuntu 14.04 to 16.04 LTS, I did sudo do-release-upgrade, and after running through a majority of the system, I am now stuck with this: http://pastebin.com/RxZue2i0 [18:34] I am now left in a somewhat unusable state, and some of my web-apps are broken (like TT-RSS) [18:34] Not really looking forward to restarting that server after what has just happened, so I want to be cautious. [18:35] caliculk: wow, that looks pretty broken :/ [18:36] Yeah, I was really anxious about doing this because every time I do an upgrade like this, it always has a problem. [18:36] caliculk: are there any logs earlier than what you posted, or is that the beginning of it? [18:36] This server is remote too, and the people that do have access to it, are not exactly the most technical minded people (ie: parents) so anything I can do to fix it while it is still in a somewhat usable state would be great. [18:37] caliculk: I am looking at https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1572903 [18:37] Launchpad bug 1572903 in init-system-helpers (Ubuntu) "Upgrade from 14.04 to 16.04 dependency issues" [Undecided,Confirmed] [18:37] Well, it terminated the screen session, so I not sure how I can access whatever was on screen prior. [18:37] Let me pull some /var/log files and put them in pastebin [18:37] yeah there should be a /var/log/dist-upgrade or something like that [18:38] I think the next thing I would try is a dpkg --configure --pending and see if it can recover the partial upgrade [18:41] http://pastebin.com/5gCeypEK [18:41] When trying to run sudo dpkg --configure --pending: http://pastebin.com/tqiWAX6z [18:42] oh. gross [18:43] caliculk: I would agree that rebooting at this time would be a bad idea, btw :p [18:43] what version of libc6 do you have at this point? [18:44] 2.23-0ubuntu3 across the board for all versions [18:44] amd64, i386, -dbg, -dev etc [18:45] oh, wrong package. I meant to ask about libstdc++6 [18:46] libstdc++6:amd64 6.1.1-3ubuntu11~14.04.1 [18:46] For both amd64 and i386 [18:48] huh. where'd you get that from? packages.ubuntu.com figures you should have 4.8.4 in trusty and 5.4.0 in xenial [18:48] No idea. :/ [18:48] I'm beginning to see what happened - 6.1.1 > 5.4.0, so it didn't upgrade that one, but now I guess you still have it exposing the ABI expected by packages in trusty [18:48] or something like that [18:49] did you have any PPAs enabled before the upgrade? [18:49] Probably, I don't recall what they would have been though [18:49] they should still be in /etc/apt/sources.list. the upgrader might have commented them out [18:50] you might be able to get moving again by downloading the xenial debs for libstdc++6 and dpkg -i'ing them [18:50] Everything in the sources.list file is xenial and archive.ubuntu related stuff only. [18:51] Looking at .save right now [18:51] But that looks like it is only us.archive.ubuntu.com trusty stuff as well, hno ppas are listed there [18:51] weird [18:52] I do remember adding PPAs though, just don't remember what they were [18:52] er, before trying my suggestion of manually downgrading libstdc++6, better read http://norsoulx.blogspot.ca/2016/08/upgrading-from-ubuntu-1404-to-1604.html [18:53] probably still doable, but you probably also have to downgrade (or remove) whatever package caused it to get pulled in in the first place [18:53] Hm, looks like this: libkolabxml1 [18:54] http://pastebin.com/yCVvF84e [18:55] Is there a way to see a total list of packages that would depend on libkolabxml? [18:56] without a working apt, not easily [18:57] maybe dpkg --dry-run --remove libkolabxml1 or such [18:57] that prints useful results for me without even being root [19:01] Alright, so running throught that blog post, I am now stuck here: http://pastebin.com/5KepJ6Mk [19:02] you'll need to install the same version of libstdc++6 for both amd64 and i386 [19:02] both debs in one dpkg -i run [19:02] Ah [19:02] Alright, one second [19:02] (I sure hope I am not leading you into breaking your system) [19:03] oh yeah, don't forget to dpkg --purge libkolabxml1 later if it turns out it isn't needed any more [19:04] tarpman, do you happen to have a download link for the i386 version? Can't seem to find it. [19:04] https://launchpad.net/ubuntu/xenial/+package/libstdc++6 I dont' see i386 listed there [19:05] Nevermind [19:05] http://packages.ubuntu.com/xenial-updates/i386/libstdc++6/download [19:05] I am a doofus [19:05] Could have changed the path fromt he blogspot post [19:06] So those installed succesfully... [19:06] What would be the best recommended action now? [19:06] :D [19:07] Cause I think an upgrade would fail, so just do-system-upgrade again? [19:07] so-release-upgrade* [19:07] now try the dpkg --configure --pending again [19:08] Looks like things are going well [19:08] So far [19:08] if that goes through, apt-get update and apt-get dist-upgrade, and after all that I think you *should* be able to reboot and carry on [19:09] Alright, so I will leave that running for now. After that, I will try another do-release-upgrade. [19:09] Now I just need to figure out why TT-RSS is failing. I assume its a PHP7.0 issue [19:10] Since it is just serving a plain-text php config [19:10] $ sudo do-release-upgrade [19:10] Checking for a new Ubuntu release [19:10] No new release found [19:10] Thats a good sign. : [19:11] ) [19:14] Alright, znc is connected to that server, so... [19:15] So I have someone on the phone while it is rebooting telling me what is happening, and it said apparmor failed. Which I guess is not normal. :/ [19:16] Alright so the good news is that... it booted back up, it seems... [19:16] But, KDE is definitely failed for my VNC connection. :( [19:21] Hm, a bunch of stuff is broken now. Damn [19:22] But the server is online. So that works though [19:22] Thanks tarpman [19:23] caliculk_persona: well, at least now you can ssh in and start fixing things. good luck! [19:29] Hi === TREllis_ is now known as TREllis [20:01] hi, was looking for a recommendation on server + jbod enclosures for scaling up storage on linux (something that supports SATA drives). [20:01] thekrynn: SE3016 [20:01] thekrynn: also supermicro SC847 [20:02] I just got a SC847 (45 bay) jbod for $599 from mrrackables [20:02] wow, thats cheap [20:02] even included 2 external SAS cables, and an external HBA [20:02] reading, thanks! [20:02] np [20:03] and im guessing i can hook that guy up to a poweredge with a SAS HBA, no problem? [20:05] so long as it physically supports the card [20:05] ie: is a pci-e slot, and takes half height/full height cards [20:06] and yeah, the mrrackables stuff comes with a SAS HBA, so its a hell of a packaged deal === kees_ is now known as kees [21:13] Alright, one last thing... [21:13] So now when I reboot the server, instead of it going straight to KDE graphical desktop login, it boots to the normal tty console login screen. [21:13] Is there anyw ay to verify that my KDE installation is setup properly? Because our VNC server is just displaying a gray screen and than KDE5 crashes shortly after. [21:13] Or is that better suited for #kubuntu? === zerick_ is now known as zerick === marcoceppi_ is now known as marcoceppi [22:08] successfully installed Ubuntui 16.10 on top of a ZFS root using a bash script :) [22:10] yay [22:10] yus! [22:12] so [22:12] my server says it's using 2Gbs, but htop, and ps say all processes are using 0.0% of memory? [22:12] wow, you have invented a zero-memory-usage system! [22:13] right? [22:13] I would assume they are just using such a small amount it's not listing it? [22:13] but really, seems odd.... [22:14] sounds like an error, but I dunno [22:14] eh, I'll try rebooting, see if it persists [22:17] Gorian: sure its just not cache? [22:18] I don't think so? Might ben, but htop treats cache different than in-use memory I thought. I could be wrong [22:19] vmstat -w [22:25] vmstat? [22:25] and rebooted, and it's fine, using 645m, so that's a bit more in line with what I expected