Search results

  1. wbumiller

    ERROR: Backup failed - start failed Unit already exists

    The machine is stopped to put it in a consistent state (OS shutdown, disks cleanly unmounted etc.), then started again, and the qemu process itself performs the backup while letting the guest run, backup up blocks the guest wants to write to early to not stall it for too long. Well that's not...
  2. wbumiller

    Can't share disk between VMs

    Do you get any output when you start the VMs from the command line via `qm start $vmid`?
  3. wbumiller

    [SOLVED] The system has no more ptys.

    It would probably be better that way, but given that it's using 0666 permissions it shouldn't be much of an issue for 99% of the cases. I'll ask upstream.
  4. wbumiller

    [SOLVED] LXC swap incorrect

    It'll get more confusing in the future - cgroup v2 separated memory and swap ;-) (then again the adoption of that is going about as fast as the adoption of ipv6...)
  5. wbumiller

    [SOLVED] The system has no more ptys.

    lxc-pve >= 3.0.0-3 should be available in the pvetest repository fixing this issue, please test.
  6. wbumiller

    Proxmox 5.1 LXC Network Bridge Configuration

    Right. More info would be useful. (And eg. if you put an interface onto a bridge you shouldn't also give it the IP address. That should be only on the bridge (including the dns settings).) Actually, if you don't need to do anything more complex I recommend not putting files in...
  7. wbumiller

    Proxmox 5.1 LXC Network Bridge Configuration

    Once thing I noticed: bridge_ports eth0 while your interface's actual name is enp0s25 Other than that, you'll have to be more specific as to what's not working ;-)
  8. wbumiller

    [SOLVED] The system has no more ptys.

    There was a change to support mounting without gid=5 for unprivileged containers which have gid 5 not mapped. Upstream has already fixed this in the git-master branch, and we'll probably build a fixed package soon.
  9. wbumiller

    ERROR: Backup failed - start failed Unit already exists

    Next time this happens, can you please post the output of `systemctl status $vmid.scope` before doing a systemctl kill to see which processes are running in the scope.
  10. wbumiller

    lxcfs bug?

    We'll update lxcfs on pve4 to 2.0.8 soon which should include the fix for this.
  11. wbumiller

    `pve-firewall status` stuck on "Status: enabled/running (pending changes)"

    There's a long term plan to try to test rules better when applying them to find a way to somehow mark them on the UI or at least show specifically which rule doesn't work in the logs, but the low level tools make this quite difficult/inconvenient so for now this isn't happening - we're trying to...
  12. wbumiller

    After latest update LXC+Docker = broken

    Some more error output / logs would be useful. Do you see anything in the syslog when doing this (host & guest)?
  13. wbumiller

    `pve-firewall status` stuck on "Status: enabled/running (pending changes)"

    A quick glance over the compile.txt shows a rather long multiport line (in the 'cpanel' group's input). pve-firewall >= 3.0-6 should actually complain about this when entering it, see if it works when you remove it, if that helps, split it into multiple rules.
  14. wbumiller

    [SOLVED] NFS in a container

    lxc.aa_profile was renamed to lxc.apparmor.profile
  15. wbumiller

    lxc-container fährt nicht mehr hoch

    Gibt es - und funktioniert - /lib/systemd/systemd im container? Der Fehler-ausgabe von lxc nach müsste entweder das file nicht existieren - oder IIRC wenn der linker ein library nicht findet gibt es den fehler auch: # chroot --userspec=nobody /var/lib/lxc/101/rootfs /lib/systemd/systemd --help...
  16. wbumiller

    Proxmox 5.0 and OVS with 'dot1q-tunnel'

    You could check if a vlan-aware linux bridge with `/sys/class/net/vmbr0/bridge/vlan_protocol` set to 0x88a8 would work. We do currently only expose the vlan filtering flag in the network settings, adding the vlan protocol might be useful for some. Currently this has to be added manually with...
  17. wbumiller

    lxc-container fährt nicht mehr hoch

    Sinnvollerweise hab ich beim `ls` den `/` for `sbin/init` dazugeschrieben was natürlich falsch ist und den symlink vom host statt dem container zeigt. (also eigtl hätte es nach dem `cd` dann `ls -ld sbin sbin/init` (ohne den vorangestellten slashes) heißen müssen).
  18. wbumiller

    lxc-container fährt nicht mehr hoch

    Hier ist die Fehlermeldung `No such file or directory - Failed to exec "/sbin/init".` interessant. Mounte mal den container und schau ob da was fehlt bzw falsche symlinks oder so sind. Bei einem Debian container sollte das ein symlink auf /lib/systemd/systemd sein. Das sollte in etwa so...
  19. wbumiller

    Unprivileged containers

    Unprivileged containers are not allowed to create device nodes. The postfix setup in your container uses a chrooted environment with some device nodes created in /var/spool/postfix/dev. In order to use it in an unprivileged container you first have to get rid of those files in the container you...
  20. wbumiller

    Permission issues when administering unpriviliged containers

    Mh, you might be able to get around this with an smb/cifs mount setting dir_mode and file_mode to allow reading of all files to all users and use that for templates if that's less of a hassle for you than trying pve-container>=2.0-21 from pvetest. For smb/cifs you'd have to mount it manually and...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!