Search results

  1. S

    [SOLVED] Issue NFS between host and VM

    I am doing the reverse (NFS Export on the Proxmox VE Host to a Debian VM, Private Network in this Case otherwise NFS via Wireguard if remote Host) but I'd say that your /etc/exports seems way too simple ... Here is mine for Comparison that ONLY grants access to the Host 172.30.1.2/32: # Docker...
  2. S

    Debian 13.1 LXC template fails to create/start (FIX)

    Same Issue and yes, the Workaround works :) . I think that the Proxmox VE Team should just make a <= (current release + 1) Check or just filter the Content of /etc/os-release or /etc/debian_version to only keep the Major Version (13 in this Case for 13.1) into account instead of the...
  3. S

    Podman in rootless mode on LXC container

    I also came up with a Script & a Systemd Timer+Service which can be installed directly INSIDE the LXC Container and run Hourly to fix if those Permissions change due to System Updates: https://github.com/luckylinux/podman-tools/blob/main/setup_podman_lxc_fixes.sh EDIT 1: Fedora relies on...
  4. S

    Podman in rootless mode on LXC container

    For the last couple of Errors, I added this to /etc/pve/lxc/101.conf: lxc.cgroup.devices.allow: c 10:200 rwm lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Also enabled FUSE in the Container Options: (I previously also tried to enable Create...
  5. S

    Podman in rootless mode on LXC container

    Let's try to change that: root@pve:~# stat /rpool/data/subvol-101-disk-0/usr/sbin/newuidmap File: /rpool/data/subvol-101-disk-0/usr/sbin/newuidmap Size: 35288 Blocks: 42 IO Block: 35328 regular file Device: 0,60 Inode: 4044 Links: 1 Access: (0755/-rwxr-xr-x) Uid...
  6. S

    Podman in rootless mode on LXC container

    I wanted to give this another Try today on a new System ... Failing (again) :(. I followed your instructions to the Letter (for a Fedora LXC Container) but I'm always stuck with ERRO[0000] running `/usr/bin/newuidmap 569 0 1000 1 1 100000 65536`: newuidmap: write to uid_map failed: Operation...
  7. S

    [TUTORIAL] [High Availability] Watchdog reboots

    Wouldn't it be better to just have second Switch and enable STP ? Or have it on a separate Parallel Subnet, that could also be another Possibility I guess.
  8. S

    [TUTORIAL] [High Availability] Watchdog reboots

    So what exactly is the difference between these 2 Tests and what you did yesterday, which (apparently) resulted in the "healthy" Node also rebooting ?
  9. S

    Stuck immediately after Bootloader / start of Kernel Boot

    Good Point :). It could be running low indeed. As an intermediary Step I think I could try to see if the Port is "alive" on both Systems (at separate Steps) to a Zyxel GS1910-24 Switch, and check if they work at all. If they do then it might also be a faulty Null-Modem Cable.
  10. S

    [TUTORIAL] [High Availability] Watchdog reboots

    Alright :). Never say never ;). If they have 100% reachability why is the other Node going down ;) ? You say you are certain it's the Watchdog, but does the Watchdog or the PVE Service give any indication as to why ? Is it communication Failure, Quorum Failure, etc ? There seems to be a delay...
  11. S

    Stuck immediately after Bootloader / start of Kernel Boot

    No it should not. I agree, the most likely explanation is something very stupid going on. Probably with the User :p. I just fail to see what exactly ... This Week I'm completely under Water at work, so no Time to play around with Scopes. But yeah, when Software fails, you have to look at the...
  12. S

    [TUTORIAL] [High Availability] Watchdog reboots

    Well, it say quorate, so it should be fine. Is this after unplugging the Cable on pve1 and pve2 also rebooted ? Are you sure it's a reboot and not some e.g. Network IP Address conflict due to reconfiguration or something along those Lines ? Does uptime on the 2nd Host Confirm that it rebooted...
  13. S

    [TUTORIAL] [High Availability] Watchdog reboots

    Are you sure you set a different "weight" (number of Votes) for the "remaining" Node ? What is :ffff:172.16.1.20 and :ffff:172.16.1.21 ? It looks like 2 Hosts are down, not only 1 ... But who is monitoring/pinging them then ? Do you have another Device doing the Monitoring or ?
  14. S

    Stuck immediately after Bootloader / start of Kernel Boot

    I'm not sure if that is the Issue. As I said, when I connected the DB9 on the Back of one of these Supermicro Motherboards to a Zyxel GS1910-24 Switch, I could get it to work without Issues with minicom. Since RS232 seemed fine there, why do you think that's the Issue ? I agree with the...
  15. S

    Proxmox Kernel 6.8.12-2 Freezes (again)

    Alright ... Sometimes the OEM / BIOS Vendor either puts them in Places that are impossible to find, or they are altogether hidden. You may need to patch BIOS (using a NEW Version of uefitool to extract the BIOS, ifrextractor to dump that to Text File, edit using e.g, HxD Editor, rebuilding a...
  16. S

    Proxmox Kernel 6.8.12-2 Freezes (again)

    It could indeed by a stubborn Firmware Quirk :( . I got no direct Experience with this specific one, only LSI 2118/3008 Series Chipsets so far. I doubt that is an Issue *per se*, unless it would prevent you from booting at all, which clearly is NOT the case here. Memory could be faulty though...
  17. S

    Stuck immediately after Bootloader / start of Kernel Boot

    Alright, Fingers crossed :). I think I added a debug Parameter too (also used to debug Initramfs), but it might well be that there is quiet Parameter that I missed. Thanks for the Tip. Let me check that :). That's surely NOT an Issue in my Case :). It's always GRUB2. For how "bad" everybody...
  18. S

    Stuck immediately after Bootloader / start of Kernel Boot

    Thank you for your Reply :) . When I was in BIOS the other Day, I am pretty sure it was under the Advanced Features Submenu, NOT the IPMI one. COM1 was set to COM by Default, whereas COM2 was set to SOL by Default. Logically COM1 would be the DB9 Serial Port in the Back whereas COM2 (if NOT...
  19. S

    Stuck immediately after Bootloader / start of Kernel Boot

    Any Idea ? EDIT 1: back several Months for a similar Issue (digging through my Emails since Forum Search is quite Bad), @t.lamprecht suggested adding Options earlyprintk=vga,keep to Kernel Command Line, so I might as well try that. Weird that Serial Debugging don't work though. Is the Freeze /...
  20. S

    lxc_init: 845 Failed to run lxc.hook.pre-start for container "200"

    Sorry for the late Reply, but I'm facing the Issue now on another System. I tried both the Null Modem Cable and using Supermicrom SOL (Serial over LAN) but in both Cases, probably due to misconfiguration, it won't do anything at all. I described the Issue in...