Search results

  1. D

    pvenode acme account register fails with "Only one Term::ReadLine::Gnu instance is allowed"

    In Proxmox 9.0.5: root@oats1:~# pvenode acme account register default ddrucker@mclean.harvard.edu Directory endpoints: 0) Let's Encrypt V2 (https://acme-v02.api.letsencrypt.org/directory) 1) Let's Encrypt V2 Staging (https://acme-staging-v02.api.letsencrypt.org/directory) 2) Custom Enter...
  2. D

    changed primary network interface, now all nodes are gray ? marks

    Now I'm back to having problems. I have two nodes joined right now: On one of them I see: root@proxmox03:~# pvecm status Cluster information ------------------- Name: mic-cluster Config Version: 2 Transport: knet Secure auth: on Quorum information...
  3. D

    changed primary network interface, now all nodes are gray ? marks

    In order to get my critical services back up, I ended up following these instructions to detach each node from the cluster, so at least I could bring everything back up. Of course, that means now I can't join the three nodes into a cluster again, because each node already has VMs on it. Any...
  4. D

    changed primary network interface, now all nodes are gray ? marks

    ssh is hanging because it's trying to read /etc/pve/priv/authorized_keys. network is reachable from each to every other (ssh may fail, but telnet to port 22 works just fine - ssh is failing from that one node because the node can't read from /etc/pve/ )
  5. D

    changed primary network interface, now all nodes are gray ? marks

    I have 3 nodes. I think probably a big underlying problem is that suddenly ssh isn't working FROM the node that I changed. I can ssh TO it from both the other nodes, but if I ssh -vvv FROM it to either of the other nodes, ssh hangs at: ... debug1: Remote protocol version 2.0, remote software...
  6. D

    changed primary network interface, now all nodes are gray ? marks

    No, I did that. /etc/network/interfaces has the correct name, both for the interface itself and in the bridge name.
  7. D

    changed primary network interface, now all nodes are gray ? marks

    I replaced the network card on one of my nodes. Now I'm seeing all nodes as gray question marks - even though all VMs are up and running. How can I fix this?
  8. D

    Proxmox ZFS Mirror Boot Drive Failure - How to Restore

    For others: I followed these instructions to replace half of my boot mirror and got as far as the very last line above, but got "bootctl is not available - make sure systemd-boot is installed". The solution was, in fact, to apt install systemd-boot.
  9. D

    [SOLVED] backing up VMs to ZFS [again]

    Huh! That seemed to do it. I must have set is_mountpoint in the wrong place before. Thanks.
  10. D

    [SOLVED] backing up VMs to ZFS [again]

    root@proxmox01:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup dir: proxmoxstorage path /proxmoxstorage content vztmpl,rootdir,iso,snippets,images,backup maxfiles 1 shared 0 zfspool: big-and-slow pool big-and-slow content images,rootdir mountpoint...
  11. D

    [SOLVED] backing up VMs to ZFS [again]

    This has been asked and answered multiple times, but always with lots of confusion and conversation, and I can't seem to get any of the advice in previous threads to work. I have two SSDs in RAID1, and two HDDs also in RAID1. The SSDs are where Proxmox (6.2) is installed. root@proxmox03:/#...