/srv/irclogs.ubuntu.com/2016/04/06/#ubuntu-s390x.txt

jfhmorning!06:39
hbruecknerxnox, hi... I have an update regarding problem of loading dasd or zfcp (s390-zfcp, s390-dasd modules)16:23
xnoxhbrueckner, i am testing a local fix.16:23
xnox=)16:23
xnoxhbrueckner, 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:23
xnoxthen 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-config16:24
hbruecknerright... the point here is that it depmod -a behaves differently between ubuntu and debian16:24
xnoxmy plan is to add $ modprobe dasd_mod/zfcp after the depmod in s390-dasd/zfcp postinst16:24
hbruecknerdepmod -a triggers device modprobing and causes the module to be loaded Debian16:24
hbruecknerthe better approach would be to simply call: update-dev16:25
xnoxbut before the respective dasd-config/zfcp-config binaries are called.16:25
xnoxhow come depmod is different in ubuntu though?!16:25
hbruecknersorry for pasting the diff her16:25
hbrueckner--- a/debian/postinst16:25
hbrueckner+++ b/debian/postinst16:25
hbrueckner@@ -9,6 +9,11 @@ set -e16:25
hbrueckner test -x /sbin/depmod && depmod -a > /dev/null 2>&1 || true16:25
hbrueckner 16:25
hbrueckner #16:25
hbrueckner+# Trigger FCP discovery16:25
hbrueckner+#16:25
hbrueckner+update-dev16:25
hbrueckner+16:25
hbrueckner+#16:25
hbrueckner # Start the FCP configuration utility16:25
hbrueckner #16:25
hbrueckner exec zfcp-config16:25
xnoxhttp://paste.ubuntu.com/ is a thing you know =) also you can do16:26
xnox$ git diff | pastebinit16:26
xnoxand on ubuntu that pipes and publishes things on the paste.ubuntu.com =)16:26
hbrueckner.... if my systems would have access to the external network ;-)16:26
xnoxhahaha16:26
xnoxok16:26
xnoxi have no idea what update-dev is though =)16:26
xnoxstill worried that ubuntu's depmod -a is somehow bad.16:26
hbruecknerit is part of the debian-installer-utils to and a wrapper around udevadm --trigger and --settle16:27
hbruecknerupdate-dev actually is the --trigger16:27
hbrueckneryep .... I thinkt that depmod  is part of busybox... perhaps a slightly different busybox version or config16:28
hbruecknerxnox, I have to leave now... Thorsten might add some info to the LaunchPad these minutes16:30
xnoxack16:30

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