[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Jailkit-users] rsync in jailkit jail
From: |
Olivier Sessink |
Subject: |
Re: [Jailkit-users] rsync in jailkit jail |
Date: |
Fri, 11 Dec 2009 10:00:42 +0100 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Art Swri wrote:
> Thanks much, I did not have jk_socketd running (it was already
> configured and it's run in the past, but ...?) After starting it, I do
> get jk_lsh logging:
>
> jk_chrootsh[25593]: now entering jail /usr/local/chroot_jail for user
> CSUSER (1002)
> jk_lsh[25593]: jk_lsh version 2.10, started
> jk_lsh[25593]: the requested executable rsync is not found
are you sure the executable is in /usr/lib ?
your jk_lsh.ini has:
[CSUSER]
paths= /usr/lib/
executables= /usr/lib/rsync,rsync
allow_word_expansion = 0
umask = 002
on my system for example, rsync is in /usr/bin, so then it should be:
[CSUSER]
paths= /usr/bin/
executables= /usr/bin/rsync,rsync
allow_word_expansion = 0
umask = 002
regards,
Olivier