jailkit-dev
[Top][All Lists]
Advanced

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

Re: [Jailkit-dev] Issue with jk_update - 2.21


From: Olivier Sessink
Subject: Re: [Jailkit-dev] Issue with jk_update - 2.21
Date: Fri, 10 Jan 2020 08:27:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 10-01-2020 05:50, Tahder Xunil wrote:
Hi,

Got an issue with jk_update using the latest version 2.21
jk_update -j /home/students -d
Traceback (most recent call last):
  File "/sbin/jk_update", line 290, in <module>
    main()
  File "/sbin/jk_update", line 272, in main
    if (not config.has_key('hardlink')):
AttributeError: 'dict' object has no attribute 'has_key'

Any hint what to do next with this? Currently working in Centos 8, using python3.

whoops that is python2 code that has not been migrated.

it is fixed now in CVS, see https://cvs.savannah.nongnu.org/viewvc/jailkit/jailkit/py/

I will do a new release soon.


Initial got an issue but this is resolved by deleting one of the line/comment in includesections
jk_init  -v -j /home/students basicshell
Traceback (most recent call last):
  File "/sbin/jk_init", line 261, in <module>
    main()
  File "/sbin/jk_init", line 258, in main
    activateConfig(config, jail, args)
  File "/sbin/jk_init", line 164, in activateConfig
    cfg.read([config['file']])
  File "/usr/lib64/python3.6/configparser.py", line 697, in read
    self._read(fp, filename)
  File "/usr/lib64/python3.6/configparser.py", line 1092, in _read
    fpname, lineno)
configparser.DuplicateOptionError: While reading from '/etc/jailkit/jk_init.ini' [line 118]: option 'includesections' in section 'openvpn' already exists

Solution:
[openvpn]
comment = jail for the openvpn daemon
paths = /usr/sbin/openvpn
users = root,nobody
groups = root,nogroup
#includesections = netbasics
devices = /dev/urandom, /dev/random, /dev/net/tun
includesections = netbasics, uidbasics
need_logsocket = 1


thanks for reporting, this one was fixed in CVS already, but it was so minor that I did not make a new release.

Olivier

-- 
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/

reply via email to

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