Recent content by rufusz

  1. R

    Grub error on reboot and pool status question

    In the end what worked is: - detach ata-WDC_......9C5-part2 from rpool - attach it back to rpool - chroot - reinstall grub on all sda/sdb/sdc drives In the end everything is healthy, so I do not know why 9C5 died/was moved to spare. All I know that it happened after a brief power interruption...
  2. R

    Grub error on reboot and pool status question

    Hi, Suddenly an HP server with Proxmox fails to start, boots to grub rescue> with an error message about no such device <id> and unknown filesystem. Booted using systemrescue zfs and zpool status shows this: pool: rppol state: ONLINE config: NAME rpool ONLINE mirror-0...
  3. R

    LXC container running Ubuntu can't access http server

    Solved it, I had to add an entry to the route table. Maybe it is very specific for my network architecture, but anyway I leave the solution here: the container needs to know the gateway. route add -net 192.168.102.0 netmask 255.255.255.0 gw 192.168.101.117
  4. R

    LXC container running Ubuntu can't access http server

    Hi, I've installed Ubuntu 21 in an LXC container and running an http-server for testing on port 8080, I can't access the webserver from thee lan (through VPN). From the host proxmox it works. VPN is in 192.168.240.x adress space CONTAINER ip is dhcp 192.168.101.159 route -n Kernel IP routing...