Search results

  1. P

    HDMI KVM switch ( over IP ) suggestion

    @Dunuin I'm of course talking about over RJ45.. I recently renovated my house and while renovating, pulled three cables from where my server resides to my workroom to pull this kind of thing. So there is no option to pull an HDMI cable or USB cable under floors anymore ( I live in an apartment...
  2. P

    HDMI KVM switch ( over IP ) suggestion

    Well, I'm using my proxmox as a host to a macOS VM and because it's a big ass server which is also a NAS with around 100 TB storage space so it's staying away from my work room ( because of sound etc.. ) I set it up with PCI-E passthrough so it uses an Nvidia GT 710 as its' GPU ( which was my...
  3. P

    LXC bind mounting NFS mount and docker containers

    Hello, This weekend I finished configuring most of my personal server ( which is for development and fun so I don't care about security much ).. It was previously working as a nas server with Freenas and had rancher as docker host vm.. Although I wanted to have a full hypervisor with PCI-E...
  4. P

    [SOLVED] bind mount and unprivileged LXC

    Just found out, when I execute adduser it creates the media user's home folder with uid 101000.. Modifying it on the host solved the problem.. I can now access my media user and work with it.
  5. P

    [SOLVED] bind mount and unprivileged LXC

    Ok, I know this subject is talked about too much but while I did it successfully, that's not what I need.. my current config is as follows: 100.conf: . . . lxc.idmap: u 0 100000 1000 lxc.idmap: g 0 100000 1000 lxc.idmap: u 1000 1000 1 lxc.idmap: g 1000 1000 1 lxc.idmap: u 1001 101001 64535...