Re: Amanda failing on sendsize

2007-10-16 Thread on
Hi, even without debug symbols, you should be able to get a backtrace from gdb. Do you mind sending that on? My bad, here it is. #0 0x2808f46c in debug_stralloc () from /usr/local/lib/libamanda-2.5.1p3.so #1 0x280a3f08 in append_sl () from /usr/local/lib/libamanda-2.5.1p3.so #2 0x0804a7d4

Re: Amanda failing on sendsize

2007-10-16 Thread Dustin J. Mitchell
On 10/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: even without debug symbols, you should be able to get a backtrace from gdb. Do you mind sending that on? My bad, here it is. Hmm .. not so helpful after all. I configure with ./configure CFLAGS=-O0 -ggdb ... to get debugging

Re: Amanda failing on sendsize

2007-10-16 Thread Olivier Nicole
Hi, Here is the backtrace for failling sendsize: (gdb) run Starting program: /usr/ports/misc/amanda-client/work/amanda-2.5.1p3/client-src/.libs/sendsize OPTIONS maxdumps=1;hostname=ufo1000; OPTIONS GNUTAR /ftp 0 1970:1:1:0:0:0 0 GNUTAR /web 0 1970:1:1:0:0:0 1 GNUTAR /web 2 2007:10:5:18:16:10 1

Re: Amanda failing on sendsize

2007-10-16 Thread Dustin J. Mitchell
On 10/16/07, Olivier Nicole [EMAIL PROTECTED] wrote: If that is of any help? It is -- it jogs my memory. This was fixed in r331 of the trunk: r331 | djmitche | 2007-05-15 13:17:43 -0500 (Tue, 15 May 2007) | 1 line Changed

Re: Amanda failing on sendsize

2007-10-15 Thread Jean-Louis Martineau
Look in amandad.*.debug files Check for a line with amandad: creating new service: sendsize send all following lines starting with OPTIONS, GNUTAR or DUMP to sendsize stdin. Jean-Louis Olivier Nicole wrote: Hi, Is there a way to manually run sendsize? What are the arguments? When I run it

Re: Amanda failing on sendsize

2007-10-15 Thread Olivier Nicole
Hi, Now that I can manually run sendsize, I do get the core dump. Program received signal SIGSEGV, Segmentation fault. 0x2808f46c in debug_stralloc () from /usr/local/lib/libamanda-2.5.1p3.so How to recompile amanda with debuging symbols? I see nothing of the like in the configure script.

Re: Amanda failing on sendsize

2007-10-15 Thread Dustin J. Mitchell
even without debug symbols, you should be able to get a backtrace from gdb. Do you mind sending that on? Note that there have been a *lot* of bugfixes since 2.5.1-p3 -- so many I don't even recall if something like this was among them. That said, the backtrace should help us find the culprit.

Re: Amanda failing on sendsize

2007-10-14 Thread Olivier Nicole
Hi, Is there a way to manually run sendsize? What are the arguments? When I run it by hand (with no arguments) nothing happens and it sits there for ages, when it is called via amandad, it will coredump almost at once. Olivier

Amanda failing on sendsize

2007-10-12 Thread Olivier Nicole
Hi, I just upgraded amanda-client and gtar: gtar-1.18_1 GNU version of the traditional tar archiver amanda-client-2.5.1p3_1,1 The Advanced Maryland Automatic Network Disk Archiver on a 5.5 server FreeBSD ufo.cs.ait.ac.th 5.5-RELEASE-p15 FreeBSD 5.5-RELEASE-p15 #7: Wed Oct 3 10:17:29

Re: Amanda failing on sendsize

2007-10-12 Thread John E Hein
Olivier Nicole wrote at 15:14 +0700 on Oct 12, 2007: Hi, I just upgraded amanda-client and gtar: gtar-1.18_1 GNU version of the traditional tar archiver amanda-client-2.5.1p3_1,1 The Advanced Maryland Automatic Network Disk Archiver on a 5.5 server FreeBSD