Re: OMSA 8.3.0 not starting or segfaulting
John Hodrien <[email protected]>
| Newsgroups | gmane.linux.hardware.dell.poweredge |
|---|---|
| Message-ID | <[email protected]> |
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