Search results

  1. B

    [SOLVED] Backups are running slowly on the internal vmbr0 bridge

    Yes! It doesn't seem like it's the problem, but I'm planning to reconnect the onboard LAN to see if it's related to that. On iperf, I'm getting 9.6, so the 10GB is working correctly. Though it shouldn't be a problem since this is supposed to be internal. The disks are all NVMe, so they are also...
  2. B

    [SOLVED] Backups are running slowly on the internal vmbr0 bridge

    Hello everyone! I'm running Proxmox 8.1.4 on my server (i7 6700T with 48GB of RAM and an Intel X520 Dual SPF+ PCIe card). I've set up a daily backup task for all my VMs and LXCs. This task used to run in just a few minutes when I was using the onboard LAN Ethernet port. However, when I switched...
  3. B

    [SOLVED] Non-free firmware moved to its own component in the archive

    Then it was just a coincidence, for some reason I started to get those messages too
  4. B

    [SOLVED] Non-free firmware moved to its own component in the archive

    I'm having a similar message, It started to happen when I ran this script Proxmox VE Processor Microcode As other said I had to add non-free-firmware to my sources.list file. Here's how it looks now (for Proxmox 8) deb http://ftp.debian.org/debian bookworm main contrib non-free-firmware deb...
  5. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    I've been doing some research and it seems there's this "Cockpit" app that could do all of that. So basically you install it on an LXC and have basic sharing functionality, user management, etc. The ZFS pools could be created or imported directly on Proxmox. Here's a video that explains it in detail
  6. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    I'm also wondering, maybe it's just a matter to connect TrueNAS with Proxmox in other way rather than NFS? Looks like the speed is really slow considering I have only NVME drives
  7. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    I know I'll need to set up Samba via the terminal, but my feeling is that it shouldn't be that hard?. Once it's set, I can just let it do its thing. I don't tinker with settings too much anyway. If anyone's curious, I'm thinking of testing it out and can share how it goes. Has anyone else tried...
  8. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    Hey, thanks for getting back to me. I think I might have not explained well in my last message, so let me break it down again. I've got nothing against TrueNAS or ZFS – they're pretty cool. But I'm not really using everything they've got to offer. I'm thinking, why not just set up a ZFS pool...
  9. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    Hello everyone! I've been thinking about simplifying my server. Following a recent upgrade (hello NVME drives), I'm thinking about whether to shift away from TrueNAS and manage everything via Proxmox. Let me elaborate. Currently, I run Proxmox on an NVME drive as the primary disk (local...
  10. B

    Failed to start Import ZFS pool

    umm I think it's fine, on TrueNAS VM they're showing up and I have a ZFS pool setup
  11. B

    Failed to start Import ZFS pool

    I have no idea, checking the web panel it's not showing there either! But looking at the TrueNAS VM so you can the last 2 PCI Devices are the NVME disks
  12. B

    Failed to start Import ZFS pool

    I'm sorry I'm missing some context, let me explain! 1. I'm running Proxmox with one NVME disk where the local storage is. There's no ZFS pool or anything configured in that regard 2. I do have another two NVME drives that I'm passing through the TrueNAS Scale VM (maybe is this the problem?)...
  13. B

    Failed to start Import ZFS pool

    It says “no pools available to import”
  14. B

    Clone host to larger SSD

    How did you expand the partitions after running dd?
  15. B

    Failed to start Import ZFS pool

    Alright! I just disabled the services and it boots correctly! systemctl disable zfs-import-cache.service systemctl disable zfs-import-scan.service
  16. B

    Failed to start Import ZFS pool

    I'm also having this error and I don't have any ZFS pools! The system runs fine but the boot is quite slow because of it
  17. B

    Delaying VM boot quite confusing.

    @datschlatscher is it the same for shutdown timeout? thanks!
  18. B

    systemd-shutdown[1]: Failed to finalize DM devices, ignoring

    Same here, kernel Linux pve 5.15.74-1-pve #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100) x86_64 GNU/Linux
  19. B

    [SOLVED] Proxmox lxc start issue after apt upgrade

    Same problem here, but as @ooptimum said installing binutils solved the problem!.
  20. B

    Map with write permissions a Proxmox folder inside a container that runs docker

    I've added the user www-data to host-data group which is 1000 but doesn't seem to work. I'm not sure if this should work but I've made so many changes that I messed up something or if I'm still doing something wrong or what :(