On Fri, Dec 9, 2011 at 23:06, Doug Kuvaas wrote:
> I have actually tried ssh -t user@host "nohup /path/to/shutdownscript &" and
> it seemed to be doing the same thingwaiting for the shutdownscript to
> finish before moving to the next line. I was expecting the nohup
> & to immediately retu
On 12/09/2011 06:47 PM, Doug Kuvaas wrote:
> Here is what I am trying to do:
>
>>From a central server running HP-UX, I would like to shutdown multiple
> Fedora PCs using a script. This in itself is not a problem. I have an
> account on the machines added to the sudoers file to allow them to shu
On Fri, Dec 9, 2011 at 2:02 PM, Alan Stern wrote:
> On Fri, 9 Dec 2011, Frank Elsner wrote:
>
> > > On Fri, 9 Dec 2011 14:16:00 -0500 (EST) Alan Stern wrote:
> > > On Fri, 9 Dec 2011, Doug Kuvaas wrote:
> > >
> > > > Here is what I am trying to do:
> > > >
> > > > >From a central server running HP
On Fri, 9 Dec 2011, Frank Elsner wrote:
> > On Fri, 9 Dec 2011 14:16:00 -0500 (EST) Alan Stern wrote:
> > On Fri, 9 Dec 2011, Doug Kuvaas wrote:
> >
> > > Here is what I am trying to do:
> > >
> > > >From a central server running HP-UX, I would like to shutdown multiple
> > > Fedora PCs using a
On Fri, 9 Dec 2011 14:16:00 -0500 (EST) Alan Stern wrote:
> On Fri, 9 Dec 2011, Doug Kuvaas wrote:
>
> > Here is what I am trying to do:
> >
> > >From a central server running HP-UX, I would like to shutdown multiple
> > Fedora PCs using a script. This in itself is not a problem. I have an
> >
On Fri, 9 Dec 2011, Doug Kuvaas wrote:
> Here is what I am trying to do:
>
> >From a central server running HP-UX, I would like to shutdown multiple
> Fedora PCs using a script. This in itself is not a problem. I have an
> account on the machines added to the sudoers file to allow them to shut
Perhaps try using sleep in the script in combination with "disown" so
the shutdown process is disconnected from the ssh session before it
dies?
Richard
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listin
Here is what I am trying to do:
>From a central server running HP-UX, I would like to shutdown multiple
Fedora PCs using a script. This in itself is not a problem. I have an
account on the machines added to the sudoers file to allow them to shut
down the systems, and connect to said systems usin