cozy / cozy-debian

Cozy Debian package
13 stars 4 forks source link

Error copying supervisor configuration files #40

Closed clochix closed 6 years ago

clochix commented 8 years ago

Some users are reporting that when trying to install this package on Debian or Ubuntu, they get the following error message:

Started LSB: Start/stop supervisor.
Not replacing deleted config file /etc/supervisor/conf.d/cozy-controller.conf
sha1sum: /etc/supervisor/conf.d/cozy-controller.conf: No such file or directory
dpkg: error processing package cozy-standalone (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
cozy-standalone

Looks like ucf is unable to copy the controller configuration file as it doesn't exist. Maybe could we set the UCF_FORCE_CONFFMISS environement variable.

@nledez any thought?

clochix commented 6 years ago

Closing, as the Node.js version of Cozy is now deprecated.