0
Ikke en bug

installation worked, no errors, won't run, (debian 7)

Fred Albert Barnes 10 år siden opdateret af Eugene Pankov (Project coordinator) 10 år siden 3
pi@MySQL / $ service ajenti restart
Stopping Ajenti:
[FAIL] not running ... failed!
Starting Ajenti:
31.08.2014 23:47 INFO  Using config file /etc/ajenti/config.json
Traceback (most recent call last):
  File "/usr/bin/ajenti-panel", line 107, in <module>
    os.chmod(config_file, stat.S_IRWXU)
OSError: [Errno 1] Operation not permitted: '/etc/ajenti/config.json'
[FAIL] failed ... failed!


so do i have to chmod  /etc/ajenti/config.json to something manually or .. whats going on here?

Svar

Svar
Ikke en bug
Manipulating services requires root permissions. Use sudo.
Svar
Ikke en bug
Manipulating services requires root permissions. Use sudo.
pi@MySQL / $ sudo service ajenti restart
Stopping Ajenti:
[FAIL] not running ... failed!
Starting Ajenti:
31.08.2014 23:47 INFO Using config file /etc/ajenti/config.json
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 107, in <module>
os.chmod(config_file, stat.S_IRWXU)
OSError: [Errno 1] Operation not permitted: '/etc/ajenti/config.json'
[FAIL] failed ... failed!
Are you running under some virtualization container? SELinux? How come that root can't chmod a file?

Kundesupport af UserEcho