[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Jailkit-users] jk_jailuser bug fixed
From: |
Olivier Sessink |
Subject: |
[Jailkit-users] jk_jailuser bug fixed |
Date: |
Thu, 10 Nov 2005 22:42:00 +0100 |
User-agent: |
Debian Thunderbird 1.0.7 (X11/20051010) |
Stephen Tallowitz wrote:
> moving files from /home/jailtest/ to /srv/jaily/./home/jailtest/
> Traceback (most recent call last):
> File "/usr/sbin/jk_jailuser", line 250, in ?
> main()
> File "/usr/sbin/jk_jailuser", line 241, in main
> jailuser(jail, username, movehome, config)
> File "/usr/sbin/jk_jailuser", line 146, in jailuser
> os.rename(pw[5], newhome)
> OSError: [Errno 18] Invalid cross-device link
ok, that should be fixed in CVS now, using shutil.move() instead of
os.rename()
(I have not tested that myself, I don't have multiple mountpoints on
this box)
regards,
Olivier
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., (continued)
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., Paul Brooks, 2005/11/07
- Re: [Jailkit-users] Problem with jailkit on Suse 10.0..., Olivier Sessink, 2005/11/07
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., Paul Brooks, 2005/11/07
- Re: [Jailkit-users] Problem with jailkit on Suse 10.0..., Olivier Sessink, 2005/11/07
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., Paul Brooks, 2005/11/08
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., Paul Brooks, 2005/11/08
- Re: [Jailkit-users] Problem with jailkit on Suse 10.0..., Olivier Sessink, 2005/11/08
- RE: [Jailkit-users] Problem with jailkit on Suse 10.0..., Paul Brooks, 2005/11/10
- Re: [Jailkit-users] Problem with jailkit on Suse 10.0..., Olivier Sessink, 2005/11/10
- Re: [Jailkit-users] Problem with jailkit on Suse 10.0..., Stephen Tallowitz, 2005/11/10
- [Jailkit-users] jk_jailuser bug fixed,
Olivier Sessink <=