On 30.04.2018 16:35, Martin Simmons wrote:
On Sat, 28 Apr 2018 14:18:03 +0200, Thorsten Johannsen said:

On 26.04.2018 18:00, Martin Simmons wrote:
On Thu, 26 Apr 2018 14:17:19 +0200, Thorsten Johannsen said:
[...]

Ah, OK.

It you are running Debian stretch, then it looks like you have to add

deb http://debug.mirrors.debian.org/debian-debug/ stretch-debug main

to /etc/apt/sources.list

and then run apt-get update to see the dbg packages.






Then start it under gdb again with -f -d999 and use the following commands
when it stops with the signal SIGSEGV:

bt
thread apply all bt
info all
x/i $pc
x/64i $pc-0x30
disass htable::insert(char*, void*)



It looks like it is crashing while trying to print a debug message :-(

I was beginning to suspect something like this, because several of the numbers
in the debug output look bogus.  This is caused by a bug in some of Bacula's
debug messages.

Can you try again with -d499 instead of -d999 which will avoid the htable.c
messages?


here we go:

--------------------------------------------------------------------------------
bacula-fd: message.c:495-0 Found for remove d=5d1e8 msgtype=9 destcode=7
bacula-fd: message.c:497-0 Return rem_msg_dest
bacula-fd: parse_conf.c:350-0 call lex_get_token() to eat comma
bacula-fd: message.c:490-0 Remove_msg_dest d=5d1e8 where=heBacula-dir
bacula-fd: message.c:495-0 Found for remove d=5d1e8 msgtype=13 destcode=7
bacula-fd: message.c:497-0 Return rem_msg_dest
bacula-fd: parse_conf.c:353-0 Done scan_types()
bacula-fd: parse_conf.c:272-0 done with dest codes
bacula-fd: parse_conf.c:300-0 Done store_msgs
bacula-fd: lex.c:288-0 fget line=50 }
bacula-fd: parse_conf.c:927-0 parse state=1 pass=1 got token=T_EOB
bacula-fd: parse_conf.c:1001-0 T_EOB => define new resource
bacula-fd: parse_conf.c:927-0 parse state=0 pass=1 got token=T_EOL
bacula-fd: parse_conf.c:903-0 parse_config pass 2
bacula-fd: lex.c:233-0 Open config file: /etc/bacula/bacula-fd.conf
bacula-fd: lex.c:288-0 fget line=1 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=2 # Default Bacula File Daemon Configuration file
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=3 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=4 # For Bacula release 7.4.4 (20 September 2016) -- debian 9.0
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=5 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=6 # There is not much to change here except perhaps the
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=7 # File daemon Name to
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=8 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=9 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=10 # Copyright (C) 2000-2015 Kern Sibbald
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=11 # License: BSD 2-Clause; see file LICENSE-FOSS
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=12 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=13
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=14 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=15 # List Directors who are permitted to contact this File daemon
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=16 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=17 Director {
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:187-0 Item=Name def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Description def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Password def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Address def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Monitor def=yes defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsAuthenticate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsEnable def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsRequire def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsVerifyPeer def=yes defval=1
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateFile def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateDir def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCertificate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsKey def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsDhFile def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsAllowedCn def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MaximumBandwidthPerJob def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=DisableCommand def=no defval=0
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_BOB
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=18   Name = heBacula-dir
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Name
bacula-fd: lex.c:288-0 fget line=19 Password = "YGsWbQ2Kpt-F1Xy4njiT-pFHlu5eoXy-1"
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Password
bacula-fd: lex.c:288-0 fget line=20 }
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOB
bacula-fd: parse_conf.c:1001-0 T_EOB => define new resource
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=21
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=22 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=23 # Restricted Director, used by tray-monitor to get the
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=24 #   status of the file daemon
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=25 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=26 Director {
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:187-0 Item=Name def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Description def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Password def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Address def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Monitor def=yes defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsAuthenticate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsEnable def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsRequire def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsVerifyPeer def=yes defval=1
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateFile def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateDir def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCertificate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsKey def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsDhFile def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsAllowedCn def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MaximumBandwidthPerJob def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=DisableCommand def=no defval=0
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_BOB
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=27   Name = hebacula-mon
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Name
bacula-fd: lex.c:288-0 fget line=28 Password = "3hYLjXQX-8P0AFeGKJTmiQ-qGCeVqMcik"
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Password
bacula-fd: lex.c:288-0 fget line=29   Monitor = yes
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Monitor
bacula-fd: lex.c:288-0 fget line=30 }
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOB
bacula-fd: parse_conf.c:1001-0 T_EOB => define new resource
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=31
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=32 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=33 # "Global" File daemon configuration specifications
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=34 #
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=35 FileDaemon { # this is me
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:187-0 Item=Name def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Description def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=FdPort def=yes defval=9102
bacula-fd: parse_conf.c:187-0 Item=FdAddress def=yes defval=9102
bacula-fd: parse_conf.c:187-0 Item=FdAddresses def=yes defval=9102
bacula-fd: parse_conf.c:187-0 Item=FdSourceAddress def=yes defval=0
bacula-fd: parse_conf.c:187-0 Item=WorkingDirectory def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PidDirectory def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=SubsysDirectory def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PluginDirectory def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=SnapshotCommand def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=ScriptsDirectory def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MaximumConcurrentJobs def=yes defval=20
bacula-fd: parse_conf.c:187-0 Item=Messages def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=SdConnectTimeout def=yes defval=1800
bacula-fd: parse_conf.c:187-0 Item=HeartbeatInterval def=yes defval=300
bacula-fd: parse_conf.c:187-0 Item=MaximumNetworkBufferSize def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiSignatures def=yes defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiEncryption def=yes defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiKeyPair def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiSigner def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiMasterKey def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiCipher def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=PkiDigest def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsAuthenticate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsEnable def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsRequire def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateFile def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCaCertificateDir def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsCertificate def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=TlsKey def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=VerId def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MaximumBandwidthPerJob def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=DisableCommand def=no defval=0
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_BOB
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=36   Name = heRPI02-fd
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Name
bacula-fd: lex.c:288-0 fget line=37 FDport = 9102 # where we listen for the director
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for FdPort
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=38   WorkingDirectory = /var/lib/bacula
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for WorkingDirectory
bacula-fd: lex.c:288-0 fget line=39   Pid Directory = /run/bacula
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for PidDirectory
bacula-fd: lex.c:288-0 fget line=40 Heartbeat Interval = 2 # seconds, ref: http://www.bacula.org/5.1.x-manuals/fr/main/main/Client_File_daemon_Configur.html
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for HeartbeatInterval
bacula-fd: edit.c:247-0 str=2: num_beg=0 num_end=1 mod_beg=1 mod_end=1
bacula-fd: edit.c:254-0 num=2 mod=
bacula-fd: edit.c:298-0 str=2: mult=1
bacula-fd: lex.c:288-0 fget line=41  Maximum Concurrent Jobs = 20
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for MaximumConcurrentJobs
bacula-fd: lex.c:288-0 fget line=42   Plugin Directory = /usr/lib/bacula
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for PluginDirectory
bacula-fd: lex.c:288-0 fget line=43   #FDAddress = 127.0.0.1
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=44 }
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOB
bacula-fd: parse_conf.c:1001-0 T_EOB => define new resource
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=45
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=46 # Send all messages except skipped files back to Director
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=47 Messages {
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:187-0 Item=Name def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Description def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MailCommand def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=OperatorCommand def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Syslog def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Mail def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MailOnError def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=MailOnSuccess def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=File def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Append def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Stdout def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Stderr def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Director def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Console def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Operator def=no defval=0
bacula-fd: parse_conf.c:187-0 Item=Catalog def=no defval=0
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_BOB
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOL
bacula-fd: lex.c:288-0 fget line=48   Name = Standard
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Name
bacula-fd: lex.c:288-0 fget line=49 director = heBacula-dir = all, !skipped, !restored
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_IDENTIFIER
bacula-fd: parse_conf.c:976-0 in T_IDENT got token=T_EQUALS
bacula-fd: parse_conf.c:982-0 calling handler for Director
bacula-fd: parse_conf.c:225-0 store_msgs pass=2 code=7
bacula-fd: parse_conf.c:300-0 Done store_msgs
bacula-fd: lex.c:288-0 fget line=50 }
bacula-fd: parse_conf.c:927-0 parse state=1 pass=2 got token=T_EOB
bacula-fd: parse_conf.c:1001-0 T_EOB => define new resource
bacula-fd: parse_conf.c:927-0 parse state=0 pass=2 got token=T_EOL
Director: name=heBacula-dir password=82112a3d9d1dbc1c53dea2faf626a5d6
Director: name=hebacula-mon password=00355b44d821e0f12c9f8e28bc5e8664
Client: name=heRPI02-fd FDport=9102
Messages: name=Standard
bacula-fd: parse_conf.c:1035-0 Leave parse_config()
heRPI02-fd: message.c:558-0 Close_msg jcr=0
heRPI02-fd: message.c:583-0 ===Begin close msg resource at 57870
heRPI02-fd: message.c:671-0 Done walking message chain.
heRPI02-fd: message.c:678-0 ===End close msg resource
heRPI02-fd: message.c:402-0 Copy message resource 5d258 to 681c0
heRPI02-fd: jcr.c:131-0 read_last_jobs seek to 192
heRPI02-fd: jcr.c:138-0 Read num_items=10
heRPI02-fd: plugins.c:100-0 load_plugins
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=btraceback len=10
heRPI02-fd: plugins.c:142-0 Found plugin: name=bpipe-fd.so len=11
heRPI02-fd: fd_plugins.c:1141-0 is_plugin_compatible called
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbacfind-7.4.4.so len=19 heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbacfind.so len=13 heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbac-7.4.4.so len=15
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=bsmtp len=5
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbacsql.so len=12 heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbaccfg-7.4.4.so len=18
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=smtp len=4
heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbac.so len=9 heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbaccfg.so len=12 heRPI02-fd: plugins.c:139-0 Rejected plugin: want=-fd.so name=libbacsql-7.4.4.so len=18
heRPI02-fd: message.c:1354-0 Enter Jmsg type=6
heRPI02-fd: message.c:788-0 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 0: Loaded plugin: bpipe-fd.so heRPI02-fd: message.c:991-0 DIRECTOR for following msg: heRPI02-fd JobId 0: Loaded plugin: bpipe-fd.so heRPI02-fd: message.c:996-0 no jcr for following msg: heRPI02-fd JobId 0: Loaded plugin: bpipe-fd.so
heRPI02-fd: fd_plugins.c:1127-0 Loaded plugin: bpipe-fd.so
heRPI02-fd: priv.c:51-0 uname=NONE gname=NONE
heRPI02-fd: watchdog.c:82-0 Initialising NicB-hacked watchdog thread
[New Thread 0x76563450 (LWP 5968)]
heRPI02-fd: watchdog.c:197-0 Registered watchdog 6a518, interval 30<NULL>
heRPI02-fd: watchdog.c:254-0 NicB-reworked watchdog thread entered
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: filed.c:257-0 filed: listening on port 9102
heRPI02-fd: bnet_server.c:86-0 Addresses 0.0.0.0:9102

