Bacula-users

[Bacula-users] Could not stat: Permission Denied

2008-08-08 18:55:57
Subject: [Bacula-users] Could not stat: Permission Denied
From: Nils Blanck-Wehde <nils.blanck-wehde AT backofficeservice DOT biz>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 09 Aug 2008 00:55:34 +0200
Hello everyone,

I encounter constant problems while backing up one Windows 2003 Server.
I wrote about the issue before but it could not be resolved so I'll give 
it another try.

Every second time when this client is sheduled to be backed up, back up 
crashes with "Could not stat D:/Daten: ERR=Zugriff verweigert (which 
means Permission denied)".

It is VERY unlikely that there really is a permission problem as this 
Filesystem is being accessed all the time with no problems at all. 
Especially as this happens about every second time even if the 
filesystem is completely untouched in the meantime.
If I manually run the job again after it crashed, it will most likely do 
a correct backup.
The client is running bacula-fd Win32 2.4.1 on Windows 2003 Server SP2. 
It is quite an "out-of-the-box" installation.
bacula-fd is running as domain-admin "administrator". I doublechecked 
that by calling "whoami" in an run-before-client script.
If anymore information is needed, I will provide it asap.

Thanks a lot!

Nils

Here's the various defs:

Fileset:

FileSet {
  Name = "Fileserver Lexware Exchange"
  Enable VSS = NO
  Include {
    File = D:/Daten
    Options {
      signature = MD5
    }
  }
  Exclude {
    File = D:/Daten/Software
    File = D:/Daten/Backup/LEXWARE-Backup/Archiv
  }
}


I disabled VSS because someone told me that this would solve the problem 
but it obviously didn't. As a matter of fact I would like VSS to be 
enabled as this is quite a busy fileserver.

Job:
Job {
  Name = "Fileserver Lexware Exchange to Tape"
  Type = Backup
  Level = Full
  Client = company-appsrv-fd
  FileSet = "Fileserver Lexware Exchange"
  Schedule = "Weekly Full Backup to tape"
  Storage = QS3DLT
  Pool = Weekly_Full_Backup_to_DLT
  Messages = Standard
}

Job output:

08-Aug 23:30 company_bacula-dir JobId 229: Start Backup JobId 229, 
Job=Fileserver_Lexware_Exchange_to_Tape.2008-08-08_23.30.15
08-Aug 23:30 company_bacula-dir JobId 229: Using Device "DLT-Drive-1"
08-Aug 23:30 company_bacula-sd JobId 229: 3307 Issuing autochanger "unload slot 
8, drive 0" command.
08-Aug 23:32 company_bacula-sd JobId 229: 3304 Issuing autochanger "load slot 
1, drive 0" command.
08-Aug 23:34 company_bacula-sd JobId 229: 3305 Autochanger "load slot 1, drive 
0", status is OK.
08-Aug 23:34 company_bacula-sd JobId 229: Recycled volume "CNV761" on device 
"DLT-Drive-1" (/dev/nst0), all previous data lost.
08-Aug 23:34 company_bacula-dir JobId 229: Max Volume jobs exceeded. Marking 
Volume "CNV761" as Used.
08-Aug 23:32 company-appsrv-fd JobId 229:      Could not stat D:/Daten: 
ERR=Zugriff verweigert

08-Aug 23:34 company_bacula-sd JobId 229: Job write elapsed time = 00:00:06, 
Transfer rate = 0  bytes/second
08-Aug 23:34 company_bacula-dir JobId 229: Bacula company_bacula-dir 2.4.2 
(26Jul08): 08-Aug-2008 23:34:29
  Build OS:               i686-pc-linux-gnu redhat 
  JobId:                  229
  Job:                    
Fileserver_Lexware_Exchange_to_Tape.2008-08-08_23.30.15
  Backup Level:           Full
  Client:                 "company-appsrv-fd" 2.4.1 (07Jul08) 
Linux,Cross-compile,Win32
  FileSet:                "Fileserver Lexware Exchange" 2008-07-12 23:30:00
  Pool:                   "Weekly_Full_Backup_to_DLT" (From Run pool override)
  Storage:                "QS3DLT" (From Job resource)
  Scheduled time:         08-Aug-2008 23:30:00
  Start time:             08-Aug-2008 23:30:02
  End time:               08-Aug-2008 23:34:29
  Elapsed time:           4 mins 27 secs
  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):         CNV761
  Volume Session Id:      7
  Volume Session Time:    1218144667
  Last Volume Bytes:      129,024 (129.0 KB)
  Non-fatal FD errors:    1
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK -- with warnings

08-Aug 23:34 company_bacula-dir JobId 229: Begin pruning Jobs.
08-Aug 23:34 company_bacula-dir JobId 229: No Jobs found to prune.
08-Aug 23:34 company_bacula-dir JobId 229: Begin pruning Files.
08-Aug 23:34 company_bacula-dir JobId 229: No Files found to prune.


08-Aug 23:34 company_bacula-dir JobId 229: End auto prune.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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] Could not stat: Permission Denied, Nils Blanck-Wehde <=