edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #00500
[Bug 683103] Re: Clients hang on server-reboot/shutdown ...
First, Happy New Year!!! ;-)
I was not sure if you mean on a client or server so i tried on both ...
user@client:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
user@server:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Hope that helps you to find a solution?! Whats lsb for?
***
We currently have a workaround by running a script that checks /dev/nbd0
in loop ...
#!/bin/bash
while nbd-client -c /dev/nbd0 > /dev/null 2>&1
do
sleep 60
done
echo o > /proc/sysrq-trigger
... which gets launched on Runlevel 2. It usual works within max 2
minutes, just in a few cases it takes longer (i guess until TCP times
out). With /proc/sysrq-trigger the client is also WakeOnLan-capable.
--
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to ltsp in ubuntu.
https://bugs.launchpad.net/bugs/683103
Title:
Clients hang on server-reboot/shutdown ...
References