Re: How to reboot remotely without hanging ssh session?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, 05 Feb 2014 13:19:56 -0600
"David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx> wrote:

> Guys,
> 
>    I remote administer one arch server and after moving to systemd I haven't 
> found a way to reboot without hanging the ssh session. Prior to system, we 
> could simply pass the shutdown command via ssh and the ssh session would 
> complete/close before reboot took place: i.e.
> 
> $ ssh remote.host.org "sudo shutdown -r now"
> 
>    However with systemd, using "systemctl reboot" the ssh session hangs
> until the remote host reboot or a timeout occurs.
> 
>    Is there a better way to reboot a remote server and avoid this?
> 

AFAIU, this issue is related to the lack of ordering
between systemd-user-sessions.service and network.target (the former should
start after the latter)... OTOH, one can simply
$ ssh root@xxxxxxxxxxxxxxx
and do
# ( sleep 30 && systemctl reboot ) &
# exit

Cheers,
-- 
Leonid Isaev
GnuPG key: 0x164B5A6D
Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux