View Issue Details

IDProjectCategoryView StatusLast Update
0001594bareos-corewebuipublic2024-03-27 15:41
ReporterInt Assigned Tobruno-at-bareos  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSRHEL (and clones)OS Version8
Summary0001594: Web UI Job Details - switching rows per page does not work correctly
DescriptionWhen switching "rows per page" on the Job Details from 25 to 50 or 100 the switching between pages does not work correctly anymore.
Switching forward to Page 1>2>3 does work but when switching backwards again (3>2>1) the page 1 is not shown. Instead of page 1 the content of page 2 is shown.
When switching directly from page 3 to page 1 the content of page 3 is shown.

This only happens when selecting 50 or 100 rows per page. With 10 or 25 rows per page it works correctly.

Bareos Version is 23.0.1
TagsNo tags attached.

Activities

Int

Int

2024-02-08 08:47

reporter   ~0005742

It seems that page 1 is not working at all with 50 or 100 "rows per page".
When switching to 50 or 100 "rows per page" page 1 is not updated and still showing only 25 rows.
Int

Int

2024-02-08 08:56

reporter   ~0005743

this happens only with a specific job which has status "warning" and 3 errors:

35301 filebackup-igms00-fd_D_User igms00-fd Backup Incremental 1134849 551.44 GB 3 Warning


I realized that even in standard view with 25 "rows per page" the page 2 is not shown. I suspect that this is the page where the 3 errors would be shown if it were working correctly, because in all the other pages I can not see any error message.
Int

Int

2024-02-08 09:06

reporter   ~0005744

Using bconsole I found that these log lines are causing the issue:

 2024-02-08 03:22:25 truenas-sd JobId 35301: New volume "Incremental-0903" mounted on device "FileStorageTrueNAS0001" (/var/lib/bareos/storage) at 08-Feb-2024 03:22.
 2024-02-08 03:24:04 bareos-dir JobId 35301: Insert of attributes batch table with 800001 entries start
 2024-02-08 03:24:33 bareos-dir JobId 35301: Insert of attributes batch table done
 2024-02-08 03:30:25 igms00-fd JobId 35301: Could not stat "d:/user/xyz/Software/Neuer Ordner/con.example.flashplayer.appi-20181105-085630.properties": ERR=Die Syntax f▒r den Dateinamen, Verzeichnisnamen oder die Datentr▒gerbezeichnung ist falsch.

 2024-02-08 03:30:25 igms00-fd JobId 35301: Could not stat "d:/user/xyz/Software/Neuer Ordner/con.example.flashplayer.appi-20181105-085630.tar.gz": ERR=Die Syntax f▒r den Dateinamen, Verzeichnisnamen oder die Datentr▒gerbezeichnung ist falsch.

 2024-02-08 03:30:25 igms00-fd JobId 35301: Could not stat "d:/user/xyz/Software/Neuer Ordner/con.example.flashplayer.appi-8e90d32a8fd566af447a88c5ef7c6ca6.apk.gz": ERR=Die Syntax f▒r den Dateinamen, Verzeichnisnamen oder die Datentr▒gerbezeichnung ist falsch.

 2024-02-08 03:37:42 truenas-sd JobId 35301: User defined maximum volume capacity 40,000,000,000 exceeded on device "FileStorageTrueNAS0001" (/var/lib/bareos/storage).


It seems that Bareos Web UI is not able to handle the German Umlauts in the error messages.
bruno-at-bareos

bruno-at-bareos

2024-02-22 15:17

manager   ~0005803

It would be interesting to have the whole joblog 35301 so we can try to reproduce the case.

su postgres -c "psql -d bareos -o /tmp/jobid_35301.sql -c \"select * from log where jobid=35301 order by logid asc;\""

we urge you to not touch the content so the encoding error will not be affected (you can use the private button) to upload it.

Thanks
bruno-at-bareos

bruno-at-bareos

2024-03-27 15:41

manager   ~0005883

Long list of files will be handled in PR1748.

Our sales department has sent a price offer some time ago, and please enter in contact with Frank Kohler <frank.kohler@bareos.com> Phone: +49 221 630693-85


Issue History

Date Modified Username Field Change
2024-02-08 08:38 Int New Issue
2024-02-08 08:47 Int Note Added: 0005742
2024-02-08 08:56 Int Note Added: 0005743
2024-02-08 09:06 Int Note Added: 0005744
2024-02-22 15:17 bruno-at-bareos Note Added: 0005803
2024-03-27 15:41 bruno-at-bareos Assigned To => bruno-at-bareos
2024-03-27 15:41 bruno-at-bareos Status new => closed
2024-03-27 15:41 bruno-at-bareos Resolution open => fixed
2024-03-27 15:41 bruno-at-bareos Note Added: 0005883