Search results

  1. O

    Proxmox not giving IPs that isn't defined

    You haven't shown that VM's configuration, we don't know. Maybe that VM has its IP address set staticly inside? And it doesn't use DHCP?...
  2. O

    Tracking Centre Emails Dropped due to size

    Are you sure it was dropped? If the warning is from postfix, it most likely rejected the incoming message, not dropped it. Then responsibility for the message is still on the sending client.
  3. O

    Changing Label Colors after first initial load in browser.

    Probably a related thread: https://forum.proxmox.com/threads/tag-colour-and-order-not-retaining-override-colour-or-order.171840/
  4. O

    Backups showing in PBS but not showing in PVE

    Yes, it is. https://pbs.proxmox.com/docs/user-management.html#access-roles
  5. O

    Backups showing in PBS but not showing in PVE

    Note that granting DatastoreAdmin role is NOT the most secure setup. If the PVE server is compromised, it can delete backups stored in the PBS server!
  6. O

    USB disk mounted on host with 777 permissions

    Because you already have things below /mnt, don't mount new things at /mnt directly. You can create some new directory, for instance /mnt2 and make tests there.
  7. O

    USB disk mounted on host with 777 permissions

    Yes, I wrote only to confirm your command is OK. I don't know... What if you mkdir /sometestdirectory and try to mount there? If the result is different (OK), then maybe there is some difference between /mnt/pve/plexlibrary02 and /sometestdirectory. If the result is the same (bad), then the...
  8. O

    USB disk mounted on host with 777 permissions

    At my workstation: drwxr-xr-x 2 root root 40 Oct 2 16:12 test/ # mount -t exfat -o umask=0000 /dev/sdf1 /test # ls -ld /test drwxrwxrwx 4 root root 32768 Oct 2 16:29 /test/ So looks like it works here...
  9. O

    [PVE 8.x] Dell ME5024 iSCSI LUN detected but multipath -ll shows nothing (paths grouped as undef)

    I'm not a multipath expert, but this "no" catched my eyes. Maybe it should be on or smart or whatever?...
  10. O

    Sync Jobs & Encryption

    FWIW, shouldn't it be pbs: pbs1 etc... (without 1 on the left side of : )? Probably a typo...
  11. O

    Unable to see WebGUI

    Hee-hee, so my suspicion was right ;). I have read quite a few posts about disappearing of GUI and it turned out that such "addons" / "tools" were culprits.
  12. O

    Unable to see WebGUI

    I don't know this tool, so I can't comment whether it may affect the GUI. If uninstalling it isn't very time-consuming, you could try to do it (and again reinstalling pve-manager and proxmox-widget-toolkit, just in case) and seeing whether it fixes the issue.
  13. O

    Unable to see WebGUI

    Just to be sure: you didn't install any unofficial packages or unofficial "improvements", did you? :)
  14. O

    Effects of editing /etc/pve/storage.cfg monhosts on live datastores

    I don't know the answer to your question, but I think a workaround could be placing multiple lines for mon.ourdomain.com in the /etc/hosts
  15. O

    Blocking attachments by hash

    Only from your previous posts I have guessed you ask about mail :) . So most likely about Proxmox Mail Gateway server. As far as I know, PMG uses ClamAV, among others. So you can prepare for ClamAV a local signature with a hash of this attachment and ClamAV will recognize the file as...
  16. O

    New Proxmox Beginners Guide E-book for Home Lab

    @trippinguy26 See the previous post :).
  17. O

    Hardware advice (or "questionable Proxmox performance on nice box")

    Yes :) No. Disabled power-saving states should NOT be a problem. I think you should update it, if it's not already up-to-date.
  18. O

    [SOLVED] Intel NIC (I225-V Rev 3) link down after switch reset

    I can see there are many reports about issues with Intel I225(-V). One of the reasons may be power-saving... Is there a possibility to disable it? Intel Support Knowledge Base...
  19. O

    Testing PBS 4.0.14 with Wasabi

    I have found a similar issue described at https://forum.proxmox.com/threads/s3-not-showing-on-my-4-0-11-pbs.169329/ Maybe it'll direct you to a solution? Edit: also, in other posts and on Reddit, folks mention enabling "path style", whatever it is ;)
  20. O

    PBS notifications

    Well, I was thinking about it recently. You may be right or wrong :) I understand your point of view and usually mine is the same. On the other hand though... if you don't get any notification, you don't know for sure whether all is OK or whether the notification system (or even something more...