[systemd-devel] fstab Mounts Not Getting Waken Up
Andrey Borzenkov
arvidjaar at gmail.com
Sun Jul 14 04:26:27 PDT 2013
В Fri, 12 Jul 2013 10:00:32 -0700
CACook at Quantum-Sci.com пишет:
> Reindl Harald:
> >
> > the example settings below mean i have 30 seconds
> > which my ssh-tunnels and connections are surviving
> > network downtime for whatever reason
> >
> > Server (/etc/ssh/sshd_config):
> > TCPKeepAlive yes
> > KeepAlive yes
> > ClientAliveCountMax 10
> > ClientAliveInterval 20
> >
> > Client (/etc/ssh/ssh_config or ~/.ssh/config)
> > KeepAlive yes
> > ServerAliveCountMax 10
> > ServerAliveInterval 20
> > __________________________________________
> >
> > this is *really* not a systemd problem
>
> Thank you, I'll give it a try. All I knew was this started when I went
> to a systemd distro.
>
Which means you changed far more than just systemd. I suspect your old
distribution was using pm-utils to remount (network-)fileystems across
suspend/resume and new distro does not. In this case systemd still
provides hooks so you can call similar scripts if needed.
More information about the systemd-devel
mailing list