Hi, I have more or less working version of bacula 1.38.11 which looks like:
pc1 - bacula-fd, bacula-console,bacula-director-mysql, mysql pc2 - bacula-sd pc5-10 - bacula-fd writing to pc2 pc3 - bacula-sd pc10-15 - bacula-fd writing to pc3 I decided to change it to 2.4.4 cause to many bugs in previous version and now it looks like pc1 - bacula-fd, pc2 - bacula-sd, bacula-console,bacula-director-mysql, mysql pc5-10 - bacula-fd writing to pc2 pc3 - bacula-sd pc10-15 - bacula-fd writing to pc3 I have copied all configs to new server, and everything is working fine exept backups from pc10-15, Now I'm getting error: ************************************************************************************* 14-wrz 13:53 backup-wro-dir JobId 63: No prior Full backup Job record found. 14-wrz 13:53 backup-wro-dir JobId 63: No prior or suitable Full backup found in catalog. Doing FULL backup. 14-wrz 13:53 backup-wro-dir JobId 63: Start Backup JobId 63, Job=TygWymiatacz.2009-09-14_13.53.17.03 14-wrz 13:53 backup-wro-dir JobId 63: Using Device "backup3-trn_file" 14-wrz 13:53 backup-wro-dir JobId 63: Fatal error: catreq.c:344 Invalid Catalog request: CatReq Job=TygWymiatacz.2009-09-14_13.53.17.03 UpdateMedia VolName=TygWymiatacz-0003 VolJobs=0 VolFiles=0 VolBlocks=0 VolBytes=1 VolMounts=1 VolErrors=0 VolWrites=1 MaxVolBytes=0 EndTime=1252928894 VolStatus=Append Slot=0 relabel=1 InChanger=0 VolReadTime=0 VolWriteTime=0 VolParts=0 14-wrz 13:48 fw-trn-sd: TygWymiatacz.2009-09-14_13.53.17.03 Fatal error: Error getting Volume info: 1990 Invalid Catalog Request: CatReq Job=TygWymiatacz.2009-09-14_13.53.17.03 UpdateMedia VolName=TygWymiatacz-0003 VolJobs=0 VolFiles=0 VolBlocks=0 VolBytes=1 VolMounts=1 VolErrors=0 VolWrites=1 MaxVolBytes=0 EndTime=1252928894 VolStatus=Append Slot=0 relabel=1 InChanger=0 VolReadTime=0 VolWriteTime=0 VolParts=0 14-wrz 13:48 fw-trn-sd: Marking Volume "" in Error in Catalog. 14-wrz 13:53 backup-wro-dir JobId 63: Fatal error: catreq.c:344 Invalid Catalog request: CatReq Job=TygWymiatacz.2009-09-14_13.53.17.03 UpdateMedia VolName=TygWymiatacz-0003 VolJobs=0 VolFiles=0 VolBlocks=0 VolBytes=0 VolMounts=0 VolErrors=0 VolWrites=0 MaxVolBytes=0 EndTime=1252928894 VolStatus=Error Slot=0 relabel=0 InChanger=0 VolReadTime=0 VolWriteTime=0 VolParts=0 14-wrz 13:47 wymiatacz-fd JobId 63: Fatal error: job.c:1817 Bad response to Append Data command. Wanted 3000 OK data , got 3903 Error append data 14-wrz 13:48 fw-trn-sd: TygWymiatacz.2009-09-14_13.53.17.03 Fatal error: Error getting Volume info: 1990 Invalid Catalog Request: CatReq Job=TygWymiatacz.2009-09-14_13.53.17.03 UpdateMedia VolName=TygWymiatacz-0003 VolJobs=0 VolFiles=0 VolBlocks=0 VolBytes=0 VolMounts=0 VolErrors=0 VolWrites=0 MaxVolBytes=0 EndTime=1252928894 VolStatus=Error Slot=0 relabel=0 InChanger=0 VolReadTime=0 VolWriteTime=0 VolParts=0 14-wrz 13:48 fw-trn-sd: TygWymiatacz.2009-09-14_13.53.17.03 Fatal error: Job 63 canceled. 14-wrz 13:53 backup-wro-dir JobId 63: Error: Bacula backup-wro-dir 2.4.4 (28Dec08): 14-wrz-2009 13:53:22 Build OS: i486-pc-linux-gnu debian 5.0 JobId: 63 Job: TygWymiatacz.2009-09-14_13.53.17.03 Backup Level: Full (upgraded from Incremental) Client: "wymiatacz-fd" 2.4.4 (28Dec08) i486-pc-linux-gnu,debian,5.0 FileSet: "SystemOnly_trn" 2009-09-12 01:02:00 Pool: "TygWymiatacz" (From Job resource) Storage: "backup3-trn" (From Job resource) Scheduled time: 14-wrz-2009 13:53:07 Start time: 14-wrz-2009 13:53:21 End time: 14-wrz-2009 13:53:22 Elapsed time: 1 sec Priority: 10 FD Files Written: 0 SD Files Written: 0 FD Bytes Written: 0 (0 B) SD Bytes Written: 0 (0 B) Rate: 0.0 KB/s Software Compression: None VSS: no Storage Encryption: no Volume name(s): Volume Session Id: 2 Volume Session Time: 1252925453 Last Volume Bytes: 0 (0 B) Non-fatal FD errors: 0 SD Errors: 0 FD termination status: Error SD termination status: Error Termination: *** Backup Error *** ************************************************************************************************ And rest of error looks exactly the same. my configs concider this case: ************************************************************************************************ bacula-dir.conf (192.168.100.99) ******************** FileSet { Name = "SystemOnly_trn" Include { Options { signature = MD5 onefs = no } File = / } Exclude { File = /proc File = /dev File = /tmp File = /.journal File = /.fsck File = /sys File = /home } } Client { Name = wymiatacz-fd Address = 192.168.100.100 FDPort = 9102 Catalog = MyCatalog Password = "password_for_fd" # password for FileDaemon File Retention = 30 days # 30 days Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files } Storage { Name = backup3-trn Maximum Concurrent Jobs = 10 Address = 192.168.100.101 SDPort = 9103 Password = "password_for_sd" Device = backup3-trn_file Media Type = File } Pool { Name = TygWymiatacz Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 6 days Maximum Volume Jobs = 1 Label Format = TygWymiatacz- Maximum Volumes = 8 } Job { Name = "TygWymiatacz" Client = wymiatacz-fd Storage = backup3-trn Pool = TygWymiatacz Level = Incremental Type = Backup FileSet="SystemOnly_trn" Schedule = "TygWymiatacz" Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr" Priority = 10 Messages = Standard } Schedule { Name = "TygWymiatacz" Run = Full sun at 1:02 Run = Incremental mon-sat at 1:02 } ************************************************************************************************ bacula-fd (192.168.100.100) **************** Director { Name = backup-wro-dir Password = "password_for_fd" } Director { Name = wymiatacz-mon Password = "OWQrB2VMaoOQuB5qra+kWGzrfJ5nMfK+GVMvu1snxK7E" Monitor = yes } FileDaemon { # this is me Name = wymiatacz-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/lib/bacula Pid Directory = /var/run/bacula Maximum Concurrent Jobs = 20 FDAddress = 192.168.100.100 } Messages { Name = Standard director = backup-wro-dir = all, !skipped, !restored } ************************************************************************************************ bacula-sd (192.168.100.101) **************** Storage { # definition of myself Name = fw-trn-sd SDPort = 9103 # Director's port WorkingDirectory = "/var/lib/bacula" Pid Directory = "/var/run/bacula" Maximum Concurrent Jobs = 20 SDAddress = 192.168.100.101 } Director { Name = backup-wro-dir Password = "password_for_sd" } Device { Name = backup3-trn_file Media Type = File Archive Device = /virtual/backup LabelMedia = yes; Random Access = yes; AutomaticMount = yes; RemovableMedia = no; AlwaysOpen = yes; } Messages { Name = Standard director = backup-wro-dir = all, debug } ************************************************************************************************ additional information: When I try bconsole -> status -> all, I don't get any errors, bacula-director can communicate with all clients and storages properly. What can I do to start it working again? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users