Hi,
On Sun, Aug 09, 2015 at 11:39:04AM +0200, Andrej Mernik wrote:
> Package: circuslinux
> Version: 1.0.3-31
> Severity: normal
> 
> Dear Maintainer,
> 
> running circuslinux from the command line produces the following error 
> messages:
> 
> --
> Warning: I could not open old options file :
> /home/username/.circuslinux
> The error that occured was:
> No such file or directory
> --
> 
> and
> 
> --
> Warning: I could not open the score file for write:
> /var/games/circuslinux/scorefile
> The error that occured was:
> Permission denied
> --
> 
> This means that both options and scores are not saved.

Thanks for your report. It seems when I switched to debhelper 9 the sgid
settings were lost. This seems to be a workaround to fix this quickly:

chgrp games /usr/games/circuslinux 
chgrp games /var/games/circuslinux/
chmod 2775 /var/games/circuslinux/
chmod 2755 /usr/games/circuslinux

Christian

Reply via email to