I’m trying to find a similar issue. I’m on AIX 7.1. I have built Bacula 9.0.6 
from source, fd only, non-static. I’m using gcc rather than xlC. Here’s what I 
have:

root:/opt/bacula/sbin> /opt/bacula/sbin/bacula-fd -f -c 
/opt/bacula/etc/bacula-fd.conf
Bacula interrupted by signal 11: Segmentation violation
Kaboom! bacula-fd, bacula-fd got signal 11 - Segmentation violation at 
28-Feb-2018 09:47:31. Attempting traceback.
Kaboom! exepath=/opt/bacula/sbin/
Calling: /opt/bacula/sbin/btraceback /opt/bacula/sbin/bacula-fd 13959390 
/tmp//bacula.13959390.traceback
A file or directory in the path name does not exist.
/opt/bacula/sbin/btraceback[60]: 
/tmp//bacula.13959390.traceback/bacula.13959390.traceback: 0403-005 Cannot 
create the specified file.
cat: 0652-050 Cannot open 
/tmp//bacula.13959390.traceback/bacula.13959390.traceback.
/opt/bacula/sbin/btraceback[63]: /opt/bacula/sbin/bsmtp:  not found.
The btraceback call returned 127
LockDump: /tmp//bacula.13959390.traceback/bacula.13959390.traceback
bacula-fd: lockmgr.c:1179-0 lockmgr disabled
Attempt to dump current JCRs. njcrs=0
List plugins. Hook count=0
bacula-fd: bsys.c:777-0 Could not create state file. <NULL>/bacula-fd.0.state 
ERR=No such file or directory
bacula-fd: ERROR in bsys.c:778 Could not create state file. 
<NULL>/bacula-fd.0.state ERR=No such file or directory
28-Feb 09:47 bacula-fd: ERROR in bsys.c:778 Could not create state file. 
<NULL>/bacula-fd.0.state ERR=No such file or directory

My bacula-fd.conf is:
root:/opt/bacula/sbin> cat ../etc/bacula-fd.conf
#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 9.0.6 (20 November 2017) -- redhat (Core)
#
# There is not much to change here except perhaps the
# File daemon Name to
#
#
# Copyright (C) 2000-2015 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = dvlnx107-dir
  Password = "PASSWORD"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = dvlnx107-mon
  Password = "PASSWORD"
  Monitor = yes
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = praix009-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /opt/bacula/working
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20
  Plugin Directory = /usr/lib64
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  #director = dvlnx107-dir = all, !skipped, !restored
  director = dvlnx107-dir = all
}

I have to do a kill -9 to get my console back. This is happening when starting 
fd. This is not happening when starting a backup from bconsole (I don’t even 
get that far). There is not an open socket when this goes on (netstat –a –n).

How to fix?

Thanks,
Mike

From: Talile Gamtesa [mailto:tgamt...@gmail.com]
Sent: Wednesday, February 28, 2018 7:35 AM
To: Bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Fwd: segmentation violation


---------- Forwarded message ----------
From: Talile Gamtesa <tgamt...@gmail.com<mailto:tgamt...@gmail.com>>
Date: Mon, Feb 26, 2018 at 2:54 PM
Subject: segmentation violation
To: bacula-us...@nospam.com<mailto:bacula-us...@nospam.com>

Dear list,

I installed bacula 9.0.6 (also tried with 7) from source on aix 7.2 as client 
only. But it doesn't it start and
./bacula-fd -tc  bacula-fd.conf -f -d 400

gives me:

Bacula interrupted by signal 11: Segmentation violation
Kaboom! bacula-fd, bacula-fd got signal 11 - Segmentation violation
Please help
[https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif]


--
Talile M. Gamtesa
Tel +251922863497<tel:092%20286%203497>
BSc in Electrical Engineering




--
Talile M. Gamtesa
Tel +251922863497
BSc in Electrical Engineering

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to