Am Montag, 5. Juli 2004 13:50 schrieb [EMAIL PROTECTED]:
> qeldroma,
> where are you seeing that error message ?
On the client, of course ;-)

> I've got servers that run for many months between reboots, and i'm NOT
> running that cron job.
Unbelievable for me..

> What version of Linux are you running on the server ?
Mandrake 9.2

> How much Ram ?
512 MB

> Also, it looks like you double-pasted that script below.  It doesn't
> make sense the way you have it.
Oh yes, i did, sorry about that.
Here again the "normal" one:

> > #kill old leftover processes - all of them
> > users=$(awk -F":" '{if ( $3 >= 500 ) print $1}' /etc/passwd | grep -v -e
> > smb -e ^nfs )
> > for user in $users do#kill old leftover processes - all of them
> > users=$(awk -F":" '{if ( $3 >= 500 ) print $1}' /etc/passwd | grep -v -e
> > smb -e ^nfs )
> > for user in $users do
> >   processes=$(ps -ef | grep ^"$user " | grep -e Jan[0-9] -e Feb[0-9] -e 
> >   Mar[0-9] -e Apr[0-9] -e May[0-9] -e Jun[0-9] -e Jul[0-9] -e Aug[0-9] -e 
> >   Sep[0-9] -e Oct[0-9] -e Nov[0-9] -e Dec[0-9] |awk '{print > > $2}')  
> >         for process in $processes
> >         do
> >                 kill -9 $process
> >         done
> > done
> > -------------------------------------------------------------------------
> >---

I have enabled deleting of the /tmp-partition on startup and am pretty sure, 
that this solves my problem while restarting.
So there must be a dependency between /tmp and the different servers (KDM, 
XFS).

Greets, qd


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_____________________________________________________________________
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