[1661] in linux-net channel archive
trying to use rsh and getting text files busy???
daemon@ATHENA.MIT.EDU (Geis Jerry)
Tue Jan 23 00:40:55 1996
From: Geis Jerry <GeisJ@rnd3.indy.tce.com>
To: "linux-net (rutgers)" <linux-net@vger.rutgers.edu>
Date: Mon, 22 Jan 96 07:57:00 PST
I am running a program on a server (continually running). Then I run
"rsh -n clientname nohup /path/program &" to run the same program on a
client.
the /path is nfs mounted. I am using linux kernel 1.2.13.
I am getting "text file busy" errors. If I catch the output of "ps -ae" at
the right time I
see that nohup is trying to run a "nice -5"
on the program and it is failing. How does one accomplish this. All I need
to do is
run a program on a client from the server and keep it running until I send
it a
SIGINT signal.
Thanks for the help....
Jerry Geis