Giter Club home page Giter Club logo

Comments (5)

mhaluska avatar mhaluska commented on June 18, 2024

Revert to 3.0.4-1 and everything is fine:

image

from proxmox-backup-arm64.

wofferl avatar wofferl commented on June 18, 2024

Unfortunately they changed the way they get the kernel version (proxmox/proxmox-backup@4879227) and now the status dashboard fails if the kernel name is not in there format, with the timestamp in () like:

6.5.11-6-pve (build@proxmox) #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-6 (2023-11-29T08:32Z)

I will fix this in the next version.

Meanwhile you can fix it manually by changing line 9353 to the following in /usr/share/javascript/proxmox-backup/js/proxmox-backup-gui.js.

  9352                 let kernel = data['current-kernel'];
  9353                 let buildDate = 'unknown'; //kernel.version.match(/\((.+)\)\s*$/) ?? 'unknown';
  9354                 return `${kernel.sysname} ${kernel.release} (${buildDate})`;

from proxmox-backup-arm64.

mhaluska avatar mhaluska commented on June 18, 2024

Thank you, I didn't find the right js file myself. Your fix helped. Thank you

from proxmox-backup-arm64.

wofferl avatar wofferl commented on June 18, 2024

Bug fixed with 3.1.2-2

from proxmox-backup-arm64.

mhaluska avatar mhaluska commented on June 18, 2024

Awesome, thank you ;-)

from proxmox-backup-arm64.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.