/srv/irclogs.ubuntu.com/2016/10/15/#ubuntu-server.txt

Pinkamena_DPower 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:04
tsimonq2Pinkamena_D: Do you have a picture or something that you would be able to give us?02:05
tsimonq2Pictures speak 1000 words. ;)02:05
Pinkamena_Dwell I cant actually bring up an SSH session or anything to take a screenshot02:05
tsimonq2Got a smartphone? ;)02:06
Pinkamena_DI can, but likely I would be able to type faster whatever information you wanted02:06
Pinkamena_Dhold on the phone is booting up02:08
tsimonq2What *exactly* does it say?02:08
Pinkamena_Dhttp://pasteboard.co/f56uIdXva.jpg02:10
Pinkamena_DI also have a gparted and ubuntu boot usb available02:11
tomreynPinkamena_D: no space between "remount,rw"02:12
Pinkamena_Dsame result02:12
tomreynforce fsck02:12
tomreynoh wait, not on /02:13
Pinkamena_Dwhat is the best way to do that? Boot into gparted usb?02:13
tomreynboot from a live cd, then force fsck02:13
tomreynor live usb02:13
Pinkamena_DI 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:14
Pinkamena_Dalso 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:21
Andrew__Can anyone tell me how openstack serivces that are deployed via juju charms register their hostnames to DNS?02:28
Pinkamena_DHmm 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 problem02:36
tomreynPinkamena_D: if it scared you, consider reviewing your backup and system / configuration deployment strategies. (glad you found it, though.)02:52
=== 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
sveinseWhat is a good way to disable lvmetad service in 16.04?12:22
=== tikun is now known as sikun
=== jelly-home is now known as jelly
jonahhi does anyone use NUT for their ups? I'm struggling to allow different ips to connect from external networks13:59
=== Devixor is now known as elrohim
=== johnlage is now known as johnlage_
=== Onepamopa[away1] is now known as Onepamopa
Onepamopajonah_, whats nut ?15:38
teebeutelhello guys, someone could help me plz? need informations about ssh18:26
mybalzitchteebeutel: don't ask to ask, just ask18:31
caliculkI 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/RxZue2i018:33
caliculkI am now left in a somewhat unusable state, and some of my web-apps are broken (like TT-RSS)18:34
caliculkNot really looking forward to restarting that server after what has just happened, so I want to be cautious.18:34
tarpmancaliculk: wow, that looks pretty broken :/18:35
caliculkYeah, I was really anxious about doing this because every time I do an upgrade like this, it always has a problem.18:36
tarpmancaliculk: are there any logs earlier than what you posted, or is that the beginning of it?18:36
caliculkThis 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:36
tarpmancaliculk: I am looking at https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/157290318:37
ubottuLaunchpad bug 1572903 in init-system-helpers (Ubuntu) "Upgrade from 14.04 to 16.04 dependency issues" [Undecided,Confirmed]18:37
caliculkWell, it terminated the screen session, so I not sure how I can access whatever was on screen prior.18:37
caliculkLet me pull some /var/log files and put them in pastebin18:37
tarpmanyeah there should be a /var/log/dist-upgrade or something like that18:37
tarpmanI think the next thing I would try is a dpkg --configure --pending and see if it can recover the partial upgrade18:38
caliculkhttp://pastebin.com/5gCeypEK18:41
caliculkWhen trying to run sudo dpkg --configure --pending: http://pastebin.com/tqiWAX6z18:41
tarpmanoh. gross18:42
tarpmancaliculk: I would agree that rebooting at this time would be a bad idea, btw :p18:43
tarpmanwhat version of libc6 do you have at this point?18:43
caliculk2.23-0ubuntu3 across the board for all versions18:44
caliculkamd64, i386, -dbg, -dev etc18:44
tarpmanoh, wrong package. I meant to ask about libstdc++618:45
caliculklibstdc++6:amd64                                6.1.1-3ubuntu11~14.04.118:46
caliculkFor both amd64 and i38618:46
tarpmanhuh. where'd you get that from? packages.ubuntu.com figures you should have 4.8.4 in trusty and 5.4.0 in xenial18:48
caliculkNo idea. :/18:48
tarpmanI'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 trusty18:48
tarpmanor something like that18:48
tarpmandid you have any PPAs enabled before the upgrade?18:49
caliculkProbably, I don't recall what they would have been though18:49
tarpmanthey should still be in /etc/apt/sources.list. the upgrader might have commented them out18:49
tarpmanyou might be able to get moving again by downloading the xenial debs for libstdc++6 and dpkg -i'ing them18:50
caliculkEverything in the sources.list file is xenial and archive.ubuntu related stuff only.18:50
caliculkLooking at .save right now18:51
caliculkBut that looks like it is only us.archive.ubuntu.com trusty stuff as well, hno ppas are listed there18:51
tarpmanweird18:51
caliculkI do remember adding PPAs though, just don't remember what they were18:52
tarpmaner, before trying my suggestion of manually downgrading libstdc++6, better read http://norsoulx.blogspot.ca/2016/08/upgrading-from-ubuntu-1404-to-1604.html18:52
tarpmanprobably still doable, but you probably also have to downgrade (or remove) whatever package caused it to get pulled in in the first place18:53
caliculkHm, looks like this: libkolabxml118:53
caliculkhttp://pastebin.com/yCVvF84e18:54
caliculkIs there a way to see a total list of packages that would depend on libkolabxml?18:55
tarpmanwithout a working apt, not easily18:56
tarpmanmaybe dpkg --dry-run --remove libkolabxml1 or such18:57
tarpmanthat prints useful results for me without even being root18:57
caliculkAlright, so running throught that blog post, I am now stuck here: http://pastebin.com/5KepJ6Mk19:01
tarpmanyou'll need to install the same version of libstdc++6 for both amd64 and i38619:02
tarpmanboth debs in one dpkg -i run19:02
caliculkAh19:02
caliculkAlright, one second19:02
tarpman(I sure hope I am not leading you into breaking your system)19:02
tarpmanoh yeah, don't forget to dpkg --purge libkolabxml1 later if it turns out it isn't needed any more19:03
caliculktarpman, do you happen to have a download link for the i386 version? Can't seem to find it.19:04
caliculkhttps://launchpad.net/ubuntu/xenial/+package/libstdc++6 I dont' see i386 listed there19:04
caliculkNevermind19:05
tarpmanhttp://packages.ubuntu.com/xenial-updates/i386/libstdc++6/download19:05
caliculkI am a doofus19:05
caliculkCould have changed the path fromt he blogspot post19:05
caliculkSo those installed succesfully...19:06
caliculkWhat would be the best recommended action now?19:06
caliculk:D19:06
caliculkCause I think an upgrade would fail, so just do-system-upgrade again?19:07
caliculkso-release-upgrade*19:07
tarpmannow try the dpkg --configure --pending again19:07
caliculkLooks like things are going well19:08
caliculkSo far19:08
tarpmanif 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 on19:08
caliculkAlright, so I will leave that running for now. After that, I will try another do-release-upgrade.19:09
caliculkNow I just need to figure out why TT-RSS is failing. I assume its a PHP7.0 issue19:09
caliculkSince it is just serving a plain-text php config19:10
caliculk$ sudo do-release-upgrade19:10
caliculkChecking for a new Ubuntu release19:10
caliculkNo new release found19:10
caliculkThats a good sign. :19:10
caliculk)19:11
caliculk_personaAlright, znc is connected to that server, so...19:14
caliculk_personaSo 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:15
caliculk_personaAlright so the good news is that... it booted back up, it seems...19:16
caliculk_personaBut, KDE is definitely failed for my VNC connection. :(19:16
caliculk_personaHm, a bunch of stuff is broken now. Damn19:21
caliculk_personaBut the server is online. So that works though19:22
caliculk_personaThanks tarpman19:22
tarpmancaliculk_persona: well, at least now you can ssh in and start fixing things. good luck!19:23
AnonymesHi19:29
=== TREllis_ is now known as TREllis
thekrynnhi, was looking for a recommendation on server + jbod enclosures for scaling up storage on linux (something that supports SATA drives).20:01
mybalzitchthekrynn: SE301620:01
mybalzitchthekrynn: also supermicro SC84720:01
mybalzitchI just got a SC847 (45 bay) jbod for $599 from mrrackables20:02
thekrynnwow, thats cheap20:02
mybalzitcheven included 2 external SAS cables, and an external HBA20:02
thekrynnreading, thanks!20:02
mybalzitchnp20:02
thekrynnand im guessing i can hook that guy up to a poweredge with a SAS HBA, no problem?20:03
mybalzitchso long as it physically supports the card20:05
mybalzitchie: is a pci-e slot, and takes half height/full height cards20:05
mybalzitchand yeah, the mrrackables stuff comes with a SAS HBA, so its a hell of a packaged deal20:06
=== kees_ is now known as kees
caliculkAlright, one last thing...21:13
caliculkSo 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
caliculkIs 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
caliculkOr is that better suited for #kubuntu?21:13
=== zerick_ is now known as zerick
=== marcoceppi_ is now known as marcoceppi
Goriansuccessfully installed Ubuntui 16.10 on top of a ZFS root using a bash script :)22:08
FManTropyxyay22:10
Gorianyus!22:10
Gorianso22:12
Gorianmy server says it's using 2Gbs, but htop, and ps say all processes are using 0.0% of memory?22:12
FManTropyxwow, you have invented a zero-memory-usage system!22:12
Gorianright?22:13
GorianI would assume they are just using such a small amount it's not listing it?22:13
Gorianbut really, seems odd....22:13
FManTropyxsounds like an error, but I dunno22:14
Gorianeh, I'll try rebooting, see if it persists22:14
trippehGorian: sure its just not cache?22:17
GorianI don't think so? Might ben, but htop treats cache different than in-use memory I thought. I could be wrong22:18
tomreynvmstat -w22:19
Gorianvmstat?22:25
Gorianand rebooted, and it's fine, using 645m, so that's a bit more in line with what I expected22:25

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