Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 14:39:55 -0700 (PDT)
From:      Kim Culhan <w8hdkim@yahoo.com>
To:        freebsd-current@freebsd.org
Subject:   jail on -current and syslogd
Message-ID:  <20040620213955.3385.qmail@web50709.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Have been working on setting up a jail
and have it pretty much working.

Just a little problem here, this is the procedure where
the jail root is /jails:

ifconfig xl1 inet alias 10.0.0.20 netmask 255.255.255.255
mount -t procfs /proc /jails/10.0.0.20/proc
mount -t devfs /dev /jails/10.0.0.20/dev
jail /jails/10.0.0.20 jailname 10.0.0.20 /bin/sh /etc/rc

Returns

Loading configuration files.
Setting hostname: somehost.domain.tld.
ln: /dev/log: Operation not permitted
Starting syslogd.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
Starting local daemons:.
Updating motd.
Starting cron.
Local package initialization: sshd2.
Starting inetd.

The syslog appears to work Ok, any info on
ln: complaining above is greatly appreciated.

tnx
-kim


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620213955.3385.qmail>