Hi, Kristis 
Thank you for your kindness. I have understand what's your means.

I have installed Bugzilla 3.0.2 in machine A(134.122.180.251), and the daemon 
is set ok as below:
        # This MUST be in the format x.y.z, where x,y,z
        # are integers
        version => '3.0.0',
        database_location => '134.122.181.42',
        database_port => '3306',
        # Valid values are the ones accepted by the Perl DBI.
        #
        # For Bugzilla and RequestTracker, this value is ignored
        #
        # For Mantis, *some* valid values (there are others) are:
        # - 'mysql'
        # - 'Pg'
        database_vendor => 'mysql',
        # For RequestTracker these values are ignored
        database_name => 'bugdb',                                               
 #machine B(134.122.181.42) mysql database name.
        database_username => 'bugdb',
        database_password => 'phoenix',

        # Used only for Bugzilla.
        #
        # Flags whether the live bugtracker instance is installed
        # locally on the same machine the daemon is running
        installed_locally => 0,

        # Used for Bugzilla and RequestTracker.
        #
        # Path to the directory of the bugtracker sources providing an
        # API that the daemon can use
        installation_directory => '/var/www/html/bugzilla-3.0.2',               
         #The directory is the same path in the machine A and B

        # Prefix used to display a bug
        bug_url_prefix => 'http://134.122.181.42/show_bug.cgi?id=' },
then I run glue:
   scmbug_install_glue --scm=Subversion --product=TestProduct 
--repository=file:///var/repos/ --bug=770 --binary-paths=/bin,/usr/bin 
--daemon=134.122.181.42
But it failed as below:
   Scmbug error 32: Unable to connect to integration daemon at 
'134.122.181.42', port '3872'. Is the daemon running ?
Is the daemon setting's IP address right?


Thanks
Victor Gong

-----Original Message-----
From: Kristis Makris [mailto:[EMAIL PROTECTED] 
Sent: 2008年1月31日 10:56
To: Victor Gong
Cc: [email protected]
Subject: RE: Re[6]: [scmbug-users] Question on remote setup

On Thu, 2008-01-31 at 09:14 +0800, Victor Gong wrote:
> Sorry, I know, but the directory of /var/www/html/bugzilla-3.0.2 is in the 
> another machine 134.122.181.42.
> I want to the SCMBug in the machine 134.122.180.251 can bug-track the 
> Bugzilla in the machine 134.122.181.42.
> Does it have some sections separately in the manual.

You said "I want to the Scmbug". I think there's a word missing there. 

But I think I understand what you mean. I think you need to also install the 
Bugzilla 3.0.2 code (NOT the database) in /var/www/html/bugzilla-3.0.2 on the 
machine that the Scmbug daemon is running (even though the actual Bugzilla 
database and Bugzilla application are running on 134.122.181.42) just so the 
daemon can use the Bugzilla API.
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to