View Issue Details

IDProjectCategoryView StatusLast Update
0000181bareos-coredirectorpublic2015-03-25 19:19
Reporterpstorz Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSanyOS Version3
Product Version12.4.3 
Fixed in Version14.2.2 
Summary0000181: Add command for doing a name resolution on client.
DescriptionIt would be good if the name resolution on a client could be tested from bconsole.

There is often the problem that a client cannot resolve the name of the storage daemon. This can only be found out if a real backup is performed.
TagsNo tags attached.

Activities

maik

maik

2013-06-21 17:11

administrator   ~0000475

maybe include the sd name resolution test in 'status client'
mvwieringen adm

mvwieringen adm

2013-08-13 03:12

administrator   ~0000570

Fix committed to bareos master branch with changesetid 584.
joergs

joergs

2014-12-03 09:17

developer   ~0001092

documented.
However I noticed, that while "help resolve" shows some text, the "help" command do not list the "resolve" command at all.
joergs

joergs

2014-12-04 14:46

developer   ~0001098

"resolve" is show on "help", but not in alphabetical order.
mvwieringen

mvwieringen

2015-03-25 16:51

developer   ~0001490

Fix committed to bareos2015 bareos-14.2 branch with changesetid 5072.
joergs

joergs

2015-03-25 19:19

developer   ~0001640

Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again.
Sorry for the noise.

Related Changesets

bareos: master 6a4e8f7d

2013-08-07 11:18

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Add command for doing a name resolution on client.

Resolve command now can resolve given hostname(s) on director, client
and storage daemon if specified.

examples:

* resolution on director:
resolve www.bareos.com
> gonzo-dir resolves www.bareos.com to host[ipv4:84.44.166.242]

* resolution on client:
resolve client=gonzo.bareos.com-fd www.bareos.com
> gonzo-fd resolves www.bareos.com to host[ipv4:84.44.166.242]

* resolution on storage:
resolve storage=File www.bareos.com
> gonzo-sd resolves www.bareos.com to host[ipv4:84.44.166.242]

Fixes 0000181: Add command for doing a name resolution on client.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000181
mod - src/tools/bpluginfo.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/label.c Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/bcopy.c Diff File
mod - src/qt-tray-monitor/monitoritem.cpp Diff File
mod - src/qt-console/bcomm/dircomm.cpp Diff File
mod - src/lib/protos.h Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/address_conf.h Diff File
mod - src/lib/address_conf.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/dird/verify.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/dird/ua_update.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_query.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/msgchan.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/fd_cmds.c Diff File
mod - src/dird/backup.c Diff File
mod - src/console/console.c Diff File
mod - src/cats/sql_list.c Diff File
mod - src/cats/protos.h Diff File

bareos2015: bareos-14.2 3565d3de

2013-08-07 13:18

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add command for doing a name resolution on client.

Resolve command now can resolve given hostname(s) on director, client
and storage daemon if specified.

examples:

* resolution on director:
resolve www.bareos.com
> gonzo-dir resolves www.bareos.com to host[ipv4:84.44.166.242]

* resolution on client:
resolve client=gonzo.bareos.com-fd www.bareos.com
> gonzo-fd resolves www.bareos.com to host[ipv4:84.44.166.242]

* resolution on storage:
resolve storage=File www.bareos.com
> gonzo-sd resolves www.bareos.com to host[ipv4:84.44.166.242]

Fixes 0000181: Add command for doing a name resolution on client.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000181
mod - src/cats/protos.h Diff File
mod - src/cats/sql_list.c Diff File
mod - src/console/console.c Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/fd_cmds.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/msgchan.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_query.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_update.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/dird/verify.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/lib/address_conf.c Diff File
mod - src/lib/address_conf.h Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/protos.h Diff File
mod - src/qt-console/bcomm/dircomm.cpp Diff File
mod - src/qt-tray-monitor/monitoritem.cpp Diff File
mod - src/stored/bcopy.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/label.c Diff File
mod - src/stored/protos.h Diff File
mod - src/tools/bpluginfo.c Diff File

bareos: master 9856b872

2014-12-04 14:48

joergs

Ported: N/A

Details Diff
tweak console help message

Issues 0000181: Add command for doing a name resolution on client
Affected Issues
0000181
mod - src/dird/ua_cmds.c Diff File

bareos: bareos-14.2 71234835

2014-12-04 14:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
tweak console help message

Issues 0000181: Add command for doing a name resolution on client
Affected Issues
0000181
mod - src/dird/ua_cmds.c Diff File

bareos2015: bareos-14.2 e8af228c

2014-12-04 15:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
tweak console help message

Issues 0000181: Add command for doing a name resolution on client
Affected Issues
0000181
mod - src/dird/ua_cmds.c Diff File

Issue History

Date Modified Username Field Change
2013-05-21 13:08 pstorz New Issue
2013-06-21 17:11 maik Note Added: 0000475
2013-06-21 17:18 joergs Status new => acknowledged
2013-08-07 11:25 mvwieringen Changeset attached => bareos master f4169ab2
2013-08-07 11:25 mvwieringen Assigned To => mvwieringen
2013-08-07 11:25 mvwieringen Status acknowledged => resolved
2013-08-07 11:25 mvwieringen Resolution open => fixed
2013-08-09 16:45 mvwieringen adm Fixed in Version => 13.3.0
2013-08-13 03:12 mvwieringen adm Changeset attached => bareos master 6a4e8f7d
2013-08-13 03:12 mvwieringen adm Note Added: 0000570
2014-12-01 12:10 joergs Assigned To mvwieringen => joergs
2014-12-01 12:10 joergs Status resolved => assigned
2014-12-03 09:17 joergs Note Added: 0001092
2014-12-04 14:46 joergs Note Added: 0001098
2014-12-05 22:38 joergs Changeset attached => bareos master 9856b872
2014-12-12 02:02 mvwieringen Changeset attached => bareos bareos-14.2 71234835
2015-01-12 10:17 joergs Status assigned => resolved
2015-01-12 10:17 joergs Fixed in Version 13.3.0 => 14.2.2
2015-01-12 10:17 joergs Status resolved => closed
2015-01-26 16:17 mvwieringen adm Assigned To joergs =>
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-14.2 e8af228c
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-14.2 3565d3de
2015-03-25 16:51 mvwieringen Note Added: 0001490
2015-03-25 16:51 mvwieringen Status closed => resolved
2015-03-25 19:19 joergs Note Added: 0001640
2015-03-25 19:19 joergs Status resolved => closed