On 08/06/2012 05:30 PM, Lázaro Morales wrote: > Hello, > > After create a new user on the system: > > # useradd -m<newuser> > > I tried to delete it, but I get this error: > > # userdel<newuser> > [ 30.347494] userdel[1342]: segfault at 382d46 ip b7671e11 sp bff1648c > error in > libc-2.14.1.so[b762b000+190000] > Segmentation fault > > What could be causing this? Should I install the AccountsService package? > > Thanks, > Lázaro. >
AccountsService has nothing to do with it. But, I had some similar issue. Can you try LANG=C userdel <newuser> and see if it segfaults. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
