1 Jul 2002 14:45
Re: Ctrl-M in my system-auth file?
Nelson Sampaio Araujo Junior <nelson <at> lunenetworks.com.br>
2002-07-01 12:45:57 GMT
2002-07-01 12:45:57 GMT
I suggest without the '\r' in the sed line. $perl -p -e 's/^M//g' < file_with_ctrl-M > file_without_ctrlM Regards, []s Nelson Junior nelson <at> lunenetworks.com.br nelson <at> LUNE.com.br ----- Original Message ----- From: "KTSuresh" <kt <at> gwcmail.com> To: <pam-list <at> redhat.com> Sent: Friday, June 28, 2002 7:18 PM Subject: Re: Ctrl-M in my system-auth file? > > Most likely u tried some dos editors to edit and save the file. Try this > > $perl -p -e 's/^M/\r/g' < file_with_ctrl-M > file_without_ctrlM > > 6/28/2002 4:06:52 PM, Alan Womack <arwbackup <at> worldnet.att.net> wrote: > > >While continuing work on the ssh problem and putting my pam back together, > I ran into this one this morning. > > > >Jun 28 07:34:55 Webby login: PAM [dlerror: /lib/security/pam_nologin.so^M: > cannot open shared object file: No such file or directory](Continue reading)
RSS Feed