View Issue Details

IDProjectCategoryView StatusLast Update
0001593bareos-corewebuipublic2024-02-12 17:53
ReporterMartin22 Assigned Tobruno-at-bareos  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionreopened 
Summary0001593: No files showing up in restore
DescriptionHi. I'm not seeing any files in the restore section of the web UI, I've tried versions 22 and 23.

The audit log shows the following:

07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_get_jobids jobid=191914 all
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline llist backups client="dnsadmin" fileset="any" order=desc
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline show fileset="LinuxAll-mysql-new"
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline show fileset="LinuxAll-mysql"
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_update
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline llist clients current
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline show client=dnsadmin
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_get_jobids jobid=191914 all
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_lsdirs jobid= path= limit=1000 offset=0
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_lsdirs jobid= path=@ limit=1000
07-Feb 16:19 bareos-dir: Console [admin] from [::1] cmdline .bvfs_lsfiles jobid= path= limit=1000 offset=0

I find it strange that the jobid is only populated in the first line and not the others. Is it possible that there is an error in the PHP configuration and not all parameters are being passed?

Thank you.
Tagswebui

Activities

bruno-at-bareos

bruno-at-bareos

2024-02-12 11:32

manager   ~0005760

Something is broken in your configuration as you've seen the jobid is normally used

Extract of a working job
```
12-Feb 11:29 bareos-dir: Console [administrateur] from localhost cmdline .bvfs_get_jobids jobid=15391
12-Feb 11:29 bareos-dir: Console [administrateur] from localhost cmdline use catalog=mycatalog
12-Feb 11:29 bareos-dir: Console [administrateur] from localhost cmdline .bvfs_lsdirs jobid=15157,15395,15057,15067,15077,15114,15124,15134,15144,15153,15163,15172,15182,15191,15201,15211,15221,15230,15240,15250,15260,15269,15278,15288,15301,15311,15342,15352,15362,15371,15381,15391 path= limit=1000 offset=0
12-Feb 11:29 bareos-dir: Console [administrateur] from localhost cmdline use catalog=mycatalog
12-Feb 11:29 bareos-dir: Console [administrateur] from localhost cmdline .bvfs_lsfiles jobid=15157,15395,15057,15067,15077,15114,15124,15134,15144,15153,15163,15172,15182,15191,15201,15211,15221,15230,15240,15250,15260,15269,15278,15288,15301,15311,15342,15352,15362,15371,15381,15391 path= limit=1000 offset=0
```
Martin22

Martin22

2024-02-12 14:10

reporter   ~0005763

Thank you. I found out that the problem is the enabled merge_jobs. After setting it to False, it works. Now the question is whether it is a bug or not.
bruno-at-bareos

bruno-at-bareos

2024-02-12 17:52

manager   ~0005765

I don't know maybe the job you want to see has no more Full as reference which lead to be break in the chain, due to configuration issue.
bruno-at-bareos

bruno-at-bareos

2024-02-12 17:53

manager   ~0005766

Configuration issue.

Issue History

Date Modified Username Field Change
2024-02-07 16:20 Martin22 New Issue
2024-02-07 16:20 Martin22 Tag Attached: webui
2024-02-12 11:32 bruno-at-bareos Assigned To => bruno-at-bareos
2024-02-12 11:32 bruno-at-bareos Status new => closed
2024-02-12 11:32 bruno-at-bareos Resolution open => unable to reproduce
2024-02-12 11:32 bruno-at-bareos Note Added: 0005760
2024-02-12 14:10 Martin22 Status closed => new
2024-02-12 14:10 Martin22 Resolution unable to reproduce => reopened
2024-02-12 14:10 Martin22 Note Added: 0005763
2024-02-12 17:52 bruno-at-bareos Note Added: 0005765
2024-02-12 17:53 bruno-at-bareos Status new => closed
2024-02-12 17:53 bruno-at-bareos Note Added: 0005766