Search results

  1. O

    Proxmox interface has become difficult to read

    Welcome, @mR JoLLy ! I would start with the usual suspects ;-) - the "private mode", - disabling add-ons, - zooming-in or zooming-out, - other browser.
  2. O

    CPU Type Benchmark comparison - 'host' performance noticeably worse

    I don't understand this paragraph. I can't see any hostility in Johannes' messages in this thread. Moreover, I don't remember any hostile posts from Johannes. My established impression about @Johannes S ' messages is that these are useful, helpful and kind.
  3. O

    Proxmox vuneralbilities according to Wazuh

    Oh, indeed Wazuh is saying so. Looks very much like Wazuh's inaccuracy. The original message from the researchers clearly states that the vulnerability is in telneld (the server): https://lists.gnu.org/archive/html/bug-inetutils/2026-03/msg00031.html
  4. O

    Proxmox vuneralbilities according to Wazuh

    Package inetutils-telnet contains client only, so it doesn't make the machine vulnerable. While telnet server is delivered by other package: inetutils-telnetd
  5. O

    Datastore.Audit: view/browse a datastore -> I can not browse it, see an empty store

    "Propagation" "Propagate" flag may be needed. P.S. https://pbs.proxmox.com/docs/user-management.html#objects-and-paths P.S. 2. Also remember that both the user and the token must have the proper permissions.
  6. O

    pmg-log-tracker failed to parse start time

    @rct Good that you found the bugs and the way to "bypass" them. They surely should be fixed. From many posts in the Forum I believe that submitting a bug report at https://bugzilla.proxmox.com/ does not require a subscription. So you should be able to report them for the benefit of the...
  7. O

    Unknown network traffic

    @daves_nt_here I'm glad I helped :) Then you probably can mark this thread as SOLVED. By modifying the subject and selecting the SOLVED prefix from the drop-down menu. Thanks!
  8. O

    pmg-log-tracker failed to parse start time

    Welcome, @rct I don't know if that makes any difference for this command, but the docs at https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmg-log-tracker show double quotes, not single quotes. A literal example: pmg-log-tracker -i /var/log/mail.log -s "2021-07-01 00:00:00" -e...
  9. O

    Huge differences in reported usage on two PBS instances (and very large .chunks directory)

    df reports the filesystem usage. Depending on the situation, comparing one server's with the second server's fs usage may be appropriate or no. Better view of the situation could be got with du -hcs . in the directories of the datastores (there are more files/directories than .chunks). And...
  10. O

    Huge differences in reported usage on two PBS instances (and very large .chunks directory)

    Hi, @Razva . I don't understand. 1 TB or 6 TB? And what, exactly, (what commands) do show these sizes?
  11. O

    I cant access web UI

    @whitekid.exe , with so few details from you there's virtually no way to help you.
  12. O

    Unknown network traffic

    Hi, @daves_nt_here I would do something like: log from a workstation into PVE2 with ssh, then about 10 minutes past an hour: tcpdump -i any not host ip.address.of.workstation You can make the filter more detailed but we don't know the source IP address of this strange traffic (there may be many...
  13. O

    Proxmox's scheduling syntax does something weird

    This is another example of systemd "Knows Better" dogma :-(. Cron is more sensible: "Daylight Saving Time and other time changes Local time changes of less than three hours, such as those caused by the start or end of Daylight Saving Time, are handled specially. This only applies to jobs that...
  14. O

    Proxmox's scheduling syntax does something weird

    Welcome, @Astrodata I have the same output in a system which has nothing common to Proxmox: @kubuntu:~$ systemd-analyze calendar "Sun *-*-1..31 02:00:00" Original form: Sun *-*-1..31 02:00:00 Normalized form: Sun *-*-01..31 02:00:00 Next elapse: Sun 2026-04-05 02:00:00 CEST (in...
  15. O

    Can I remove a repository?

    Hi, @mouse51180 I, too, would edit or remove proxmox.sources file but you've already tried that and it hasn't helped. You haven't given the details of your setup. Is this a standalone node or a cluster, by chance? If the cluster, maybe one should take care of the files in other nodes, as well...
  16. O

    [SOLVED] zfs "arc_summary" command missing?

    Yes. Now arc_summary is named zarcsummary . And, BTW, arcstat is renamed zarcstat . The details end explanation: https://forum.proxmox.com/threads/no-zfstools-in-the-latest-kernel-6-17-9-1-pve.180330/post-836101
  17. O

    Question regarding SSL in Proxmox cluster

    @ThierryIT69 though you haven't written precisely where (which store) you have imported those to, it seems you haven't done it correctly, because noone should ever import a private key of a CA into a "client" machine.
  18. O

    Can't figure out permissions to access PVE storage content API

    @Skye0 thanks for the update. I'm glad you managed it :) Would you mind sharing your scripts here? Your solution would surely be useful for other readers, too.