On Saturday 09 September 2006 20:31, Michel Meyers wrote:
> 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.

>From the output you show above, I don't see any problem. It indicates the DVD 
has filled and apparently wants the next DVD.  If this is not the case,
it sounds to me like your Spool Directory filled, which would probably be 
catastropic for the process.  

It is hard to say with only the above info. Important info is the output that 
Bacula should produce when it is writing the parts, a listing of what is in 
the spool file, a listing of what is on the DVD, and a listing of what the 
catalog has (llist volume=DVD-003).  All those things need to be taken into 
consideration.

By the way, you should *not* be turning on spooling in the Director.  I have 
no idea what that will do, probably something ugly.

> 
> ... 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
> 
> -------------------------------------------------------------------------
> 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
> 

-------------------------------------------------------------------------
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