Re: [lfs-support] Unable to login SOLVED

2013-10-05 Thread hans kaper
Op Fri, 04 Oct 2013 23:13:20 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: Then: strace -olog.txt login I looked at a trace for my system. Do you have /etc/group? These are my opens, disregarding library and files not found: open(/etc/login.defs, O_RDONLY) = 3

Re: [lfs-support] Unable to login SOLVED

2013-10-05 Thread Bruce Dubbs
hans kaper wrote: Op Fri, 04 Oct 2013 23:13:20 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: Then: strace -olog.txt login I looked at a trace for my system. Do you have /etc/group? These are my opens, disregarding library and files not found: open(/etc/login.defs, O_RDONLY)

Re: [lfs-support] Unable to login

2013-10-04 Thread hans kaper
Op Thu, 03 Oct 2013 23:04:51 +0200 schreef William Harrington kb0...@berzerkula.org: On Oct 3, 2013, at 3:24 PM, hans kaper wrote: I added a line and an error occurred. So login.defs was read. Now find the line that is causing the invalid argument chroot and run login and see what

Re: [lfs-support] Unable to login

2013-10-04 Thread Bruce Dubbs
hans kaper wrote: Op Thu, 03 Oct 2013 23:04:51 +0200 schreef William Harrington kb0...@berzerkula.org: On Oct 3, 2013, at 3:24 PM, hans kaper wrote: I added a line and an error occurred. So login.defs was read. Now find the line that is causing the invalid argument chroot and run login

Re: [lfs-support] Unable to login

2013-10-04 Thread hans kaper
Op Fri, 04 Oct 2013 17:13:50 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: Op Thu, 03 Oct 2013 23:04:51 +0200 schreef William Harrington kb0...@berzerkula.org: On Oct 3, 2013, at 3:24 PM, hans kaper wrote: Also, install strace and run login and see what happens.

Re: [lfs-support] Unable to login

2013-10-04 Thread Bruce Dubbs
hans kaper wrote: Op Fri, 04 Oct 2013 17:13:50 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: Op Thu, 03 Oct 2013 23:04:51 +0200 schreef William Harrington kb0...@berzerkula.org: On Oct 3, 2013, at 3:24 PM, hans kaper wrote: Also, install strace and run login and

[lfs-support] Unable to login

2013-10-03 Thread hans kaper
I build LFS 7.4 from the book. It boots all-right but I cannot login: login: root password: xx crypt: Invalid argument Trying another user fails too. I double checked inittab and the shadow-build, but found no faults. The same goes for the kernel-config file. What can be the reason of the

Re: [lfs-support] Unable to login

2013-10-03 Thread Bruce Dubbs
hans kaper wrote: I build LFS 7.4 from the book. It boots all-right but I cannot login: login: root password: xx crypt: Invalid argument Trying another user fails too. I double checked inittab and the shadow-build, but found no faults. The same goes for the kernel-config file. What

Re: [lfs-support] Unable to login

2013-10-03 Thread hans kaper
Op Thu, 03 Oct 2013 22:05:25 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: I build LFS 7.4 from the book. It boots all-right but I cannot login: login: root password: xx crypt: Invalid argument Trying another user fails too. I double checked inittab and the

Re: [lfs-support] Unable to login

2013-10-03 Thread William Harrington
On Oct 3, 2013, at 3:01 PM, hans kaper wrote: login: root password: xx crypt: Invalid argument Not using pam? Also, double check your login.defs in /etc Sincerely, WIlliam Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: [lfs-support] Unable to login

2013-10-03 Thread Bruce Dubbs
hans kaper wrote: Op Thu, 03 Oct 2013 22:05:25 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: I build LFS 7.4 from the book. It boots all-right but I cannot login: login: root password: xx crypt: Invalid argument Trying another user fails too. I double checked

Re: [lfs-support] Unable to login

2013-10-03 Thread hans kaper
Op Thu, 03 Oct 2013 22:13:02 +0200 schreef William Harrington kb0...@berzerkula.org: On Oct 3, 2013, at 3:01 PM, hans kaper wrote: login: root password: xx crypt: Invalid argument Not using pam? LFS book 7.4, page 124:... They also require Linux-PAM which is not available in LFS.

Re: [lfs-support] Unable to login

2013-10-03 Thread hans kaper
Op Thu, 03 Oct 2013 22:20:51 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: Op Thu, 03 Oct 2013 22:05:25 +0200 schreef Bruce Dubbs bruce.du...@gmail.com: hans kaper wrote: I build LFS 7.4 from the book. It boots all-right but I cannot login: login: root password:

Re: [lfs-support] Unable to login

2013-10-03 Thread William Harrington
On Oct 3, 2013, at 3:24 PM, hans kaper wrote: I added a line and an error occurred. So login.defs was read. Now find the line that is causing the invalid argument chroot and run login and see what happens. Also, install strace and run login and see what happens. Sincerely, William