Fedora 14: Shutdown problem

JB jb.1234abcd at gmail.com
Sun Jan 30 14:11:28 UTC 2011


JB <jb.1234abcd <at> gmail.com> writes:

> 
> # ################################################################
> # debugging snapshot statements
> # ----------------------------------------------------------------
> date >> /halt.debug
> cat /etc/mtab >> /halt.debug
> cat /proc/mounts >> /halt.debug
> # ################################################################
> 

I think correction is needed as /proc is not available any more because it
was unmounted immediatelly prior to our debugging statements.
So, remove that:
cat /proc/mounts >> /halt.debug

JB




More information about the users mailing list