Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Servers
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2013 at 17:49 UTC
Updated:
1 May 2015 at 18:14 UTC
Jump to comment: Most recent
The following services are needed to test Git services on http://git7site.devdrupal.org. Can these be set to start at boot so that manual intervention isn't needed after reboot? Or maybe check that they're running in Jenkins and start them if they're not as part of the set up for the automated test runs?
The goal is to prevent automated (and manual) testing from failing because services aren't available so we can focus on problems in the code.
Comments
Comment #1
marvil07 commentedI have been investigating this, runlevel on gitstaging box is 3, and taking a look to:
it seems like the only missing server at boot is git ssh daemon, but I could be wrong.
I remember drumm mentioning that the problem behind services not running, which has happened several times, has mainly to do with jenkins jobs (which (re)start/stop services) not ending correctly, so that could explain it.
In any case, git ssh daemon should be running at start. Any specific way to do that on CentOS, or should I just symlink to /etc/rc3.d/ directory.
Comment #1.0
marvil07 commentedAlso, beanstalkd
Comment #2
MixologicComment #3
basic commentedI ran [root@gitstaging ~]# chkconfig twisted-drupalGitSSHDaemon on
which added this daemon.