Hola. Es posible que alguien est� editando el /etc/passwd cuando intentas crear el usuario. Tambi�n es posible que haya quedado abierto por alg�n proceso que no ha podido acabar con normalidad. O, lo peor, que se haya corrompido. Podr�as hacer un ps ax | grep passwd a ver si est� entre los procesos del sistema.
Saludos. El jue, 10-10-2002 a las 01:28, Mauricio Tellez escribi�: > Que tal lista, al tratar de agregar un usuario al sistema (como root, > claro) me da el siguiente error: > > Adding user chazaro... > Adding new group chazaro (1003). > groupadd: unable to lock group file > adduser: `groupadd -g 1003 chazaro' returned error code 10. Aborting. > Cleaning up. > Removing group `chazaro'. > groupdel: group chazaro does not exist > > > o con useradd: > > useradd: unable to lock password file > > Alguien sabe a que se deba esto? Gracias por la ayuda. :) > > Mauricio T�llez Jim�nez > Facultad de Inform�tica UV > [EMAIL PROTECTED] > > Programming today is a race between software engineers > striving to build bigger and better idiot-proof programs > and the universe trying to produce bigger and better idiots. > So far, the universe is winning. > Richard Cook > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