###########################################################################################################
heRPI02-fd: bnet.c:566-0 who=client host=192.168.118.20 port=9102
heRPI02-fd: workq.c:148-0 workq_add
heRPI02-fd: workq.c:160-0 add item to queue
heRPI02-fd: workq.c:188-0 Create worker thread
[New Thread 0x75d63450 (LWP 5969)]
heRPI02-fd: workq.c:198-0 Return workq_add
heRPI02-fd: workq.c:284-0 Start workq_server
heRPI02-fd: workq.c:292-0 Top of for loop
heRPI02-fd: workq.c:294-0 gettimeofday()
heRPI02-fd: workq.c:325-0 Calling user engine.
heRPI02-fd: job.c:455-0 Got: Hello Director heBacula-dir calling 10002
heRPI02-fd: jcr.c:329-0 Enter new_jcr
heRPI02-fd: jcr.c:902-0 set_jcr_job_status(*System*, C)
heRPI02-fd: jcr.c:911-0 OnEntry JobStatus=heRPI02-fd: jcr.c:922-0 Set new stat. old: heRPI02-fd: jcr.c:927-0 leave setJobStatus old=heRPI02-fd: find.c:72-0 init_find_files ff=75400cf0
heRPI02-fd: job.c:288-0 <dird: Hello Director heBacula-dir calling 10002
heRPI02-fd: job.c:311-0 Executing Dir Hello Director heBacula-dir calling 10002
 command.
