Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Jean-Francois Malouin
* Jean-Louis Martineau  [20090708 10:49]:
> We made no change in 2.6.1 for --with-testing, but we didn't test it  
> either...
> What's the value of AMANDA_SERVICE_NAME is config/config.h in the build  
> directory? That's the service name it is using.

grep AMANDA_SERVICE_NAME ./config/config.h
#define AMANDA_SERVICE_NAME "amanda-av48-2"
#define KAMANDA_SERVICE_NAME "kamanda-av48-2"

thanks,
jf

>
> Jean-Louis
>
> Jean-Francois Malouin wrote:
>> * Jean-Louis Martineau  [20090708 08:42]:
>>   
>>> Jean-Francois Malouin wrote:
>>> 
 Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck 
 outputs: 


 Server check took 0.004 seconds
 amcheck-clients: amanda/tcp unknown protocol
 
>>> This message is misleading when configured with '--with-testing'.
>>> amanda use the 'amanda-av48-2/tcp' service, you must add it to   
>>> /etc/services.
>>> 
>>
>> It's there: remember it used to work with 2.6.0 with the same
>> configuration.
>>
>>   
>>> --with-testing will be remove from the next release, it will be 
>>> possible  to set the service name in the dumptype.
>>> 
>>
>> As I replied to Dustin, make sure to document that in the Changelog.
>>
>> thank you,
>> jf
>>
>>   
>>> Jean-Louis
>>>
>>> 
 Amanda Backup Client Hosts Check
 

 (brought to you by Amanda 2.6.1p1)

 The server is configured and compiled with 

 ./configure \
 --prefix=/opt/amanda\
 --with-testing=av48-2   \
 --with-tmpdir=/var/tmp/amanda   \
 --with-amperldir=/opt/amanda/perl   \
 --with-config=top   \
 --with-user=amanda  \
 --with-group=disk   \
 --with-bsdtcp-security  \
 --with-amandahosts  \
 --with-tape-device=/dev/nst0\
 --with-changer-device=/dev/changer  \
 --with-tape-server=wart \
 --with-index-server=wart

 I did a test by removing the `--with-testing' option and it works 
 so has something changed in the config
 step?

 thanks,
 jf
 
>>
>>   

-- 
<° >< Jean-François Malouin  McConnell Brain Imaging Centre
Systems/Network Administrator   Montréal Neurological Institute
3801 Rue University, Suite WB219, Montréal, Québec, H3A 2B4, Canada


Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Jean-Louis Martineau
We made no change in 2.6.1 for --with-testing, but we didn't test it 
either...
What's the value of AMANDA_SERVICE_NAME is config/config.h in the build 
directory? That's the service name it is using.


Jean-Louis

Jean-Francois Malouin wrote:

* Jean-Louis Martineau  [20090708 08:42]:
  

Jean-Francois Malouin wrote:

Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs: 



Server check took 0.004 seconds
amcheck-clients: amanda/tcp unknown protocol
  
  

This message is misleading when configured with '--with-testing'.
amanda use the 'amanda-av48-2/tcp' service, you must add it to  
/etc/services.



It's there: remember it used to work with 2.6.0 with the same
configuration.

  
--with-testing will be remove from the next release, it will be possible  
to set the service name in the dumptype.



As I replied to Dustin, make sure to document that in the Changelog.

thank you,
jf

  

Jean-Louis



Amanda Backup Client Hosts Check


(brought to you by Amanda 2.6.1p1)

The server is configured and compiled with 


./configure \
--prefix=/opt/amanda\
--with-testing=av48-2   \
--with-tmpdir=/var/tmp/amanda   \
--with-amperldir=/opt/amanda/perl   \
--with-config=top   \
--with-user=amanda  \
--with-group=disk   \
--with-bsdtcp-security  \
--with-amandahosts  \
--with-tape-device=/dev/nst0\
--with-changer-device=/dev/changer  \
--with-tape-server=wart \
--with-index-server=wart

I did a test by removing the `--with-testing' option and it works so 
has something changed in the config

step?

thanks,
jf
  
  


  




Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Dustin J. Mitchell
On Wed, Jul 8, 2009 at 8:53 AM, Jean-Francois
Malouin wrote:
> Then remove it altogether because it is broken right now.
> It used to work prior to 2.6.1 and I don't see any mention
> of that in the Changelog.

Sorry, I was thinking of --with-suffix, which is different.  The error
reporting from --with-testing was accidentally broken, and we'll get a
fix committed shortly.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com


Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Jean-Francois Malouin
* Jean-Louis Martineau  [20090708 08:42]:
> Jean-Francois Malouin wrote:
>> Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs: 
>> 
>>
>> Server check took 0.004 seconds
>> amcheck-clients: amanda/tcp unknown protocol
>>   
> This message is misleading when configured with '--with-testing'.
> amanda use the 'amanda-av48-2/tcp' service, you must add it to  
> /etc/services.

It's there: remember it used to work with 2.6.0 with the same
configuration.

>
> --with-testing will be remove from the next release, it will be possible  
> to set the service name in the dumptype.

As I replied to Dustin, make sure to document that in the Changelog.

thank you,
jf

