[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Jailkit-users] sftp chroot - Connection Closed
From: |
Moriarty, Dan |
Subject: |
RE: [Jailkit-users] sftp chroot - Connection Closed |
Date: |
Tue, 6 Jun 2006 09:18:51 -0700 |
Do you have SElinux enabled? It sounds like you do because if it is
enabled it won't let you create and use a socket within the jailcell.
Disable the messages portion of SElinux and you should be fine as far as
logging goes and then you should get more detail as to why it's failing
Dan Moriarty
SJM UNIX Administrator
Ph: (818)493-2775
-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf
Of Olivier Sessink
Sent: Tuesday, June 06, 2006 9:05 AM
To: address@hidden
Subject: Re: [Jailkit-users] sftp chroot - Connection Closed
Michael Groves wrote:
> Oliver wrote:
>> if your jail is /home/jail and the directory /home/jail/dev exists
> this
>> seems ok. what do the logs show about jk_socketd?
>>
> I have a log file but it's empty?
possibly /var/log/messages or /var/log/daemon.log, depending on your
syslog configuration. Just `grep jk_socketd /var/log/*` will show you
everything logged by jk_socketd
> Linux jk_lsh[7358]: WARNING: running /usr/lib/ssh/sftp-server failed
for
> user mike 91003: Unknown error 4294967295
> Linux jk_lsh[7358]: WARNING: check the permissions and libraries for
> /usr/lib/ssh/sftp-server
> I'm guessing I need to chmod sftp-server
it should have the same permissions as on the real system. More
important: do all the libraries exist? How did you copy it into the
jail, did you use jk_cp or jk_init or did you manually copy files?
> Also not sure what to do about the libraries.
if you use jk_cp the libraries (most of them) will be copied
automatically. jk_cp -cf /my/jail /usr/lib/ssh/sftp-server
Olivier
_______________________________________________
Jailkit-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/jailkit-users
- [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/04
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/05
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/05
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/05
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/06
- RE: [Jailkit-users] sftp chroot - Connection Closed,
Moriarty, Dan <=
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/07
- RE: [Jailkit-users] sftp chroot - Connection Closed, Michael Groves, 2006/06/07