[00:54] hi guys any idea my key in data on crontab -e, after some tiem suddenly dissapear and its empty, any idea what might be the issue === bpsecret- is now known as bpsecret [06:05] coreycb: interesting - that should only be a problem for the UCA backport since Bionic has python3.6 and not an issue for the 3.8 in focal right? [07:09] Good morning [09:38] My apache webserver crashes randomly during graceful restarts: https://paste.ubuntu.com/p/dQsr6mgzvD/ [09:50] albech: you are not alone https://stackoverflow.com/questions/54213685/apache-seg-fault-krb5int-key-delete-assertion-destructors-setkeynum-1-fail https://krbdev.mit.edu/rt/Ticket/Display.html?id=8863 [09:51] kiokoman: yeah i saw that one, but no solution :/ [09:52] we need to wait i suppose -_(O_O)_- [09:52] guess so.. thanks anyway [09:53] meanwhile.. i may write a script that checks if its down and do a hard restart [09:58] geez using RT as a bug tracker is a really bad idea [10:00] albech: please make sure you file a bug agains tthe relevant package in ubuntu if this hasn't been reported against ubuntu on launchpad, yet [10:01] tomreyn: working on just that right now [10:01] is this backed by a "snap" (snapcraft.io) package? "mod_fastcgi/mod_fastcgi-SNAP-0910052141" [10:01] albech: great, make sure you use the "ubuntu-bug" command so log files are added, too [10:02] alternatively use "apport-collect BUGID" on the affected system after filing the report. [11:26] Hi! Have any of you seen a problem where an IP address gets changed on a container with dhcp and the old routes remain? [11:27] Maybe some netplan wierdness but the containers now have old source addresses attached to the routes and it's messing up my networking. [11:27] I'm not really even sure why the ip addresses are changing anyway tbh. [11:37] how does Netplan control dhcp anyway? [11:37] does it run dhcp-client? [11:41] It configured systemd-networkd or Network Manager. [11:41] They take care of DHCP as necessary. [11:41] configures* [11:56] hi there! i am struggeling with a ubuntu vm where /boot has 0 free space left [11:56] its 18.04, but it has been release upgraded several times [11:57] friendlyguy: How large is your `/boot` and how many kernels/initramfs-es are on there? [11:57] boot is 236mb [11:58] about 9 of them [11:58] Yeah, that is rather small. [11:58] autoremove doesnt work [11:58] Especially for that number of kernels. [11:58] yup, its default from the setup [11:58] never changed it [11:58] Manually remove the kernels except for the last and in use ones. [11:58] i just assumed that the size would make sense back then [11:59] For a couple of kernels (<=3) it is fine. [11:59] okay, i check with uname -a which kernel version i run and delete all others in boot? [11:59] where can i specify the number of kernels to hold there? [11:59] Remove the packages. [12:00] is this usually done with "autoremove"? [12:00] friendlyguy: use dpkg -P to remove them [12:00] If only `linux-image-generic` (or however Ubuntu calls the package) is installed this should happen automatically. [12:00] i have a couple of vmlinuz files, a couple of initrd files, a couple of config files [12:01] friendlyguy: Only if the versions are not explicitly installed. [12:02] i never installed a version "manually", only ever ran upgrades [12:03] so... do i delete the files that do not match with the kernel version, or do i uninstall them with dpkg -P? [12:03] friendlyguy: What is the output of `dpkg -l|grep linux-image`? [12:05] https://paste.ubuntu.com/p/HHQrsMxkvw/ [12:08] friendlyguy: `sudo apt purge linux-image-4.{15.0-5{5,8},4.0-154}-generic` [12:08] Whatever is left of those other 9 minus 4.15.0-60 need to be removed manually. [12:19] friendlyguy: use dpkg [12:22] back again [12:22] okay, lets try that [12:22] argh, cant copy paste any more... brb [12:24] okay, that failed because of unmatched dependencies [12:25] https://paste.ubuntu.com/p/3F4yKPRDCv/ [12:28] when i do the --fix-broken i get this: https://paste.ubuntu.com/p/WgsM7tbQFg/ [12:28] back in half an hour... need to eat somethign [12:37] friendlyguy: Are you mixing repos? === Wryhder is now known as Lucas_Gray [13:22] cpaelzer: yes that just affects bionic with python 3.6 [13:40] lordievader: erm... not intentionally [13:40] how can i verify that? check the sources.list? [13:42] Yes, and the contents of `/etc/apt/sources.list.d/*.list` [13:42] https://paste.ubuntu.com/p/PXcX8vc7CB/ [13:42] thats what i have in the sources.list [13:42] i dont remember editing it though [13:43] oh, there are a bunch of config in the sources.list.d folder [13:47] deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main [13:47] thats the only one in the sources.list.d that isnt commented out [13:49] ah, xenial looks old... shall i get rid of it? [13:50] ah, i just noticed thats a repo for php versions [13:57] all others were disabled during migration to trusty/xenial/bionic [13:57] Your sources look sane. [13:57] Are there updates available? [14:01] yup, but cant install: 0 space left on boot [14:06] Hrmm [14:06] Well, guess (re)moving old kernels is the easiest way around this. [14:11] removing as in delete it from the filesystem without using a package manager, right? [14:18] Yes [14:25] okay, let me try that [14:25] jamespage: sahid: all the current backport failures will get fixed up once pandas gets to bionic-updates. I'll push on that monday. [14:28] okay, cleaned all that stuff... (there even was a 3.3 kernel around) [14:29] so... shall i update now, or try to "autoremove" or... whats the best way to continue? [14:29] the --fix-broken? [14:41] Yes, update. And then remove/purge the old kernel packages. [14:42] my guess is that this will fill up boot right away again [14:43] (i guess we both meant update == upgrade [14:43] ) [14:43] coreycb: ack thanks [14:54] friendlyguy: Install the available updates, yes. (I know apt calls this upgrade) [15:03] lordievader: wont let me... i need to run the fix-broken first: https://paste.ubuntu.com/p/VRpnzZfqp6/ [15:04] Hrmm, do that first then 😉 [15:05] lets c if that works or if i run out of space again [15:05] ~200mb free space on boot [15:08] APT had planned for dpkg to do more than it reported back (78 vs 82). [15:08] Affected packages: initramfs-tools:amd64 [15:08] but apart from that it went through nicely [15:09] 60 mb space left [15:09] running a autoremove now to get rid of old entries [15:10] okay, so far so good. rebooting to switch to the new kernel now... [15:14] yay, that did work :) [15:14] running a upgrade now [15:15] btw, kernel now is 4.15.0-76-generic [15:23] oh boy... now it looks like things go south [15:26] https://paste.ubuntu.com/p/6QwFrZyDnD/ [15:26] tried to install the old kernels again and fille boot up again [15:27] i cant figure out why [15:28] everything looked good after the autoremove... until i ran the "apt upgrade" [15:28] i guess there is a old package somewhere with dependencies to a very very old kernel [15:29] but still, why would it pull multiple old kernels? [15:29] frustrating [15:29] lordievader: got an idea for me? [15:40] "gzip: stdout: No space left on device" ? [15:43] always a bit situation to be in =X if you have a bood cd you could move things around a bit after a backup (making boot a bit bigger) [15:46] friendlyguy (if you come back), I sometimes resort to truncating a vmlinuz and initrd when I'm *sure* they are not needed anymore. To truncate: "> /boot/vmlinuz-$FOO" [15:47] aptitude why <- helps to figure what causes a package to be installed [15:47] by nuking a bunch of unused initrd, you should reclaim a good chunk of space [15:54] interesting, one of the older version kernels is installed because it provides aufs-dkms on my machine, which is also provided by the newer version, but i guess the way the dependecies resolves causes it to still be flagged as required [15:55] ((vaguely described xD)) [15:57] sdeziel: you think that can be seen as bug? i wonder somehow [15:59] itsame: dunno, I was just trying to give some cues to friendlyguy on how to deal with his out of space problem on the rootfs [16:02] i think about it some more later and when i get around to it file a bugreport i guess [17:38] bryce: CI passed on https://code.launchpad.net/~racb/usd-importer/+git/usd-importer/+merge/378744, ready to go. No major rush. Monday would be fine - I've got other bits to get on with. [17:38] ok