On Tue, 19 Apr 2005, John Horne wrote:

> On Tue, 2005-04-19 at 09:28 -0400, Jim McQuillan wrote:
> >
> > The fact that /tmp is 755 is simply an oversight.  It's not being set to
> > anything in particular, so it is defaulting to 755.
> >
> Okay, but if we did run LTSP with X and had different users logging in,
> then they wouldn't be able to write to /tmp. We don't actually do this
> (at present), so I am wondering how others cope with this. I assume
> something the user does will want to write to /tmp at some time.

On an LTSP client, the Xserver is always running as root.  It doesn't
matter that you are logging in as a specific user. that's over on the
server.

The only time it will really make a difference is when running
applications locally. If they try to write something into /tmp, there
may be a permissions problem.

>
> >
> > One thing that worries me though is that you are using LTSP-4.1, but you
> > are mentioning files and configs that were from LTSP-3.
> >
> That's just me - sorry. I have re-instated locally the use of
> 'RUNLEVEL'. We are using LTSP to get diskless clients running at various
> levels - by default we will actually use runlevel 4 to invoke some grid
> computing software; runlevel 3 mainly for me to get a bash prompt to see
> what is going on; and runlevel 5 may be for X if we decide to use this
> for some labs to teach a bit of linux.
>
> >
> > The rc.local script has been replaced by rc.sysinit,
> >
> Not so. From LTSP 4.1 rc.sysinit, line 406:

Yeah, rc.local is there, but it's not really part of ltsp.  It's a file
that can be created locally, and it won't be overwritten by an update of
ltsp.

I've seen problems when people install LTSP-4.1 on top of LTSP-3, and
the old rc.local file is still there.  Causes all sorts of problems.


Either way, the /tmp directory problem should be fixed.  I'll add it to
the list.

Thanks,
Jim.



>
> ==============================================================
>    #
>    # Run a rc.local, if there is one
>    #
>    if [ -x /etc/rc.local ]; then
>        echo "Running rc.local"
>        /etc/rc.local
>    fi
> ==============================================================
>
>
>
> John.
>
> --
> ---------------------------------------------------------------
> John Horne, University of Plymouth, UK  Tel: +44 (0)1752 233914
> E-mail: [EMAIL PROTECTED]       Fax: +44 (0)1752 233839
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions. Free runtime info,
> new features, or free trial, at: http://www.businessobjects.com/devxi/728
> _____________________________________________________________________
> 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: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_____________________________________________________________________
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