Re: [Bacula-users] Bacula BETA 1.38.3 (14 December 2005) released

2005-12-19 Thread Kern Sibbald
On Monday 19 December 2005 18:54, Rick Knight wrote:
> Kern Sibbald wrote:
> >Hello,
> >
> >I have released the second BETA version 1.38.3 (14 December 2005) as a tar
> >file to Source Forge.  This version has a rewrite of the reservation
> >algorithm that hopefully will improve situations where users were finding
> > all jobs waiting to reserve a drive.  I've also reworked the way Bacula
> > opens a drive, so it is more likely to succeed.
> >
> >Changes since the last beta are:
> >
> >14Dec05
> >- Correct reservation system to do a last ditch try
> >  for any mounted volume, then anyone anywhere.
> >- Add quotes around table Version because of
> >  error in MySQL 4.1.15 -- bug report submitted.
> >- Correct some minor problems with btape in the fill
> >  command.
> >- Updates to ssh-tunnel from Joshua Kugler.
> >- Added a report.pl program from Jonas Bjorklund.
> >- Simplify the O_NONBLOCK open() code for tape drives,
> >  and always open nonblocking.
> >- Do not wait for open() if EIO returned (shouldn't happen).
> >- Eliminate 3 argument to tape open().
> >- Correct the slot # edited in the 3995 Bad autochanger unload
> >  message.
> >- With -S on bscan (show progress) do not divide by zero.
> >13Dec05
> >- Make cancel pthread_cond_signal() pthread_cond_broadcast().
> >- When dcr is freed, also broadcast dev->wait_next_vol signal.
> >- Remove unused code in wait_for_device.
> >- Make wait_for_device() always return after 120 seconds of wait.
> >12Dec05
> >- Use localhost if no network configured
> >11Dec05
> >- Eliminated duplicate MaxVolBytes in cat update -- bug 509.
> >- Remove debug print.
> >- Add bail_out in error during state file reading.
> >
> >Best regards,
> >
> >Kern
> >
> >
> >---
> >This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> > files for problems?  Stop!  Download the new AJAX search engine that
> > makes searching your log files as easy as surfing the  web.  DOWNLOAD
> > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> >___
> >Bacula-users mailing list
> >Bacula-users@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/bacula-users
>
> Kern,
>
> Last night's backups ran perfectly. No " waiting to reserve" or any
> other errors.

Thanks for the feedback.  It is nice to hear that it is now working better.

I'll either release a 3rd beta with more corrections before the end of the 
week, or will go directly to 1.38.3 ...

-- 
Best regards,

Kern

  (">
  /\
  V_V


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula BETA 1.38.3 (14 December 2005) released

2005-12-19 Thread Rick Knight

Kern Sibbald wrote:


Hello,

I have released the second BETA version 1.38.3 (14 December 2005) as a tar 
file to Source Forge.  This version has a rewrite of the reservation 
algorithm that hopefully will improve situations where users were finding all 
jobs waiting to reserve a drive.  I've also reworked the way Bacula opens a 
drive, so it is more likely to succeed.


Changes since the last beta are:

14Dec05
- Correct reservation system to do a last ditch try
 for any mounted volume, then anyone anywhere.
- Add quotes around table Version because of 
 error in MySQL 4.1.15 -- bug report submitted.

- Correct some minor problems with btape in the fill
 command.
- Updates to ssh-tunnel from Joshua Kugler.
- Added a report.pl program from Jonas Bjorklund.
- Simplify the O_NONBLOCK open() code for tape drives,
 and always open nonblocking.
- Do not wait for open() if EIO returned (shouldn't happen).
- Eliminate 3 argument to tape open().
- Correct the slot # edited in the 3995 Bad autochanger unload
 message.
- With -S on bscan (show progress) do not divide by zero.
13Dec05
- Make cancel pthread_cond_signal() pthread_cond_broadcast().
- When dcr is freed, also broadcast dev->wait_next_vol signal.
- Remove unused code in wait_for_device.
- Make wait_for_device() always return after 120 seconds of wait.
12Dec05
- Use localhost if no network configured
11Dec05
- Eliminated duplicate MaxVolBytes in cat update -- bug 509.
- Remove debug print.
- Add bail_out in error during state file reading.

Best regards,

Kern


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
 


Kern,

Last night's backups ran perfectly. No " waiting to reserve" or any 
other errors. 


Thanks,
Rick Knight


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula BETA 1.38.3 (14 December 2005) released

2005-12-17 Thread Rick Knight

Kern Sibbald wrote:


Hello,

I have released the second BETA version 1.38.3 (14 December 2005) as a tar 
file to Source Forge.  This version has a rewrite of the reservation 
algorithm that hopefully will improve situations where users were finding all 
jobs waiting to reserve a drive.  I've also reworked the way Bacula opens a 
drive, so it is more likely to succeed.


Changes since the last beta are:

14Dec05
- Correct reservation system to do a last ditch try
 for any mounted volume, then anyone anywhere.
- Add quotes around table Version because of 
 error in MySQL 4.1.15 -- bug report submitted.

- Correct some minor problems with btape in the fill
 command.
- Updates to ssh-tunnel from Joshua Kugler.
- Added a report.pl program from Jonas Bjorklund.
- Simplify the O_NONBLOCK open() code for tape drives,
 and always open nonblocking.
- Do not wait for open() if EIO returned (shouldn't happen).
- Eliminate 3 argument to tape open().
- Correct the slot # edited in the 3995 Bad autochanger unload
 message.
- With -S on bscan (show progress) do not divide by zero.
13Dec05
- Make cancel pthread_cond_signal() pthread_cond_broadcast().
- When dcr is freed, also broadcast dev->wait_next_vol signal.
- Remove unused code in wait_for_device.
- Make wait_for_device() always return after 120 seconds of wait.
12Dec05
- Use localhost if no network configured
11Dec05
- Eliminated duplicate MaxVolBytes in cat update -- bug 509.
- Remove debug print.
- Add bail_out in error during state file reading.

Best regards,

Kern


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
 


Kern,

I just installed the lates 1.38.3 and problem appears to be solved. 
Manual backups are running fine. I have an incremental jub scheduled for 
tonight and that will be a better test, but so far so good.


Thanks for a great tool and for the support.

Rick Knight


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula BETA 1.38.3 (14 December 2005) released

2005-12-16 Thread Kern Sibbald
Hello,

I have released the second BETA version 1.38.3 (14 December 2005) as a tar 
file to Source Forge.  This version has a rewrite of the reservation 
algorithm that hopefully will improve situations where users were finding all 
jobs waiting to reserve a drive.  I've also reworked the way Bacula opens a 
drive, so it is more likely to succeed.

Changes since the last beta are:

14Dec05
- Correct reservation system to do a last ditch try
  for any mounted volume, then anyone anywhere.
- Add quotes around table Version because of 
  error in MySQL 4.1.15 -- bug report submitted.
- Correct some minor problems with btape in the fill
  command.
- Updates to ssh-tunnel from Joshua Kugler.
- Added a report.pl program from Jonas Bjorklund.
- Simplify the O_NONBLOCK open() code for tape drives,
  and always open nonblocking.
- Do not wait for open() if EIO returned (shouldn't happen).
- Eliminate 3 argument to tape open().
- Correct the slot # edited in the 3995 Bad autochanger unload
  message.
- With -S on bscan (show progress) do not divide by zero.
13Dec05
- Make cancel pthread_cond_signal() pthread_cond_broadcast().
- When dcr is freed, also broadcast dev->wait_next_vol signal.
- Remove unused code in wait_for_device.
- Make wait_for_device() always return after 120 seconds of wait.
12Dec05
- Use localhost if no network configured
11Dec05
- Eliminated duplicate MaxVolBytes in cat update -- bug 509.
- Remove debug print.
- Add bail_out in error during state file reading.

Best regards,

Kern


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users