Re: [Shinken-devel] Changing workdir, losing pid

2011-10-27 Thread nap
On Wed, Oct 26, 2011 at 9:49 AM, Simon SCHERRER < simon.scher...@insa-strasbourg.fr> wrote: > Hello, > > I did a fresh install of Shinken 0.8.1/Thruk 1.1.1 on an Ubuntu Server > 10.04 LTS based on the nicolargo's script (great job, by the way). For now, > I just added some services on localhost (t

Re: [Shinken-devel] Slight problem with livestatus module with direct queries

2011-10-27 Thread Denis GERMAIN
Hi, Thanks for the answer, I had forgotten that we used netcat instead of unixcat. I have still to confirm this, but i'm think we have a problem because we're not correctly closing the connection with netcat. I'm going to code it in python in order to do this in a proper way. I'll keep you poste

Re: [Shinken-devel] Slight problem with livestatus module with direct queries

2011-10-27 Thread Olivier Hanesse
hi, I used to work with netcat too, and I got some issues in the past with some netcat version. On debian for example, you have 2 versions : netcat-openbsd - TCP/IP swiss army knife netcat-traditional - TCP/IP swiss army knife One was working, but not the other one. Maybe you could give a try an

Re: [Shinken-devel] Changing workdir, losing pid

2011-10-27 Thread Simon SCHERRER
Hello, The /var/run/shinken directory is actually deleted every time the server reboots (every night at 3AM or manual shutdown) without being created afterwards. So, I followed the advice and I created the directory manually with the shinken user ownership and everything worked fine again (sh