Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Marcus Meyer
Am Freitag, 19. Mai 2006 10:25 schrieb Arno Lehmann:
 Hello,

 On 5/16/2006 7:17 AM, Marcus Meyer wrote:
  Hello!
 
  I'm using Debian testing/unstable with bacula version 1.38.9.

 Which architecture? 64bits perhaps? In that case, try compiling with -O0
 (oh zero) to disable optimization. There seems to be a problem there.
 There's also a report that defining -fno-strict-aliasing (hope I recall
 correctly) fixes that, too, and still allows optimizing the code.

I use the original i386 debian deb packages from unstable.

Last two days I compiled the source from Sourceforge and everything went fine.
It seems to be a problem in the debian package.
When I compiled the debian source package and I've got the error.

I don't know much about the debian/rule file but I thing there must be an 
error in the compiler flags.

I will test this weekend and analyze the error and maybe open a bug report at 
bugs.debian.org

Maybe someone can confirm the problem in the debian package.

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Marcus Meyer
Am Freitag, 19. Mai 2006 12:17 schrieb Greg Foster:

 Yes, same issue here.   Grabbed the 1.38.9 source from SF, compiled
 it, and now the Autochanger stanza doesn't make bacula-sd die.

 Greg.

Hi!

Someone opend already a bugreport at debian.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367424

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problems with ADIC Autochanger

2006-05-16 Thread Marcus Meyer

Hello!

I'm using Debian testing/unstable with bacula version 1.38.9.

The Autochanger is a ADIC FastStore 7 with a DLT-4000 device.

When I start bacula-sd with /etc/init.d/bacula-sd start I've get an Error.

server:/etc/bacula# /etc/init.d/bacula-sd start
Starting Bacula Storage daemon: 15-Mai 22:04 bacula-sd: Fatal Error 
because: Bacula interrupted by signal 11: Segmentation violation

Kaboom! bacula-sd, bacula-sd got signal 11. Attempting traceback.
Kaboom! exepath=/usr/sbin/
Calling: /usr/sbin/btraceback /usr/sbin/bacula-sd 25680
Traceback complete, attempting cleanup ...

The debugging message:

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213823296 (LWP 25680)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7e601fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0
/etc/bacula/scripts/btraceback.gdb:1: Error in sourced command file:
No symbol table is loaded.  Use the file command.

Not much :-(

This happens only when I configure the autochanger in the bacula-sd.conf 
file.


Autochanger {
  Name = ADIC #
  Description = ADIC VLS DLT400
  Device = AUTO-DLT
  Changer Device = /dev/sg2
  Changer Command = /etc/bacula/scripts/mtx-changer %c %o %S %a %d
}

Device {
  Name = AUTO-DLT #
  Description = ADIC DLT4000
  Media Type = DLT-auto
  Archive Device = /dev/nst0
  AutomaticMount = yes;   # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes;
  LabelMedia = no;
  Alert Command = sh -c 'tapeinfo -f %c |grep TapeAlert|cat'
  Maximum Spool Size = 1895219200
  Maximum Job Spool Size = 1695219200
  Spool Directory = /var/spool/bacula
}

bacula-dir.conf :

Storage {
  Name = ADIC
#  Do not use localhost here
  Address = server# N.B. Use a fully qualified name here
  SDPort = 9103
  Password =   # password for 
Storage daemon

  Device = ADIC
  Media Type = DLT-auto
  Autochanger = yes
}


If I use Storage File everything is ok.

Thanks in advance for any help/tips

Marcus



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problems with ADIC Autochanger

2006-05-15 Thread Marcus Meyer

Hello!

I'm using Debian testing/unstable with bacula version 1.38.9.

The Autochanger is a ADIC FastStore 7 with a DLT-4000 device.

When I start bacula-sd with /etc/init.d/bacula-sd start I've get an Error.

server:/etc/bacula# /etc/init.d/bacula-sd start
Starting Bacula Storage daemon: 15-Mai 22:04 bacula-sd: Fatal Error 
because: Bacula interrupted by signal 11: Segmentation violation

Kaboom! bacula-sd, bacula-sd got signal 11. Attempting traceback.
Kaboom! exepath=/usr/sbin/
Calling: /usr/sbin/btraceback /usr/sbin/bacula-sd 25680
Traceback complete, attempting cleanup ...

The debugging message:

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213823296 (LWP 25680)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7e601fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0
/etc/bacula/scripts/btraceback.gdb:1: Error in sourced command file:
No symbol table is loaded.  Use the file command.

Not much :-(

This happens only when I configure the autochanger in the bacula-sd.conf 
file.


Autochanger {
 Name = ADIC #
 Description = ADIC VLS DLT400
 Device = AUTO-DLT
 Changer Device = /dev/sg2
 Changer Command = /etc/bacula/scripts/mtx-changer %c %o %S %a %d
}

Device {
 Name = AUTO-DLT #
 Description = ADIC DLT4000
 Media Type = DLT-auto
 Archive Device = /dev/nst0
 AutomaticMount = yes;   # when device opened, read it
 AlwaysOpen = yes;
 RemovableMedia = yes;
 RandomAccess = no;
 AutoChanger = yes;
 LabelMedia = no;
 Alert Command = sh -c 'tapeinfo -f %c |grep TapeAlert|cat'
 Maximum Spool Size = 1895219200
 Maximum Job Spool Size = 1695219200
 Spool Directory = /var/spool/bacula
}

bacula-dir.conf :

Storage {
 Name = ADIC
#  Do not use localhost here
 Address = server# N.B. Use a fully qualified name here
 SDPort = 9103
 Password =   # password for 
Storage daemon

 Device = ADIC
 Media Type = DLT-auto
 Autochanger = yes
}


If I use Storage File everything is ok.

Thanks in advance for any help/tips

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users