Search results

  1. L

    Feature Request: Add comment column for who/what/when objects

    Hi, I added an IP address to the whitelist and would like to add a comment to which system or partner this IP belongs to. A "comment" column would be useful, like in the action objects.
  2. L

    Log for currently running backup job

    Hello, I have manually started a backup job and it seems there is no way in the GUI to have a look at the running job. Only after the job is finished, I can see the log in "Task History". Would expect to find it there while it's still running (with a status of "running"). Am I missing...
  3. L

    Mass changing Match Field What Objects

    PMG 8.2 introduced a "New option for Match Field What Object, to restrict matching on the top header section". See https://bugzilla.proxmox.com/show_bug.cgi?id=2709 I assume that it would be better (more performant) to only use recursive matching in special cases and to normally enable the...
  4. L

    iSCSI: Unnütze Einträge bzgl. "no route to host" im daemon.log

    Hallo, wir nutzen ein SAN im Zusammenspiel mit Proxmox, welches direkt (ohne Switch) über zwei Kabel am Server angeschlossen ist. Alles funktioniert soweit, aber mir sind störende Einträge im Log aufgefallen, die ich gerne unterbinden würde. Der Server hat zwei Interfaces für iSCSI. Je eines...
  5. L

    [SOLVED] Setting of "keep-last" is ignored?

    Hello, I have changed the retention settings from using the storage defined one (something like 3 daily, 3 weekly or so) to specifying it at PVE level with "keep-last=2". Waited around two weeks, but after the (failed) backup last weekend, the older backups still exist. Will they only be...
  6. L

    [SOLVED] Failed login with Active Directory authentication

    When a user tries to login with AD credentials, he only gets "Failed login" and in /var/log/daemon.log I see this: Mar 1 17:31:38 atl-vm03 pvedaemon[1695423]: authentication failure; rhost=::ffff:192.168.120.52 user=jdoe@ActiveDirectory msg=Connection reset by peer I found several other...
  7. L

    Task history doesn't show backups anymore

    Hello, I used to have entries in "Task History" for each container or VM that informed about the daily backup. Since January 11th 2022, there are no further entries anymore. The filter is set to show ALL entries. Should it really be like this? Is there a way for the backup entries to be shown...
  8. L

    Custom spam rule: Which element is responsible?

    Hello, I have setup a custom spam rule that contains multiple elements for filtering against reply-to, subject, etc.. This custom rule is linked in "Mail Filter > Rules". It wouldn't be feasible to create a single rule for each element. Now, when a mail is rejected, in the logs I can only see...
  9. L

    Filtering with match fields: RegEx not working as expected

    Hi, I have configured amongst other things these two rules: Match field: Reply-To Value: ^K2 for mails with Reply-To: K2 <ykfirxx@forestions.nl> Match field: From Value: ^Medizin-Shop for mails with From: Medizin-Shop <iftiywr@alfasells.de> Test string is ok using the part after "Reply-To: "...
  10. L

    [SOLVED] Anchoring regex in What object

    According to https://forum.proxmox.com/threads/mail-object-test-button-not-working.78899/post-349390 regexes should implicitly be anchored, but it seems to me this is not the case (anymore), see screenshot. I would expect the test to fail. I know I can simply change my regex to start with ^...
  11. L

    Spam filter rule to check subject for part of recipient name

    Hi, we currently get a lot of spam where the subject contains part of the email adress the spam is sent to. It's already filtered after passing PMG, but I'd like to not accept the mail at all. Example for "j.doe@example.com": "j doe You want this" - Text varies - First part is always the email...
  12. L

    [SOLVED] Allow internal IP address to connect with empty HELO

    We have an internal HP MSA2040 SAN where I can configure email settings to send notifications, but unfortunately the system doesn't allow to configure any other port than 25. As the system doesn't send a HELO, connections are denied: postfix/postscreen[58745]: CONNECT from...
  13. L

    [SOLVED] Console is using SPICE instead of noVNC

    Hello, when opening a console of a VM, it used to open noVNC per default. Now, probably after the update from 7.1 to 7.2, PVE downloads a spice file "pve-spice.vv". According to https://pve.proxmox.com/wiki/SPICE: "Spice is not enabled by default. To enable it set the Display in the Hardware...
  14. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    Hello, we have recently installed a HP MSA 2040 to use with iSCSI. I am a total newbie in this field and decided to just try and learn stuff on the way. Therefore even though it's generally working right now (one host has access to the SAN and I was able to add a mount point to an existing CT)...
  15. L

    create storage failed: pvcreate error ... device is too small (pv_min_size) (500)

    Hello, I'm in the process of setting up a HP MSA2040 SAN to work with Proxmox. As I just started using a SAN, I have a little over zero knowledge of these things, so there most probably will be errors in my setup (or terms I don't use correctly). Current status is: - MSA2040 is connected via...
  16. L

    USB ports change on host restart

    Hi, we are running Proxmox 7.1 on a Dell PowerEdge C6100. One VM has assigned the two USB ports for use with dongles (AKS Hardlock and Kobil Systems Smart Token). This works without problems until I restart the server. The setting used to be "host=2-1" and "host=2-2". After a restart, I had to...
  17. L

    [SOLVED] NIC missing after configuring it

    We have a PVE 7.1 cluster wird just two nodes. I'm in the process of adding a SAN (total newbie here). The SAN will be connected via iSCSI using DAC. Each Proxmox node has a separate 10Gb ethernet card with two ports. I can see these ports as enp2s0f0 and enp2s0f1. They used to be shown in the...
  18. L

    Task history of VMs not updating

    I just noticed that the task history of my VMs seems to be stuck at Feb 19, where the host was shutdown for maintenance and restarted afterwards. Only one VM has current entries (no idea why...). The others only show that they have been started, but no other ones like backup started, etc. I...
  19. L

    [SOLVED] DKIM for external servers

    I have setup DKIM so that mails from our internal network that are sent over PMG get a signature. Now I wonder what to do with our external servers, e.g. JIRA or Gitlab. Those currently send mails via a smarthost but could be switched to using the local Postfix on each server. One option...
  20. L

    [SOLVED] Querying verify_cache with postmap often waits minutes for a read lock

    When I run postmap -q jondoe@example.com btree:/var/lib/postfix/verify_cache this often takes up to 15 minutes or more until I get a result. The next second, it returns instantly. I checked this with strace and noticed that it's waiting for a read lock for the "verify_cache.db"...