I tried clearing the tmp directory - it was the find command that was taking
a long time I think, not the deletes.


Ramon Casha


2009/8/22 Soltész András <soltesz.and...@gmail.com>

> If I comment-out the "rm -f .X*-lock" line, then the script will stop on
> this statement for a long time:
>
>        find . -depth -xdev $TEXPR $EXCEPT ! -type d \
>                -print0 | xargs -0r rm -f -- \
>                || { report_err ; return 1 ; }
>
> This also contains an "rm" command so it is possible that the first "rm"
> command on the /tmp filesystem takes a very long time.
>
> --
> "Activating swapfile swap" takes a very long time during boot
> https://bugs.launchpad.net/bugs/369291
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
"Activating swapfile swap" takes a very long time during boot
https://bugs.launchpad.net/bugs/369291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to