atom feed5 messages in org.freebsd.freebsd-jailRe: Can't login Jailed system
FromSent OnAttachments
Bjoern A. ZeebJun 29, 2009 4:29 am 
Jon PasskiJun 29, 2009 4:42 am 
Sam WunJun 29, 2009 7:20 am 
Jon PasskiJun 29, 2009 7:29 am 
Sam WunJun 29, 2009 7:37 am 
Subject:Re: Can't login Jailed system
From:Jon Passki (jo@passki.us)
Date:Jun 29, 2009 7:29:33 am
List:org.freebsd.freebsd-jail

On Mon, Jun 29, 2009 at 9:21 AM, Sam Wun<swun@gmail.com> 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