Project

General

Profile

Actions

Bug #2734

closed

"/etc/init.d/rudder-agent restart" is broken

Added by Gonéri Le Bouder over 11 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
3
Assignee:
Nicolas PERRON
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

root@srv00015:/srv/tftp# ps aux|grep cf
root     31306  0.0  0.0   6028   684 pts/1    S+   21:48   0:00 grep cf
root@srv00015:/srv/tftp# /etc/init.d/rudder-agent start
rudder-agent[31315]: [INFO] Using /etc/default/rudder-agent for configuration
rudder-agent[31318]: [INFO] Using /var/rudder/cfengine-community for Cfengine workdir
rudder-agent[31319]: [INFO] Launching Cfengine Community cf-serverd...
rudder-agent[31325]: [OK] Cfengine Community cf-serverd started after 1 seconds
rudder-agent[31326]: [INFO] Launching Cfengine Community cf-execd...
rudder-agent[31333]: [OK] Cfengine Community cf-execd started after 1 seconds
root@srv00015:/srv/tftp# ps aux|grep cf
root     31322  0.0  0.0  35492  2740 ?        Ss   21:49   0:00 /var/rudder/cfengine-community/bin/cf-serverd
root     31330  0.0  0.0  35404  2468 ?        Ss   21:49   0:00 /var/rudder/cfengine-community/bin/cf-execd
root     31335  0.0  0.0   6028   684 pts/1    S+   21:49   0:00 grep cf
root@srv00015:/srv/tftp# /etc/init.d/rudder-agent restart
rudder-agent[31343]: [INFO] Using /etc/default/rudder-agent for configuration
rudder-agent[31346]: [INFO] Using /var/rudder/cfengine-community for Cfengine workdir
rudder-agent[31347]: [INFO] Halting Cfengine Community cf-serverd...
rudder-agent[31351]: [OK] Cfengine Community cf-serverd stopped after 2 seconds
rudder-agent[31352]: [INFO] Halting Cfengine Community cf-execd...
rudder-agent[31356]: [OK] Cfengine Community cf-execd stopped after 2 seconds
rudder-agent[31357]: [INFO] Launching Cfengine Community cf-serverd...
rudder-agent[31363]: [OK] Cfengine Community cf-serverd started after 1 seconds
rudder-agent[31364]: [INFO] Launching Cfengine Community cf-execd...

rudder-agent[31486]: [ALERT] no PID file for cf-execd after 30 seconds. Trying again...

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #2735: warning during update-rc.dRejectedGonéri Le Bouder2012-07-30Actions
Actions #1

Updated by Gonéri Le Bouder over 11 years ago

Hum, the agent managed to start after 2 retry.

Actions #2

Updated by Gonéri Le Bouder over 11 years ago

The server hostname is in /etc/hosts and I use the IP address in /var/rudder/cfengine-community/policy_server.dat.

Actions #3

Updated by Nicolas PERRON over 11 years ago

Did you launch /opt/rudder/sbin/cf-agent ?

Actions #4

Updated by Gonéri Le Bouder over 11 years ago

I just started "/etc/init.d/rudder-agent start" after the package installation.

Actions #5

Updated by Matthieu CERDA over 11 years ago

Do you have a cf-execd running when you launch "ps aux|grep cf-execd" ?

Actions #7

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from New to Discussion
  • Assignee changed from Jonathan CLARKE to Gonéri Le Bouder
  • Target version set to 2.4.0~beta4

Gonéri, am I right in understanding that this happens on a Debian Wheezy system, or also on Squeeze?

What makes you think that this is related to the boot order sequence? I'm not sure I understand the link.

I'd like to fix this in the next upcoming 2.4 beta version if possible.

Actions #8

Updated by Gonéri Le Bouder over 11 years ago

This is a Squeeze system.

Actions #9

Updated by Jonathan CLARKE over 11 years ago

Gonéri Le Bouder wrote:

This is a Squeeze system.

OK, thanks for confirming.

Then can you explain what makes you think this is related to not having LSB-headers? (I agree that we should add them, but that's already in another ticket, I'm just not sure where this bug comes from...)

Actions #10

Updated by Jonathan CLARKE over 11 years ago

  • Assignee changed from Gonéri Le Bouder to Matthieu CERDA
  • Target version changed from 2.4.0~beta4 to 2.4.0~rc1

Let's see if this still happens when we've added the LSB headers

Actions #11

Updated by Jonathan CLARKE over 11 years ago

  • Assignee changed from Matthieu CERDA to Nicolas PERRON
Actions #12

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from Discussion to 2
  • Priority changed from N/A to 3
Actions #13

Updated by Nicolas PERRON over 11 years ago

I'm not sure to understand the problem here, but it can't be related to non-LSB header since there are LSB header in rudder-agent init script.

I suppose the related issue is: #2735

Actions #14

Updated by Gonéri Le Bouder over 11 years ago

I don't think there is a problem at all. the LSB header seem valid.

Actions #15

Updated by Nicolas PERRON over 11 years ago

Gonéri Le Bouder wrote:

I don't think there is a problem at all. the LSB header seem valid.

Ok, then I suppose we can reject this bug.

Actions #16

Updated by Gonéri Le Bouder over 11 years ago

Reject? There where no LSB header when did my test.

Actions #17

Updated by Nicolas PERRON over 11 years ago

Gonéri Le Bouder wrote:

Reject? There where no LSB header when did my test.

Are you sure ? I've just checked and the LSB header exist on rudder-agent at least since Rudder 2.3.0 .

Actions #18

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from 2 to Rejected

Gonéri Le Bouder wrote:

I don't think there is a problem at all. the LSB header seem valid.

Thanks for confirming Gonéri.

cf-execd sometimes takes a while to stop gracefully, which is what you're seeing here, I think.

This is unrelated to LSB headers, which have been in the rudder-agent init script since the original 2.3.0 release in October 2011.

Marking this bug as "Rejected", since there is no actual bug here. Feel free to re-open if you disagree, or we have misunderstood you.

Actions #19

Updated by Nicolas PERRON over 11 years ago

  • Target version changed from 2.4.0~rc1 to 2.4.0~beta5
Actions #20

Updated by Nicolas PERRON about 11 years ago

  • Project changed from Rudder to 34
  • Category deleted (11)
Actions #21

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF