jgraichen / debian-isso

lightweight web-based commenting system
https://tracker.debian.org/pkg/isso
10 stars 1 forks source link

permission denied #10

Closed ghost closed 9 years ago

ghost commented 9 years ago

I get permission denied after install debian-isso and systemctl start isso:

root@deimos:/home/xan# systemctl status isso
● isso.service - lightweight Disqus alternative
   Loaded: loaded (/lib/systemd/system/isso.service; enabled)
   Active: failed (Result: exit-code) since Sun 2015-10-25 11:38:14 CET; 9s ago
  Process: 27642 ExecStart=/usr/bin/gunicorn --log-file /var/log/isso.log --preload isso.run (code=exited, status=1/FAILURE)
 Main PID: 27642 (code=exited, status=1/FAILURE)

Oct 25 11:38:14 deimos gunicorn[27642]: Error: Error: '/var/log/isso.log' isn't writable [IOError(13, 'Permission denied')]
Oct 25 11:38:14 deimos systemd[1]: isso.service: main process exited, code=exited, status=1/FAILURE
Oct 25 11:38:14 deimos systemd[1]: Unit isso.service entered failed state.
ghost commented 9 years ago

I have this permissions:

drwxr-xr-x 2 isso     isso        4096 Oct 25 11:43 isso
posativ commented 9 years ago

Check the username for Isso and also make sure that /var/log/isso.log is writeable (not the directory isso).

JocelynDelalande commented 9 years ago

@somenxavier I managed to reproduce, working on it...

JocelynDelalande commented 9 years ago

@somenxavier could you confirm it works ? (I updated http://packages.crapouillou.net with fixed version)

posativ commented 9 years ago

Thanks!

ghost commented 8 years ago

It works: test