Date: Fri, 20 Jun 2008 14:11:08 +0100 (BST) From: "Reinhold" <freebsd@violetlan.net> To: freebsd-questions@freebsd.org Subject: running nessus from inside of a jail Message-ID: <52204.217.41.34.61.1213967468.squirrel@www.violetlan.net>
next in thread | raw e-mail | index | archive | help
Hi I've created a jail where only nessus lives in, the jail is working very nicely but nessus keeps on crashing. Here is what I see from the nessus.core file (gdb) core nessusd.core Core was generated by `nessusd'. Program terminated with signal 4, Illegal instruction. #0 0x280da85b in ?? () this is how I'm using nessus to scan the hosts nessus -q -x -V -c /root/work/nessusrc -T html localhost 1241 root password /root/work/work_temp/nessus_targets /usr/local/www/apache22/data/results/nessus/2008-06-20/target_subnet.html When I run nessus from the host system it works but from inside the jail it cure dumps all the time. here is my jail sysctl info sysctl -a |grep jail security.jail.jailed: 1 security.jail.mount_allowed: 0 security.jail.chflags_allowed: 0 security.jail.allow_raw_sockets: 1 security.jail.enforce_statfs: 2 security.jail.sysvipc_allowed: 0 security.jail.socket_unixiproute_only: 1 security.jail.set_hostname_allowed: 1 I had to change security.jail.allow_raw_sockets to one to get nmap to work. Any help will be appreciated. Thanks Reinhold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52204.217.41.34.61.1213967468.squirrel>