jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] AMD 64 Suse


From: Olivier Sessink
Subject: Re: [Jailkit-users] AMD 64 Suse
Date: Tue, 10 Oct 2006 08:04:02 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060812)

Matt Bullock wrote:
> I am using jailkit 2.1.  
> 
> /home/jail/etc/group:
> 
> root:x:0:
> users:x:100:
> uucp:x:14:
> dialout:x:16:
> audio:x:17:
> video:x:33:

seems all fine... Jailkit simply asks the system for the name for uid
1004 with getpwuid() and the name for gid 100 with getgrgid() .. and for
some reason the system doesn't return those...

what is your jk_chrootsh config? normally (if not configured otherwise)
jk_chrootsh does the same thing (ask for user and group info *after* the
chroot() system call).

I'll have to improve the logging to see if it is the username or the
groupname that is not found. Perhaps that can help us further.

regards,
        Olivier




reply via email to

[Prev in Thread] Current Thread [Next in Thread]