LS, I am trying to get Bacula 9.6.3 up and running on Ubuntu 18.04 using the bacula-cloud-storage package to store the backups to an Ceph cluster using the S3 interface. All services are running, when I manually try to run a backup job (in this case a backup of the same host) The job fails with Fatal error: job.c:3011 Comm error with SD. bad response to Append Data. ERR=No data available When this happens the SD daemon crashes with the following error: Bacula interrupted by signal 11: Segmentation violation
Configs related to this setup that might be relevant: bacula-dir: Storage { Name = Full Address = soteria.local.domain SD Port = 9103 Password = “removed-for-security" Device = Full Media Type = CloudType } Storage { Name = Diff Address = soteria.local.domain SD Port = 9103 Password = “removed-for-security" Device = Diff Media Type = CloudType } Storage { Name = Inc Address = soteria.local.domain SD Port = 9103 Password = “removed-for-security" Device = Diff Media Type = CloudType } Pool { Name = Daily Pool Type = Backup Recycle = yes AutoPrune = yes Storage = Inc File Retention = 1 months Job Retention = 1 months Volume Retention = 1 months Maximum Volume Bytes = 10G Label Format = daily- } bacula-sd: Cloud { Name = Ceph-S3 Driver = "S3" HostName = “s3.local.domain" BucketName = "bacula" AccessKey = “removed-for-security" SecretKey = “removed-for-security" Protocol = HTTPS UriStyle = Path Truncate Cache = No Upload = EachPart } Device { Name = Full Cloud = Ceph-S3 Archive Device = /bacula/backup/full Device Type = Cloud Media Type = CloudType Maximum Part Size = 10 MB Label Media = yes Random Access = yes Automatic Mount = yes Removable Media = no Always Open = no } Device { Name = Diff Cloud = Ceph-S3 Archive Device = /bacula/backup/diff Device Type = Cloud Media Type = CloudType Maximum Part Size = 10 MB Label Media = yes Random Access = yes Automatic Mount = yes Removable Media = no Always Open = no } Device { Name = Inc Cloud = Ceph-S3 Archive Device = /bacula/backup/inc Device Type = Cloud Media Type = CloudType Maximum Part Size = 10 MB Label Media = yes Random Access = yes Automatic Mount = yes Removable Media = no Always Open = no } If any additional information is required, please let me know, I’m really hoping to get this to work soon. Met vriendelijke groet / With kind regards, Rick _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users