vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On my OSR506 box, the login banner shows like this on a telnet session: SCO OpenServer(TM) Release 5 (rgscodev) (ttyp1) login: whilst on a new install of OSR6+MP1, when I telnet in I'm presented with SCO OpenServer(TM) Release 6 (rgsco6) () login: Any ideas why the ttypx number is not shown in the brackets? -- Robin Grayson |
| |||
| In article <le8bg19fk8ppsopac0o12mv61vrcbmbko6@4ax.com> Robin Grayson <robin@digisoft.uk.com> writes: $Any ideas why the ttypx number is not shown in the brackets? Just a guess here, as I've never used OSR6. In 5.0.7, there are options to telnetd which give the administrator limited control over what information is in the welcome banner. The same is probably true in OSR6. Compare the telnetd lines in inetd.conf, and check the man pages for telnetd on the two systems, and hopefully you'll find an answer. -- Stephen M. Dunn <stephen@stevedunn.ca> >>>----------------> http://www.stevedunn.ca/ <----------------<<< ------------------------------------------------------------------ Say hi to my cat -- http://www.stevedunn.ca/photos/toby/ |
| |||
| "Robin Grayson" <robin@digisoft.uk.com> wrote in message news:le8bg19fk8ppsopac0o12mv61vrcbmbko6@4ax.com... > > On my OSR506 box, the login banner shows like this on a telnet > session: > > SCO OpenServer(TM) Release 5 (rgscodev) (ttyp1) login: > > > whilst on a new install of OSR6+MP1, when I telnet in I'm presented > with > > SCO OpenServer(TM) Release 6 (rgsco6) () login: > > Any ideas why the ttypx number is not shown in the brackets? It's a known bug that I assume will be fixed in a future maint. pack. Bob |
| |||
| Stephen M. Dunn wrote (on Fri, Aug 19, 2005 at 02:58:03PM +0000): > In article <le8bg19fk8ppsopac0o12mv61vrcbmbko6@4ax.com> Robin Grayson <robin@digisoft.uk.com> writes: > $Any ideas why the ttypx number is not shown in the brackets? > What's in /etc/issue, and /etc/default/issue? -- _________________________________________ Nachman Yaakov Ziskind, FSPA, LLM awacs@ziskind.us Attorney and Counselor-at-Law http://ziskind.us Economic Group Pension Services http://egps.com Actuaries and Employee Benefit Consultants |
| |||
| It's a Bug "Robin Grayson" <robin@digisoft.uk.com> wrote in message news:le8bg19fk8ppsopac0o12mv61vrcbmbko6@4ax.com... > > On my OSR506 box, the login banner shows like this on a telnet > session: > > SCO OpenServer(TM) Release 5 (rgscodev) (ttyp1) login: > > > whilst on a new install of OSR6+MP1, when I telnet in I'm presented > with > > SCO OpenServer(TM) Release 6 (rgsco6) () login: > > Any ideas why the ttypx number is not shown in the brackets? > -- > Robin Grayson |
| |||
| On 19 Aug 2005 13:04:46 -0400, Nachman Yaakov Ziskind <awacs@ziskind.us> wrote: | What's in /etc/issue, and /etc/default/issue? /etc/issue is blank, and /etc/default/issue contains the following entry (comment lines snipped) BANNER=SCO OpenServer(TM) Release %R (%h) (%t) -- Robin Grayson |
| |||
| On Fri, 19 Aug 2005 14:58:03 GMT, stephen@stevedunn.ca (Stephen M. Dunn) wrote: | Compare the telnetd lines in inetd.conf, | and check the man pages for telnetd on the two systems, and hopefully | you'll find an answer. on OSR506: # grep telnet /etc/inetd.conf telnet stream tcp nowait NOLUID /etc/telnetd telnetd # OSR600 + MP1 # grep telnet /etc/inetd.conf telnet stream tcp nowait NOLUID /etc/telnetd telnetd #telnet stream tcp nowait NOLUID /etc/tcpd telnetd # Looks from other posts that this problem is a bug ... guess MP2 will be hot on the tail of MP1 -- Robin Grayson |
| ||||
| On Fri, 19 Aug 2005 16:12:48 GMT, "Bob Bailin" <72027.3605@compuserve.com> wrote: | | "Robin Grayson" <robin@digisoft.uk.com> wrote in message | news:le8bg19fk8ppsopac0o12mv61vrcbmbko6@4ax.com... | > | > On my OSR506 box, the login banner shows like this on a telnet | > session: | > | > SCO OpenServer(TM) Release 5 (rgscodev) (ttyp1) login: | > | > | > whilst on a new install of OSR6+MP1, when I telnet in I'm presented | > with | > | > SCO OpenServer(TM) Release 6 (rgsco6) () login: | > | > Any ideas why the ttypx number is not shown in the brackets? | | It's a known bug that I assume will be fixed in a future maint. pack. | | Bob | Thanks Bob. -- Robin Grayson |