/srv/irclogs.ubuntu.com/2019/09/28/#ubuntu+1.txt

=== guiverc2 is now known as guiverc
wonkoOk, so booted into a live iso of 19.10. chroot into my broken system, run dpkg --configure -a and it hangs at the same spot: https://paste.ubuntu.com/p/Rb3mxhP74q/03:32
tomreyndisk full? file system consistent?03:35
tomreynmaybe you can do     dpkg --audit grub-pc    and     dpkg --verify grub-pc03:39
tomreynworst case run it through strace to see where it gets stuck03:41
wonkoVerify passes, audit complains that it's haha configured03:43
wonkoDisk isn't full03:44
lotuspsychjewonko: how did you brake your system exactly?03:44
tomreynsee dpkg(1) for the --debug option, too03:45
wonkoFsck reports clean03:45
tomreynanything useful in /var/log/dpkg.log ?03:46
tomreyndpkg --status grub-pc   is probably pending configuration?03:47
wonkoNot really03:47
wonkolotuspsychje: upgrading to the 19.10 beta from 19.0403:48
lotuspsychjeinteresting03:48
wonkoStatus report install ok pending configuration03:51
tomreyni guess you could    apt install --reinstall   or    dpkg --purge    it with --force03:53
wonkoStrace: https://paste.ubuntu.com/p/nNRycPJwBp/03:54
tomreynis the paste complete?03:54
wonkoYes03:54
wonkoThat last line, right?03:54
tomreynyes, that's what i was wondering03:54
wonkoYeah, quite odd03:55
lotuspsychjewonko: how was your system broken exactly after updates? till wich point did you boot?03:56
wonkoThe upgrade process hung exactly where it is now in grub-pc03:57
tomreynls -la /var/lib/dpkg/updates/ /var/lib/dpkg/info/grub-pc*03:58
wonkoRebooting left it not able to mount root03:58
tomreyni know about nothing about zfs, but my bet would be it's related to that03:58
tomreynoh wait you dont have / on zfs you said. /var neither ?03:59
wonkoRight03:59
wonkohttps://paste.ubuntu.com/p/C53KjDkW6P/04:00
tomreynis it ext4 then? did you e2fsck -f ?04:00
wonkoext4 on lvm. Passed a fsck.04:00
tomreyncan you post /var/lib/dpkg/info/grub-pc.postinst04:03
lotuspsychjeguiverc: did you see recent 19.10 upgrade bugs passby in -announce?04:04
wonkotomreyn: I've got to get the kid to bed. DNS is begging dumb. I'll have to pick this up tomorrow. Thanks!04:05
guivercnope, or if I did was busy on other things..04:06
lotuspsychjeok tnx guiverc 04:06
tomreynwonko: one last idea for tomorrow: use stdbuf to prevent strace from buffering output https://linux.die.net/man/1/stdbuf04:06
tomreyn(since output buffering could explain why it cuts off there)04:08
wonkohttps://paste.ububtu.com/p/HVZkCTVMP3/04:08
tomreynthe other idea was to repalce the postinst script by just exit 004:08
wonkoFixed dns04:08
tomreynso maybe make it just "exit 0" and then have it finish configure (post-install) of grub-pc and then purge and reinstall grub-pc04:11
tomreynalso double check that you mounted all file systems you'll need on the chroot04:11
wonkoEverything is in /04:12
tomreyni mean virtual file systems04:18
tomreynhow about /dev/pts /sys/firmware/efi/efivars (the latter only if you're uefi booting)04:20
tomreynalso run "ps -aux | grep dpkg" to make soure you don't have multiple dpkg processes running04:24
wonkoI did a bind mount of /proc, /sys and /dev05:12
wonkoAm I missing something?05:13
wonkoHow important is /pts?05:13
solstice_hi. kismet has not been updated in eoan. still a version from 2016 sight...14:34
howarthWonder why sysprof isn't at 3.34 yet?14:34
howarthSince it is supposed to be one of the major improvements14:35
solstice_in gnome shell, on xorg, in applications view, icons are flashing, disaprearing and reaparing rapidly. Is it because I use oibaf drivers or not ? anyone got that too ?14:52
solstice_so it is pretty specific. first type the super key, then click the "show app" button, and move the mouse over icons. but this only happens if the default tab is frequently used app14:56
wonkoso, ran apt install -f last night and let it go over night. The only thing it wants to do is delete the kernel 5.0 package trying to clean up after an autoremove I had done. I came back to this: https://paste.ubuntu.com/p/ztpGMHKd5J/22:36
wonkoI wonder if that's the same issue it's having with the dpkg --configure -a as well22:36
wonkothose devices it is complaining about are the 6 SATA disks for the zpool.22:37
wonkoI don't know if those are fatal or if they are just drastically slowing everything down and I just need to keep waiting.22:37
wonkofdisk -l output: https://paste.ubuntu.com/p/QjS58cf4Sc/22:39
wonkotomreyn: looks like pts might kinda be a big deal and doesn't get picked up by doing a bind mount of /dev. FYI.22:44
wonkomaybe, we'll see. I've added bind mounts for /run/lvm and /dev/pts we'll see if that helps22:44
wonkoWell, hanging at: Setting up grub-efi-amd64 (2.04-1ubuntu6) ...22:48
wonkoI'll let it go and see what happens22:48
tomreynwonko: right, that's why i pointed out pts. bind mounts always work on one file system, unless you -rbind23:12
tomreyngrub-efi-amd64 now, that's not grub-pc as last night, now i just dont know which one installs first. 23:14
wonkoI might want to stop that and try the dpkg --configure again23:15
tomreynto make grub-efi-amd64 installable, you'll need access to efivars, the other file system i pointed out23:15
wonkoIs that a separate mount from /sys?23:17
tomreynyes, just like /dev/pts is separate from /dev23:17
wonkoI may want to remount those with -r23:18
wonkoTo pick up everything23:18
tomreyni haven't tried it with -rbind, yet23:18
wonkoThen I'll just add efivars and not get crazy. 😁23:19

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