heRPI02-fd: job.c:496-0 Calling Authenticate
heRPI02-fd: watchdog.c:197-0 Registered watchdog 75401548, interval 600<NULL>
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 8
heRPI02-fd: btimers.c:178-0 Start bsock timer 75401508 tid=75d63450 for 600 secs at 1525187205 heRPI02-fd: cram-md5.c:69-0 send: auth cram-md5 challenge <2034643474.1525187205@heRPI02-fd> ssl=0 heRPI02-fd: cram-md5.c:133-0 cram-get received: auth cram-md5 <995079751.1525187205@heBacula-dir> ssl=0 heRPI02-fd: cram-md5.c:157-0 sending resp to challenge: wB+N3x/mPk/7A7/vh8kbfC heRPI02-fd: btimers.c:192-0 Stop bsock timer 75401508 tid=75d63450 at 1525187205.
heRPI02-fd: watchdog.c:217-0 Unregistered watchdog 75401548
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 8
heRPI02-fd: job.c:503-0 OK Authenticate
heRPI02-fd: job.c:288-0 <dird: JobId=2068 Job=Job_heRPI02.2018-05-01_17.06.43_10 SDid=4 SDtime=1525186240 Authorization=MMEC-HHPP-MDKN-NLHL-IAAE-NPJD-GOGJ-LDEN heRPI02-fd: job.c:311-0 Executing Dir JobId=2068 Job=Job_heRPI02.2018-05-01_17.06.43_10 SDid=4 SDtime=1525186240 Authorization=MMEC-HHPP-MDKN-NLHL-IAAE-NPJD-GOGJ-LDEN
 command.
heRPI02-fd: job.c:1833-2068 set sd auth key MMEC-HHPP-MDKN-NLHL-IAAE-NPJD-GOGJ-LDEN heRPI02-fd: job.c:686-2068 JobId=2068 Auth=MMEC-HHPP-MDKN-NLHL-IAAE-NPJD-GOGJ-LDEN heRPI02-fd: fd_plugins.c:1211-2068 Instantiate plugin_ctx=75401590 JobId=2068
heRPI02-fd: fd_plugins.c:234-2068 plugin_ctx=75401590 JobId=2068
heRPI02-fd: fd_plugins.c:127-2068 name=<NULL> len=0 plugin=bpipe-fd.so plen=5 heRPI02-fd: bpipe-fd.c:219-2068 bpipe-fd: JobStart=JobId=2068 Job=Job_heRPI02.2018-05-01_17.06.43_10 heRPI02-fd: job.c:288-2068 <dird: level = accurate_incremental mtime_only=0 heRPI02-fd: job.c:311-2068 Executing Dir level = accurate_incremental mtime_only=0
 command.
heRPI02-fd: job.c:1664-2068 level_cmd: level = accurate_incremental mtime_only=0 heRPI02-fd: job.c:288-2068 <dird: level = since_utime 1525117137 mtime_only=0 prev_job=Job_heRPI02.2018-04-30_21.35.00_06 heRPI02-fd: job.c:311-2068 Executing Dir level = since_utime 1525117137 mtime_only=0 prev_job=Job_heRPI02.2018-04-30_21.35.00_06
 command.
heRPI02-fd: job.c:1664-2068 level_cmd: level = since_utime 1525117137 mtime_only=0 prev_job=Job_heRPI02.2018-04-30_21.35.00_06 heRPI02-fd: job.c:1709-2068 since_time=1525117137 prev_job=Job_heRPI02.2018-04-30_21.35.00_06
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205970005 FDtime=1525187205922356
heRPI02-fd: job.c:1737-2068 rt=606 adj=18446744073709503664
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205970730 FDtime=1525187205923126
heRPI02-fd: job.c:1737-2068 rt=571 adj=18446744073709455775
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205971424 FDtime=1525187205923820
heRPI02-fd: job.c:1737-2068 rt=576 adj=18446744073709407883
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205972125 FDtime=1525187205924520
heRPI02-fd: job.c:1737-2068 rt=577 adj=18446744073709359990
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205972832 FDtime=1525187205925221
heRPI02-fd: job.c:1737-2068 rt=576 adj=18446744073709312091
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205974121 FDtime=1525187205926533
heRPI02-fd: job.c:1737-2068 rt=584 adj=18446744073709264211
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205975492 FDtime=1525187205927903
heRPI02-fd: job.c:1737-2068 rt=582 adj=18446744073709216331
heRPI02-fd: job.c:1735-2068 Dirtime=1525187205976858 FDtime=1525187205929269
heRPI02-fd: job.c:1737-2068 rt=640 adj=18446744073709168422
heRPI02-fd: job.c:1742-2068 rt=640 adj=18446744073709503717
heRPI02-fd: job.c:1758-2068 adj=0 since_time=1525117137
heRPI02-fd: fd_plugins.c:234-2068 plugin_ctx=75401590 JobId=2068
heRPI02-fd: fd_plugins.c:127-2068 name=<NULL> len=0 plugin=bpipe-fd.so plen=5
heRPI02-fd: fd_plugins.c:234-2068 plugin_ctx=75401590 JobId=2068
heRPI02-fd: fd_plugins.c:127-2068 name=<NULL> len=0 plugin=bpipe-fd.so plen=5
heRPI02-fd: job.c:288-2068 <dird: fileset
heRPI02-fd: job.c:311-2068 Executing Dir fileset
 command.
