On 02/16/2015 07:18 PM, John Naggets wrote:
> I managed resolve the ldd libary issue by adding the path /usr/lib/bareos to 
> the file /etc/ld.so.conf.d/bareos.conf and re-running ldconfig.

normally that's not necesary, should be fixable at compile time

> Now to test I am using the default bareos dir/sd/fd config files but simply 
> added the following Device to the sd config: 
> 
> Device { 
>   Name = GlusterStorage 
>   Archive Device = gluster://192.168.10.123/backup/bareos 
>   Device Type = gfapi 
>   Media Type = GlusterFile 
>   Label Media = yes 
>   Random Access = yes 
>   Automatic Mount = yes 
>   Removable Media = no 
>   Always Open = no 
> }
> 
> Then in the director config file I changed the File Storage to use the 
> GlusterStorage Device instead of the FileStorage.
> 
> That's all I did but after changing this I can not restart the bacula storage 
> daemon. I get the following mail warning:
> 
> Subject: Bareos NONE traceback of bareos-sd on myserver
> No debugger available on this platform,  please install one to get proper 
> stack trace
> 
> Any ideas what's wrong here?
> 

no, but to see what's happening, it's always a good idea to first
try to run bareos-sd in foreground with a debug-level >= 100
for example:

chsh -s /bin/bash bareos
service bareos-sd stop
su - bareos
/usr/sbin/bareos-sd -f -d 100


Regards

-- 
  Stephan Dühr                              [email protected]
  Bareos GmbH & Co. KG                      Phone: +49 221-630693-90
  http://www.bareos.com

  Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
  Komplementär: Bareos Verwaltungs-GmbH
  Geschäftsführer: S. Dühr, M. Außendorf,
  J. Steffens, Philipp Storz, M. v. Wieringen

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to