Ok, here are the parts of our Configuration Files.

Tobias

Am 26.07.2012 20:24, schrieb Martin Simmons:
Yes, that's better.

I think this can be caused by a mismatch between the Director or SD configs.

Can you post the Storage, Device and Autochanger sections from the
bacula-dir.conf and bacula-sd.conf?

__Martin


On Wed, 25 Jul 2012 15:52:19 +0200, Tobias Dinse said:
Ok, I compiled our 5.0.2 Version of Bacula and attached the new report.
I hope this time its better  bu I can still see an ????.

I also tried to use 5.2.10 with 2 test machines. Both give the same
error as 5.0.2 :(

regards

Tobias

Am 24.07.2012 19:45, schrieb Martin Simmons:
That's good, but unfortunately the backtrace doesn't show the function names.
Can you recompile bacula with debugging options (just set CFLAGS="-g" in the
environment before running configure).

Also, have you considered upgrading both Director and SD to 5.2.10?

__Martin


On Mon, 23 Jul 2012 09:38:44 +0200, Tobias Dinse said:
Hi,

the Debug Informations are on the Attachment. It create it manually like
it was shown on the Bacula Homepage.

regards

Tobias


Am 20.07.2012 20:11, schrieb Martin Simmons:
On Fri, 20 Jul 2012 09:41:26 +0200, Tobias Dinse said:
Syslog on sd:

Jul 20 09:35:30 lx03-baculasd-ourcustomer bacula-sd: Bacula interrupted
by signal 11: Segmentation violation

after getting this error Msg the sd-service crashing down
The next step is to attach gdb to the bacula-sd process before it crashes and
then get backtraces with "thread apply all bt".  You may need to recompile it
with debugging options (CFLAGS="-g").

__Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
--
# Stegbauer Datawork
# Tobias Dinse
# +49 (8571) 922213
# Oberjulbachring 9, 84387 Julbach
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
# Stegbauer Datawork
# Tobias Dinse
# +49 (8571) 922213
# Oberjulbachring 9, 84387 Julbach


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
# Stegbauer Datawork
# Tobias Dinse
# +49 (8571) 922213
# Oberjulbachring 9, 84387 Julbach

Director {                            # define myself
  Name = lx02-ourcustomer-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 1
  Password = "our-dir-pw"         # Console password
  Messages = Daemon
  #DirAddress = 127.0.0.1
}
Storage {
  Name = IBM-LTO3-dir
  #Do not use "localhost" here
  Address = 192.168.2.10                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "our-sd-pw"          # password for Storage daemon
  Device = IBM-LTO3-sd
  Media Type = LTO3                  # must be same as MediaType in Storage 
daemon
  Autochanger = no                   # enable for autochanger device
}

Storage {                             # definition of myself
  Name = lx03-baculasd-ourcustomer-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 20
  SDAddress = 0.0.0.0
}
Director {
  Name = lx02-ourcustomer-dir
  Password = "our-sd-pw"
}
Messages {
  Name = Standard
  director = lx02-ourcustomer-dir = all
}

Device {
  Name = IBM-LTO3-sd
  Media Type = LTO3
  Archive Device = /dev/nst0
  Removable Media = yes
  RandomAccess = no
  Autochanger = yes
  Backward Space Record = yes
  Label Media = No
  Offline on Unmount = yes
  Alert Command = "sh -c 'tapeinfo -f /dev/sg4 |grep TapeAlert|cat'"
  Spool Directory = /var/spool/baculaspool
  Maximum Spool Size = 53687091200
  Maximum File Size = 8G
}

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to