Search results

  1. W

    Feature Request: Easy Change Failed drive in Proxmox

    Hello i would like to request this feature below. make a easyer way to change a failed ZFS drive from the GUI. Background Currently, replacing a failed ZFS disk in Proxmox VE requires following the CLI-based guide documented here: ZFS on Linux – Change Failed Device. While this procedure...
  2. W

    SmartHost

    Hello Proxmox Backup Server dont have a SmartHost option to quickly setup where the emails get routed via. the default setup sends email with no TLS. will a smarthost option be added soon? :)
  3. W

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    Hello Even tho Ubuntu 24.04 is in the proxmox repo we still get unsupported Ubuntu version '24.04' from what i can gather its not supported yet. (even tho its in the repo.) what we can do is add 24.04 as a known verson in this file /usr/share/perl5/PVE/LXC/Setup/Ubuntu.pm i will try and...
  4. W

    new ubuntu release

    Hello when can we see the new LTS release of ubuntu 24.04 on LXC? :)
  5. W

    GUIDE Change Disk.

    Hello wanted to make a guide on how to change a drive on Proxmox backup server that only has 4 drives and all using rpool as a boot device and pve storage First take the drive you want to replace offline. to identify the drive that you want to replace by going into PBS and go to Storage/Tape...
  6. W

    [SOLVED] DKIM Cname

    Hello now that we have gotten DKIM signing to work im sitting here thinking what if worst case senario came to pass.. all devices gets encrypted. handing out the TXT record that the users need to enter into there dns servers what if it changes so you have to start from scratch. this got me...
  7. W

    [SOLVED] dkim signing

    Hello here is the senario i want to solve. we have internal servers that we want to sign. the setup: server 1 2 3 sends email via our PMG on internal port 587 server1.domain.se server2.domain.se server3.domain.se server1.domain.net we want to sign the domain.se but the domain.se is has...
  8. 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...
  9. 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?
  10. 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)
  11. 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 :)
  12. 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...
  13. 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...