jailkit-users
[Top][All Lists]
Advanced

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

[Jailkit-users] problem with jk_cp


From: Peter Veerman
Subject: [Jailkit-users] problem with jk_cp
Date: Mon, 15 Jan 2007 22:37:54 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Hey,

When I try to execute the command below this goes terribly wrong giving the output below;


address@hidden /usr/local/www/awstats/cgi-bin]# jk_cp -vf /data1/chroot/httpd/ /usr/local/bin/unzip
copying/linking /usr/local/bin/unzip to /data1/chroot/httpd/usr/local/bin/unzip
destination file /data1/chroot/httpd/lib/libc.so.6 exists, deleting
Traceback (most recent call last):
  File "/usr/local/sbin/jk_cp", line 105, in ?
    main()
  File "/usr/local/sbin/jk_cp", line 102, in main
    startcopy(config, args[0], args[1:])
  File "/usr/local/sbin/jk_cp", line 46, in startcopy
    jk_lib.copy_binaries_and_libs(chroot,filestocopy,config['force'] , config['verbose'], try_hardlink=config['hardlink'])
  File "/usr/local/share/jailkit/jk_lib.py", line 369, in copy_binaries_and_libs
    handledfiles = copy_binaries_and_libs(chroot, libs, force_overwrite, be_verbose, 0, try_hardlink, handledfiles)
  File "/usr/local/share/jailkit/jk_lib.py", line 334, in copy_binaries_and_libs
    os.unlink(chroot+file)
OSError: [Errno 1] Operation not permitted: '/data1/chroot/httpd/lib/libc.so.6'

Grtz,

Peter Veerman

reply via email to

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