Koozali.org: home of the SME Server

Help with strange process

Offline jim7jim

  • ***
  • 61
  • +0/-0
Help with strange process
« on: May 21, 2010, 07:25:56 PM »
Server locked up 4 times with kernel panic 3 days ago. After running memory / hardware diagnostics and finding no problems, I've been watching processes and looking in the logs for possible clues. No lockups for the last 3 days.

Anyway, I have a process that's been running for 13 hours that looks strange (to me anyway). Under Command (from htop):

runsvdir -P /service log: pervise/lock: temporary failure runsv mysqld: fatal: unable to lock supervise/lock: temporary failure runsv oidentd: fatal: unable to lock supervise/lock : temporary failure runsv httpd-admin: fatal: unable to lo

Then the 'Command' text gets cut off. Does anyone know what this service might be and if it indicates a problem?

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Help with strange process
« Reply #1 on: May 22, 2010, 05:36:03 PM »
Quote
Does anyone know what this service might be ...

runsvdir is the master process responsible for all supervised services, of which there are many in SME server. You should expect to see a single instance of it running always.

http://smarden.org/runit/runsvdir.8.html

Quote
... and if it indicates a problem?

What you see under 'Command' are error messages from the 'runsv' processes that 'runsvdir' starts. You show multiple runsv processes unable to lock a file - that's likely because you are trying to start 'runsv' where one is already running. The error messages certainly indicate a problem - perhaps you, or someone/something, killed the original runsvdir process.

I suggest that you reboot the system. If you see any error messages in the runsvdir process table entry after reboot, then open a bug report.

If you see any more kernel panics, open a bug report.



Offline jim7jim

  • ***
  • 61
  • +0/-0
Re: Help with strange process
« Reply #2 on: May 22, 2010, 05:55:42 PM »
Rebooted. No error messages so far.

Thanks Charlie.