Search results

  1. K

    Problems using distrobox/toolbox using rootless Podman in LXC container

    So actually a way to reproduce the distrobox/toolbox error is: [alex@ws ~]$ podman run -d --mount type=devpts,destination=/dev/pts --userns keep-id --volume /dev:/dev:rslave registry.access.redhat.com/ubi9/ubi:latest sleep infinity...
  2. K

    Problems using distrobox/toolbox using rootless Podman in LXC container

    Ugh, I think my "reproduction" is not valid. podman exec -t fails with: Error: crun: chown `/dev/pts/4`: Operation not permitted: OCI permission denied while toolbox/distrobox fail with: open /dev/pts/4: No such file or directory: OCI runtime attempted to invoke a command that was not found
  3. K

    Problems using distrobox/toolbox using rootless Podman in LXC container

    Hi, Thanks to a few Reddit threads, I got rootless Podman to work inside an LXC container. However, my intention was to use distrobox/toolbox, and it doesn't work. I've documented everything in detail here: https://github.com/alexpdp7/alexpdp7/issues/10 ; the gist is that these tools create...
  4. K

    Dumb question: should the docs specify that editing /etc/pve content is supported?

    Sure? Because in places like https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pct_configuration : Also, the web console is multiuser- you're probably going to have the same concurrency issues whether someone is editing the files or not. ctrl+f for domains.cfg on that page also finds some...
  5. K

    Dumb question: should the docs specify that editing /etc/pve content is supported?

    I've been editing /etc/pve/lxc/vmid.conf files manually so far, because as far as I know, you cannot set lxc.idmap entries automatedly (is that right?). That seems to work as I expect, requires restarting the container to apply, etc. Now I'm automating more of my config, and I was thinking of...
  6. K

    Extend "Masquerading (NAT) with iptables" documentation? (IPv6)

    Sorry, no, not really. I got my new server, but it's sitting idle costing me money :) I suspect I might push this down the road. I wanted to do this before moving in any service there, so if I mess up with things, the downtime doesn't matter... but I'm beginning to think I'll skip IPv6 in this...
  7. K

    Extend "Masquerading (NAT) with iptables" documentation? (IPv6)

    To clarify, I'd like for hosts (LXC/VMs) to live both in an internal IPv4 network, with masquerading/NAT to access IPv4 Internet, and to get an IPv6 address from the range that my hosting provider gives me (a /64), so they are on the public IPv6 Internet. Ideally, this should continue with my...
  8. K

    Extend "Masquerading (NAT) with iptables" documentation? (IPv6)

    https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_masquerading I'm currently using this setup because my hosting provider gives me a single IPv4 address, so I have to set up masquerading. I'm setting up a new Proxmox host, and I'm considering adding IPv6 configuration from...
  9. K

    Proxmox VE ZFS Benchmark with NVMe

    Opened https://bugzilla.proxmox.com/show_bug.cgi?id=4385 .
  10. K

    NVME Sector Size - Can I change this once the disk is already in a ZPool RAID 10

    As this shows high on Google... I was following https://openzfs.github.io/openzfs-docs/Performance and Tuning/Hardware.html#nvme-low-level-formatting , and decided to reformat as 4k... then the Proxmox installer said that booting off 4k-formatted NVMe with ZFS was not supported. Undoing that now :)
  11. K

    Plans for EL9 support?

    BTW, if anyone stumbles into this by Googling, Proxmox 7.3 comes with EL9 templates (Alma, Rocky, and CentOS Stream).
  12. K

    Proxmox VE ZFS Benchmark with NVMe

    Could we get as a feature doing the nvme formatting to 4096 blocks if needed following: https://openzfs.github.io/openzfs-docs/Performance and Tuning/Hardware.html#nvme-low-level-formatting , it seems that automatically detecting the optimal block size and reformatting before installing is...
  13. K

    Plans for EL9 support?

    Bump...? I think uptake of EL9 clones is being slow, but really, as Proxmox 7 does not support EL7, I was waiting until I could migrate to EL9 before migrating to Proxmox 7. But Proxmox 6 is already out of support. I assume I could make a template work, but...
  14. K

    Plans for EL9 support?

    Thanks, oguz, by EL9 I mean any Red Hat Enterprise Linux *9* clone like Alma Linux 9 or Rocky Linux 9.
  15. K

    Plans for EL9 support?

    Hi, I use the free Proxmox VE, so of course I don't have any "demands" on this topic, but I have a couple of CentOS 7 systems (a few LXC containers in Proxmox and a VPS), and I was holding off migrating a Proxmox 6.4 to a new 7.x system until I could migrate those CentOS 7 systems to EL9 (I...
  16. K

    Weird behavior with CentOS 8.2 container

    Filed https://bugzilla.proxmox.com/show_bug.cgi?id=2807
  17. K

    Weird behavior with CentOS 8.2 container

    Hi, After running user cron jobs, the user's systemd service goes failed: $ sudo systemctl status user@1000.service ● user@1000.service - User Manager for UID 1000 Loaded: loaded (/usr/lib/systemd/system/user@.service; static; vendor preset: disabled) Active: failed (Result: timeout)...
  18. K

    Installing "Workstation" on CentOS 8 and rebooting "firewalls" my LXC container

    Installing the group "Gnome" seems to pull in everything I want, so for the moment I'll do that and skip the problematic "Core".
  19. K

    Installing "Workstation" on CentOS 8 and rebooting "firewalls" my LXC container

    Well, I've narrowed it down to "Core", which is also not great, but should help. I'll try to narrow it down...
  20. K

    Installing "Workstation" on CentOS 8 and rebooting "firewalls" my LXC container

    Why? The purpose of this host is to provide me a desktop I can access from anywhere. It's actually working very well (using xrdp + xorgxrdp) and it's very fast and lightweight because LXC containers are faster and lighter than VMs. I do suspect that Workstation is pulling some stuff that...