On Fri, 2004-03-12 at 07:04, Brian Fisher wrote: > # ls -al /dev/ttyp* > crw--w---- 1 user1 tty 3, 0 Mar 12 09:30 /dev/ttyp0 > crw--w---- 1 user1 tty 3, 1 Mar 12 11:29 /dev/ttyp1 > crw--w---- 1 user1 tty 3, 2 Mar 12 11:16 /dev/ttyp2 > crw--w---- 1 root tty 3, 3 Mar 12 11:44 /dev/ttyp3 > crw-rw-rw- 1 root root 3, 4 Mar 11 19:56 /dev/ttyp4 > crw-rw-rw- 1 root root 3, 5 Mar 11 18:41 /dev/ttyp5 > crw-rw-rw- 1 root root 3, 6 Mar 11 13:17 /dev/ttyp6 > crw-rw-rw- 1 root root 3, 7 Mar 12 00:58 /dev/ttyp7 > crw-rw-rw- 1 root root 3, 8 Mar 9 18:46 /dev/ttyp8 > crw-rw-rw- 1 root root 3, 9 Mar 9 19:30 /dev/ttyp9 > > Would adding ttypa , b, c, etc to /dev solve this ? That would be sensible. Copy these files from another Linux installation, or use "mknod". Here's what I see on a Debian box:
[EMAIL PROTECTED]:~$ ls -al /dev/ttyp* crw-rw-rw- 1 root tty 3, 0 Feb 4 11:31 /dev/ttyp0 crw-rw-rw- 1 root tty 3, 1 Apr 17 2003 /dev/ttyp1 crw-rw-rw- 1 root tty 3, 2 Apr 18 2003 /dev/ttyp2 crw-rw-rw- 1 root tty 3, 3 Apr 18 2003 /dev/ttyp3 crw-rw-rw- 1 root tty 3, 4 Apr 17 2003 /dev/ttyp4 crw-rw-rw- 1 root tty 3, 5 Nov 5 22:30 /dev/ttyp5 crw-rw-rw- 1 root tty 3, 6 Nov 2 01:51 /dev/ttyp6 crw-rw-rw- 1 root tty 3, 7 Mar 14 2002 /dev/ttyp7 crw-rw-rw- 1 root tty 3, 8 Mar 14 2002 /dev/ttyp8 crw-rw-rw- 1 root tty 3, 9 Mar 14 2002 /dev/ttyp9 crw-rw-rw- 1 root tty 3, 10 Mar 14 2002 /dev/ttypa crw-rw-rw- 1 root tty 3, 11 Mar 14 2002 /dev/ttypb crw-rw-rw- 1 root tty 3, 12 Mar 14 2002 /dev/ttypc crw-rw-rw- 1 root tty 3, 13 Mar 14 2002 /dev/ttypd crw-rw-rw- 1 root tty 3, 14 Mar 14 2002 /dev/ttype crw-rw-rw- 1 root tty 3, 15 Mar 14 2002 /dev/ttypf -Richard > > > >Message: 10 > >Subject: Re: [leaf-user] tinylogin > >From: Richard Doyle <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Date: Thu, 11 Mar 2004 13:32:47 -0800 > > > >On Thu, 2004-03-11 at 09:21, Brian Fisher wrote: > > > Hi all, > > > > > > I realize this question is beyond the scope of what LEAF is designed > >for > > > and is a major security risk but any help would be greatly > >appreciated..... > > > > > > I login into my bering firewall via ssh and use ping, dig traceroute > >etc. I > > > also give access to my colleagues to use these tools. The maximum number > >of > > > logins is 10 Is there any way to increase this limit ? I'm not sure if > >this > > > is a limitation of tinylogin or not.. > > > > > > __________________________________________________________ > > > w > > > 1:56pm up 25 days, 15:49, load average: 0.00, 0.00, 0.00 > > > USER TTY PID TIMEON FROM > > > user1 ttyp0 10072 315 ip.ad.dr.ess > > > user2 ttyp1 3819 243 ip.ad.dr.ess > > > user3 ttyp2 504 2559 ip.ad.dr.ess > > > user4 ttyp3 25546 183 ip.ad.dr.ess > > > root ttyp4 13730 1600 ip.ad.dr.ess > > > user5 ttyp5 24491 181 ip.ad.dr.ess > > > user6 ttyp6 18411 154 ip.ad.dr.ess > > > user7 ttyp7 2386 10 ip.ad.dr.ess > > > user8 ttyp8 4620 785 ip.ad.dr.ess > > > user9 ttyp9 9586 1235 ip.ad.dr.ess > > > > > > The 11th user can login but the screen is totaly garbled and cannot do > > > anything > >What does ls -al /dev/ttyp* tell you? > > > > > > > ______________________________________________________________ > > > > > > I understand if no one wants to touch this :) > > > > > > Thanks in advance > > > Brian > > > > > > _________________________________________________________________ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
