On Mon, Jun 29, 2009 at 9:21 AM, Sam Wun<[email protected]> wrote: > I got the following errors now: > > # less jail_wwp1_console.log > ps: empty file: Invalid argument > Loading configuration files. > /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). > ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib > /usr/local/lib/mysql > a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout > Creating and/or trimming log files:. > Starting syslogd. > Clearing /tmp. > Starting local daemons:. > Updating motd. > Starting sshd. > PRNG is not seeded > Starting cron. > Local package initialization:. > ps: bad namelist
Assuming you didn't build a kernel to exclude the random device, it looks like you do not have a /dev filesystem mounted for your jail. ssh needs some type of random device. Try mounting a devfs in the path of your jail. If you are using /etc/rc.conf for this information, man 5 rc.conf, look at the "jail_devfs_enable" and "jail_<jname>_devfs_enable" variables. Jon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
