Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Prevent sshd from stopping?
Date: Mon, 20 Oct 2008 20:15:29
Message-Id: 49bf44f10810201315j55e99d95i9713e90d025988b4@mail.gmail.com
In Reply to: Re: [gentoo-user] Prevent sshd from stopping? by Neil Bothwick
1 >> >> One of my Gentoo systems is located in a separate building from the
2 >> >> router. The wireless connection always seems to be strong, but
3 >> >> periodically the services that depend on net.ath0 stop because it
4 >> >> loses the connection. Issuing 'rc' always brings them back. Is
5 >> >> there any way to prevent this from happening? I'm mainly concerned
6 >> >> about sshd.
7 >
8 >> > Then let them depend on net.lo.
9 >>
10 >> What about sticking 'rc' in the crontab? No good?
11 >
12 > What's wrong with setting RC_STRICT (?) appropriately, it's what it is
13 > for. With the right setting, net.lo will satisfy sshd.
14
15 Thank you, I do think RC_NET_STRICT_CHECKING is what I'm after.
16
17 - Grant