Purr-daemon , what this is about?


 
Thread Tools Search this Thread
Operating Systems Linux Purr-daemon , what this is about?
# 1  
Old 10-25-2013
Question Purr-daemon , what this is about?

Hello Gurus,

Im troubleshooting a server in which it has a netboot partition from a "node0" and there is other system called "host0" . Every time host0 boots it gets by network the image from the n0.
So the thing is that on the n0 , where all the logs are stored from host0, in /var/log/messages appears the following string:

Code:
Oct 25 15:48:12 host0 exiting on signal 15
Oct 25 15:48:13 n0 xinetd[4946]: EXIT: tcpmux-server status=0 pid=22668 duration=7277(sec)
Oct 25 15:48:13 n0 xinetd[4946]: EXIT: shell status=0 pid=22365 duration=7340(sec)
Oct 25 15:48:25 n0 purr-daemon[5981]: [host0] Exit state: Running (Unpingable)
Oct 25 15:48:25 n0 purr-daemon[5981]: [host0] Enter state: Off or Unreachable
Oct 25 15:48:25 n0 purr-daemon[5981]: [Simple] No transitions for Running:AllUIsOff

As you can see, the first line, is clear that n0 issue host0 to turn off due to a timeout of a "purr-daemon" , so that question is: what is the purr-daemon on linux? and why is making the host0 to turn down unexpectedly.

My system is a CentOS 5.5

Last edited by Scrutinizer; 10-25-2013 at 08:42 PM.. Reason: unnecessary words; code tags
# 2  
Old 10-27-2013
purr-daemon does not register anywhere. Because of that, I would guess it is malware.
# 3  
Old 10-28-2013
purr-daemon could also be some homegrown software. From the logged messages I would guess, it does some sort of monitoring.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Help with task daemon

believe it or not but this is my first c program (i've worked with java, C#, php though) I am trying to make a daemon that checks if mplayer is running(it's for a projection room) and if it is not then to run mplayer with a file.. So far it's not working and I don't know why Help and comments... (5 Replies)
Discussion started by: james2432
5 Replies

2. Programming

Daemon

i want to write a daemon service which listens the 8080 port and write down all the details in one file. How can i do this ? (2 Replies)
Discussion started by: santosh123
2 Replies

3. Programming

How to write daemon?

Hi , I want to know how to write a daemon process. I also want to know the concept behind daemon processes. Any material or sample program will be great :) . Thanks in advance -sg (2 Replies)
Discussion started by: sg6876
2 Replies

4. AIX

rsync daemon

Does anyone out there use rsync on AIX 5.2, I've installed and would like to run in server mode, I've setup in services and inetd.conf and refreshed inetd. The rsync daemon however does not start, I've also tried rsync --daemon, this just returns to the # prompt. The rsync command itself appears to... (1 Reply)
Discussion started by: gefa
1 Replies

5. Programming

Creating a Daemon

how to convert a c program into a Daemon. thanks in advance svh (2 Replies)
Discussion started by: svh
2 Replies

6. Shell Programming and Scripting

daemon scripts

Hello, id like to know how can i do for making my script a daemon. Im not sure, but once , i might read about a "daemon" command. Thats true? Whats it for? It isnt in my man. (2 Replies)
Discussion started by: Jariya
2 Replies

7. Programming

Daemon...Zombie?? Please help me

Hello, i am very very puzzled, im doing this project for school, its a deamon logger, but anyways I'm supposed to run the daemon, let it run on the backgroun, and then run a different program (from command like prompt). but when i run my daemon, it never goes back to the nova> prompt. :( i dont... (3 Replies)
Discussion started by: Kacyndra
3 Replies

8. Shell Programming and Scripting

Creating a Daemon??

How in the world do you create a daemon and get it to start with a startup script? could someone tell me in detail im going nuts...thanks (1 Reply)
Discussion started by: nmajin
1 Replies

9. Programming

daemon

I want to write background running program. How to use daemon function. Please send me source code. Thanks. (1 Reply)
Discussion started by: bat_oyu
1 Replies
Login or Register to Ask a Question