>
> Jean-Louis
>
>> Amanda Backup Client Hosts Check
>> 
>>
>> (brought to you by Amanda 2.6.1p1)
>>
>> The server is configured and compiled with 
>>
>> ./configure \
>> --prefix=/opt/amanda\
>> --with-testing=av48-2   \
>> --with-tmpdir=/var/tmp/amanda   \
>> --with-amperldir=/opt/amanda/perl   \
>> --with-config=top   \
>> --with-user=amanda  \
>> --with-group=disk   \
>> --with-bsdtcp-security  \
>> --with-amandahosts  \
>> --with-tape-device=/dev/nst0\
>> --with-changer-device=/dev/changer  \
>> --with-tape-server=wart \
>> --with-index-server=wart
>>
>> I did a test by removing the `--with-testing' option and it works so 
>> has something changed in the config
>> step?
>>
>> thanks,
>> jf
>>   

-- 
<° >< Jean-François Malouin  McConnell Brain Imaging Centre
Systems/Network Administrator   Montréal Neurological Institute
3801 Rue University, Suite WB219, Montréal, Québec, H3A 2B4, Canada


Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Jean-Francois Malouin
* Dustin J. Mitchell  [20090707 18:59]:
> On Tue, Jul 7, 2009 at 5:11 PM, Jean-Francois
> Malouin wrote:
> > Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs:
> >
> > Server check took 0.004 seconds
> > amcheck-clients: amanda/tcp unknown protocol
> 
> I assume that you've checked that amanda/tcp appears in /etc/services?

yes, it's there by default as are the entries required when configuring
with `--with-testing'.

> My first thought was that Amanda was adding the suffix to the service
> name, but this doesn't seem to be the case.

not anymore it seems.

> 
> Also, the --with-testing method of testing Amanda isn't really
> supported anymore, and to be honest should be removed entirely.
> Instead, you should install "testing" versions of Amanda in a
> different prefix, and adjust your $PATH accordingly.

Then remove it altogether because it is broken right now.
It used to work prior to 2.6.1 and I don't see any mention
of that in the Changelog.

regards,
jf

> 
> Dustin
> 
> -- 
> Open Source Storage Engineer
> http://www.zmanda.com

-- 
<° >< Jean-François Malouin  McConnell Brain Imaging Centre
Systems/Network Administrator   Montréal Neurological Institute
3801 Rue University, Suite WB219, Montréal, Québec, H3A 2B4, Canada


Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-08 Thread Jean-Louis Martineau

Jean-Francois Malouin wrote:
Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs: 


Server check took 0.004 seconds
amcheck-clients: amanda/tcp unknown protocol
  

This message is misleading when configured with '--with-testing'.
amanda use the 'amanda-av48-2/tcp' service, you must add it to 
/etc/services.


--with-testing will be remove from the next release, it will be possible 
to set the service name in the dumptype.


Jean-Louis


Amanda Backup Client Hosts Check


(brought to you by Amanda 2.6.1p1)

The server is configured and compiled with 


./configure \
--prefix=/opt/amanda\
--with-testing=av48-2   \
--with-tmpdir=/var/tmp/amanda   \
--with-amperldir=/opt/amanda/perl   \
--with-config=top   \
--with-user=amanda  \
--with-group=disk   \
--with-bsdtcp-security  \
--with-amandahosts  \
--with-tape-device=/dev/nst0\
--with-changer-device=/dev/changer  \
--with-tape-server=wart \
--with-index-server=wart

I did a test by removing the `--with-testing' option 
and it works so has something changed in the config

step?

thanks,
jf
  




Re: 2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-07 Thread Dustin J. Mitchell
On Tue, Jul 7, 2009 at 5:11 PM, Jean-Francois
Malouin wrote:
> Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs:
>
> Server check took 0.004 seconds
> amcheck-clients: amanda/tcp unknown protocol

I assume that you've checked that amanda/tcp appears in /etc/services?

My first thought was that Amanda was adding the suffix to the service
name, but this doesn't seem to be the case.

Also, the --with-testing method of testing Amanda isn't really
supported anymore, and to be honest should be removed entirely.
Instead, you should install "testing" versions of Amanda in a
different prefix, and adjust your $PATH accordingly.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com


2.6.1p1 amcheck-clients: amanda/tcp unknown protocol

2009-07-07 Thread Jean-Francois Malouin
Just upgraded a server from 2.6.0p2 to 2.6.1p1 and now amcheck outputs: 

Server check took 0.004 seconds
amcheck-clients: amanda/tcp unknown protocol

Amanda Backup Client Hosts Check


(brought to you by Amanda 2.6.1p1)

The server is configured and compiled with 

./configure \
--prefix=/opt/amanda\
--with-testing=av48-2   \
--with-tmpdir=/var/tmp/amanda   \
--with-amperldir=/opt/amanda/perl   \
--with-config=top   \
--with-user=amanda  \
--with-group=disk   \
--with-bsdtcp-security  \
--with-amandahosts  \
--with-tape-device=/dev/nst0\
--with-changer-device=/dev/changer  \
--with-tape-server=wart \
--with-index-server=wart

I did a test by removing the `--with-testing' option 
and it works so has something changed in the config
step?

thanks,
jf