Search results

  1. B

    [SOLVED] Unable to delete linked Templates

    I think you may have misundertood what I want to do. I have this set of templates that have been created one after another from a linked clone of the "previous" one (over about a year). I want to delete all the templates (I've already deleted all the linked clone VMs). I've detached the disks...
  2. B

    [SOLVED] Unable to delete linked Templates

    I have a whole series of VM templates that have been created by updating a linked clone and then converting to a template, etc. I have deleted all the linked clone VMs but am finding that the templates are refusing to delete as the Hard Drive files are still "linked" (presumably to earlier...
  3. B

    Pi-hole LXC with gravity-sync?

    I'm runningf Pi-hole inside a LXC container based on Rocky 8.6. However I go not use the gravity-sync. I created the LXC and then installed pi-hole.
  4. B

    Unable to access the GUI after changing the Ip address

    firefox v100.0 Fedora 36 with Cinnamon. No error from firefox, after going through the "insecure" dialog, it just gives me a blank screen.
  5. B

    Unable to access the GUI after changing the Ip address

    I could probably pick up a cert from letsencrypt - do you think that might help?
  6. B

    Unable to access the GUI after changing the Ip address

    Well its still not working for Firefox. Have tried Brave and Edge, and they also work (but they are based on Chrome).
  7. B

    Unable to access the GUI after changing the Ip address

    See above - Chromium ok now, but Firefox still not showing anything, even after restarting pvedaemon and pveproxy. Confirmed Firefox has new Certificate.
  8. B

    Unable to access the GUI after changing the Ip address

    yes to the https. Have re-generated the certificate, but Chromium still shows the old Ip address and the original certificate generated date. <update> now seeing new date in Chromium after CTRL-F5. root@pve:~# pvecm updatecerts --force (re)generate node files generate new node certificate...
  9. B

    Unable to access the GUI after changing the Ip address

    I am getting from CHromium that the Certificate is not valid. Will the (self signed) contents depend on the Ip address? How do I re-generate it? It is showing the old Ip address in the "Certificate Subject Alternative Name" field.
  10. B

    Unable to access the GUI after changing the Ip address

    No firewall rules that I've put in. root@pve:~# curl https://127.0.0.1:8006 -s -k | grep title <title>pve - Proxmox Virtual Environment</title> root@pve:~# curl https://192.168.100.98:8006 -s -k | grep title <title>pve - Proxmox Virtual Environment</title> root@pve:~# and from my...
  11. B

    Unable to access the GUI after changing the Ip address

    Is there an issue with the self signed certificate? Or perhaps with apparmour?
  12. B

    Unable to access the GUI after changing the Ip address

    root@pve:~# ss -antlp | grep pveproxy LISTEN 0 4096 *:8006 *:* users:(("pveproxy worker",pid=5376,fd=6),("pveproxy worker",pid=5375,fd=6),("pveproxy worker",pid=5374,fd=6),("pveproxy",pid=5373,fd=6)) root@pve:~# This what I get from Chromium: This site...
  13. B

    Unable to access the GUI after changing the Ip address

    root@pve:~# hostname --ip-address 192.168.100.98 root@pve:~# Machine is not clustered.
  14. B

    Unable to access the GUI after changing the Ip address

    Initially I used the gui to edit /etc/networks/interfaces: auto vmbr0 iface vmbr0 inet static address 192.168.100.98/24 gateway 192.168.100.4 bridge-ports eno1 bridge-stp off bridge-fd 0 and the /etc/hosts: 127.0.0.1 localhost.localdomain localhost 192.168.100.98...
  15. B

    Unable to access the GUI after changing the Ip address

    I changed the Ip address and the hostname entry and re-booted. Now I get a "refused to connect" when I try to get at the gui. ssh works to the new ip. I switched the ip address back and it worked. I presume there must be an extra step required...
  16. B

    Moving a ZFS install to another system

    However neither worked. Here is my setup: root@pve:~# lsblk -o +FSTYPE NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT FSTYPE sda 8:0 0 2.7T 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2 8:2 0 2.7T 0 part zfs_member └─sda9 8:9...
  17. B

    Moving a ZFS install to another system

    This also has a useful paragraph on recovering from the grub-rescue mode
  18. B

    Moving a ZFS install to another system

    I've got a proxmox install which is just one ZFS pool (inc the system and bootup). I want to move it to another system. When I try to boot from it, it gives me a "no such device (xxxxx) " and "unknown filesystem ", and drops me into "Grub rescue". How do I update the grub so that it boots...
  19. B

    Proxmox UPS and Power Loss

    You can also setup a Nut client to monitor a Nut/UPS over a network, so you can set that up inside your server VMs if you want.
  20. B

    Limit PBS backup bandwith speed

    If you look in your log of the backup, can you see the line relating to the "dirty-bitmap"? What does it say? I ask because I also have a backup that seems to "ignore" or not use the dirty backup, and take about 4.5 hours, and another set of servers where the "dirty-bitmap" is used and the...