In order to test git protocol, we need to have git port(9418) open on git7site.

BTW, for some reason git-daemon was not installed there.

halstead helped me to figure out this.

Comments

halstead’s picture

Opening port 9418 could be added to /etc/firewall.d/49git or put in its own 55gitdaemon file.

We also might want to change /etc/xinetd.d/git-daemon to contain the correct IP address for git7site.

--- /etc/xinetd.d/git-daemon	2013-08-23 05:51:52.000000000 +0000
+++ /tmp/puppet-file.10923.0	2013-08-23 16:51:58.000000000 +0000
@@ -3,7 +3,7 @@
         disable         = no
         socket_type     = stream
         wait            = no
-        bind            = 140.211.10.22
+        bind            = 140.211.10.6
         user            = nobody
         protocol        = tcp
         per_source      = 400
notice: /Stage[main]/Gitdaemon/File[/etc/xinetd.d/git-daemon]/content: current_value {md5}f77ae3939957756a83c35257478553d7, should be {md5}3ea53c7819d55c3ab0f8b8a17369c852 (noop)
notice: /etc/xinetd.d/git-daemon: Would have triggered 'refresh' from 1 events
drumm’s picture

Issue tags: -drupal.org D7

I committed a fix for /etc/xinetd.d/git-daemon to Puppet. The file now follows the select-by-fqdn pattern.

drumm’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)