Changesets: bareos2015
bareos-14.2 2c034bde 2013-07-10 22:04 Ported: N/A Details Diff |
Fix debugging output and print the right info. We are printing the stuff we send to the SD not what we got back. |
||
mod - src/filed/dir_cmd.c | Diff File | ||
bareos-13.2 1856c419 2013-07-10 22:04 Ported: N/A Details Diff |
Fix debugging output and print the right info. We are printing the stuff we send to the SD not what we got back. |
||
mod - src/filed/dir_cmd.c | Diff File | ||
bareos-14.2 ce35d253 2013-07-09 14:51 Ported: N/A Details Diff |
Fix windows bpipe plugin. | ||
mod - src/win32/plugins/filed/bpipe-fd.c | Diff File | ||
bareos-13.2 a5b918a8 2013-07-09 14:51 Ported: N/A Details Diff |
Fix windows bpipe plugin. | ||
mod - src/win32/plugins/fd/bpipe-fd.c | Diff File | ||
bareos-12.4 184c0576 2013-07-09 14:51 Ported: N/A Details Diff |
Fix windows bpipe plugin. | ||
mod - src/win32/plugins/fd/bpipe-fd.c | Diff File | ||
bareos-14.2 6280d609 2013-07-09 13:25 Ported: N/A Details Diff |
Add config option for storing a diagnostic device. For some setups with an autochanger you might want to query the individual drives for tape alerts. As you cannot open the tape device twice you need to access the drive via a SCSI generic device. We now have a per device diagnostic device config variable which you can expand using a %D in the tape alert cmdline. Normally you should query the autochanger for tape alerts and that should also report any tape drive errors but some devices implement this poorly and as such it doesn't work. This option allows you to work around that and actually ask the drive for any tape alerts. Fixes 0000200: Storage Daemon Tape Alert Useless / Defective |
Affected Issues 0000200 |
|
mod - src/stored/sd_plugins.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
mod - src/stored/stored_conf.h | Diff File | ||
bareos-14.2 0d12d7a1 2013-07-09 11:52 Ported: N/A Details Diff |
Fixed single-drive mount problem | ||
mod - src/dird/ua_select.c | Diff File | ||
bareos-13.2 ec9a31a7 2013-07-09 11:52 Ported: N/A Details Diff |
Fixed single-drive mount problem | ||
mod - src/dird/ua_select.c | Diff File | ||
bareos-12.4 587887f9 2013-07-09 11:52 Ported: N/A Details Diff |
Fixed single-drive mount problem | ||
mod - src/dird/ua_select.c | Diff File | ||
bareos-14.2 23311bf6 2013-07-05 16:58 Committer: mvwieringen Ported: N/A Details Diff |
Added some quotes - Added quotes to make_catalog_backup.pl script (Thanks to Günter Gratzer) - Added quotes in message when Allowed Job Command blocks. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/cats/make_catalog_backup.pl.in | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
bareos-13.2 d7ac79ab 2013-07-05 16:58 Committer: mvwieringen Ported: N/A Details Diff |
Added some quotes - Added quotes to make_catalog_backup.pl script (Thanks to Günter Gratzer) - Added quotes in message when Allowed Job Command blocks. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/cats/make_catalog_backup.pl.in | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
bareos-12.4 88823932 2013-07-05 16:58 Committer: mvwieringen Ported: N/A Details Diff |
Added some quotes - Added quotes to make_catalog_backup.pl script (Thanks to Günter Gratzer) Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/cats/make_catalog_backup.pl.in | Diff File | ||
bareos-14.2 c27dc2c8 2013-07-05 16:39 Andre Noll Committer: mvwieringen Ported: N/A Details Diff |
sd: Avoid segfault in is_vol_in_autochanger(). If the sd config file contains a Device section for a device not listed in the Autochanger config section, is_vol_in_autochanger() might be called with vol->dev->device->changer_res being NULL. However, the function dereferences this pointer unconditionally, which results in a segfault. This patch adds the necessary check and returns false in this case, avoiding the crash. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/stored/reserve.c | Diff File | ||
bareos-13.2 4072d085 2013-07-05 16:39 Andre Noll Committer: mvwieringen Ported: N/A Details Diff |
sd: Avoid segfault in is_vol_in_autochanger(). If the sd config file contains a Device section for a device not listed in the Autochanger config section, is_vol_in_autochanger() might be called with vol->dev->device->changer_res being NULL. However, the function dereferences this pointer unconditionally, which results in a segfault. This patch adds the necessary check and returns false in this case, avoiding the crash. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/stored/reserve.c | Diff File | ||
bareos-12.4 63462e4a 2013-07-05 16:39 Andre Noll Committer: mvwieringen Ported: N/A Details Diff |
sd: Avoid segfault in is_vol_in_autochanger(). If the sd config file contains a Device section for a device not listed in the Autochanger config section, is_vol_in_autochanger() might be called with vol->dev->device->changer_res being NULL. However, the function dereferences this pointer unconditionally, which results in a segfault. This patch adds the necessary check and returns false in this case, avoiding the crash. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/stored/reserve.c | Diff File | ||
bareos-14.2 e5d0c534 2013-07-05 13:12 Ported: N/A Details Diff |
Only check runscript dir when we are really executing the script. | ||
mod - src/lib/runscript.c | Diff File | ||
bareos-13.2 970ca6cd 2013-07-05 13:12 Ported: N/A Details Diff |
Only check runscript dir when we are really executing the script. | ||
mod - src/lib/runscript.c | Diff File | ||
bareos-14.2 34951ea4 2013-07-05 12:22 Ported: N/A Details Diff |
Fix crash when an unsupported cipher is configured. | ||
mod - src/filed/crypto.c | Diff File | ||
bareos-13.2 4cafebd5 2013-07-05 12:22 Ported: N/A Details Diff |
Fix crash when an unsupported cipher is configured. | ||
mod - src/filed/crypto.c | Diff File | ||
bareos-14.2 754e7155 2013-07-04 17:45 Ported: N/A Details Diff |
Retry autochanger query for slots In essence this is a bug in the firmware but it seems there are quite some libraries which seem to be affected. We now retry the query one more time when we get a zero slots returned. Fixes 0000174: "status slots" says "0 slots" the first time after tapes were removed. Rerunning "status slots" then is correct. |
Affected Issues 0000174 |
|
mod - src/stored/autochanger.c | Diff File | ||
bareos-13.2 aabf1aab 2013-07-04 17:45 Ported: N/A Details Diff |
Retry autochanger query for slots In essence this is a bug in the firmware but it seems there are quite some libraries which seem to be affected. We now retry the query one more time when we get a zero slots returned. Fixes 0000174: "status slots" says "0 slots" the first time after tapes were removed. Rerunning "status slots" then is correct. |
Affected Issues 0000174 |
|
mod - src/stored/autochanger.c | Diff File | ||
bareos-12.4 cd5e5302 2013-07-04 17:45 Ported: N/A Details Diff |
Retry autochanger query for slots In essence this is a bug in the firmware but it seems there are quite some libraries which seem to be affected. We now retry the query one more time when we get a zero slots returned. Fixes 0000174: "status slots" says "0 slots" the first time after tapes were removed. Rerunning "status slots" then is correct. |
Affected Issues 0000174 |
|
mod - src/stored/autochanger.c | Diff File | ||
bareos-14.2 1ac18a64 2013-06-30 15:37 Ported: N/A Details Diff |
Switch to new version number. | ||
mod - README.md | Diff File | ||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos-Debian_6.0.dsc | Diff File | ||
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc | Diff File | ||
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - platforms/packaging/bareos.changes | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
mod - src/include/version.h | Diff File | ||
bareos-14.2 8ac98a0a 2013-06-28 23:02 Ported: N/A Details Diff |
Streamline error handling. When we fail in backup due to a version mismatch on the FD protocol or in restore and verify for every failure we close the FD connection if we opened that and return from the function. For backup we keep the wait_for_job_termination() call as we really need that but as we closed the FD connection already when we got a FD protocol version mismatch we no longer hang waiting for something to be returned from the FD which won't happen when the DIR detects a protocol version mismatch. |
||
mod - src/dird/backup.c | Diff File | ||
mod - src/dird/restore.c | Diff File | ||
mod - src/dird/verify.c | Diff File | ||
bareos-13.2 9d894b59 2013-06-28 23:02 Ported: N/A Details Diff |
Streamline error handling. When we fail in backup due to a version mismatch on the FD protocol or in restore and verify for every failure we close the FD connection if we opened that and return from the function. For backup we keep the wait_for_job_termination() call as we really need that but as we closed the FD connection already when we got a FD protocol version mismatch we no longer hang waiting for something to be returned from the FD which won't happen when the DIR detects a protocol version mismatch. |
||
mod - src/dird/backup.c | Diff File | ||
mod - src/dird/restore.c | Diff File | ||
mod - src/dird/verify.c | Diff File |