Hello,

the server started. Here are my test outputs

# ps axf|grep scmbug|grep -v grep

3139 ?        Sl     0:03  
/usr/share/scmbug/lib/Scmbug/Daemon/BugtrackerFactory.pm
3276 ?        Sl     0:03  /etc/scmbug/daemon.conf
14164 ?        Ss     0:00 /usr/bin/perl /usr/sbin/scmbug_daemon.pl 
/etc/scmbug/daemon.conf

# netstat -anp|grep 3872
tcp        0      0 0.0.0.0:3872            0.0.0.0:*               LISTEN      
14164/perl

Maybe it is a firewall problem. I will check it now

Thank you for your answers

From: [email protected] 
[mailto:[email protected]] On Behalf Of Yavor Nikolov
Sent: Tuesday, June 28, 2011 1:35 PM
To: [email protected]
Subject: Re: [scmbug-users] Bugzilla 4.0.1 Support Problems

Here are the outputs of a few simple tests on a working configuration:

# ps axf | grep scmbug | grep -v grep
 4899 ?        Ss     0:00 /usr/bin/perl 
/usr/sbin/scmbug_daemon.pl<http://scmbug_daemon.pl> /etc/scmbug/daemon.conf

# netstat -anp | grep 3872
tcp        0      0 0.0.0.0:3872<http://0.0.0.0:3872>                0.0.0.0:*  
                 LISTEN      4899/perl

# telnet localhost 3872
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
SCMBUG-SERVER RELEASE_0-26-22 27

Regards,
Yavor
On Tue, Jun 28, 2011 at 13:55, Yavor Nikolov 
<[email protected]<mailto:[email protected]>> wrote:
Could you post your scmbug_install_glue.pl<http://scmbug_install_glue.pl> 
command and output?

On Tue, Jun 28, 2011 at 13:50, Yavor Nikolov 
<[email protected]<mailto:[email protected]>> wrote:
Hi Afi,

You may try switching logging to a more detailed level (daemon.conf).
Have you also customized your daemon.conf accordingly (e.g. for the custom 
workflow you probably want to touch bug_status_map).

As Thorsten has advised - check if the daemon script is running before and 
after your attempt to install glue.

Best regards,
Yavor

2011/6/28 Thorsten Schöning 
<[email protected]<mailto:[email protected]>>
Guten Tag Amouzou, Afi,
am Dienstag, 28. Juni 2011 um 11:39 schrieben Sie:

> When I start the server I get the following errors:

> Starting SCM to bug-tracking integration daemon: scmbug_daemon
> Using a hash as a reference is deprecated at
This is no error, but a warning and shouldn't harm.

> And if I want to install the glue I get the error: scmbug error 32:
> Unable to connect to integration daemon at "My IP", port '3872'. Is the 
> daemon running?
Check if the deamon is really running in the moment you get the error
using the pid or "ps axf | grep perl" or something like that. I would
think yes and the real error is a firewall or stuff like that in front
of SCMBug.

Mit freundlichen Grüßen,

Thorsten Schöning

--
Thorsten Schöning
AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig

Telefon: Potsdam: 0331-743881-0<tel:0331-743881-0>
E-Mail:  [email protected]<mailto:[email protected]>
Web:     http://www.am-soft.de

AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam
Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow

_______________________________________________
scmbug-users mailing list
[email protected]<mailto:[email protected]>
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users



_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to