Recent content by sg23

  1. S

    VirtioFS support

    $ id uid=1012(dockeruser) gid=100(users) groups=100(users) $ pwd /mnt/findable/stuff/util/test $ ls -la total 34 drwxrwx--- 2 root users 2 Jun 10 22:21 . drwxr-sr-x 6 root users 6 Jun 10 22:08 .. $ mount|grep util stuff on /mnt/findable/stuff/util type virtiofs (rw,relatime) $ touch foo $ ls -la...
  2. S

    VirtioFS support

    Is the group id of 'users' the same in the vm and the host? when I do grep users /etc/group I get users:x:100: on my host and the id is also 100 on my Debian vm. I tested your scenario in a root-owned, 'users' group writable virtiofs mounted directory in my vm and I was able to create a file...
  3. S

    VirtioFS support

    I was referring to the availability of the virtiofsd and I do see it at /usr/lib/kvm/virtiofsd. Thanks. I wasn't thinking about the GUI but that would be great.
  4. S

    VirtioFS support

    Any news on this? Will this be in the next production release?
  5. S

    [SOLVED] No Console with Proxmox 5.0 beta 2 and Debian 9 containers.

    This thread is a bit old but it is the top google hit for "proxmox debian container no console". I am just getting started with Proxmox and had this exact problem and it was in fact the IPV6 setting. Set to DHCP, networking service start times out after 5 minutes. Change network config to...