Search results

  1. R

    Debian 9 Container, sometimes no prompt after logging out.

    I have the same issue. The only solution so far is to restart the container.
  2. R

    ZFS mirrored boot disk full -- unable to boot

    I think the answer is to reinstall Proxmox. All of my VMs and container are stored remotely on a TrueNAS.
  3. R

    ZFS mirrored boot disk full -- unable to boot

    I have a proxmox server running 6.1-8. The boot disk is a zfs mirror of 2 16GB satadoms. Unfortunately, I made a mistake and put a Splunk vm on the boot disk and it filled to 100%. I attempted to delete the vm but couldn't. I tried to reboot but now I cannot boot. Any ideas would be greatly...
  4. R

    Subscription failure

    I have a 3 node cluster. Suddenly today, 2 of the 3 nodes show no subscription but the renewal dates for the 2 are September and November of this year. What's going on?
  5. R

    Lost all networking on cluster node.

    I have a 3 node cluster. Today, I updated all 3 nodes in succession; however node 3 did not come back online. Logging in at the physical machine, I see that as soon as I get past the boot screen, the NIC "disappears". The connection lights on the switch and on the NIC itself shutoff. The machine...
  6. R

    Proxmox VE 6.0 released!

    I neglected to mention that the 2 machines are in a cluster. When I deleted the contents of /root/.ssh/config on both machines everything worked. Thanks for your help.
  7. R

    Proxmox VE 6.0 released!

    So I had run pve5to6 on one of the machines. They have the same configuration. One works, one doesn't. I deleted the line as you suggested and I still have the same problem.
  8. R

    Proxmox VE 6.0 released!

    I upgraded 2 boxes. Both upgrades seemed to go smoothly, but on one machine I am unable to access the shell or the console for any of the VMs on it. I get the following error: /root/.ssh/config line 1: Bad SSH2 cipher spec...
  9. R

    Error adding NFS storage from FreeNAS share

    I am trying to add nfs storage to a pve node from a FreeNAS share. Details of the FreeNAS share (/mnt/pinepool/pineshare) are as follows: owner: nobody group: nogroup 775 permissions set recursively Mapall user: nobody Mapall group: nogroup When I attempt to add the nfs storage, I get the...
  10. R

    [SOLVED] Destroyed Zpool still appears on Dashboard

    Never mind. I solved my own problem. You have to look under data centre > storage to remove the old pool not under node > storage.
  11. R

    [SOLVED] Destroyed Zpool still appears on Dashboard

    I destroyed a zpool so that I could pass the disks in that pool directly to a FreeNAS vm but the destroyed pool still appears in the Dashboard with a "?" in the icon. How do I get rid of it?
  12. R

    GPG error

    That fixed it. Thank you.
  13. R

    GPG error

    Where is the Release file located and what's it full name? Or how do I change the mirror and where is a list of mirrors?
  14. R

    GPG error

    For context, everything was updating normal until we had an outage when the wireless tower that supplies our service in a rural area was knocked down by a storm. Here is the apt update output: starting apt-get update Ign http://ftp.debian.org jessie InRelease Get:1 http://security.debian.org...
  15. R

    GPG error

    After a prolonged internet disconnection because of issues with my ISP, I attempted to update my Proxmox installation and got this message: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error...
  16. R

    Mount zfs pool on node from linux vm for data storage

    Perfect! That's just what I needed. Thank you.
  17. R

    Mount zfs pool on node from linux vm for data storage

    Dmora, thanks for that. I am a newbie with linux. I see the dataset as a block device (sdb in my case pointing to proxmoxpoolr1/vm-102) but how do I create automatic mount point within the vm's file system. If I edit the fstab, I have to provide a type but (a) the version of ubuntu doesn't...
  18. R

    Mount zfs pool on node from linux vm for data storage

    I want to set up a nextcloud server on an Ubunutu VM and use a zpool on the node for the nextcloud data storage. I have created the zpool on the node and added it as storage for the VM but how do I mount it from the VM?