Search results

  1. V

    Bluetooth device not loading anymore on the host

    sure no problem! So this is the lsmod | grep bluetooth ouput: In order to boot an older kernel, to be honest I have no idea how to do that, but I'll find it out and test it. Thanks for your help in the meantime !
  2. V

    Bluetooth device not loading anymore on the host

    This the lsusb output: none of them is the BT antenna I cannot unplug/plug it on a different device as it's the built in BT module which I believe it's embedded in the Wifi card or something like this. I do actually have a portable usb BT antenna which does work on other linux device, but that...
  3. V

    Bluetooth device not loading anymore on the host

    Hello I used to use the BT built-in antenna with one of the VM I have on the host and never had any issue. All of a sudden the BT hardware disappeared from the list of the USB device I could use in a VM and cannot get it back. It looks like it's not loading properly in the host anymore. Any...
  4. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Sorry didn't have time to test this and to reply you. I've made all necessary changes and it looks like the CT is working fine now! Thanks for all the help!
  5. V

    [SOLVED] Trying to get more info about the uid gid mapping

    This is how the permissions look like within the host: all of those are mounted within that container. So you're saying I should chown to 110/117 these? I honestly would like to avoid that as these are mounted in other CTs too.. Perhaps I should do something like get a UID/GID that I use to...
  6. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Hello all finally had time to try it out and after many attempts I think I figured it out. I have a CT user with UID 110 and GID 117 and that's how I mapped it: lxc.idmap: u 0 100000 110 lxc.idmap: g 0 100000 117 lxc.idmap: u 110 110 1 lxc.idmap: g 117 117 1 lxc.idmap: u 111 100111 65425...
  7. V

    Converting privileged to unprivileged and my CT gone

    ok then I made definitively something wrong.. didn't think about not overwriting the existing CT.. However, I was able to quickly restore it from a backup I made from the pbs, so that part is ok now. You would suggest to re-create the CT from scratch as unprivileged? Or is there a safer and...
  8. V

    Converting privileged to unprivileged and my CT gone

    Hello everybody I was going through the process of converting a CT from a privileged status to unprivileged and this is what I've done: Stopped the CT Backed it up in STOP mode Started to recover it in unprivileged mode Got the warning message saying the CT data will be destroyed Restore...
  9. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Sure! Would you mind if before marking it as solved I try to do all the above steps? You know, I'd like to avoid to open another thread in case of further issue, since I'm not sure I can edit it once it's marked as solved..
  10. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Got it. It actually makes sense.. Thank you!
  11. V

    [SOLVED] Trying to get more info about the uid gid mapping

    hmmm actually those sub-dirs have 777... Is it because of this?
  12. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Thanks a lot for the detailed explanation! I'm now starting to understand it a little bit better :) To your assumption, the CT doesn't look to be privileged: This is a screenshot from that container shell where you can see I can touch the shared folder: and this is how the mountpoint was...
  13. V

    [SOLVED] Trying to get more info about the uid gid mapping

    So I tried it. It worked just fine. There's just one weird thing. I had to re-create the container from scratch, therefore I lost the config file with all the mapping. So I now have only this setting in my /etc/subgid and /etc/subuid files: root:100000:65536 root:107:1 However, when I try now...
  14. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Awesome! I'll give it a try as soon as I can. Thanks a lot for the support!
  15. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Ok starting to get it a little bit better now. If I understood correctly the way it works, I could just follow this example: # uid map: from uid 0 map 1005 uids (in the ct) to the range starting 100000 (on the host), so 0..1004 (ct) → 100000..101004 (host) lxc.idmap = u 0 100000 1005 lxc.idmap...
  16. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Thank you all for the replies! Yes I wanted to change the user I run my services with. So I want to do that, let's assume I'll use a user called "download" on a container where I run debian with a torrent client installed, such a user exists in the CT with uid, I don't know, 105. Does it mean I...
  17. V

    [SOLVED] Trying to get more info about the uid gid mapping

    Hello all I've been searching throughout the forum for few days and found several threads related to this topic but each of them was missing some small piece of information which could lead me to the resolution of my issue. Briefly this is my current configuration: ProxMox virtual server with...