[06:39] morning! [16:23] xnox, hi... I have an update regarding problem of loading dasd or zfcp (s390-zfcp, s390-dasd modules) [16:23] hbrueckner, i am testing a local fix. [16:23] =) [16:23] hbrueckner, so my conclusion is that dasd/zfcp kernel modules are not loaded when dasd/zfcp steps run and hence they report "no bus/ nothing to activate" [16:24] then hw-detect/disk-detect runs, loads dasd/zfcp kernel modules and then bails as nothing is available and it does not re-run dasd/zfcp-config [16:24] right... the point here is that it depmod -a behaves differently between ubuntu and debian [16:24] my plan is to add $ modprobe dasd_mod/zfcp after the depmod in s390-dasd/zfcp postinst [16:24] depmod -a triggers device modprobing and causes the module to be loaded Debian [16:25] the better approach would be to simply call: update-dev [16:25] but before the respective dasd-config/zfcp-config binaries are called. [16:25] how come depmod is different in ubuntu though?! [16:25] sorry for pasting the diff her [16:25] --- a/debian/postinst [16:25] +++ b/debian/postinst [16:25] @@ -9,6 +9,11 @@ set -e [16:25] test -x /sbin/depmod && depmod -a > /dev/null 2>&1 || true [16:25] [16:25] # [16:25] +# Trigger FCP discovery [16:25] +# [16:25] +update-dev [16:25] + [16:25] +# [16:25] # Start the FCP configuration utility [16:25] # [16:25] exec zfcp-config [16:26] http://paste.ubuntu.com/ is a thing you know =) also you can do [16:26] $ git diff | pastebinit [16:26] and on ubuntu that pipes and publishes things on the paste.ubuntu.com =) [16:26] .... if my systems would have access to the external network ;-) [16:26] hahaha [16:26] ok [16:26] i have no idea what update-dev is though =) [16:26] still worried that ubuntu's depmod -a is somehow bad. [16:27] it is part of the debian-installer-utils to and a wrapper around udevadm --trigger and --settle [16:27] update-dev actually is the --trigger [16:28] yep .... I thinkt that depmod is part of busybox... perhaps a slightly different busybox version or config [16:30] xnox, I have to leave now... Thorsten might add some info to the LaunchPad these minutes [16:30] ack