Re: Got no header and data from server / Can't locate object method

2010-12-15 Thread Jean-Louis Martineau
What's the output of: grep -i AMANDA_COMPONENTS /usr/local/lib/perl5/site_perl/5.12.2/Amanda/Constants.pm Add the same 'use Amanda::XFerServer;' in /usr/local/lib/perl5/site_perl/5.12.2/Amanda/Taper/Scribe.pm Jean-Louis Toomas Aas wrote: T, 14 dets 2010 kirjutas Jean-Louis Martineau

Re: Got no header and data from server / Can't locate object method

2010-12-15 Thread Toomas Aas
T, 14 dets 2010 kirjutas Jean-Louis Martineau martin...@zmanda.com: Try this one line patch, you can patch the installed Clerk.pm file Thanks Jean-Louis, after applying this patch I could run amrecover successfully. However, the other problem remains in that when I run amdump or amflush,

[Amanda-users] amanda.conf config help

2010-12-15 Thread upengan78
Hello again, I think I am starting to realize that something needs to be configured properly in order to Fill the tapes to their MAX capacity. I'd like some advise on that. I can create another thread for that however, it may be something to do with existing configuration so I am continuing

Re: [Amanda-users] amanda.conf config help

2010-12-15 Thread Brian Cuttler
Upendra, I don't recall how large your holding area is or if you end up with multiple DLE in holding waiting for tape or not. I've had good success with taperalgo and selecting the largestfit option. This seems to fill my (non-spanning physical) tapes pretty close to 100%. If you have lots of

[Amanda-users] amanda.conf config help

2010-12-15 Thread upengan78
Thanks for your quick advise Brian, I still want to post my DLEs and their sizes, may be you or someone can throw additional ideas. weeklyfull ~ total size about 58GB pluto.ece.iit.edu /export/./abc /export {12G comp-tar include ./abc } -1 pluto.ece.iit.edu /export/./def

[Amanda-users] amanda.conf config help

2010-12-15 Thread upengan78
Thanks for your quick advise Brian, I still want to post my DLEs and their sizes, may be you or someone can throw additional ideas. weeklyfull ~ total size about 58GB client.domain.com /export/./abc /export {12G comp-tar include ./abc } -1 client.domain.com /export/./def

Re: Got no header and data from server / Can't locate object method

2010-12-15 Thread Toomas Aas
Hello Jean-Louis! What's the output of: grep -i AMANDA_COMPONENTS /usr/local/lib/perl5/site_perl/5.12.2/Amanda/Constants.pm $AMANDA_COMPONENTS = client amrecover ndmp; Add the same 'use Amanda::XFerServer;' in /usr/local/lib/perl5/site_perl/5.12.2/Amanda/Taper/Scribe.pm Thanks a

Re: Got no header and data from server / Can't locate object method

2010-12-15 Thread Jean-Louis Martineau
Toomas Aas wrote: Hello Jean-Louis! What's the output of: grep -i AMANDA_COMPONENTS /usr/local/lib/perl5/site_perl/5.12.2/Amanda/Constants.pm $AMANDA_COMPONENTS = client amrecover ndmp; That's the problem, it looks like the server code is installed but it is not in that line. I don't know

Re: Got no header and data from server / Can't locate object method

2010-12-15 Thread Toomas Aas
K, 15 dets 2010 kirjutas Jean-Louis Martineau martin...@zmanda.com: Toomas Aas wrote: $AMANDA_COMPONENTS = client amrecover ndmp; That's the problem, it looks like the server code is installed but it is not in that line. I don't know how the FreeBSD port collection works, but it is not