Search results

  1. O

    Windows vms shows incorrect memory usage?

    So you mean, I must also count that "Cached" amount to total ram in use?
  2. O

    Windows vms shows incorrect memory usage?

    When I check memory usage in windows, total memory in use does not sound correct. Please see screen shot, that vm has total 20 GB Ram but windows show %85 in use which means 17 GB but if you look at processes it is not in total 17 GB. Maybe around 8-9 GB. Using zfs..
  3. O

    Proxmox restarts randomly

    I am having same problem with all brand new hardwares for 3-4 proxmox nodes. So I really do not think it is realted to hardware. Luckly it happens only 1-2 times in 2-3 months.. Only thing in logs is: -- Reboot -- And yes there are many threads in forum.
  4. O

    Rulesets or spamassian rules?

    I think I also do not need to add channel or even maybe custom ruleset. Thank you.
  5. O

    Rulesets or spamassian rules?

    - What config would you use for this? I can set high scores in sa rules and let pmg mark it as spam or even block mail. I wanted add spamassassin.heinlein-support.de channel (not sure if it good idea yet, here it was mentioned, you can also share your ideas about it) but I could not. Because I...
  6. O

    Rulesets or spamassian rules?

    Thank you but I can also block mails with SA rules. So should I use actions for sure actions like blocking, and use SA rules for small header score adds. ? Also, should I think of adding additional SA channels / custom rules ? Or actions frum gui is all ok for.?
  7. O

    Rulesets or spamassian rules?

    What is the difference of using builtin rulesets from gui or spamassian rules custom /etc/mail/spamassassin/custom.cf ? Performance / usage / easy to manage?
  8. O

    Bad Spam recognition (compared to other solutions)

    Just wanted to update here about that I have been running PMG for couple days and till now I am happy with it. So need some attention for installing and adjusting detailed configuration. So I highly can recomment it for anyone still trying to decide about it. :)
  9. O

    What does this mean in log?

    If it was a temprature issue, would I see it in logs?
  10. O

    What does this mean in log?

    Are you still having issue ? I just checked my older notes, same thing happened one month ago.
  11. O

    What does this mean in log?

    So that mean no error is logged. If it was an sudden electricy reset, would logs be like this?
  12. O

    What does this mean in log?

    I do not think it has frozen. Just rebooted wht only -- Reboot -- in logs. I asked guys in DC if someone has rebotted it but it is not possible. So what does that "-- Reboot --" text in log mean I wonder. Hardware is new.
  13. O

    What does this mean in log?

    I loose connection in server and have guys in DC to rebooted server. Then when I check logs only thing I see at connection lost time: Oct 31 12:00:20 s8 CRON[911689]: pam_unix(cron:session): session closed for user root -- Reboot -- Oct 31 12:22:11 s8 kernel: Linux version 5.15.64-1-pve...
  14. O

    qmp command 'query-proxmox-support' failed

    Not sure about kernel update. But I can say I updated kernel about 2 weeks ago. There are 15 GB free ram of 128 GB total. But there are some backup zfs snapshot from other nodes. They do not need ram when not in use right? I will consider limiting disk. But I saw many similar threads in forum...
  15. O

    qmp command 'query-proxmox-support' failed

    No specific task. But one vm is doing high disk io. (12 TB Disk read in 8 days with nvme speed.) I set disk type to Async IO: native (as per a thread in forum). Disk type is Hard Disk (scsi0) with VirtIO SCSI (Shall I try sata?) You can see logs in attached files. There are some following...
  16. O

    qmp command 'query-proxmox-support' failed

    One node logs this error and vms are not reachable: VM 221 qmp command failed - VM 221 qmp command 'query-proxmox-support' failed - unable to connect to VM 221 qmp socket - timeout after 31 retries Could this be vm is eating so much resource or something related to pve? We have all updates...
  17. O

    Use mx option.

    When I use mail.domain.com and check "Use mx", it delivers fine. But how can pmg knows to use mail.domain.com even with higher priority? Also I can also uncheck "Use mx" when using mail.domain.com and it still delivers fine.
  18. O

    Use mx option.

    Ok when adding transport, there is a "Use Mx" option. Lets say domain.com has two mx records (second is for fallback): 1- pmg.domain.com Priority 0 2. mail.domain.com Priority 10 Then I add transport hostname as domain.com (not sure if I must enter mail.domain.com ? ) and check Use Mx option...
  19. O

    Adding Bridge without rebooting

    This one seems to be working: pvesh set /nodes/s9/network > s9 && grep -FH bridge= /etc/pve/nodes/*/qemu-server/*.conf \ | perl -nle 'print "tap$1i$2 master $3" if /\/(\d+).conf:net(\d+):.*?bridge=(vmbr\d+)/' \ | xargs -l1 ip link set s9 = is hostname and not tap$1p$2 but tap$1i$2
  20. O

    Adding Bridge without rebooting

    Is this still working?