search for: shell2

Displaying 2 results from an estimated 2 matches for "shell2".

Did you mean: shell
2003 Jul 11
3
Login.Access
Login seems to be ignoring my /etc/login.access settings. I have the following entries (see below) in my login.access, yet any new user (not in the wheel group) is still allowed to login. What am I missing? # $FreeBSD: src/etc/login.access,v 1.3 1999/08/27 23:23:42 peter Exp $ # -:ALL EXCEPT wheel:console -:ALL EXCEPT wheel:ALL Thanks, -- Scott Gerhardt, P.Geo. Gerhardt Information
2002 May 16
2
possible bug rsync-2.5.5 rsyncd.conf option "max connections"
...mple: /etc/syncd.conf |[foo] | path = / | max connections = 1 |[bar] | path = / | max connections = 2 Now try these two modules in parallel, where the first line is started before the second line: |shell1 $ rsync -an server::foo /tmp/foo |<starts spewing output> |shell2 $ rsync -an server::bar /tmp/bar |<starts spewing output> This works, as expected. Now for a new experiment: |shell2 $ rsync -an server::bar /tmp/bar |<starts spewing output> |shell1 $ rsync -an server::foo /tmp/foo |@ERROR: max connections (1) reached - try again later Imho module f...