Jump to content

Cannot start monitor service 'Got exception signal 11'


badbod

Recommended Posts

Hi,

  installed x86_64 pcmonitor service on Centos 6.5 (Xen VPS) but on trying to start the service I am getting 

[root@vps1 ~]# tail /var/log/messages
Dec 31 08:41:15 vps1 pcmonitor: Got exception signal: 11
Dec 31 08:41:15 vps1 kernel: pcmonitord[1224]: segfault at 0 ip 00007f9b089ce312 sp 00007f9b074e0f38 error 4 in libc-2.12.so[7f9b0889a000+18b000]

from /var/log/messages. The service appears to start as it says 'ok' on command line but restart shows 'failed' to stop so is not running.

[root@vps1 ~]# uname -m
x86_64

My config file looks ok I think, I can post it up if you need (obviously xxxx 'ing out the 'sensitive' details)

 

Am I missing some dependencies or libc libs?

 

Any ideas?

 

Many thanks in advance.

 

Link to comment
Share on other sites

ooops, looks like might be a dupe of this thread http://forum.pulseway.com/topic/1029-dead-but-subsys-locked/ as I don't have abrt installed but I am getting a similar error.

[root@vps1 ~]# uname -a
Linux vps1.xxxxx.com 2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

I got no core files as I can see. there are only 2 files in /var/pcmonitor , pcmonitor.id and pcmonitor.ver2.

 

/etc/pcmonitor/pcmonitor.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://www.pulseway.com/linuxconfig">
  <Account Username="xxxxxxxx" Password="xxxxxxxxxx" UseCustomServer="false" CustomServerAddress="" />
  <ComputerInformation Name="vps1.xxxxxx.com" Group="Default" />
  <AllowedCommands>
    <Restart Allowed="true" />
    <ShutDown Allowed="false" />
    <PowerOff Allowed="false" />
    <Suspend Allowed="false" />
    <Hibernate Allowed="false" />
  </AllowedCommands>
  <Notifications>
    <WhenOffline Enabled="true" />
    <OnOnline Enabled="true" />
    <OnShutdown Enabled="true" />
    <MemoryLow Percentage="10" Enabled="false" />
    <HighCpuUsage Percentage="90" Minutes="5" Enabled="true" />
    <LowCpuUsage Percentage="10" Minutes="1" Enabled="false" />
    <PortClosed Minutes="1" Enabled="false" />
    <LowHDDSpace Enabled="true">
      <Hdd Percentage="20" Path="/" Enabled="true" />
    </LowHDDSpace>
    <IpChange Enabled="false" />
    <PingResponses Enabled="false">
        <PingResponse PriorityOnSlowResponse="1" PriorityOnNoResponse="0" Minutes="5" Miliseconds="50" Alias="Printer" Address="10.10.10.2" Position="1" />
    </PingResponses>
  </Notifications>
  <Network>
    <Ping Server="xxx.xxx.xxx.xxx" Enabled="true" />
    <MonitoredPorts>
      <Port Type="TCP" Number="80" Name="80" Address="www.google.com" />
    </MonitoredPorts>
    <NetworkInterfaces>
      <Interface Name="eth0" />
    </NetworkInterfaces>
    <WoWAN Port="9" Enabled="false" />
  </Network>
  <MaintenanceMode>true</MaintenanceMode>
</config>

Link to comment
Share on other sites

Well, I am impressed! Not only did support contact me within minutes, they then sent some new files to test shortly after and it just plain works.

 

The product is very impressive but the support is quite simply outstanding.

 

Excellent all round. A BIG thumbs up from me.

 

 

Best Regards

David

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...