From owner-freebsd-questions Fri Aug 25 11:42: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from virtmedia2.access.ch (virtmedia2.access.ch [195.112.75.194]) by hub.freebsd.org (Postfix) with SMTP id 30F1437B42C for ; Fri, 25 Aug 2000 11:42:00 -0700 (PDT) Received: (qmail 68139 invoked from network); 25 Aug 2000 18:41:48 -0000 Received: from uranus.lan (HELO uranus) (10.10.4.1) by alpha.lan with SMTP; 25 Aug 2000 18:41:48 -0000 Message-ID: <1000825-184109@virtual-media.ch> From: "Roland Schneider" To: "freebsd-questions@freebsd.org" Date: Fri, 25 Aug 2000 20:41:09 +0200 Reply-To: "Roland Schneider" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: jail without IP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a real problem using jails in 4.1R. After starting a jail there is no IP available to bind (according to ifconfig) and I cant use the jail at all. It has worked for about 2 weeks, I also was able to login into the running jail and look at the processes there with ps -ax or even kill all of them with kill -KILL -1 and restart everything again. After a while I was not able to login into the existing jail, ps did not show the jailed processes anymore, sshd (started from jailed inetd) dumped core whenever called, a HUP to inetd finally killed also this process. Apache was still running inside the jail until today when I rebooted to get everything back again - but still no IP available in the jail and I had a little work to get everything from the 3 jails working again without jails. I noticed the problem of a jail without IP also in my initial testing, but after moving the small shell-script which starts the jail inside the jail-root it worked finally. Now I am really lost without my jails :( Some sysctl's: jail.set_hostname_allowed: 0 kern.chroot_allow_open_directories: 1 kern.maxfilesperproc=2048 kern.maxprocperuid=1024 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 THX for any help. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message