I've done this before on the previous version of LTSP (2.07). and tried it
on V3.0 and works perfectly

This is what I've done

/opt/ltsp/i386/etc/inittab

    #
    # initdefault should be set to '2'.  For control of
    # the runlevel for individual workstations, use the
    # RUNLEVEL option in the lts.conf file.
    #
    id:5:initdefault:
    si::sysinit:/bin/sh /etc/rc.local
    0:2:once:/bin/set_runlevel

    1:35:respawn:/bin/open -c 1 -w -- /bin/telnet_loop 192.168.28.35
    2:35:respawn:/bin/open -c 2 -w -- /bin/telnet_loop 192.168.28.35
    3:35:respawn:/bin/open -c 3 -w -- /bin/telnet_loop 192.168.28.35
    4:35:respawn:/bin/open -c 4 -w -- /bin/telnet_loop 192.168.28.35
    5:35:respawn:/bin/open -c 5 -w -- /bin/telnet_loop 192.168.28.35
    6:35:respawn:/bin/open -c 6 -w -- /bin/telnet_loop 192.168.28.35

    8:4:respawn:/bin/start_telnet
    9:5:respawn:/tmp/start_ws

    #
    # Start the printers
    #
    a:345:respawn:/bin/start_printer 0
    b:345:respawn:/bin/start_printer 1
    c:345:respawn:/bin/start_printer 2



at /opt/ltsp/i386/bin/telnet_loop file, comment out the line that says

        echo -n "${TTY}, Press <enter> to establish a connection to the
server..."
        read CMD

this is for the "Press <enter> to establish a connection to the server.."
information to not appear when telnet begins



Hope This Helps
Jon




----- Original Message -----
From: "Prakash Advani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "ltsp-discuss" <[EMAIL PROTECTED]>
Sent: Monday, May 06, 2002 2:32 PM
Subject: Re: [Ltsp-discuss] virtual terminal problems


> Jim,
>
> Thank you for your help.
>
> This only gives me 4 telnet sessions. What I also need is one  X session
> running,  similar to what one gets on the server.
>
> Regards
> Prakash
>
> [EMAIL PROTECTED] wrote:
> > Prakash,
> >
> > All you need is one line:
> >
> > 8:5:respawn:/bin/start_telnet
> >
> >
> > Then, in the lts.conf file,
> >
> >    TELNET_SESSIONS = 4
> >
> > That should give you 4 telnet sessions to the server.
> >
> > Jim McQuillan
> > [EMAIL PROTECTED]
> >
> >
> >
> > On Fri, 3 May 2002, Prakash Advani wrote:
> >
> >
>
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.openprojects.net


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to