-
jclulow
richlowe: Yeah I think it kind of has to do that unfortunately
-
tnorlin
I had hurry yesterday upgrade to r151046.. but I had issues with pkgsrc branded zones. Upgrade would not pass without detaching those zones and upon booting into upgraded global zone the pkgsrc won't attach (no errors though)
-
tnorlin
I feel rather confident though that I've managed to solve this maneuver before, but I can't remember the steps for success
-
tnorlin
duh, zoneadm -z <NGZ> -u did it (not that visible in the man page) :-)
-
richlowe
is there a reason other than history that some things (idnkit, nspr, nss) still have header packages, rather than the headers in the main package like normal?
-
hadfl
i think it's history
-
richlowe
it'd be good to clear up
-
richlowe
the variants on the headers should let people turn them on/off as they wish
-
richlowe
and it would deal with things where we tried (and failed) with pkg to have a given fmri either be a leaf, or not.
-
richlowe
so pkg:/library/idnkit and pkg:/library/idnkit/header-idnkit for eg is weird
-
richlowe
(it's possible we failed at that to such a degree nobody knows we tried...)
-
hadfl
yeah we tag headers etc already with the devel facet. so that should be good enough
-
hpqoeu
is there an equivalent of `journalctl -b -1`? my home server just seemingly randomly restarted and i want to know why or what happened
-
richlowe
not a direct one that I know, but we should log when we come back up to say what happened if we have crashed.
-
hpqoeu
i was hoping there would be something in dmesg but im not sure what i was expecting to find there
-
toasterson
hpqoeu: if setup there should be a stacktrace and a kernel dump Checkout /var/adm/messages
-
hpqoeu
thank you, i think i found the reason
-
hpqoeu
though i am surprised one of the disks being bad enough to hang i/o on a zpool would bring down the whole system
-
toasterson
It can happen when the disks triggers the data integrity deadman
-
hpqoeu
that makes sense, the log says "zfs:vdev_deadman"
-
toasterson
Yeah thats a very missbehaving disk
-
hpqoeu
yeah, i was already aware it's failing, was just hoping that zfs would fault it before it got really bad
-
hpqoeu
but might be time to replace it either way
-
toasterson
Hrd to say what will happen first. we usually replace once we know it's faulty
-
hpqoeu
yeah i already got checksum errors on it, but the array doesn't hold important data so i was just putting it off
-
hpqoeu
thank you for the help though, appreciated
-
richlowe
yeah, ideally the disk faults, but in circumstances where it can't, the deadman panicks to reboot and get things back in service (ideally, the disk wouldn't import, when it reboots, but disks are disks...)