Kent Busbee wrote:
> Just wanted to share some of my upgrading experience tips.  Nothing like
> learning the hard way.

<snip>

> However, since I had errors in an install and wanted to start over by
> using a NEW sandbox - blow the old one away. (I found that I had to use a
> new sandbox to get the RPM issue finally fixed.) I had issues geting the
> sandbox to umount.
> 
> fuser is your friend.  This command can be used to find out which
> processes are running on the mount to keep it from unmounting.  The
> command can even be used to kill such processes - Great (DANGER WILL
> ROBINSON - you might not want to kill your own prompt if you are in that
> directory.)
> 
> fuser -u /mnt/qtp-sandbox/
> 
> lists the process ids and users which are using that mount.
> 
> fuser -k /mnt/qtp-sandbox/

This has been added to the qtp-umount-sandbox script (which qtp-newmodel
uses to umount the sandbox). It should no longer fail to umount the sandbox.

> kills the processes that are using that mount - nice, now I can umount or
> just run qtp-newmodel again.

Or run qtp-umount-sandbox. ;)

Thanks for the tip(s), Kent. I hope at some point that we can fix the other
items you noted as well.

<snip>

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to