Persistent device names under Ubuntu Lucid LTS Server

Joseph Salisbury joseph.salisbury at canonical.com
Fri Jan 14 20:08:22 UTC 2011


On 01/14/2011 01:38 PM, carlopmart wrote:
> On 01/14/2011 06:25 PM, Joseph Salisbury wrote:
>>> --report /etc/cron.hourly)
>>> Jan 13 18:45:03 lorinand kernel: Kernel logging (proc) stopped.
>>>
>>>
>>>   sdb is th iscsi disk.
>>>
>>>   When I launch "shutdown -h now" command last message is:
>>>
>>>   connection1:0: ping timeout of 5 secs expired, recv timeout 5, last rx
>>> 34538, last ping 35788, now 37038
>>>
>>>   ... and server never stops. It is installed under an ESXi 4.1 host.
>>>
>>> Many thanks.
>>
>> Can you do a tail -f /var/log/syslog, then issue the shutdown and send
>> the messages added to syslog after you started the tail?
>>
> 
> Yes, here it is:
> 
> Jan 14 19:33:19 lorinand ntpd[1066]: ntpd 4.2.4p8 at 1.1612-o Fri Apr  9
> 00:28:40 UTC 2010 (1)
> Jan 14 19:33:19 lorinand ntpd[1067]: precision = 1.000 usec
> Jan 14 19:33:19 lorinand ntpd[1067]: ntp_io: estimated max descriptors:
> 1024, initial socket boundary: 16
> Jan 14 19:33:19 lorinand ntpd[1067]: Listening on interface #0 wildcard,
> 0.0.0.0#123 Disabled
> Jan 14 19:33:19 lorinand ntpd[1067]: Listening on interface #1 wildcard,
> ::#123 Disabled
> Jan 14 19:33:19 lorinand ntpd[1067]: Listening on interface #2 lo,
> 127.0.0.1#123 Enabled
> Jan 14 19:33:19 lorinand ntpd[1067]: Listening on interface #3 eth0,
> 172.25.70.20#123 Enabled
> Jan 14 19:33:19 lorinand ntpd[1067]: Listening on interface #4 eth1,
> 172.25.100.7#123 Enabled
> Jan 14 19:33:19 lorinand ntpd[1067]: kernel time sync status 2040
> Jan 14 19:33:19 lorinand ntpd[1067]: frequency initialized -101.944 PPM
> from /var/lib/ntp/ntp.drift
> 
>  .. but it isn't saying nothing ...
> 

Can you stop open-iscsi?  Try running:
sudo /etc/init.d/open-iscsi stop
or
sudo service open-iscsi stop

You could also force a poweroff with:
sudo poweroff -f

Also, how did you install open-iscsi?  Did you get it from the Ubuntu
repositories, or install from source?  What version or open-iscsi are
you running?  You can get that information by running:
dpkg -l | grep iscsi

FYI, there is also an open-iscsi mailing list at:
http://groups.google.com/group/open-iscsi/

Thanks,

Joe




More information about the ubuntu-server mailing list