Marcus,

(nice name, by the way :-)
f5b...@gmail.com (Marcus), 2011.03.27 (Sun) 15:38 (CEST):
> 4. http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8
>      For logging to work, sftp-server must be able to access /dev/log.  Use
of
>      sftp-server in a chroot configuration therefore requires that
syslogd(8)
>      establish a logging socket inside the chroot directory.
>
> 5. /etc/rc.conf.local
> +syslogd_flags="-a /home/share/dev/log"
> mkdir /home/share/dev
> touch /home/share/dev/log

``ls -la /home/share/dev/log'' versus ``ls -la /dev/log''?

I bet these are not the same type ;-)

from syslogd(8):

-a Specify a location where syslogd should place an additional log
   socket.

I've never created the socket myself. ``rm /home/share/dev/log'' and
have it created by syslogd(8).

Marcus

Reply via email to