[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Error en el arranque



Hola,
tras un update (tengo Debian unstable aka Sid), me sale el siguiente
error:

find: warning: you have specified the -depth option after a non-option
argument !, but options are not positional (-depth affects tests
specified before it as well as those specified after it).  Please
specify options before other arguments.

Sale como 3 veces justo despu=E9s de montar los sistemas de ficheros, no
s=E9 si puede ser problema del fstab :-?=20
Pego mi fstab:

# <Sis. ficheros>       <Punto montaje> <Tipo>  <Opciones>
# <volcado>       <pasada>
/dev/hda3       /               xfs     defaults        0       0
/dev/hda2       none            swap    sw                      0
0
proc            /proc           proc    defaults                0
0
/dev/fd0        /floppy         auto    user,noauto             0
0
/dev/hdb        /cdrom          iso9660 ro,user,noauto          0
0
/dev/hda1       /boot   ext2    defaults                        0
2
/dev/hda4       /mnt/win        vfat    defaults,rw,user,noauto 0
0

Gracias de antemano.

Saludos...

Yo creo que no tiene nada que ver con fstab. De hecho, te lo dice
claramente: "find:", -depth es un parametro de find que indica si se procesa
primero el contenido de los directorios antes que los ficheros de ./ "creo,
me corrijan si me equivoco". Dices que te pasa cuando arranca, pues podría
ser por ejemplo un fallo en /etc/init.d/bootmisc.sh "Miscellaneous things to
be done during bootup". Este script contiene el siguiente find:

  find . -xdev \
  $TEXPR \
  ! -name . \
  ! \( -name lost+found -uid 0 \) \
  ! \( -name quota.user -uid 0 \) \
  ! \( -name quota.group -uid 0 \) \
  ! \( -name .journal -uid 0 \) \
    -depth -exec rm -rf -- {} \; )

De todos modos no es un error, es un warning, yo intentaría aislar el find,
dices que tienes 3 warnings, pues bien, un grep en /etc/init.d de find, coge
los que tengan -depth y pruebalos en algún directorio para ver si se repite
el warning. Cuando tengas el culpable, ya es cuestión de modificarlo un
poquito... para evitar el warning.

Suerte y saludos.


----------------------------------------------------------------------------
----------------------------------------------------------------------------
------------------------------------
La información contenida en este correo electrónico es privada y
confidencial. Cualquier uso, modificación, difusión y/o reproducción por
parte de cualquier persona distinta del destinatario está prohibida. Si Vd.
recibe este mensaje por error, por favor bórrelo y comuníquelo al remitente.
----------------------------------------------------------------------------
----------------------------------------------------------------------------
------------------------------------

This e-mail and any attachments are confidential and intended solely
for the addressee and may also be privileged or exempt from disclosure
under applicable law. If you are not the addressee, or have received
this e-mail in error, please notify the sender immediately, delete it
from your system and do not copy, disclose or otherwise act upon any
part of this e-mail or its attachments..

Internet communications are not guaranteed to be secure or virus-free.
The Barclays Group does not accept responsibility for any loss arising
from unauthorised access to, or interference with, any Internet
communications by any third party, or from the transmission of any
viruses. Replies to this e-mail may be monitored by the Barclays
Group for operational or business reasons..

Any opinion or other information in this e-mail or its attachments
that does not relate to the business of the Barclays Group is personal
to the sender and is not given or endorsed by the Barclays Group.

Barclays Bank PLC.Registered in England and Wales (registered no. 1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.

Barclays Bank PLC is authorised and regulated by the Financial Services Authority.



Reply to: