On Fri, 29 Apr 2016, Dietrich, Stefan wrote:

> The server is in production, so a reboot is at the moment not possible.
> I will try to find a different, where I can debug the problem better.

Something like this to delete the nrpe semaphores will restore it to a working
state.  A reboot is totally unnecessary.

for i in $(ipcs -s|grep nrpe|awk '{print $2}');do ipcrm -s $i;done

jh

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

Reply via email to