Bacula-users

[Bacula-users] Bacula "Fatal Error - Cannot find previus jobids"

2013-10-07 05:05:46
Subject: [Bacula-users] Bacula "Fatal Error - Cannot find previus jobids"
From: Willi Fehler <willi.fehler AT home24 DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 07 Oct 2013 10:54:29 +0200
Hello,

I have an issue with Bacula on Debian 6.

Sometimes the backups are not working and I get the following error message:

30-Sep 23:46 fpc-backup1-dir JobId 4840: shell command: run BeforeJob "/etc/bacula/scripts/create_backup.sh"
30-Sep 23:46 fpc-backup1-dir JobId 4840: BeforeJob: Starting mysqldump...
30-Sep 23:46 fpc-backup1-dir JobId 4840: BeforeJob: Backup created, now fetching it.
30-Sep 23:46 fpc-backup1-dir JobId 4840: Start Backup JobId 4840, Job=fpc-backup1-db.2013-09-30_23.30.00_47
30-Sep 23:46 fpc-backup1-dir JobId 4840: There are no more Jobs associated with Volume "15days.FPC01-0348". Marking it purged.
30-Sep 23:46 fpc-backup1-dir JobId 4840: All records pruned from Volume "15days.FPC01-0348"; marking it "Purged"
30-Sep 23:46 fpc-backup1-dir JobId 4840: Recycled volume "15days.FPC01-0348"
30-Sep 23:46 fpc-backup1-dir JobId 4840: Using Device "FpcStorageDevice01"
30-Sep 23:46 fpc-backup1-dir JobId 4840: Fatal error: Cannot find previous jobids.
30-Sep 23:49 fpc-backup1-dir JobId 4840: Fatal error: Network error with FD during Backup: ERR=Interrupted system call
30-Sep 23:49 fpc-backup1-sd JobId 4840: JobId=4840 Job="fpc-backup1-db.2013-09-30_23.30.00_47" marked to be canceled.
30-Sep 23:49 fpc-backup1-dir JobId 4840: Fatal error: No Job status returned from FD.
30-Sep 23:49 fpc-backup1-dir JobId 4840: Error: Bacula fpc-backup1-dir 5.0.2 (28Apr10): 30-Sep-2013 23:49:53

But I started the job a couple of days later and the backup was running successfully.

user@server:~$sudo cat /etc/bacula/sites/localhost.conf
Client {
  Name = fpc-backup1-fd
  Address = 127.0.0.1
  FDPort = 9102
  Catalog = FpcCatalog
  Password = "x7yC2HOeHX8AqiSJR6LFsg2quQa8CE2TOeSqaUTOHmUTngfCdfDyaibxCRvXLIX5mVCc"
  File Retention = 32 days
  Job Retention = 32 days
  AutoPrune = yes
  Maximum Concurrent Jobs = 1
}

Job {
  Name = "fpc-backup1-db"
  Client = fpc-backup1-fd
  Type = Backup
  FileSet = "fpc-backup1-db-fileset"
  RunBeforeJob = "/etc/bacula/scripts/create_backup.sh"
  RunAfterJob  = "/etc/bacula/scripts/delete_backup.sh"
  Schedule = "WeeklyCycle"
  #Schedule = "fpc-backup1-db-schedule"
  #Level = Full
  #Write Bootstrap = "/backup/bacula/working/fpc-backup1-db.bsr"
  Pool = 15days.FPC01
  Messages = Daemon
  Accurate = yes
  Priority = 90
  Allow Mixed Priority = yes
}

FileSet {
  Name = "fpc-backup1-db-fileset"
  Include {
    Options {
      signature = SHA1
      compression = GZIP1
    }
    File = /backup/bacula/working/fpc-backup1-db.sql
    File = /etc/bacula
  }
}
Schedule {
  Name = "WeeklyCycle"
  Run = Full 1st 3rd sun at 01:05
  Run = Differential 2nd 4th 5th sun at 01:05
  #Run = Incremental sun-fri at  6:30
  Run = Incremental sun-fri at 23:30
}


If you need more informations, please let me know. (I'm new to Bacula!)

Regards - Willi

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
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] Bacula "Fatal Error - Cannot find previus jobids", Willi Fehler <=