Recent content by sugoidogo

  1. S

    How to start a Docker Image within Proxmox ?

    I prefer lxc and have to deal with software whos developers only publish docker containers. I wasn't asking you specifically for help, and none of the scenarios you describe apply.
  2. S

    How to start a Docker Image within Proxmox ?

    Tested it myself, the lxc-create $name -t oci -- --url $docker_url command doesn't import the container to proxmox, but does create a rootfs at /var/lib/lxc/$name/rootfs. You need to install skopeo umoci jq for that to work, which are all available from the standard debian repos. From there, you...
  3. S

    How to start a Docker Image within Proxmox ?

    Can anyone confirm if the lxc-create -t oci command imports the container to Proxmox? As far as I know, proxmox doesn't use the lxc cli, it has it's own container framework based on the lxc feature in the linux kernel rather than the existing userspace tools.
  4. S

    CIFS mount options

    For anyone else who ends up here off a google search for this issue, here's a systemd script you can use since the regular mount dependency mechanisms don't work with proxmox managed mounts [Unit] Description=Change cifs mount options [Service] Type=oneshot Environment=MOUNT=/etc/pve/mount-name...
  5. S

    VE_Host (web interface) setup for DHCP

    Since this is the first result when googling "proxmox dhcp", I thought I'd dump some info here on this. First, the interfaces file: auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet dhcp bridge-ports eth0 Secondly, this script I wrote for setting...
  6. S

    [SOLVED] safe_mount: 1200 Invalid argument

    I have solved the issue by adding overlay to /etc/modules and moving the overlay mount from the host to the container's /etc/fstab. Another thing of note is that the noauto,x-systemd.automount option caused the container to hang indefinitely on startup, so I had to go without it.
  7. S

    [SOLVED] safe_mount: 1200 Invalid argument

    Update: I have located the issue. I have an overlayfs mount inside the bind mount that causes mounts to fail when active but works fine post-startup.
  8. S

    [SOLVED] safe_mount: 1200 Invalid argument

    After re-installing proxmox, the issue has gone away.
  9. S

    [SOLVED] safe_mount: 1200 Invalid argument

    root@proxmox:~# cat /usr/share/lxc/config/common.conf.d/50-mount.conf lxc.mount.entry = /media/hdd media/hdd none bind,create=dir 0 0 lxc.mount.entry = /media/ssd media/ssd none bind,create=dir 0 0 No change, still failing.
  10. S

    [SOLVED] safe_mount: 1200 Invalid argument

    root@proxmox:~# pveversion -v proxmox-ve: 7.1-1 (running kernel: 5.13.19-2-pve) pve-manager: 7.1-8 (running version: 7.1-8/5b267f33) pve-kernel-helper: 7.1-6 pve-kernel-5.13: 7.1-5 pve-kernel-5.13.19-2-pve: 5.13.19-4 ceph-fuse: 14.2.21-1 corosync: 3.1.5-pve2 criu: 3.15-1+pve-1 glusterfs-client...
  11. S

    [SOLVED] safe_mount: 1200 Invalid argument

    I did not have a proc entry to speak of in my fstab. Adding it doesn't seem to have changed anything. I also tried changing my storage mount options to defaults, and that also didn't seem to help. I think the only extra software installed on the host should be nvidia drivers and tuned. Stopping...
  12. S

    [SOLVED] safe_mount: 1200 Invalid argument

    Running proxmox 7.1-8, Last night all my containers were working fine, this morning I rebooted the server and got this on all of them: safe_mount: 1200 Invalid argument - Failed to mount "/media/hdd" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs/media/hdd" mount_entry: 2406 Invalid argument -...
  13. S

    boot stuck, no message, no login

    Also, is there any built in support for automatic daily backups? I obviously don't have access to the UI right now but I don't see any documentation about it on the backup and restore wiki page.
  14. S

    boot stuck, no message, no login

    apologies if I'm posting in the wrong place. I'm not sure what's happening or how to diagnose this but my server is hanging after spitting out the usual boot messages. There's no login prompt even if I switch to another tty and I can't access it or any vms remotely. It will boot into recovery...

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!