First, Happy New Year!!! ;-)

I was not sure if you mean on a client or server so i tried on both ...

u...@client:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:        10.04
Codename:       lucid

u...@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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/683103

Title:
  Clients hang on server-reboot/shutdown ...

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to