public inbox for gentoo-user-es@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-es] problema borrando ficheros
@ 2007-01-09 22:43 Lluís
  2007-01-10  5:38 ` Bruno Espinoza
  2007-01-10  8:48 ` Javier Barrio
  0 siblings, 2 replies; 9+ messages in thread
From: Lluís @ 2007-01-09 22:43 UTC (permalink / raw
  To: gentoo-user-es

hola, estoy haciendo limpieza a mi disco duro y he encontrado unos
ficheros que no puedo borrar, ni hacer chmod 777 ni chown root:root
.....

los ficheros son:

mig phpgroupware # ls -l | more
total 732
drwxrwxr-x  2 1002   103      0 Aug 31 13:17 CVS
-rw-rwxr--  1 1002   103    863 Jan 28  2004 README.NOW-IMPORTANT
-rw-rwxr--  1 1002 users   4420 Jan  3  2005 about.php
drwxrwxr-x  8 1002   103      0 Aug 31 13:17 addressbook
drwxrwxr-x  8 1002   103      0 Aug 31 13:17 admin
-rw-rwxr--  1 1002 users   1650 Jun  3  2005 anon_wrapper.php
drwxrwxr-x  7 1002   103      0 Aug 31 13:17 bookmarks
drwxrwxr-x  9 1002   103      0 Aug 31 13:17 calendar
drwxrwxr-x  6 1002   103      0 Aug 31 13:17 chat
..............

como veis la mayoria no tiene ni usuario ni grupo, los errores son:

mig phpgroupware # rm -fR *
rm: cannot remove `CVS/Tag': Permission denied
......

mig phpgroupware # chown root:root -vR *
chown: changing ownership of `CVS/Tag': Permission denied
failed to change ownership of `CVS/Tag' to root:root
.......

mig phpgroupware # chmod 777 -vR *
chmod: changing permissions of `CVS': Permission denied
failed to change mode of `CVS' to 0777 (rwxrwxrwx)
.....


Seguramente quedaron de alguna reinstalación que hize, pero no se como
borrarlos ahora; alguna idea?

-- 
*Hi han dues paraules que t'obriran totes les portes del món: "estira"
i "empeny".
*Quan fa 6x9? 42!!! (funciona en base 13)
*PowerBall: 11.286 rpm !!!!
*Abans d'imprimir aquest missatge, pensa en el medi ambient.

-- 
gentoo-user-es@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-09 22:43 [gentoo-user-es] problema borrando ficheros Lluís
@ 2007-01-10  5:38 ` Bruno Espinoza
  2007-01-10  6:09   ` German Piqué
  2007-01-10  8:48 ` Javier Barrio
  1 sibling, 1 reply; 9+ messages in thread
From: Bruno Espinoza @ 2007-01-10  5:38 UTC (permalink / raw
  To: gentoo-user-es

[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]

Se que es algo estúpido decir esto, pero ¿Haz probado borrarlos como usuario
root?. Si esto no funciona, podrías hacerte de un LiveCD como Knoppix (
www.knoppix.org) y borrar desde ahí como root. El LiveCD de Gentoo también
sirve.

2007/1/9, Lluís <enboig@gmail.com>:
>
> hola, estoy haciendo limpieza a mi disco duro y he encontrado unos
> ficheros que no puedo borrar, ni hacer chmod 777 ni chown root:root
> .....
>
> los ficheros son:
>
> mig phpgroupware # ls -l | more
> total 732
> drwxrwxr-x  2 1002   103      0 Aug 31 13:17 CVS
> -rw-rwxr--  1 1002   103    863 Jan 28  2004 README.NOW-IMPORTANT
> -rw-rwxr--  1 1002 users   4420 Jan  3  2005 about.php
> drwxrwxr-x  8 1002   103      0 Aug 31 13:17 addressbook
> drwxrwxr-x  8 1002   103      0 Aug 31 13:17 admin
> -rw-rwxr--  1 1002 users   1650 Jun  3  2005 anon_wrapper.php
> drwxrwxr-x  7 1002   103      0 Aug 31 13:17 bookmarks
> drwxrwxr-x  9 1002   103      0 Aug 31 13:17 calendar
> drwxrwxr-x  6 1002   103      0 Aug 31 13:17 chat
> ..............
>
> como veis la mayoria no tiene ni usuario ni grupo, los errores son:
>
> mig phpgroupware # rm -fR *
> rm: cannot remove `CVS/Tag': Permission denied
> ......
>
> mig phpgroupware # chown root:root -vR *
> chown: changing ownership of `CVS/Tag': Permission denied
> failed to change ownership of `CVS/Tag' to root:root
> .......
>
> mig phpgroupware # chmod 777 -vR *
> chmod: changing permissions of `CVS': Permission denied
> failed to change mode of `CVS' to 0777 (rwxrwxrwx)
> .....
>
>
> Seguramente quedaron de alguna reinstalación que hize, pero no se como
> borrarlos ahora; alguna idea?
>
> --
> *Hi han dues paraules que t'obriran totes les portes del món: "estira"
> i "empeny".
> *Quan fa 6x9? 42!!! (funciona en base 13)
> *PowerBall: 11.286 rpm !!!!
> *Abans d'imprimir aquest missatge, pensa en el medi ambient.
>
> --
> gentoo-user-es@gentoo.org mailing list
>
>


-- 
BrunoProg64

[-- Attachment #2: Type: text/html, Size: 2812 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10  5:38 ` Bruno Espinoza
@ 2007-01-10  6:09   ` German Piqué
  2007-01-10  6:37     ` Ricardo Lanziano
  0 siblings, 1 reply; 9+ messages in thread
From: German Piqué @ 2007-01-10  6:09 UTC (permalink / raw
  To: gentoo-user-es

[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]

voto por el livecd...

2007/1/10, Bruno Espinoza <bruno32@gmail.com>:
>
> Se que es algo estúpido decir esto, pero ¿Haz probado borrarlos como
> usuario root?. Si esto no funciona, podrías hacerte de un LiveCD como
> Knoppix (www.knoppix.org) y borrar desde ahí como root. El LiveCD de
> Gentoo también sirve.
>
> 2007/1/9, Lluís <enboig@gmail.com>:
> >
> > hola, estoy haciendo limpieza a mi disco duro y he encontrado unos
> > ficheros que no puedo borrar, ni hacer chmod 777 ni chown root:root
> > .....
> >
> > los ficheros son:
> >
> > mig phpgroupware # ls -l | more
> > total 732
> > drwxrwxr-x  2 1002   103      0 Aug 31 13:17 CVS
> > -rw-rwxr--  1 1002   103    863 Jan 28  2004 README.NOW-IMPORTANT
> > -rw-rwxr--  1 1002 users   4420 Jan  3  2005 about.php
> > drwxrwxr-x  8 1002   103      0 Aug 31 13:17 addressbook
> > drwxrwxr-x  8 1002   103      0 Aug 31 13:17 admin
> > -rw-rwxr--  1 1002 users   1650 Jun  3  2005 anon_wrapper.php
> > drwxrwxr-x  7 1002   103      0 Aug 31 13:17 bookmarks
> > drwxrwxr-x  9 1002   103      0 Aug 31 13:17 calendar
> > drwxrwxr-x  6 1002   103      0 Aug 31 13:17 chat
> > ..............
> >
> > como veis la mayoria no tiene ni usuario ni grupo, los errores son:
> >
> > mig phpgroupware # rm -fR *
> > rm: cannot remove `CVS/Tag': Permission denied
> > ......
> >
> > mig phpgroupware # chown root:root -vR *
> > chown: changing ownership of `CVS/Tag': Permission denied
> > failed to change ownership of `CVS/Tag' to root:root
> > .......
> >
> > mig phpgroupware # chmod 777 -vR *
> > chmod: changing permissions of `CVS': Permission denied
> > failed to change mode of `CVS' to 0777 (rwxrwxrwx)
> > .....
> >
> >
> > Seguramente quedaron de alguna reinstalación que hize, pero no se como
> > borrarlos ahora; alguna idea?
> >
> > --
> > *Hi han dues paraules que t'obriran totes les portes del món: "estira"
> > i "empeny".
> > *Quan fa 6x9? 42!!! (funciona en base 13)
> > *PowerBall: 11.286 rpm !!!!
> > *Abans d'imprimir aquest missatge, pensa en el medi ambient.
> >
> > --
> > gentoo-user-es@gentoo.org mailing list
> >
> >
>
>
> --
> BrunoProg64

[-- Attachment #2: Type: text/html, Size: 3437 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10  6:09   ` German Piqué
@ 2007-01-10  6:37     ` Ricardo Lanziano
  2007-01-10  8:38       ` Lluís
  0 siblings, 1 reply; 9+ messages in thread
From: Ricardo Lanziano @ 2007-01-10  6:37 UTC (permalink / raw
  To: gentoo-user-es

* German Piqué <extremdur2@gmail.com> [2007-01-10 07:09:13 +0100]:

> voto por el livecd...

++

Ademas, al parecer (email original) el ya intento borrarlos como root...


-- 
                                                                            .vir.
Ricardo Lanziano                                                         .d$$$$$$b.
1DB1 3F01 E0E5 CB77 A4AC  46C2 9C9A 789B 1431 E275                       $$$$( )$$$b
UNIX is user friendly, it's just picky about who its friends are         Q$$$$$$$$$$B
                                                                           "$$$$$$$P
                                                                          d$$$$$$P"
                                                                         $$$$$$$P
                                                                         `Q$$P"
-- 
gentoo-user-es@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10  6:37     ` Ricardo Lanziano
@ 2007-01-10  8:38       ` Lluís
  2007-01-10  8:47         ` German Piqué
  0 siblings, 1 reply; 9+ messages in thread
From: Lluís @ 2007-01-10  8:38 UTC (permalink / raw
  To: gentoo-user-es

provaré con una liveCD cuando vuelva a casa; será la misma gentoo installCD.
Ya contaré si funcionó o no; pero la verdad es que me gustaria saber
porque como usuario root no puedo borrar estos ficheros; i no es
porque se esten usando (estan en /home/usuario/portatil/.... por lo
que deben ser una copia de seguridad de mi portátil al sobremesa).

muchas gracias

On 1/10/07, Ricardo Lanziano <ricardo.lanziano@gmail.com> wrote:
> * German Piqué <extremdur2@gmail.com> [2007-01-10 07:09:13 +0100]:
>
> > voto por el livecd...
>
> ++
>
> Ademas, al parecer (email original) el ya intento borrarlos como root...
>
>
> --
>                                                                             .vir.
> Ricardo Lanziano                                                         .d$$$$$$b.
> 1DB1 3F01 E0E5 CB77 A4AC  46C2 9C9A 789B 1431 E275                       $$$$( )$$$b
> UNIX is user friendly, it's just picky about who its friends are         Q$$$$$$$$$$B
>                                                                            "$$$$$$$P
>                                                                           d$$$$$$P"
>                                                                          $$$$$$$P
>                                                                          `Q$$P"
> --
> gentoo-user-es@gentoo.org mailing list
>
>


-- 
*Hi han dues paraules que t'obriran totes les portes del món: "estira"
i "empeny".
*Quan fa 6x9? 42!!! (funciona en base 13)
*PowerBall: 11.286 rpm !!!!
*Abans d'imprimir aquest missatge, pensa en el medi ambient.

-- 
gentoo-user-es@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10  8:38       ` Lluís
@ 2007-01-10  8:47         ` German Piqué
  2007-01-10 13:08           ` d2clon
  0 siblings, 1 reply; 9+ messages in thread
From: German Piqué @ 2007-01-10  8:47 UTC (permalink / raw
  To: gentoo-user-es

[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]

Tal vez haya algún problema con el sistema de ficheros.

Si sigues sin poder borrar, prueba a hacerle un scan a la particiónen busca
de errores...

2007/1/10, Lluís <enboig@gmail.com>:
>
> provaré con una liveCD cuando vuelva a casa; será la misma gentoo
> installCD.
> Ya contaré si funcionó o no; pero la verdad es que me gustaria saber
> porque como usuario root no puedo borrar estos ficheros; i no es
> porque se esten usando (estan en /home/usuario/portatil/.... por lo
> que deben ser una copia de seguridad de mi portátil al sobremesa).
>
> muchas gracias
>
> On 1/10/07, Ricardo Lanziano <ricardo.lanziano@gmail.com> wrote:
> > * German Piqué <extremdur2@gmail.com> [2007-01-10 07:09:13 +0100]:
> >
> > > voto por el livecd...
> >
> > ++
> >
> > Ademas, al parecer (email original) el ya intento borrarlos como root...
> >
> >
> > --
> >
> .vir.
> > Ricardo Lanziano
> .d$$$$$$b.
> > 1DB1 3F01 E0E5 CB77 A4AC  46C2 9C9A 789B 1431 E275
> $$$$( )$$$b
> > UNIX is user friendly, it's just picky about who its friends are
> Q$$$$$$$$$$B
>
> >                                                                            "$$$$$$$P
> >
> d$$$$$$P"
>
> >                                                                          $$$$$$$P
>
> >                                                                          `Q$$P"
> > --
> > gentoo-user-es@gentoo.org mailing list
> >
> >
>
>
> --
> *Hi han dues paraules que t'obriran totes les portes del món: "estira"
> i "empeny".
> *Quan fa 6x9? 42!!! (funciona en base 13)
> *PowerBall: 11.286 rpm !!!!
> *Abans d'imprimir aquest missatge, pensa en el medi ambient.
>
> --
> gentoo-user-es@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 4816 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-09 22:43 [gentoo-user-es] problema borrando ficheros Lluís
  2007-01-10  5:38 ` Bruno Espinoza
@ 2007-01-10  8:48 ` Javier Barrio
  1 sibling, 0 replies; 9+ messages in thread
From: Javier Barrio @ 2007-01-10  8:48 UTC (permalink / raw
  To: gentoo-user-es

El Tue, 9 Jan 2007 23:43:21 +0100
"Lluís" <enboig@gmail.com> escribió:

> hola, estoy haciendo limpieza a mi disco duro y he encontrado unos
> ficheros que no puedo borrar, ni hacer chmod 777 ni chown root:root
> .....
> 
> los ficheros son:
> 
> mig phpgroupware # ls -l | more
> total 732
> drwxrwxr-x  2 1002   103      0 Aug 31 13:17 CVS
> -rw-rwxr--  1 1002   103    863 Jan 28  2004 README.NOW-IMPORTANT
> -rw-rwxr--  1 1002 users   4420 Jan  3  2005 about.php
> drwxrwxr-x  8 1002   103      0 Aug 31 13:17 addressbook
> drwxrwxr-x  8 1002   103      0 Aug 31 13:17 admin
> -rw-rwxr--  1 1002 users   1650 Jun  3  2005 anon_wrapper.php
> drwxrwxr-x  7 1002   103      0 Aug 31 13:17 bookmarks
> drwxrwxr-x  9 1002   103      0 Aug 31 13:17 calendar
> drwxrwxr-x  6 1002   103      0 Aug 31 13:17 chat

> 
> Seguramente quedaron de alguna reinstalación que hize, pero no se como
> borrarlos ahora; alguna idea?
> 

¿Qué propietario y permisos tiene el directorio padre? ¿Están bajo
algún tipo de 'control' rollo sticky bit? Ya, ya sé que eres root, pero
por preguntar...

Otra cosa: te deja crear archivos dentro de ese directorio? 

# touch archivo

¿Te deja modificar algún archivo?

strace is your friend a ver dónde suelta el -ENOPERM.
-- 
echo "dpefsAgmv{p/psh" | perl -pe 's/(.)/chr(ord($1)-1)/ge'
GnuPG key ID 0x6D2FF8B5 @ pgp.rediris.es
http://www.fluzo.org/

-- 
gentoo-user-es@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10  8:47         ` German Piqué
@ 2007-01-10 13:08           ` d2clon
  2007-01-10 14:59             ` Javier Camuñas
  0 siblings, 1 reply; 9+ messages in thread
From: d2clon @ 2007-01-10 13:08 UTC (permalink / raw
  To: gentoo-user-es

German Piqué wrote:
> Tal vez haya algún problema con el sistema de ficheros.

Cierto.. podrías mirar primero a testear el sistema de ficheros.

Suerte
d2clon

-- 
http://www.flickr.com/photos/d2clon
http://enindia.blogspot.com
http://enamsterdam.blogspot.com

-- 
gentoo-user-es@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user-es] problema borrando ficheros
  2007-01-10 13:08           ` d2clon
@ 2007-01-10 14:59             ` Javier Camuñas
  0 siblings, 0 replies; 9+ messages in thread
From: Javier Camuñas @ 2007-01-10 14:59 UTC (permalink / raw
  To: gentoo-user-es

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

Tras intentar borrar los ficheros hazte un dmesg a ver si vas a tener el FS
corrupto.

2007/1/10, d2clon <d2clon@desarrolladores.org>:
>
> German Piqué wrote:
> > Tal vez haya algún problema con el sistema de ficheros.
>
> Cierto.. podrías mirar primero a testear el sistema de ficheros.
>
> Suerte
> d2clon
>
> --
> http://www.flickr.com/photos/d2clon
> http://enindia.blogspot.com
> http://enamsterdam.blogspot.com
>
> --
> gentoo-user-es@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 931 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-01-10 15:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 22:43 [gentoo-user-es] problema borrando ficheros Lluís
2007-01-10  5:38 ` Bruno Espinoza
2007-01-10  6:09   ` German Piqué
2007-01-10  6:37     ` Ricardo Lanziano
2007-01-10  8:38       ` Lluís
2007-01-10  8:47         ` German Piqué
2007-01-10 13:08           ` d2clon
2007-01-10 14:59             ` Javier Camuñas
2007-01-10  8:48 ` Javier Barrio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox