From michal.karas at gmail.com Fri Jul 21 18:35:34 2006 From: michal.karas at gmail.com (Michal Karas) Date: Sat, 22 Jul 2006 00:35:34 +0200 Subject: darc installation problem Message-ID: <7dfb507d0607211535n35698541y9ab3950f9e678645@mail.gmail.com> Hi I`ve installed darc in my testing environment. I`ve added few machines. Darc is able to "connect" to some of the machines and chech database however I`m unable to initailize 2 machines. The error message I get is as follows : "Unable to find host "pghideo1" in config.host_list" in config.py I`ve definied pghideo1 as follows pghideo1 = host ( hostname='pghideo1.pol-glass.com', aconf='aide-openbsd.conf', arch='openbsd') Regards Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: From martinson.jacob at gmail.com Fri Jul 21 19:31:35 2006 From: martinson.jacob at gmail.com (jacob martinson) Date: Fri, 21 Jul 2006 18:31:35 -0500 Subject: [darc] darc installation problem In-Reply-To: <7dfb507d0607211535n35698541y9ab3950f9e678645@mail.gmail.com> References: <7dfb507d0607211535n35698541y9ab3950f9e678645@mail.gmail.com> Message-ID: <5b7479590607211631q43300d90h9cf20047d006f588@mail.gmail.com> You have to include pghideo1 in the host_list array at the end of the config. It might look something like this: pghideo1 = host ( hostname='pghideo1.pol-glass.com ', aconf='aide-openbsd.conf', arch='openbsd') pghideo2 = host ( hostname='pghideo2.pol-glass.com ', aconf='aide-openbsd.conf', arch='openbsd') host_list = [pghideo1, pghideo2] Jacob On 7/21/06, Michal Karas wrote: > Hi > > I`ve installed darc in my testing environment. I`ve added few machines. > Darc is able to "connect" to some of the machines and chech > database however I`m unable to initailize 2 machines. > The error message I get is as follows : > > "Unable to find host "pghideo1" in config.host_list" > > in config.py I`ve definied pghideo1 as follows > > pghideo1 = host ( hostname='pghideo1.pol-glass.com ', > aconf='aide-openbsd.conf', > arch='openbsd') > > Regards > > Mike > > From michal.karas at gmail.com Fri Jul 21 19:55:21 2006 From: michal.karas at gmail.com (Michal Karas) Date: Sat, 22 Jul 2006 01:55:21 +0200 Subject: [darc] darc installation problem In-Reply-To: <5b7479590607211631q43300d90h9cf20047d006f588@mail.gmail.com> References: <7dfb507d0607211535n35698541y9ab3950f9e678645@mail.gmail.com> <5b7479590607211631q43300d90h9cf20047d006f588@mail.gmail.com> Message-ID: <7dfb507d0607211655j3fef51cejb905e6d18d291ffd@mail.gmail.com> 2006/7/22, jacob martinson : > > You have to include pghideo1 in the host_list array at the end of the > config. > > It might look something like this: > > > pghideo1 = host ( hostname='pghideo1.pol-glass.com ', > aconf='aide-openbsd.conf', > arch='openbsd') > pghideo2 = host ( hostname='pghideo2.pol-glass.com ', > aconf='aide-openbsd.conf', > arch='openbsd') > > host_list = [pghideo1, pghideo2] > > > > Well I think that host_list array is configured correct : host_list = [kasparow,tcmon1,tcsec2,pr,pghideo1] -------------- next part -------------- An HTML attachment was scrubbed... URL: