Search results

  1. K

    /etc/network/interfaces route add

    Thanks, but I end up in the same place. Pinging 10.101.101.11 yields request times out. As soon as I execute "ip route add 10.101.0.0/16 dev vmbr1" all is well.
  2. K

    LXC.CONF edit - cPanel Error

    My PVE server doesn't have a /etc/pve/lxc/CTID.conf, is this still accurate for PVE 6.2-11? I am planning on putting cPanel in a container -- unless someone says I should use a VM
  3. K

    /etc/network/interfaces route add

    I have a container on 10.101.101.11, I can ping it if I manually run "ip route add 10.101.0.0/16 dev vmbr1", what needs to be changed in /etc/network/interfaces to automate the route addition? /etc/network/interfaces auto vmbr1 iface vmbr1 inet static address 192.168.101.32/24...
  4. K

    High Postfix memory & cpu utilization

    Mail.log doesn't say much: Sep 24 06:00:05 stl-mx postfix/postscreen[24415]: CONNECT from [198.2.175.30]:15918 to [206.196.118.234]:25 Sep 24 06:00:05 stl-mx postfix/postscreen[24415]: WHITELISTED [198.2.175.30]:15918 Sep 24 06:00:06 stl-mx postfix/smtpd[27755]: connect from...
  5. K

    High Postfix memory & cpu utilization

    I am getting quite a few " 451 4.3.0 Error: queue file write error ", I am having trouble tracking down the cause.
  6. K

    High Postfix memory & cpu utilization

    Postfix is using an inordinate amount of resources. Where should I start looking for the cause of this situation:
  7. K

    [SOLVED] PVE 6.2 on HP ProLiant DL325 Gen10 no reboot

    GRUB_CMDLINE_LINUX_DEFAULT="reboot=pci" in /etc/default/grub solved the problem
  8. K

    [SOLVED] PVE 6.2 on HP ProLiant DL325 Gen10 no reboot

    I installed PVE 6.2 on my new DL325 G10 server, all is well, except "reboot" command shuts down the server, I need to reset power in iLO to bring the server back to life. After experiencing this, I installed the HP MCP packages, I still have the problem. Any ideas?
  9. K

    [SOLVED] PVEPerf HD Size

    When I run pveperf /, I get: pveperf / CPU BOGOMIPS: 268307.04 REGEX/SECOND: 2738320 HD SIZE: 93.99 GB (/dev/mapper/pve-root) BUFFERED READS: 2125.28 MB/sec AVERAGE SEEK TIME: 0.06 ms FSYNCS/SECOND: 1256.96 DNS EXT: 62.75 ms Shouldn't the 94GB number be...
  10. K

    [SOLVED] Replace subject with recipient localpart for one domain

    I increased the rule's priority, now all is well. Thank you!
  11. K

    [SOLVED] Replace subject with recipient localpart for one domain

    This has potential, but it's not working. Where did I go wrong? Rule: Action: Who:
  12. K

    [SOLVED] Replace subject with recipient localpart for one domain

    Can anyone think of a way to do this in a PMG environment, it's not possible using native Postfix: My Postfix server handles message for a dozen domains, for one of these domains, I want the subject replaced with the recipient's local part, so something like this, but put in a format that...
  13. K

    [SOLVED] PMG Web login reset

    It would be inconvenient for me to do so until later in the day, so I went to another computer. It's working. This makes no sense why PMG would report bad password. I am seeing the same problem at home & work. Perhaps a Chrome extension, in any event why "Login failed. Please try again" I will...
  14. K

    [SOLVED] PMG Web login reset

    Working in Firefox after: pmgconfig apicert --force 1 systemctl restart pmgproxy pmgdaemon rm -f /etc/pmg/pmg-csrf.key pmgconfig apicert --force 1 pmgconfig init I am not sure why it still fails in Chrome - it will have to keep for another day.
  15. K

    [SOLVED] PMG Web login reset

    No joy. SSH in as root, change passwd, reboot, root can get in via ssh, root cannot access web interface.
  16. K

    [SOLVED] PMG Web login reset

    PMG lost its web interface, after a bit of Googling, I ran "pmgconfig apicert --force 1" as root. Now I have Web Interface without the ability to log in. How do reset/establish web login credentials from the command line?
  17. K

    Networking problem

    DHCP isn't involved in this install. I was able to clear this issue by adding "ip route add default via 206.196.116.126" in /etc/rc.local A bit of a kludge, but the server is on-line now.
  18. K

    Networking problem

    It seems I ignored the obvious: ip route add default via 206.196.116.126 So, now my question is: How do I make this permanent? The initial cause of this situation, involved my fat fingers. I thought I was on a lab computer, when I started installing pi-hole, I realized my error - apparently...
  19. K

    Networking problem

    sing Java KVM, I am able to ping the guests on vmbr0 and the gateway identified in /etc/network/interfaces, but my routing is fouled up. Pinging 8.8.8.8 I get "Destination Host Unreachable" from 169.254.249.188, so I ran "ip a | grep 169.254" and learned: I suspect a problem with my routing...
  20. K

    Proxmox : which control panel for webhosting ?

    I am leaning towards ispconfig. Softaculous is critical.