[relug] Re: problema di mount durante il boot

  • From: Matteo Bigoi - Bigo! <sbigol@xxxxxxxxx>
  • To: relug@xxxxxxxxxxxxx
  • Date: Fri, 24 Jun 2005 09:21:27 +0200

> > anche a me lo fa, sospetto che sia la riga 56, 60 e 63 di /etc/init.d/
> > bootclean.sh
> 
> bingo!!
> 
> Io l'ho modificato così e non da più errori
> 
>        ( if cd /tmp && [ "`find .  -maxdepth 0 -perm -002`" = "." ]
>           then
>                 # First remove all old files.
>                 find . -depth -xdev $TEXPR $EXCEPT \
>                                 ! -type d -print0 | xargs -0r rm -f
>                 # And then all empty directories.
>                 find . -depth -xdev $DEXPR $EXCEPT \
>                                 -type d -empty -exec rmdir \{\} \;
>                 rm -f .X*-lock
>           fi
>         )
> 
> ciao
>       Berto

Modificato il tutto con la suddetta "patch", funziona egregiamente...
Profondi e sentiti ringraziamenti al sommo presidente! ;-)

Ciao

                Bigo!

-- 
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'

------------------------------------------------------
         Registered Linux User # 365044
            http://dust.homelinux.org
    Please don't send me any Micro$oft attachments!
------------------------------------------------------
                    

Other related posts: