Changesets: bareos

bareos-13.2 c24343d5

2013-07-10 20:04

mvwieringen

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 a5b918a8

2013-07-09 14:51

Marco van Wieringen

Ported: N/A

Details Diff
Fix windows bpipe plugin.
mod - src/win32/plugins/fd/bpipe-fd.c Diff File

bareos-13.2 5c8d6b8a

2013-07-09 12:51

mvwieringen adm

Ported: N/A

Details Diff
Fix windows bpipe plugin.
mod - src/win32/plugins/fd/bpipe-fd.c Diff File

bareos-12.4 6c56b621

2013-07-09 12:51

mvwieringen adm

Ported: N/A

Details Diff
Fix windows bpipe plugin.
mod - src/win32/plugins/fd/bpipe-fd.c Diff File

master e91fc068

2013-07-09 12:51

mvwieringen adm

Ported: N/A

Details Diff
Fix windows bpipe plugin.
mod - src/win32/plugins/filed/bpipe-fd.c Diff File

bareos-13.2 ec9a31a7

2013-07-09 11:52

Marco van Wieringen

Ported: N/A

Details Diff
Fixed single-drive mount problem
mod - src/dird/ua_select.c Diff File

master d518ff2b

2013-07-09 11:25

mvwieringen adm

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/stored_conf.h Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/sd_plugins.c Diff File

bareos-13.2 4fdfd623

2013-07-09 09:52

mvwieringen adm

Ported: N/A

Details Diff
Fixed single-drive mount problem
mod - src/dird/ua_select.c Diff File

bareos-12.4 794a75ba

2013-07-09 09:52

mvwieringen adm

Ported: N/A

Details Diff
Fixed single-drive mount problem
mod - src/dird/ua_select.c Diff File

master 7e70fb31

2013-07-09 09:52

mvwieringen adm

Ported: N/A

Details Diff
Fixed single-drive mount problem
mod - src/dird/ua_select.c Diff File

bareos-13.2 d7ac79ab

2013-07-05 16:58

Philipp Storz


Committer: Marco van Wieringen

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

2013-07-05 16:39

Andre Noll


Committer: Marco van Wieringen

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

2013-07-05 14:58

pstorz


Committer: mvwieringen adm

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

2013-07-05 14:58

pstorz


Committer: mvwieringen adm

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

master d1c92d7c

2013-07-05 14:58

pstorz


Committer: mvwieringen adm

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/filed/dir_cmd.c Diff File
mod - src/cats/make_catalog_backup.pl.in Diff File

bareos-13.2 669f1532

2013-07-05 14:39

Andre Noll


Committer: mvwieringen adm

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

2013-07-05 14:39

Andre Noll


Committer: mvwieringen adm

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

master f07c45cb

2013-07-05 14:39

Andre Noll


Committer: mvwieringen adm

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

2013-07-05 13:12

Marco van Wieringen

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

2013-07-05 12:22

Marco van Wieringen

Ported: N/A

Details Diff
Fix crash when an unsupported cipher is configured.
mod - src/filed/crypto.c Diff File

bareos-13.2 301891cd

2013-07-05 11:12

mvwieringen adm

Ported: N/A

Details Diff
Only check runscript dir when we are really executing the script.
mod - src/lib/runscript.c Diff File

master 7cd29218

2013-07-05 11:12

mvwieringen adm

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

2013-07-05 10:22

mvwieringen adm

Ported: N/A

Details Diff
Fix crash when an unsupported cipher is configured.
mod - src/filed/crypto.c Diff File

master 9a1817b5

2013-07-05 10:22

mvwieringen adm

Ported: N/A

Details Diff
Fix crash when an unsupported cipher is configured.
mod - src/filed/crypto.c Diff File

bareos-13.2 aabf1aab

2013-07-04 17:45

Marco van Wieringen

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.
mod - src/stored/autochanger.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 616 617 618 619 620 621 622 ... 637 638 639  Next  Last