heRPI02-fd: job.c:1620-2068 Fileset: I
heRPI02-fd: job.c:1227-2068 I
heRPI02-fd: job.c:1620-2068 Fileset: O cZofS0
heRPI02-fd: job.c:1227-2068 O cZofS0
heRPI02-fd: job.c:1620-2068 Fileset: X xfs
heRPI02-fd: job.c:1227-2068 X xfs
heRPI02-fd: job.c:1620-2068 Fileset: X ext3
heRPI02-fd: job.c:1227-2068 X ext3
heRPI02-fd: job.c:1620-2068 Fileset: X ext4
heRPI02-fd: job.c:1227-2068 X ext4
heRPI02-fd: job.c:1620-2068 Fileset: X vfat
heRPI02-fd: job.c:1227-2068 X vfat
heRPI02-fd: job.c:1620-2068 Fileset: X fat
heRPI02-fd: job.c:1227-2068 X fat
heRPI02-fd: job.c:1620-2068 Fileset: X ext2
heRPI02-fd: job.c:1227-2068 X ext2
heRPI02-fd: job.c:1620-2068 Fileset: X msdos
heRPI02-fd: job.c:1227-2068 X msdos
heRPI02-fd: job.c:1620-2068 Fileset: N
heRPI02-fd: job.c:1227-2068 N
heRPI02-fd: job.c:1620-2068 Fileset: F /
heRPI02-fd: job.c:1227-2068 F /
heRPI02-fd: job.c:1620-2068 Fileset: N
heRPI02-fd: job.c:1227-2068 N
heRPI02-fd: job.c:1620-2068 Fileset: N
heRPI02-fd: job.c:1227-2068 N
heRPI02-fd: fd_plugins.c:234-2068 plugin_ctx=75401590 JobId=2068
heRPI02-fd: fd_plugins.c:127-2068 name=<NULL> len=0 plugin=bpipe-fd.so plen=5
heRPI02-fd: job.c:288-2068 <dird: storage address=heBacula port=9103 ssl=0
heRPI02-fd: job.c:311-2068 Executing Dir storage address=heBacula port=9103 ssl=0
 command.
heRPI02-fd: job.c:1848-2068 StorageCmd: storage address=heBacula port=9103 ssl=0
heRPI02-fd: job.c:1875-2068 Connect to storage: heBacula:9103 ssl=0
heRPI02-fd: watchdog.c:197-2068 Registered watchdog 75403060, interval 1800<NULL>
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 7
heRPI02-fd: btimers.c:146-2068 Start thread timer 75401b28 tid 75d63450 for 1800 secs. heRPI02-fd: bsock.c:203-2068 Current 192.168.118.20:9103 All 192.168.118.20:9103
heRPI02-fd: bsock.c:132-2068 who=Storage daemon host=heBacula port=9103
heRPI02-fd: bsock.c:305-2068 OK connected to server Storage daemon heBacula:9103.
heRPI02-fd: btimers.c:206-2068 Stop thread timer 75401b28 tid=75d63450.
heRPI02-fd: watchdog.c:217-2068 Unregistered watchdog 75403060
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 7
heRPI02-fd: job.c:1892-2068 Connection OK to SD.
heRPI02-fd: hello.c:211-2068 Send to SD: Hello Bacula SD: Start Job Job_heRPI02.2018-05-01_17.06.43_10 213

heRPI02-fd: watchdog.c:197-2068 Registered watchdog 75403060, interval 600<NULL>
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 7
heRPI02-fd: btimers.c:178-2068 Start bsock timer 75401b28 tid=75d63450 for 600 secs at 1525187206
heRPI02-fd: authenticate.c:174-2068 ==== respond to SD challenge
heRPI02-fd: cram-md5.c:133-2068 cram-get received: auth cram-md5 <1446569350.1525187206@heBacula-sd> ssl=0 heRPI02-fd: cram-md5.c:157-2068 sending resp to challenge: Q6B367Fs1l+dK7VJt4JEMB
heRPI02-fd: authenticate.c:184-2068 ==== Challenge SD
heRPI02-fd: cram-md5.c:76-2068 send: auth cram-md5 challenge <279852426.1525187206@heRPI02-fd> ssl=0
heRPI02-fd: cram-md5.c:95-2068 Authenticate OK u3/EVxZKZANNH+F1hR9YZC
heRPI02-fd: authenticate.c:196-2068 Authorization with SD is OK
heRPI02-fd: btimers.c:192-2068 Stop bsock timer 75401b28 tid=75d63450 at 1525187206.
heRPI02-fd: watchdog.c:217-2068 Unregistered watchdog 75403060
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 7
heRPI02-fd: job.c:1948-2068 Authenticated with SD.
heRPI02-fd: job.c:288-2068 <dird: Run OnSuccess=1 OnFailure=0 AbortOnError=1 When=2 Command=/opt/bacula/scripts/sqlFullBackup.sh heRPI02-fd: job.c:311-2068 Executing Dir Run OnSuccess=1 OnFailure=0 AbortOnError=1 When=2 Command=/opt/bacula/scripts/sqlFullBackup.sh
 command.
heRPI02-fd: runscript.c:41-2068 runscript: creating new RUNSCRIPT object
heRPI02-fd: job.c:795-2068 runscript_cmd: 'Run OnSuccess=1 OnFailure=0 AbortOnError=1 When=2 Command=/opt/bacula/scripts/sqlFullBackup.sh
'
heRPI02-fd: runscript.c:187-2068 runscript: setting command = /opt/bacula/scripts/sqlFullBackup.sh
heRPI02-fd: runscript.c:287-2068 runscript: debug
heRPI02-fd: runscript.c:288-2068  --> RunScript
heRPI02-fd: runscript.c:289-2068 --> Command=/opt/bacula/scripts/sqlFullBackup.sh
heRPI02-fd: runscript.c:290-2068   --> Target=*None*
heRPI02-fd: runscript.c:291-2068   --> RunOnSuccess=1
heRPI02-fd: runscript.c:292-2068   --> RunOnFailure=0
heRPI02-fd: runscript.c:293-2068   --> FailJobOnError=1
heRPI02-fd: runscript.c:294-2068   --> RunWhen=2
heRPI02-fd: job.c:288-2068 <dird: RunBeforeNow
heRPI02-fd: job.c:311-2068 Executing Dir RunBeforeNow
 command.
