Root login fails when using serial dialup modem
I'm trying to help someone configure their filesystems using remote
dialup but the root user login fails when I try to login after the modem answers and provides the login prompt. I have ttyS0 in the /etc/securetty file. RHEL 4 is the s/w version in question. It says invalid login when I attempt root login. The same login and p/w works from the system console. Does anyone have ideas what is causing the login to fail? Thanks, Bill _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Root login fails when using serial dialup modem
On Tue, 2007-11-27 at 23:11 -0500, Bill Jones wrote:
> I'm trying to help someone configure their filesystems using remote > dialup but the root user login fails when I try to login after the modem > answers and provides the login prompt. I have ttyS0 in the > /etc/securetty file. RHEL 4 is the s/w version in question. It says > invalid login when I attempt root login. The same login and p/w works > from the system console. Does anyone have ideas what is causing the > login to fail? The first things to check are /var/log/messages and /var/log/secure to see what's going on. Specifically, verify that the tty being presented to login is, indeed, /dev/ttyS0. Sometimes the name gets mogrified (e.g. shows up as /dev/modem or some such nonsense). You should also check to see if you have an /etc/usertty file. If you do, check the content and verify there aren't any extra access restrictions set up. ---------------------------------------------------------------------- - Rick Stevens, Principal Engineer rstevens@internap.com - - CDN Systems, Internap, Inc. http://www.internap.com - - - - Fear is finding a ".vbs" script in your Inbox - ---------------------------------------------------------------------- _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Root login fails when using serial dialup modem
Thanks for the reply Rick.
There wasn't a usertty file and securetty did indeed have /dev/ttyS0 as an entry. We got around the issue by creating a user and then su to root after successfully logging in via the modem. Again, thanks for taking time to reply. Bill -----Original Message----- From: redhat-install-list-bounces@redhat.com [mailto:redhat-install-list-bounces@redhat.com] On Behalf Of Rick Stevens Sent: Wednesday, November 28, 2007 1:59 PM To: Getting started with Red Hat Linux Subject: Re: Root login fails when using serial dialup modem On Tue, 2007-11-27 at 23:11 -0500, Bill Jones wrote: > I'm trying to help someone configure their filesystems using remote > dialup but the root user login fails when I try to login after the > modem answers and provides the login prompt. I have ttyS0 in the > /etc/securetty file. RHEL 4 is the s/w version in question. It says > invalid login when I attempt root login. The same login and p/w works > from the system console. Does anyone have ideas what is causing the > login to fail? The first things to check are /var/log/messages and /var/log/secure to see what's going on. Specifically, verify that the tty being presented to login is, indeed, /dev/ttyS0. Sometimes the name gets mogrified (e.g. shows up as /dev/modem or some such nonsense). You should also check to see if you have an /etc/usertty file. If you do, check the content and verify there aren't any extra access restrictions set up. ---------------------------------------------------------------------- - Rick Stevens, Principal Engineer rstevens@internap.com - - CDN Systems, Internap, Inc. http://www.internap.com - - - - Fear is finding a ".vbs" script in your Inbox - ---------------------------------------------------------------------- _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Root login fails when using serial dialup modem
On Thu, 2007-11-29 at 07:34 -0500, Bill Jones wrote:
> Thanks for the reply Rick. > > There wasn't a usertty file and securetty did indeed have /dev/ttyS0 as > an entry. We got around the issue by creating a user and then su to root > after successfully logging in via the modem. Ah, /etc/securetty should NOT have the "/dev/" bit in it...just "ttyS0". The "/dev/" bit is assumed. > Again, thanks for taking time to reply. No problem. > -----Original Message----- > From: redhat-install-list-bounces@redhat.com > [mailto:redhat-install-list-bounces@redhat.com] On Behalf Of Rick > Stevens > Sent: Wednesday, November 28, 2007 1:59 PM > To: Getting started with Red Hat Linux > Subject: Re: Root login fails when using serial dialup modem > > On Tue, 2007-11-27 at 23:11 -0500, Bill Jones wrote: > > I'm trying to help someone configure their filesystems using remote > > dialup but the root user login fails when I try to login after the > > modem answers and provides the login prompt. I have ttyS0 in the > > /etc/securetty file. RHEL 4 is the s/w version in question. It says > > invalid login when I attempt root login. The same login and p/w works > > from the system console. Does anyone have ideas what is causing the > > login to fail? > > The first things to check are /var/log/messages and /var/log/secure to > see what's going on. Specifically, verify that the tty being presented > to login is, indeed, /dev/ttyS0. Sometimes the name gets mogrified > (e.g. shows up as /dev/modem or some such nonsense). > > You should also check to see if you have an /etc/usertty file. If you > do, check the content and verify there aren't any extra access > restrictions set up. > > ---------------------------------------------------------------------- > - Rick Stevens, Principal Engineer rstevens@internap.com - > - CDN Systems, Internap, Inc. http://www.internap.com - > - - > - Fear is finding a ".vbs" script in your Inbox - > ---------------------------------------------------------------------- > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list@redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request@redhat.com > Subject: unsubscribe > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list@redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request@redhat.com > Subject: unsubscribe ---------------------------------------------------------------------- - Rick Stevens, Principal Engineer rstevens@internap.com - - CDN Systems, Internap, Inc. http://www.internap.com - - - - grasshopotomaus: A creature that can leap to tremendous heights... - - ...once. - ---------------------------------------------------------------------- _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
| All times are GMT. The time now is 03:27 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.