Search results

  1. Dunuin

    [SOLVED] New annoying ICODE-tag behavior

    Hi, For some weeks the behavior of the ICODE-tags in the editor has changed. Previously it was easy to mix normal text and ICODE in a sentence. Now, for me it is not possible to continue writing normal text after formating something with ICODE at the end of an unfinished sentence. Both...
  2. Dunuin

    Gute Organisation des Heimnetzes?

    Moin, Ich bin inzwischen nicht mehr wirklich mit meinem Heimnetz zufrieden und wollte das neu gestalten. Mir gehen da nämlich langsam die IPs aus und die IPs sind etwas chaotisch gewählt. Ist nur nicht ganz ohne, weil es schon etwas komplexer ist (ca 100 Geräte/Gäste, 18 Subnetze über 14 VLANs...
  3. Dunuin

    Feature Request: ZFS pool creation with option to add additional directory storage for files

    Hi, So many people create a ZFS storage and then are confused why they can't store ISOs or backups on it. I always explain them that they need to create an additional directory type storage on top of ZFS for that. Super easy to do it manually with two lines of code but they still struggle...
  4. Dunuin

    LXC networking & problem with systemd-networkd-wait-online.service

    Hi, I've got a Debian 11 privileged LXC with PBS2 I did upgrade to Debian 12 + PBS3 following the PBS2-to-3 documentation. Looks like it is basically working but some things confuse me: 1.) there is no sshd.service found but I can still ssh into that LXC. Before the upgrade there was a...
  5. Dunuin

    Problem backing up using backup client

    Is this some kind of bug or am I just too stupid to backup my unmounted virtio SCSI disks using the proxmox-backup-client? Because this works: root@TestPVE2Backup:~# cat /root/scripts/backup.sh.t1 #! /bin/bash # define repo and password: export...
  6. Dunuin

    Offtopic: Rootless docker storage driver for Debian 11/12 VM?

    Hi, A bit offtopic but I've read several threads here discussing storage drivers when using LXCs and a lot of people here know more about docker than I do, so maybe some can answer me a question. At first I was running a few Debian 10 LXCs with portainer and root docker with fuse-overlayfs...
  7. Dunuin

    [SOLVED] Problems running PBS in LXC

    Hi, Got two privileged Debian 11.6 standard LXCs where I installed the PBS packages with datastores on NFS shares. They basically work but there are two problems: 1.) I boot PVE and PVE autostarts the TrueNAS VM first which autostarts the NFS server. 5 Minutes later PVE starts the PBS LXC (NFS...
  8. Dunuin

    [SOLVED] Blacklist SAS2008?

    Hi, Finally moved one of my bare metal TrueNAS servers to a VM on PVE. Works fine so far and the power consumption of the PVE host only increased by 40W while I save 80W by not running an additional server, which was the main goal. The 16 disks are attached to two Dell PERC H310 flashed to...
  9. Dunuin

    [SOLVED] PERC H310 already flashed to IT-Mode?

    Hi, My old Dell PERC H310 I had flashed to IT-mode started failing so I ordered a new (but used) one to replace it. I wanted to follow my notes I wrote down when cross-flashing the last one, but somehow I can't get FreeDOS to boot anymore to use the LSI utilities (screen just stays black when...
  10. Dunuin

    [TUTORIAL] Automatically unlocking encrypted PVE server over LAN

    Edit: for a solution see this post or maybe some later post of this thread as post can't be edited anymore after 30 days. Hi, Not directly a PVE question, but maybe someone got an idea how to accomplish this. I've got multiple non-clustered PVE servers that use full system encryption using...
  11. Dunuin

    [SOLVED] Start LXC using API?

    Hi, I want to start a LXC using the API but that isn't working and I can't see why. I'm probably just too stupid and missing something easy. I created a token with admin privileges for testing. With pvesh create /nodes/j3710/lxc/133/status/start I can start my LXC. With curl -k -H...
  12. Dunuin

    Feature request: repeat missed backups with delay?

    Hi, What I would like to see is an option to set a delay for the "repeat missed" feature of backup jobs. My PVE servers each got a PBS LXC and the PBSs will sync each other. But the problem here is, that these "repeat missed" backup jobs will always fail, as they will trigger right after boot...
  13. Dunuin

    Using tags in CLI?

    Hi, Yesterday I wrote a bash hook script to automate workarounds that circumvent problems I got with backups, making it possible to backup VMs that share the same PCIe device and allow to shutdown a PBS without making the webUI unusable. For that I had to group VMs that share a PCIe device...
  14. Dunuin

    Backup failed with "start failed: org.freedesktop.systemd1.UnitExists: Unit 142.scope already exists"

    Hi, tonight a single VM backup of my weekly PBS backup job failed with this: INFO: Starting Backup of VM 142 (qemu) INFO: Backup started at 2023-01-29 05:54:23 INFO: status = running INFO: backup mode: stop INFO: ionice priority: 7 INFO: VM Name: HomeAssistant INFO: include disk 'scsi0'...
  15. Dunuin

    [SOLVED] Converting unprivileged LXC with custom user remapping to privileged LXC

    Hi, I got a unprivileged LXC where I modified the hosts subuid/subgid files with "root:1100:4". The LXCs config got: lxc.idmap: u 0 100000 1103 lxc.idmap: g 0 100000 1103 lxc.idmap: u 1103 1103 1 lxc.idmap: g 1103 1103 1 lxc.idmap: u 1104 101104 64432 lxc.idmap: g 1104 101104 64432 I needed...
  16. Dunuin

    Fix stuck initramfs?

    Hi, I wiped my old PVE 7.3, installed a new PVE 7.3, encrypted the ZFS pool, set everything up and then I wanted to add dropbear-initramfs to be able to unlock it through SSH. With the previous PVE installation using LUKS this worked fine. But now initramfs is stuck in a loop and PVE won't boot...
  17. Dunuin

    Mdraid changing link in /dev/md/

    Hi, A while ago I installed PVE 7.2 and had setup a LVM-Thin pool on top of a LUKS container on top of a mdadm raid1. The LUKS container gets automatically unlocked on boot by "/etc/crypttab" with a keyfile and the PVEs LVM-Thin storage then uses that Thin-pool. That worked totally fine so far...
  18. Dunuin

    Backup job stuck on backing up LXC with unavailable NFS share

    Hi, Looks like my backup jobs gets stuck when backing up my running PBS LXC in snapshot mode (to another PBS): INFO: Starting Backup of VM 143 (lxc) INFO: Backup started at 2022-12-12 12:24:38 INFO: status = running INFO: CT Name: PBS2 INFO: including mount point rootfs ('/') in backup INFO...
  19. Dunuin

    Feature Request: Userscripts in webUI

    Hi, Sometimes I really wish there would be some user-customizable buttons in the webUI. I do a lot of scripting to automate my PVE server but it is quite annoying to run all that scripts though the console. It would be so much more comfortable, if I could run these scripts by pressing a button...
  20. Dunuin

    Unavailable storage will make the webUI unusable...

    Hi, It is really annoying that an unavailable storage will prevent the PVE webUI from working. This is not a single case. Both of my nodes got this problem. And today with PVE 7.3 and still back then with PVE 6.X. All my Nodes use local ZFS/LVM-thin pools to store the data. But I got a SMB...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!