heRPI02-fd: runscript.c:99-2068 runscript: running all RUNSCRIPT object (ClientBeforeJob) JobStatus=C heRPI02-fd: runscript.c:120-2068 runscript: try to run *None*:/opt/bacula/scripts/sqlFullBackup.sh heRPI02-fd: runscript.c:132-2068 runscript: Run it because SCRIPT_Before (/opt/bacula/scripts/sqlFullBackup.sh,1,0,C) heRPI02-fd: runscript.c:219-2068 runscript: running a RUNSCRIPT object type=124 heRPI02-fd: util.c:831-2068 edit_job_codes: /opt/bacula/scripts/sqlFullBackup.sh
heRPI02-fd: util.c:954-2068 add_str /
heRPI02-fd: util.c:956-2068 omsg=/
heRPI02-fd: util.c:954-2068 add_str o
heRPI02-fd: util.c:956-2068 omsg=/o
heRPI02-fd: util.c:954-2068 add_str p
heRPI02-fd: util.c:956-2068 omsg=/op
heRPI02-fd: util.c:954-2068 add_str t
heRPI02-fd: util.c:956-2068 omsg=/opt
heRPI02-fd: util.c:954-2068 add_str /
heRPI02-fd: util.c:956-2068 omsg=/opt/
heRPI02-fd: util.c:954-2068 add_str b
heRPI02-fd: util.c:956-2068 omsg=/opt/b
heRPI02-fd: util.c:954-2068 add_str a
heRPI02-fd: util.c:956-2068 omsg=/opt/ba
heRPI02-fd: util.c:954-2068 add_str c
heRPI02-fd: util.c:956-2068 omsg=/opt/bac
heRPI02-fd: util.c:954-2068 add_str u
heRPI02-fd: util.c:956-2068 omsg=/opt/bacu
heRPI02-fd: util.c:954-2068 add_str l
heRPI02-fd: util.c:956-2068 omsg=/opt/bacul
heRPI02-fd: util.c:954-2068 add_str a
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula
heRPI02-fd: util.c:954-2068 add_str /
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/
heRPI02-fd: util.c:954-2068 add_str s
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/s
heRPI02-fd: util.c:954-2068 add_str c
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/sc
heRPI02-fd: util.c:954-2068 add_str r
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scr
heRPI02-fd: util.c:954-2068 add_str i
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scri
heRPI02-fd: util.c:954-2068 add_str p
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scrip
heRPI02-fd: util.c:954-2068 add_str t
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/script
heRPI02-fd: util.c:954-2068 add_str s
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts
heRPI02-fd: util.c:954-2068 add_str /
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/
heRPI02-fd: util.c:954-2068 add_str s
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/s
heRPI02-fd: util.c:954-2068 add_str q
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sq
heRPI02-fd: util.c:954-2068 add_str l
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sql
heRPI02-fd: util.c:954-2068 add_str F
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlF
heRPI02-fd: util.c:954-2068 add_str u
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFu
heRPI02-fd: util.c:954-2068 add_str l
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFul
heRPI02-fd: util.c:954-2068 add_str l
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFull
heRPI02-fd: util.c:954-2068 add_str B
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullB
heRPI02-fd: util.c:954-2068 add_str a
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBa
heRPI02-fd: util.c:954-2068 add_str c
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBac
heRPI02-fd: util.c:954-2068 add_str k
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBack
heRPI02-fd: util.c:954-2068 add_str u
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBacku
heRPI02-fd: util.c:954-2068 add_str p
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBackup
heRPI02-fd: util.c:954-2068 add_str .
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBackup.
heRPI02-fd: util.c:954-2068 add_str s
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBackup.s
heRPI02-fd: util.c:954-2068 add_str h
heRPI02-fd: util.c:956-2068 omsg=/opt/bacula/scripts/sqlFullBackup.sh
heRPI02-fd: runscript.c:226-2068 runscript: running '/opt/bacula/scripts/sqlFullBackup.sh'...
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: shell command: run ClientBeforeJob "/opt/bacula/scripts/sqlFullBackup.sh" heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: shell command: run ClientBeforeJob "/opt/bacula/scripts/sqlFullBackup.sh"
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of all user databases... heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of all user databases...
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187213
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187243
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187273
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187303
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187333
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187363
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187393
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: watchdog.c:280-0 Watchdog callback p=0x6a518 fire=1525187423
heRPI02-fd: jcr.c:1078-0 Start JCR timeout checks
heRPI02-fd: jcr.c:991-0 Inc walk_start jid=2068 use_count=2 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1084-0 jcr_timeout_check JobId=2068 jcr=0x75400488
heRPI02-fd: jcr.c:486-0 Enter free_jcr jid=2068 from jcr.c:1016
heRPI02-fd: jcr.c:507-0 Dec free_jcr jid=2068 use_count=1 Job=Job_heRPI02.2018-05-01_17.06.43_10
heRPI02-fd: jcr.c:1127-0 Finished JCR timeout checks
heRPI02-fd: watchdog.c:309-0 pthread_cond_timedwait 30
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE)
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/user_DB_backups.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/user_DB_backups.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: -- heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: --
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/user_DB_backups.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/user_DB_backups.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 318112439 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 318112439
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1442 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1442
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Solid = - heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Solid = -
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/user_DB_backups.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/user_DB_backups.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 331206020 bytes (316 MiB) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 331206020 bytes (316 MiB)
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: real 3m46.979s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: real 3m46.979s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: user 4m15.205s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: user 4m15.205s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m4.672s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m4.672s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of information scheme database... heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of information scheme database...
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'database' is error-prone and can break in the future. Please use the full name 'databases' instead. heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'database' is error-prone and can break in the future. Please use the full name 'databases' instead.
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'lock-table' is error-prone and can break in the future. Please use the full name 'lock-tables' instead. heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'lock-table' is error-prone and can break in the future. Please use the full name 'lock-tables' instead.
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE)
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/information_scheme_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/information_scheme_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: -- heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: --
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/information_scheme_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/information_scheme_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 9281023 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 9281023
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1346 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1346
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Solid = - heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Solid = -
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/information_scheme_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/information_scheme_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 9453043 bytes (9232 KiB) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 9453043 bytes (9232 KiB)
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: real 0m4.117s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: real 0m4.117s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: user 0m2.855s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: user 0m2.855s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m0.209s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m0.209s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of internl mysql database... heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: performing SQL dump of internl mysql database...
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'database' is error-prone and can break in the future. Please use the full name 'databases' instead. heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Info: Using unique option prefix 'database' is error-prone and can break in the future. Please use the full name 'databases' instead.
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE)
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/mysql_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Open archive: /srv/sql_backup/mysql_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: -- heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: --
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/mysql_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Path = /srv/sql_backup/mysql_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Type = 7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 8237049 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Physical Size = 8237049
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1052 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Headers Size = 1052
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Method = LZMA2:24
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Solid = - heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Solid = -
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Blocks = 78
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/mysql_DB.sql.7z heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Updating archive: /srv/sql_backup/mysql_DB.sql.7z
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Items to compress: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1 heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Files read from disk: 1
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 8342659 bytes (8148 KiB) heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Archive size: 8342659 bytes (8148 KiB)
heRPI02-fd: signal.c:135-2068 sig=17 Child status has changed
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: Everything is Ok
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob:
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: real 0m1.063s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: real 0m1.063s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: user 0m0.998s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: user 0m0.998s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m0.061s heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: sys 0m0.061s
heRPI02-fd: message.c:1354-2068 Enter Jmsg type=6
heRPI02-fd: message.c:788-2068 Enter dispatch_msg type=6 msg=heRPI02-fd JobId 2068: ClientBeforeJob: exiting... heRPI02-fd: message.c:991-2068 DIRECTOR for following msg: heRPI02-fd JobId 2068: ClientBeforeJob: exiting...
heRPI02-fd: bpipe.c:240-2068 Wait for 5970 opt=0
heRPI02-fd: bpipe.c:248-2068 Got break wpid=5970 status=0 ERR=none
heRPI02-fd: bpipe.c:269-2068 child status=0
heRPI02-fd: bpipe.c:284-2068 returning stat=0,0
heRPI02-fd: runscript.c:254-2068 runscript OK
heRPI02-fd: job.c:752-2068 Back from run_scripts ClientBeforeJob now: OK
heRPI02-fd: job.c:288-2068 <dird: accurate files=72169
heRPI02-fd: job.c:311-2068 Executing Dir accurate files=72169
 command.
