Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 07:10:07 -0800 (PST)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-jail@freebsd.org
Subject:   Re: Recent jail problems [was: ICMP RAW socket error]
Message-ID:  <1353856207101-5764027.post@n5.nabble.com>
In-Reply-To: <1353836793676-5763946.post@n5.nabble.com>
References:  <1352457514352-5759501.post@n5.nabble.com> <50A51022.5000801@FreeBSD.org> <1353228642821-5761961.post@n5.nabble.com> <1353836793676-5763946.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I migrated my settings to /etc/jail.conf, removed the entries in /etc/rc.conf
and tried to start the jail:
service jail onestart pxe
Configuring jails:.
Starting jails:/etc/rc.d/jail: ERROR: jail: No hostname has been defined for
pxe

I re-enabled jail_list="pxe" in rc.conf but still same error.

--------/etc/jail.conf--------------------
	mount.devfs;
	mount.procfs;
	devfs_ruleset = devfsrules_jail;
	exec.start = "/bin/sh /etc/rc";
	exec.stop = "/bin/sh /etc/rc.shutdown";
pxe {
	name = pxe;
	host.hostname = example.org;
	interface = re0;
	ip4.addr = 192.168.2.1/32;
	path = /data/amd64;
	allow.raw_sockets;
	enforce_statfs = 1;
	mount.fstab = /etc/fstab.pxe;
}



--
View this message in context: http://freebsd.1045724.n5.nabble.com/ICMP-RAW-socket-error-tp5759501p5764027.html
Sent from the freebsd-jail mailing list archive at Nabble.com.



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