Recent content by gob

  1. G

    Dropped network packets from VM but host OK.

    Thanks GD Really don't know how I missed that IP clash. I appreciate the fresh pair of eyes on it. Oh, the two VMBR's are on different subnets... one is 192.168.29.20/23 the other is 10,10,29.20/24 Cheers!
  2. G

    Dropped network packets from VM but host OK.

    Hi @GuillaumeDelaney I'm not sure exactly what you mean by (ip a + ip r) but here's the basic network info. PVE Host: auto lo iface lo inet loopback iface eno1 inet manual iface eno3 inet manual iface eno4 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static...
  3. G

    Proxmox newbie

    You cannot ping a port number using icmp. You need to use Telnet or Netcat commands to verify an open port.
  4. G

    Dropped network packets from VM but host OK.

    I have a single host PVE version 8.1.4 with a pretty basic out of the box configuration I have 2 debian 12 LXC containers 1 debian 12 VM 1 Windows 2019 Server VM The PVE host itself has no problems accessing the outside world and shows consistent ping latency with now packet loss. However the...
  5. G

    proxmox gateway disclaimer not sending on emails with outlook but zimbra webmail works

    I've been working with the OP on this and it turns out that the problem was with a rogue apostrophe character in the HTML. This text in the disclaimer: A list of members' actually appeared like this in the source: A list of members’ Replaced that character and all now good.
  6. G

    [SOLVED] DigitaOcean Deployment

    Thanks Oguz Yes the hostname fixed this. All seems to be working! The package must have automatically added the enterprise repo as I only set up the no-subscription repo initially. Cheers
  7. G

    [SOLVED] DigitaOcean Deployment

    Created a clean Debian 10 droplet ran apt-get update and dist-upgrade added No-Subscription repo to apt list added GPG key apt-get install proxmox-mailgateway-container This is as much output as I can grab from the console :
  8. G

    [SOLVED] DigitaOcean Deployment

    Hi Has anyone successfully managed to install PMG on a DigitalOcean Droplet? I have been trying on a Debian 10 droplet with the standard package and also the container package but with no luck. Keep getting this: dpkg: error processing package pmg-api (--configure): installed pmg-api package...
  9. G

    Storage I/O problem during upgrade

    OK, rather embarrassingly I (you) have discovered the problem. On this host it appears I did not configure iSCSI timeouts or install the Multipath tools! Since installing and copying my multipath.conf settings the node is behaving itself and I can browse the storage instantly. I have however...
  10. G

    Storage I/O problem during upgrade

    Here is one of the FreeNAS boxes: Nov 15 14:50:20 ms-200-fn01 ctld[75708]: 10.4.132.110: read: connection lost Nov 15 14:50:20 ms-200-fn01 ctld[2313]: child process 75708 terminated with exit status 1 Nov 15 14:50:20 ms-200-fn01 ctld[75709]: 10.4.132.110: read: connection lost Nov 15 14:50:20...
  11. G

    Storage I/O problem during upgrade

    I have 3 SANs on my storage networks. 1 x DELL MD3000i (1 x SAS LUN and 1 x SATAu LUN) 1gb network 1 x FreeNAS (24 x SSD array) 10Gbe network 1 x FreeNAS (SATA array) 1gb network Whenever I attach any of those to my 3rd host via iSCSI I get the constant stream of I/O errors as in my above...
  12. G

    Storage I/O problem during upgrade

    I'm afraid a full system shutdown didn't help with this one node (host, iSCSI SAN and switches all rebooted). My logs are filling up with this: Nov 14 18:54:55 ms-200-prox05 kernel: sd 5:0:0:2: [sdj] tag#0 <<vendor>>ASC=0x94 ASCQ=0x1 Nov 14 18:54:55 ms-200-prox05 kernel: sd 5:0:0:2: [sdj] tag#0...
  13. G

    Storage I/O problem during upgrade

    Thanks Alwin I did already reboot the host after the upgrade eventually finished, so I assume Grub did in fact install ;-)
  14. G

    Storage I/O problem during upgrade

    Thanks for your suggestions Manu. They are indeed all iSCSI LUNS It appears that all iSCSI sessions are logged in: iscsiadm -m session -P 1 Target: iqn.2005-10.org.freenas.ctl:proxiscsi (non-flash) Current Portal: 10.4.132.60:3260,257 Persistent Portal: 10.4.132.60:3260,257...
  15. G

    Storage I/O problem during upgrade

    Hi I am just in the middle of upgrading the first node in my cluster from version 4.4 to 5. Towards the end of the upgrade I started getting the following message which keep scrolling round and around: File descriptor 3 (pipe:[1941289]) leaked on vgs invocation. Parent PID 31851: grub-install...