heRPI02-fd: htable.c:67-2068 malloc buf=752c5020 size=1000000 rem=435560
heRPI02-fd: htable.c:130-2068 Leave hash_index hash=0x752c5068 index=59779085
heRPI02-fd: htable.c:283-2068 Insert: hash=0 index=59779085
heRPI02-fd: htable.c:286-2068 Insert hp=752c5030 index=3015 item=752c5030 offset=0 heRPI02-fd: htable.c:293-2068 Insert hp->next=0 hp->hash=0x390280d hp->key=<NULL>
heRPI02-fd: htable.c:299-2068 Leave insert index=3015 num_items=1 key=/mnt/
heRPI02-fd: accurate.c:230-2068 add fname=</mnt/> lstat=LMC HtB EHt C A A A BAA BAA I BaqFXr BaqEVw BaqFXr A A d delta_seq=0 chksum= heRPI02-fd: htable.c:130-2068 Leave hash_index hash=0x6b8b0 index=-1036830508
heRPI02-fd: htable.c:283-2068 Insert: hash=3b2ac index=-1036830508
heRPI02-fd: htable.c:286-2068 Insert hp=752c50b0 index=14281 item=752c50b0 offset=0

Thread 3 "bacula-fd" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x75d63450 (LWP 5969)]
strlen () at ../sysdeps/arm/armv6/strlen.S:26
26      ../sysdeps/arm/armv6/strlen.S: No such file or directory.
(gdb)
(gdb) ###########################################################################################################
(gdb) bt
#0  strlen () at ../sysdeps/arm/armv6/strlen.S:26
#1 0x76ef9a90 in bvsnprintf(char*, int, char const*, std::__va_list) () from /usr/lib/bacula/libbac-7.4.4.so
#2  0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread apply all bt

