I might have miss something because during the building process the following files were hardcoded with /home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp
To solve this I changed : $ cat /etc/default/shinken ... ## These vars will overRide the hardcoded ones in init script ETC=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/etc/shinken VAR=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken BIN=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin ... changed into : ## These vars will overRide the hardcoded ones in init script ETC=/etc/shinken VAR=/var/lib/shinken BIN=/usr/bin and the same for the following files : brokerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken brokerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken pollerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken pollerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken reactionnerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken receiverd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken receiverd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken resource.cfg:$USER1$=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/lib/nagios/plugins schedulerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken schedulerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken and then it works ! $ sudo /etc/init.d/shinken start Starting scheduler: . Starting poller: . Starting reactionner: . Starting broker: . Starting receiver: . Starting arbiter: . -- Stéphan Gorget -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org