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


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to