Recent content by digidax

  1. D

    Upgrade Almalinux 8 CT to Almalinux 9

    Yes, agree, have start a topic in the leapp forum. When I get a reply, I will add the link to the topic here.
  2. D

    Upgrade Almalinux 8 CT to Almalinux 9

    Inside of the container runs Zabbix only. The plan was to upgrade the OS and then Zabbix. So it will be needed with a new container a new IP, new hostname, backu & restore Zabbix Maria DB ...
  3. D

    Upgrade Almalinux 8 CT to Almalinux 9

    Hi there, did anyone have successful upgraded a CT, from Almalinux 8 to 9? leapp preupgrade exits with 1 error: Actor: scan_source_kernel Message: Unable to obtain kernel information of the booted kernel: no package is providing the booted kernel release returned by uname. That's...
  4. D

    [SOLVED] CT Snapshot not working

    Finally I have edited 211.conf, corrected the hostname and deleted all blocks beginning wit [] after the first block. Then list all snapshots with "zfs list -t snapshot" and deleted the not longer needed snapshots with "zfs destroy" Now snapshothing over the GUI is working well and no ghost...
  5. D

    [SOLVED] CT Snapshot not working

    Hi there, have updated node from 7 to 8.3.2 On one node with one CT, there is snapshot not possible. Initial, the cube followed by NOW is missing too: When doing a snapshot, the task is done but not displayed in list. Doing the snapshot again "TASK ERROR: snapshot name 'test' already used"...
  6. D

    [SOLVED] After update from 6.4 to 7.2 the tape drive can't be accessed

    Everything is working well. Installing 7.2 from ISO instead of upgrade from 6.4 to 7.2 solves the problem with accessing the tape drive.
  7. D

    [SOLVED] After update from 6.4 to 7.2 the tape drive can't be accessed

    Have make a clean install of 7.2 from ISO, now I can handle the tape drive from the node: root@pve4:~# mt -f /dev/st0 status drive type = 114 drive status = 1543503872 sense key error = 0 residue count = 0 file number = 0 block number = 0 At the moment I add the node back to the cluster and...
  8. D

    [SOLVED] After update from 6.4 to 7.2 the tape drive can't be accessed

    I will do now a clean install of 7.2 on this node and if the tape can not be used from the node, I will reinstall 6.4 to get working my Bareos Backup System inside the CT.
  9. D

    [SOLVED] After update from 6.4 to 7.2 the tape drive can't be accessed

    Hi there, I have done the upgrade from 6.4 to 7.2 with a node, where a tape drive was used. After upgrade, I can't access it (QUANTUM ULTRIUM-HH7) from the node (LXC CT not tested because node must working first): root@pve4:~# lsscsi -g [1:2:0:0] disk LSI RAID 5/6 SAS 6G 2.13...
  10. D

    Storage attached via NFS: maintenance procedure

    Hi there, I'm using a NFS export as storage for VM/CT backups. Working well. Now, for maintenance, the server which provides the NFS export hast to be reboot. What would be the best way, to tell the nodes, that this export is temporary not available? A backup is not planned during this time...
  11. D

    [HOW-TO] Proxmox 7 cgroupv2 - Centos 7 upgrade systemd without systemd.unified_cgroup_hierarchy=0

    Will this procedure make it possible to run Centos 7 in LXC containter under Proxmox 7?
  12. D

    Different files space in container mount point

    Brining this question up again, I'm planning to upgrate to 7.0 but want to have clearness, that this problem will not destroy anything. Are additional information needed? Thanks.
  13. D

    Different files space in container mount point

    Hello, I have add a mount point, based on a hardware RAID-0 (Stripe) to a CT: Inside of the LXC container, I get: # df -h Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf rpool/data/subvol-211-disk-0 200G 133G 68G 67% / /dev/loop0 6,8T 1,3T...
  14. D

    ASUS B450 thermal sensors ITE IT8665E

    Ok, done. Test after update-grub # cat /boot/grub/grub.cfg | grep "lax" linux /ROOT/pve-1@/boot/vmlinuz-5.4.106-1-pve root=ZFS=rpool/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet acpi_enforce_resources=lax linux /ROOT/pve-1@/boot/vmlinuz-5.4.106-1-pve...
  15. D

    ASUS B450 thermal sensors ITE IT8665E

    Thanks Dominik, The git of a1wong doesn't support the IT8665E. But this https://github.com/frankcrawford/it87 has it included. Cloning the git and making install was done successful, but can't load the module: The new module is available: # ls -l...