On 03/04/2015 06:52 PM, Hilario Fochi wrote: > I need help to understand the following errors in bareos-fd and bareos-sd: > > > Centos7 on a VirtualBox test machine > Bareos: 14.4.0.git.1423499701.555d4a9-1085.1.el7 > > sudo bareos-fd -t -c /etc/bareos/bareos-fd.conf > > BAREOS interrupted by signal 11: Segmentation violation > Kaboom! bareos-fd, localhost-fd got signal 11 - Segmentation violation. > Attempting traceback. > Kaboom! exepath=/usr/share/man > Calling: /usr/share/man/btraceback /usr/share/man/bareos-fd 7457 > /var/lib/bareos > execv: /usr/share/man/btraceback failed: ERR=No such file or directory > The btraceback call returned 255 > Dumping: /var/lib/bareos/localhost-fd.7457.bactrace > > > sudo bareos-sd -t -c /etc/bareos/bareos-sd.conf > > BAREOS interrupted by signal 11: Segmentation violation > Kaboom! bareos-sd, bareos-sd got signal 11 - Segmentation violation. > Attempting traceback. > Kaboom! exepath=/usr/share/man > Calling: /usr/share/man/btraceback /usr/share/man/bareos-sd 7386 > /var/lib/bareos > execv: /usr/share/man/btraceback failed: ERR=No such file or directory > The btraceback call returned 255 > Dumping: /var/lib/bareos/bareos-sd.7386.bactrace > > > Thanks in advance for any hint or explanation you may provide >
It's a bug in the development branch, it will be fixed soon. It tries to terminate a socket thread that has not been started, that only happens when running with -t to check configs, other usage should not be affected by this issue. 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.
