Bacula-users

[Bacula-users] Fatal error: backup.c:975 Failed to initialize encryption context

2015-01-26 14:49:27
Subject: [Bacula-users] Fatal error: backup.c:975 Failed to initialize encryption context
From: ramesh penugonda <ramesh.penugonda AT gmail DOT com>
To: Bacula-users AT lists.sourceforge DOT net
Date: Mon, 26 Jan 2015 13:46:07 -0600
I am getting the encryption context error on a freebsd server when trying to backup data encrypted.

1) when i run in daemon mode i get the encryption error
    26-Jan 19:33 bksrv1-dir JobId 123428: Start Backup JobId 123428,   Job=bys01s1.2015-01-26_19.33.37_03
26-Jan 19:33 bksrv1-dir JobId 123428: Using Device "Drive-1"
26-Jan 19:33 bys01s1-fd JobId 123428: Fatal error: backup.c:975 Failed to initialize encryption context.
26-Jan 19:33 bksrv1-sd JobId 123428: Spooling data ...
26-Jan 19:33 bksrv1-sd JobId 123428: Job write elapsed time = 00:00:01, Transfer rate = 798  Bytes/second
26-Jan 19:33 bksrv1-sd JobId 123428: Committing spooled data to Volume "002117L5". Despooling 1,222 bytes ...
26-Jan 19:33 bksrv1-sd JobId 123428: Despooling elapsed time = 00:00:01, Transfer rate = 1.222 K Bytes/second
26-Jan 19:33 bksrv1-dir JobId 123428: Error: Bacula bksrv1-dir 5.2.6 (21Feb12):

From ktrace and kdump i see this

51612 bacula-fd CALL  ioctl(0x3,CRIOGET,0x7fffff7fb6a4)
 51612 bacula-fd RET   ioctl -1 errno 45 Operation not supported
 51612 bacula-fd CALL  access(0x802be386f,0x4<R_OK>)


2) same job runs when i run the bacula-fd in foreground with '-f' as in

/usr/local/sbin/bacula-fd -f -u root -g wheel -v -c /usr/local/etc/bacula/bacula-fd.conf


I am using version 5.2.6  for master (we are planning to move to latest ones) and the client is 5.2.12

any help is appreciated.

Thanks
Ramesh


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Fatal error: backup.c:975 Failed to initialize encryption context, ramesh penugonda <=