Search results

  1. C

    Can't load RADOS for module PVE::RADOS, GUI and CLI tools fail

    Hi thanks again for both your help, I tried the full update/upgrade, sadly it didn't end up helping and I couldn't find anything in the logs. I have just reinstalled and re-setup the server and it all works fine, thanks for your tip of porting over /etc. I also found it useful to zfs create...
  2. C

    Can't load RADOS for module PVE::RADOS, GUI and CLI tools fail

    root@pve:~# cat /etc/apt/sources.list deb http://deb.debian.org/debian bookworm main contrib deb http://deb.debian.org/debian bookworm-updates main contrib deb http://security.debian.org/debian-security bookworm-security main contrib root@pve:~# cat /etc/apt/sources.list.d/ceph.list # deb...
  3. C

    Can't load RADOS for module PVE::RADOS, GUI and CLI tools fail

    Hi, thank you for responding I do have a file at /usr/lib/x86_64-linux-gnu/perl-base/DynaLoader.pm. I have run debsums -c and the output I get is root@pve:~# debsums -c Can't locate Dpkg/Conf.pm in @INC (you may need to install the Dpkg::Conf module) (@INC contains: /etc/perl...
  4. C

    Can't load RADOS for module PVE::RADOS, GUI and CLI tools fail

    Hello, my proxmox server has been running happily for a few months since last reboot. I tried to run a new container and got this message: Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.36/auto/PVE/RADOS/RADOS.so' for module PVE::RADOS: libboost_iostreams.so.1.74.0: cannot open shared object...
  5. C

    Sending container traffic over different IPs, depending on the container

    Hello, I have been completely stuck on this problem for a few months now. Mostly because networking is such a foreign concept to me that I don't even know where to start with googling, what I have tried has not really solved the whole problem, so I apologise for a potentially misleading title...
  6. C

    [SOLVED] No network connection after adding pcie tuner card

    OK yes, that was it thank you, I did not notice that the numbers were different, cant believe I cant read. But for anyone else with this issue I modified /etc/network/interfaces Then where I put INTERFACE_HERE I replaced the old interface name (enp3s0) with the new one (enp7s0) auto vmbr0 iface...
  7. C

    [SOLVED] No network connection after adding pcie tuner card

    I have tried to up the enp7s0 with the command ip link set enp7s0 up however I still cannot connect to the network
  8. C

    [SOLVED] No network connection after adding pcie tuner card

    Hi, thanks for your reply, I think I may not know what I should be looking for, but what I thought were the names of the network interfaces seem to stay the same. Both times I have 3 results from the two commands: 1: lo 2: enp7s0 3: vmbr0 As I understand it vmbr0 is the one that matters, it...
  9. C

    [SOLVED] No network connection after adding pcie tuner card

    Hello, I have just received a Hauppage WinTV quad tuner to use with plex and when I try to connect it to my server, physically, I lose networking. I cannot even ping my router, it just returns destination host unreachable. Motherboard: ASUS H110M-R I guess that it is somehow recognising the...
  10. C

    [SOLVED] Cannot mount any zfs pool

    That worked wonderfully thank you very much
  11. C

    [SOLVED] Cannot mount any zfs pool

    so hopefully that has solved that issue, but the next question is how to get all these to automatically mount at boot? Thanks for the help too, usually im happy to experiment with these things but it feels like one wrong move and it is all gone
  12. C

    [SOLVED] Cannot mount any zfs pool

    This is now the out put of that command (zfs list -o name,mounted,mountpoint): NAME MOUNTED MOUNTPOINT apool no /apool apool/plex no /apool/plex apool/torrents no /apool/torrents bpool...
  13. C

    [SOLVED] Cannot mount any zfs pool

    OK did some experimenting - turns out I have a misunderstanding I deleted everything in bpool/youtube-backup with rm -rf /bpool/youtube-backup after disabling the directory in the proxmox gui then I mounted, re-enabled and I could get into that container and all the data is still there, so I...
  14. C

    [SOLVED] Cannot mount any zfs pool

    I was wondering if there was a way around that - I have about 1.5TB across the two pools, as directories, shown below: I really really don't want to have to delete that data, if there is any way around that. If I do have to, could I just scp the data from these to somewhere else and bring it...
  15. C

    [SOLVED] Cannot mount any zfs pool

    This is pretty chunky so it didn't allow it in the original post:
  16. C

    [SOLVED] Cannot mount any zfs pool

    Hi, I have recently added two disks to my server, when I run fdisk -l they occupy /sdc and /sdd. Both previously occupied by disks in my apool and bpool respectively. After installing these disks and running proxmox 3 of my containers, that used one or both of these pools for storage would not...