Thread 3 (Thread 0x75d63450 (LWP 5969)):
#0  strlen () at ../sysdeps/arm/armv6/strlen.S:26
#1 0x76ef9a90 in bvsnprintf(char*, int, char const*, std::__va_list) () from /usr/lib/bacula/libbac-7.4.4.so
#2  0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0x76563450 (LWP 5968)):
#0 0x76ec1ce8 in __pthread_cond_timedwait (cond=0x76f40c08, mutex=0x76f40bf0, abstime=0x76562e14) at pthread_cond_timedwait.c:198
#1  0x76f1fbec in watchdog_thread () from /usr/lib/bacula/libbac-7.4.4.so
#2  0x76ebafc4 in start_thread (arg=0x76563450) at pthread_create.c:335
#3 0x76a05bc8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:76 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x768f8000 (LWP 5964)):
#0  0x769ff204 in select () at ../sysdeps/unix/syscall-template.S:84
#1 0x76ef3fe4 in bnet_thread_server(dlist*, int, workq_tag*, void* (*)(void*)) () from /usr/lib/bacula/libbac-7.4.4.so
#2  0x00017dac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) info all
r0             0xe94e3ac4       3914218180
r1             0x2e     46
r2             0x73     115
r3             0x0      0
r4             0x76f2e9e7       1995631079
r5             0x136a   4970
r6             0x75d617d2       1976965074
r7             0x75d62b98       1976970136
r8             0x0      0
r9             0xffffffff       4294967295
r10            0x1      1
r11            0xe94e3ac4       3914218180
r12            0x76f3f77c       1995700092
sp             0x75d61738       0x75d61738
lr             0x76ef9a90       1995414160
pc             0x769aabe0       0x769aabe0 <strlen>
cpsr           0xa0000010       -1610612720
d0 {u8 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}, u16 = {0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff}, u64 = 0xffffffffffffffff, f32 = {0x0, 0x0}, f64 = 0x0} d1 {u8 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}, u16 = {0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff}, u64 = 0xffffffffffffffff, f32 = {0x0, 0x0}, f64 = 0x0} d2 {u8 = {0x70, 0x74, 0x73, 0x2f, 0x73, 0x71, 0x6c, 0x46}, u16 = {0x7470, 0x2f73, 0x7173, 0x466c}, u32 = {0x2f737470, 0x466c7173}, u64 = 0x466c71732f737470, f32 = {0x0, 0x3b1c}, f64 = 0xffffffffffffffff} d3 {u8 = {0x75, 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x6b, 0x75}, u16 = {0x6c75, 0x426c, 0x6361, 0x756b}, u32 = {0x426c6c75, 0x756b6361}, u64 = 0x756b6361426c6c75, f32 = {0x3b, 0xffffffff}, f64 = 0xffffffffffffffff} d4 {u8 = {0x2f, 0x6f, 0x70, 0x74, 0x2f, 0x62, 0x61, 0x63}, u16 = {0x6f2f, 0x7470, 0x622f, 0x6361}, u32 = {0x74706f2f, 0x6361622f}, u64 = 0x6361622f74706f2f, f32 = {0xffffffff, 0xffffffff}, f64 = 0xffffffffffffffff} d5 {u8 = {0x75, 0x6c, 0x61, 0x2f, 0x73, 0x63, 0x72, 0x69}, u16 = {0x6c75, 0x2f61, 0x6373, 0x6972}, u32 = {0x2f616c75, 0x69726373}, u64 = 0x697263732f616c75, f32 = {0x0, 0xffffffff}, f64 = 0xffffffffffffffff} d6 {u8 = {0x70, 0x74, 0x73, 0x2f, 0x70, 0x2e, 0x73, 0x68}, u16 = {0x7470, 0x2f73, 0x2e70, 0x6873}, u32 = {0x2f737470, 0x68732e70}, u64 = 0x68732e702f737470, f32 = {0x0, 0xffffffff}, f64 = 0xffffffffffffffff} d7 {u8 = {0x75, 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x70, 0x0}, u16 = {0x6c75, 0x426c, 0x6361, 0x70}, u32 = {0x426c6c75, 0x706361}, u64 = 0x706361426c6c75, f32 = {0x3b, 0x0}, f64 = 0x0} d8 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d9 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d10 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d11 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d12 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d13 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d14 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d15 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d16 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d17 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d18 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d19 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d20 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d21 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d22 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d23 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d24 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d25 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d26 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d27 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d28 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d29 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d30 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d31 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0}
fpscr          0x80000010       -2147483632
s0             -nan(0x7fffff)   (raw 0xffffffff)
s1             -nan(0x7fffff)   (raw 0xffffffff)
s2             -nan(0x7fffff)   (raw 0xffffffff)
s3             -nan(0x7fffff)   (raw 0xffffffff)
s4             2.21420882e-10   (raw 0x2f737470)
s5             15132.3623       (raw 0x466c7173)
s6             59.1059151       (raw 0x426c6c75)
s7             2.98389992e+32   (raw 0x756b6361)
s8             7.61966746e+31   (raw 0x74706f2f)
s9             4.15759229e+21   (raw 0x6361622f)
s10            2.05021625e-10   (raw 0x2f616c75)
s11            1.83143553e+25   (raw 0x69726373)
s12            2.21420882e-10   (raw 0x2f737470)
---Type <return> to continue, or q <return> to quit---
s13            4.5935667e+24    (raw 0x68732e70)
s14            59.1059151       (raw 0x426c6c75)
s15            1.0321226e-38    (raw 0x00706361)
s16            0        (raw 0x00000000)
s17            0        (raw 0x00000000)
s18            0        (raw 0x00000000)
s19            0        (raw 0x00000000)
s20            0        (raw 0x00000000)
s21            0        (raw 0x00000000)
s22            0        (raw 0x00000000)
s23            0        (raw 0x00000000)
s24            0        (raw 0x00000000)
s25            0        (raw 0x00000000)
s26            0        (raw 0x00000000)
s27            0        (raw 0x00000000)
s28            0        (raw 0x00000000)
s29            0        (raw 0x00000000)
s30            0        (raw 0x00000000)
s31            0        (raw 0x00000000)
q0 {u8 = {0xff <repeats 16 times>}, u16 = {0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff}, u64 = {0xffffffffffffffff, 0xffffffffffffffff}, f32 = {0x0,
    0x0, 0x0, 0x0}, f64 = {0x0, 0x0}}
q1 {u8 = {0x70, 0x74, 0x73, 0x2f, 0x73, 0x71, 0x6c, 0x46, 0x75, 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x6b, 0x75}, u16 = {0x7470, 0x2f73, 0x7173, 0x466c, 0x6c75, 0x426c, 0x6361, 0x756b}, u32 = {0x2f737470, 0x466c7173, 0x426c6c75, 0x756b6361}, u64 = {0x466c71732f737470, 0x756b6361426c6c75}, f32 = {0x0, 0x3b1c, 0x3b, 0xffffffff}, f64 = {0xffffffffffffffff, 0xffffffffffffffff}} q2 {u8 = {0x2f, 0x6f, 0x70, 0x74, 0x2f, 0x62, 0x61, 0x63, 0x75, 0x6c, 0x61, 0x2f, 0x73, 0x63, 0x72, 0x69}, u16 = {0x6f2f, 0x7470, 0x622f, 0x6361, 0x6c75, 0x2f61, 0x6373, 0x6972}, u32 = {0x74706f2f, 0x6361622f, 0x2f616c75, 0x69726373}, u64 = {0x6361622f74706f2f, 0x697263732f616c75}, f32 = {0xffffffff, 0xffffffff, 0x0, 0xffffffff}, f64 = {0xffffffffffffffff, 0xffffffffffffffff}} q3 {u8 = {0x70, 0x74, 0x73, 0x2f, 0x70, 0x2e, 0x73, 0x68, 0x75, 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x70, 0x0}, u16 = {0x7470, 0x2f73, 0x2e70, 0x6873, 0x6c75, 0x426c, 0x6361, 0x70}, u32 = {0x2f737470, 0x68732e70, 0x426c6c75, 0x706361}, u64 = {0x68732e702f737470, 0x706361426c6c75}, f32 = {0x0, 0xffffffff, 0x3b, 0x0}, f64 = {0xffffffffffffffff, 0x0}} q4 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q5 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q6 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q7 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q8 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q9 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q10 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q11 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q12 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q13 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q14 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q15 {u8 = {0x0 <repeats 16 times>}, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}}
(gdb)
(gdb) x/i $pc
=> 0x769aabe0 <strlen>: ldrb    r2, [r0]
(gdb) x/64i $pc-0x30
   0x769aabb0 <__GI___strerror_r+368>:  movcs   r2, r3
   0x769aabb4 <__GI___strerror_r+372>:  mov     r1, r8
   0x769aabb8 <__GI___strerror_r+376>:  bl      0x769acae0 <memcpy>
