[10:42] stgraber: please upload packages for *both* ldm and ltsp to your ppa, so that I do a final clean ltsp-build-client test when I come back in about 3 hours from now. [10:42] For the reboot/shutdown problem, I think the cleanest thing to do at this point is to create an init-ltsp.d script which will mv /sbin/nbd-client /sbin/nbd-client.real, and create a new /sbin/nbd-client wrapper, [10:42] which will check if the parameters are "nbd-client -d /dev/nbd0", then "echo o > sysrq" etc, else chain to the real nbd-client [10:43] I think `runlevel` will tell us if we need to reboot or shutdown [10:46] I'll test + commit that when I get back in about 3 hours [14:26] alkisg: ldm? I'm not planning an ldm upload today, the one in the archive should be good (unless you recently pushed something to ldm-trunk that we absolutely need) [14:27] stgraber: I removed the -fp from all poweroff/reboots [14:27] So that clients shut down properly - although we still need an nbd-client override [14:27] alkisg: ok, is that all? if so, you should ask vagrant to push it to Debian when he has a moment and I'll sync it as bugfix [14:28] Yup... [14:29] I think the nbd-client override is a reasonable way to have clean shutdowns, until the nbd package is updated to handle it itself... [14:29] I'm not sure if I'll have the time to do it before featurefreeze today, but that's a bugfix too, isn't it? [14:30] I guess we can have it pass as bugfix yeah... [14:35] Meh I think I'll just write a new /etc/init.d/nbd-client service, that we'll use to override the current one, and then propose it to Wouter so that it eventually goes upstream [14:37] That /etc/nbd-client configuration file looks horrible