Re: [Ltsp-discuss] Loading some process at boot

2006-10-30 Thread Flavio
no more ideas Flavio. 2006/10/29, Flavio <[EMAIL PROTECTED]>: > I'm sorry, but, I tought my info were good. > I often run an UML (User mode linux) session on such thin client. > Consider we load UML only on one thin client. > Ok, well... I'm on a thin client using KDE. I run an UML session an

Re: [Ltsp-discuss] Loading some process at boot

2006-10-29 Thread John Lucas
Perhaps it would help if you said what you plan to use the second X session for. Are you trying to run a local (local to the terminal) application? Are you trying to connect to a second server? It makes a difference, and without knowing what you intend, everyone is shooting in the dark or what y

Re: [Ltsp-discuss] Loading some process at boot

2006-10-29 Thread Flavio
I cannot do in that way because It isn't the same thing. Getting an X session as You said, gives me another login session. I need only X, to run some other X application (for example another KDE). My only problem now (after adding & at the and of my command line) is that if I am on my first SCREEN

Re: [Ltsp-discuss] Loading some process at boot

2006-10-29 Thread Richard Bos
Op zondag 29 oktober 2006 08:58, schreef Flavio: >         SCREEN_01          = startx >         SCREEN_02          = shell >         RCFILE_01          = script Why not just: SCREEN_01 = startx SCREEN_02 = shell SCREEN_03 = startx -- Richard Bos Without a home the jou

Re: [Ltsp-discuss] Loading some process at boot

2006-10-29 Thread Flavio
OK! Thank you so much, it worked for me... But this is what I really need: thin clients must boot normally, giving kdm(and default window manager) acessible from ctrl+alt+f1, a minimal shell from f2 and ultimately a new X window accessible only by pressing ctrl+alt+f3 from F1 screen. I made a scrip

Re: [Ltsp-discuss] Loading some process at boot

2006-10-28 Thread Jim McQuillan
Flavio, It's real easy. Place your script in the /opt/ltsp/i386/etc/rc.d directory. Then, add a line in lts.conf that says: RCFILE_01 = your_script_name You can declare up to 10 scripts to run on startup. Jim McQuillan [EMAIL PROTECTED] Flavio wrote: > Hi all! > > I need to execute a

[Ltsp-discuss] Loading some process at boot

2006-10-28 Thread Flavio
Hi all! I need to execute a process on every thin client during/after boot process. Could anyone tell me how to run my process automatically??? For example: every time a thin client boot, it starts a process by the MINIMAL shell (not by window manager loaded by startx script). I hope I shall simpl