0x769aabbc <__GI___strerror_r+380>: b 0x769aab18 <__GI___strerror_r+216>
   0x769aabc0 <__GI___strerror_r+384>:  andeq   sp, r10, r12, ror #28
   0x769aabc4 <__GI___strerror_r+388>:  andeq   r4, r12, r12, asr #20
   0x769aabc8 <__GI___strerror_r+392>:  andeq   r7, r10, r0, ror r5
   0x769aabcc <__GI___strerror_r+396>:  andeq   r10, r10, r4, asr r3
   0x769aabd0 <__GI___strerror_r+400>:  andeq   r7, r10, r0, asr r5
0x769aabd4 <__GI___strerror_r+404>: ; <UNDEFINED> instruction: 0x000aa2b8 0x769aabd8 <__GI___strerror_r+408>: ; <UNDEFINED> instruction: 0x000a74b4
   0x769aabdc:  andeq   r0, r0, r0
=> 0x769aabe0 <strlen>: ldrb    r2, [r0]
   0x769aabe4 <strlen+4>:       and     r3, r0, #7
   0x769aabe8 <strlen+8>:       mov     r1, r0
   0x769aabec <strlen+12>:      rsb     r3, r3, #15
   0x769aabf0 <strlen+16>:      cmp     r2, #0
   0x769aabf4 <strlen+20>:      beq     0x769aac54 <strlen+116>
   0x769aabf8 <strlen+24>:      ldrb    r2, [r0, #1]!
   0x769aabfc <strlen+28>:      subs    r3, r3, #1
   0x769aac00 <strlen+32>:      cmpne   r2, #0
   0x769aac04 <strlen+36>:      bne     0x769aabf8 <strlen+24>
   0x769aac08 <strlen+40>:      cmp     r2, #0
   0x769aac0c <strlen+44>:      beq     0x769aac54 <strlen+116>
   0x769aac10 <strlen+48>:      add     r0, r0, #1
   0x769aac14 <strlen+52>:      ldrd    r2, [r0], #8
   0x769aac18 <strlen+56>:      ldr     r12, [pc, #60]  ; 0x769aac5c
   0x769aac1c <strlen+60>:      pld     [r0, #64]       ; 0x40
   0x769aac20 <strlen+64>:      uqsub8  r2, r12, r2
   0x769aac24 <strlen+68>:      uqsub8  r3, r12, r3
   0x769aac28 <strlen+72>:      pld     [r0, #128]      ; 0x80
   0x769aac2c <strlen+76>:      orrs    r3, r3, r2
   0x769aac30 <strlen+80>:      ldrdeq  r2, [r0], #8
   0x769aac34 <strlen+84>:      beq     0x769aac20 <strlen+64>
   0x769aac38 <strlen+88>:      cmp     r2, #0
   0x769aac3c <strlen+92>:      sub     r0, r0, #4
   0x769aac40 <strlen+96>:      moveq   r2, r3
   0x769aac44 <strlen+100>:     subne   r0, r0, #4
   0x769aac48 <strlen+104>:     rev     r2, r2
   0x769aac4c <strlen+108>:     clz     r2, r2
   0x769aac50 <strlen+112>:     add     r0, r0, r2, lsr #3
   0x769aac54 <strlen+116>:     sub     r0, r0, r1
   0x769aac58 <strlen+120>:     bx      lr
   0x769aac5c:  tsteq   r1, r1, lsl #2
   0x769aac60 <__GI___strnlen>: cmp     r1, #0
0x769aac64 <__GI___strnlen+4>: beq 0x769aad20 <__GI___strnlen+192>
   0x769aac68 <__GI___strnlen+8>:       adds    r1, r0, r1
   0x769aac6c <__GI___strnlen+12>:      mvncs   r1, #0
   0x769aac70 <__GI___strnlen+16>:      tst     r0, #3
0x769aac74 <__GI___strnlen+20>: beq 0x769aad54 <__GI___strnlen+244>
   0x769aac78 <__GI___strnlen+24>:      ldrb    r3, [r0]
   0x769aac7c <__GI___strnlen+28>:      cmp     r3, #0
   0x769aac80 <__GI___strnlen+32>:      addne   r3, r0, #1
0x769aac84 <__GI___strnlen+36>: bne 0x769aac9c <__GI___strnlen+60> 0x769aac88 <__GI___strnlen+40>: b 0x769aad28 <__GI___strnlen+200>
   0x769aac8c <__GI___strnlen+44>:      ldrb    r12, [r2]
   0x769aac90 <__GI___strnlen+48>:      add     r3, r3, #1
   0x769aac94 <__GI___strnlen+52>:      cmp     r12, #0
0x769aac98 <__GI___strnlen+56>: beq 0x769aad2c <__GI___strnlen+204>
   0x769aac9c <__GI___strnlen+60>:      tst     r3, #3
   0x769aaca0 <__GI___strnlen+64>:      mov     r2, r3
0x769aaca4 <__GI___strnlen+68>: bne 0x769aac8c <__GI___strnlen+44>
   0x769aaca8 <__GI___strnlen+72>:      cmp     r1, r2
---Type <return> to continue, or q <return> to quit---
0x769aacac <__GI___strnlen+76>: bls 0x769aad2c <__GI___strnlen+204>

--------------------------------------------------------------------------------


kind regards,

Thorsten

------------------------------------------------------------------------------
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