Re: [Ltsp-discuss] Unable to run remote command

2003-01-20 Thread Chambard O
Thanks Jake With your help, I manage to solve my problem: I don't know why but /dev/vc/1 ... 64 are not visible from the server. So I have a script /etc/rc.d/terminal with just chmod a+rw /dev/vc/* called by RC_FILE in lts.conf You are absolutely right with rsh, but my application is really sp

Re: [Ltsp-discuss] Unable to run remote command

2003-01-20 Thread Jake Schroeder
On Mon, Jan 20, 2003 at 06:04:45PM -0100, Chambard O wrote: > With your help, I manage to solve my problem: I don't know why but > /dev/vc/1 ... 64 are not visible from the server. So I have a script > /etc/rc.d/terminal with just chmod a+rw /dev/vc/* called by RC_FILE in > lts.conf I forgot -

[Ltsp-discuss] Unable to run remote command

2003-01-19 Thread Chambard O
I want to run a remote command from the server under normal user and copy the results on the workstation terminal. To do so I use remote command. for example: rsh workstation_name ls ">>" /dev/tty1 It appears that /dev/tty1 -> vc/1 and vc/1 is crw-- root root so access is denied! How