Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread FL
On Tue, Apr 15, 2008 at 11:11 PM, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote: > > *** glibc detected *** amcheck: double free or corruption (fasttop): > > 0x083bef40 *** > > Uh-oh! I could probably come up with 50 bugfixes that this might > correspond to over the last two years. ... > If yo

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread Dustin J. Mitchell
On Tue, Apr 15, 2008 at 11:31 PM, FL <[EMAIL PROTECTED]> wrote: > Q. Am I committed to 2.5.0p2? > A. No. > > Q. Will upgrading require some reconfiguration? > Let me guess: yes in both cases. Check out http://wiki.zmanda.com/index.php/Version_compatibility to be sure. 2.6.0 is basically the

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread Dustin J. Mitchell
On Tue, Apr 15, 2008 at 8:24 PM, FL <[EMAIL PROTECTED]> wrote: > *** glibc detected *** amcheck: double free or corruption (fasttop): > 0x083bef40 *** Uh-oh! I could probably come up with 50 bugfixes that this might correspond to over the last two years. If you're committed to 2.5.0p2, then a

Re: NFS mount tar incremental problem

2008-04-15 Thread Dustin J. Mitchell
On Tue, Apr 15, 2008 at 7:58 PM, Jordan Desroches <[EMAIL PROTECTED]> wrote: > I have not tested it yet myself, but version 1.2 of gnutar was released > yesterday (see http://www.gnu.org/software/tar/#TOCreleases ) and of > particular interest is this feature (quoted from the page): (version 1.20,

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread FL
There is more to this story: after addtressing the selinux issue, and setting the mode of .amandahosts to 600, I now have the following: -sh-3.1$ amcheck Daily Amanda Tape Server Host Check - Holding disk /home/amanda/holding-disk: 104765 MB disk space available, using

Re: NFS mount tar incremental problem

2008-04-15 Thread Jordan Desroches
I have not tested it yet myself, but version 1.2 of gnutar was released yesterday (see http://www.gnu.org/software/tar/#TOCreleases ) and of particular interest is this feature (quoted from the page): "New options --no-check-device, --check-device. The --no-check-device option disables compa

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread Dustin J. Mitchell
On Tue, Apr 15, 2008 at 6:15 PM, FL <[EMAIL PROTECTED]> wrote: > ... the wait completes and then > > wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5539 > --- SIGCHLD (Child exited) @ 0 (0) --- > wait4(-1, Does this repeat? It may be running the changer through a number of slot

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread FL
On Tue, Apr 15, 2008 at 6:20 PM, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 6:15 PM, FL <[EMAIL PROTECTED]> wrote: > > ... the wait completes and then > > > > wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5539 > > --- SIGCHLD (Child exited) @ 0 (0) --

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread Dustin J. Mitchell
On Tue, Apr 15, 2008 at 5:34 PM, FL <[EMAIL PROTECTED]> wrote: > Maybe it's time to contribute a rewrite > to chg-zd-mtx--unless there is an explicit inventory command I could > invoke in the changer.conf script) That would be great! That script doesn't get a lot of attention. > Now with the

Re: Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread FL
On Tue, Apr 15, 2008 at 5:55 PM, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 5:34 PM, FL <[EMAIL PROTECTED]> wrote: > > Maybe it's time to contribute a rewrite > > to chg-zd-mtx--unless there is an explicit inventory command I could > > invoke in the changer.conf scri

Attempted upgrade to Amanda 2.5.0: hangs in amcheck

2008-04-15 Thread FL
I am attempting to upgrade my amanda installation from 2.4.4p1 to 2.5.0 for various reasons (retiring a server that was giving me trouble, aspiring to membership in an exclusive club of AMANDA users, etc), I'm using CentOS. I may disable SElinux on the machine, although there were no avc errors

Re: amcheck gets permission denied error

2008-04-15 Thread Chris Hoogendyk
Dustin J. Mitchell wrote: That error is coming from client-src/sendbackup.c: 821 access_result = access(device, amode); 822 access_type = "access"; 823 824 if(access_result == -1) { 825 err = vstralloc("could not ", access_type, " ", qdevice, 826