Search results

  1. W

    Accidentally remove /etc/pve/node/mynode from proxmox

    i think the config that the /etc/pve/node/mynode has are gone. hence the error you are getting that the backup server is not finding the vm. i think you need to do a restore from backups as the vm is running yes but the config how to get to the data (vms ram cpu etc) is nuked. try and recreate...
  2. W

    Backup lxc with exit code 2

    hello looks like a permission error on the nfs share "/mnt/pve/NFS-QNAP-Proxmox-Backup/dump/vzdump-lxc-116-2023_06_24-04_49_04.tmp: Cannot open: Permission denied". check so that the proxmox host has read and write access to the "NFS-QNAP-Proxmox-Backup" share.
  3. W

    [SOLVED] cant remove kernel

    Hello how can i mount them manually?
  4. W

    [SOLVED] cant remove kernel

    Hello i have gotten an issue after updating to the latest proxmox.. i cant update kernel as it says no space left on the device. apt-get remove pve-kernel-5.4.114-1-pve --purge Reading package lists... Done Building dependency tree... Done Reading state information... Done The following...
  5. W

    script?

    Hello we moved from an old mail relay system to Proxmox Mail Gateway Cluster setup and imported all of our smtp settings. is there a script to see if domain is pointing to its cluster and if not remove the domain from transport and domains file on the master node?
  6. W

    Proxmox ZFS SSD Disks

    Hello One of our Proxmox dont see what disk type our ssds are they are in a ZFS (Raid1 conf)
  7. W

    [SOLVED] Container i386?

    Hello is there a way to get i386 LXC Containters for Proxmox 6.2? we need one for a old website that needs 32 bit os.. we dont want to install it in a VM but if we have to then we will to it but containers leave a small footprint so we would like to use it :)
  8. W

    [SOLVED] Centos 6 Template

    what fixed it for me was to make a new rsa key from inside the container with ssh-keygen -b 4096 -t rsa -f /etc/ssh/ssh_host_rsa_key Dont know if the ssh key gets copyd from the host when you create a Container or if it gets generated during the installation of openssh-server there is the...
  9. W

    Proxomox Backups - Clever Solutions

    Hello :) what backend systems are Stor1 and Back1? :) i got one synology and a freenas server at home here is my setup proxmox 2 ssd's in raid 1 for proxmox 256 GB synology shares out a iscsi target of 4 TB to proxmox who has it mounted freenas has a nfs share that takes the backups from...
  10. W

    [SOLVED] Centos 6 Template

    Hello all :D we got a old centos 5 installation on HW (HardWare) and we would like to install it on a CT but as centos 6. (Web Server php 5.3) the thing is that the only client on it has a very old website and will only work in php 5.3 with some other stuff installed. the centos 6 lxc...
  11. W

    [SOLVED] Proxmox Cluster Node changed ssh key file

    Hello... i made a bad thing on one of our Proxmox servers in a cluster.. i accidentaly changed the ssh key file root@ram:/etc/ssh# ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key now it cant connect to the vms via console.. how do we fix that issue? or is it a reinstall that is req? :( EDIT...