#575: octonet -----------------------------+---------------------------------------------- Reporter: sabine | Owner: piccardi Type: defect | Status: new Priority: normal | Milestone: Component: Fuss Server 6.0 | Version: Severity: normal | Resolution: Keywords: | -----------------------------+----------------------------------------------
Comment(by piccardi):
Ultimo test, prima octonet e poi octofussd, risultato;
{{{ root@squeeze:~# apt-get install octofussd ... Configurazione di python-twisted-web (10.1.0-1)... Configurazione di octofussd (0.5.8-1squeeze1)... insserv: script octofussd: service arkimet already provided! insserv: exiting now! update-rc.d: error: insserv rejected the script header dpkg: errore nell'elaborare octofussd (--configure): il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1 Elaborazione dei trigger per python-support... configured to not write apport reports Si sono verificati degli errori nell'elaborazione: octofussd E: Sub-process /usr/bin/dpkg returned an error code (1) }}}
ad occhio il problema รจ che sia /etc/init.d/octonet che /etc/init.d/octofussd iniziano con: {{{ #!/bin/sh ### BEGIN INIT INFO # Provides: arkimet ... }}}
ed insserv si lamenta. Va deciso chi dei due fornisce quel servizio.