-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello again,

While I'm annoying the list with my DVD writing issues, I just noticed this:

# ./dvd-handler /dev/hdd free
4689526784

Yet Bacula states:
09-Sep 20:26 shodan-sd: End of Volume "DVD-003" at 0:491323391 on device
"DVD-Writer" (/dev/hdd). Write of 64512 bytes got 16384.

... and stops at more or less that size, requesting the next volume:

*list volumes
[...]
+---------+------------+-----------+---------+-------------+
| MediaId | VolumeName | VolStatus | Enabled | VolBytes
|+---------+------------+-----------+---------+------------+
|       1 | DVD-001    | Full      |       1 | 491,130,010 |
|       2 | DVD-002    | Full      |       1 | 491,323,583 |
[...]

My Device section in bacula-sd:

Device {
   Name = "DVD-Writer"
   Media Type = DVD
   Archive Device = /dev/hdd
   LabelMedia = yes;                   # lets Bacula label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;               # when device opened, read it
   RemovableMedia = yes;
   AlwaysOpen = no;
   MaximumPartSize = 800M;
   RequiresMount = yes;
   MountPoint = /cdrom;
   MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
   UnmountCommand = "/bin/umount %m";
   SpoolDirectory = /etc/bacula/working/spool;
   Maximum Spool Size = 1600m
   WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
   FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"
}

Could the spooling be an issue?

Greetings,
        Michel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32) - GPGrelay v0.959

iD8DBQFFAwiJ2Vs+MkscAyURAj0XAJ4ubql5iy6UpQB9pZLuDDgGlJQC4QCgs+9A
m/KR6pA/G1Z+qA+wzV/yAv0=
=OJwq
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to