I'm no expert but playing with the MOPTS in
/tftpboot/lts/2.4.26-ltsp-3/pxelinux.cfg/default
will modify the way the terminal's root filesystem is mounted

to modify the swap mount options, look here
/opt/ltsp/i386/etc/rc.sysinit

> Some terminal experience sudden freeze, I have already enabled NFS
> swapping, tried increase/decrease wsize/rsize, now nfs over tcp. But I
> still have the same problem.
udp worked fine for me and for most other people.
perhaps you've got some cable/connexion problem?

Chris.

On 3/22/06, Joey S. Eisma <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Would MOPTS recognize adding more options like timeo?
>
> Some terminal experience sudden freeze, I have already enabled NFS
> swapping, tried increase/decrease wsize/rsize, now nfs over tcp. But I
> still have the same problem.
>
>
> Thanks!
>
>
> Jim McQuillan wrote:
> > Chris,
> >
> > to do NFS over tcp, you'd need to set the option like this:
> >
> >    MOPTS="nolock,ro,wsize=8192,rsize=8192,proto=tcp"
> >
> > The linuxrc script is looking for the 'MOPTS' variable to pass to the
> > mount command.  You need to also pass the other options, because with
> > MOPTS, it's all or nothing.  That is, you either need to pass all of
> > the required options (nolock,ro,wsize,rsize)  or NOT send a MOPTS
> > option at all.
> >
> > As for doing the nfs swap over tcp, i've never tried it, but it might
> > be possible.  You'd have to modify the rc.sysinit script to add the
> > options to the mount command.
> >
> > Jim McQuillan
> > [EMAIL PROTECTED]
> >
> >
> >
> > Chris Fanning wrote:
> >> Hi all,
> >>
> >> I'd like to mount the terminal root filesystem using tcp (instead of
> >> udp).
> >>
> >> I've tried editing
> >> /tftpboot/lts/2.4.26-ltsp-3/pxelinux.cfg/default to add proto=tcp but
> >> that doesn't seem to work.
> >> How is this done?
> >>
> >> I'd also like to mount the nfs-swaps via tcp too.
> >> Has anyone done that?
> >>
> >> Thanks for any help.
> >> Chris.
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> >> language
> >> that extends applications into web and mobile media. Attend the live
> >> webcast
> >> and join the prime developer group breaking into this new coding
> >> territory!
> >> http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
> >> _____________________________________________________________________
> >> 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.freenode.net
> >>
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > language
> > that extends applications into web and mobile media. Attend the live
> > webcast
> > and join the prime developer group breaking into this new coding
> > territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _____________________________________________________________________
> > 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.freenode.net
> >
> >
>
> --
>
> Joey S. Eisma
> Information Systems
> P.IMES Corporation
> Phase IV, CEPZA, Rosario
> Cavite, Philippines
> Tel : 63.46.4372401
> Fax : 63.46.4372425
> http://www.pimes.com.ph
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _____________________________________________________________________
> 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.freenode.net
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_____________________________________________________________________
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.freenode.net

Reply via email to