Skip to main content

Questions tagged [lxc]

LXC short for (Linux Containers) LXC is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host. LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”.

0 votes
0 answers
31 views

We have a Debian 12 server that is configured by an Ansible runbook. Besides other things, the runbook provides configuration for the host firewall, the same runbook installs LXD (via snap). Here is ...
AlexNikolaev94's user avatar
1 vote
1 answer
137 views

I am inside of an debian trixie lxc in proxmox. This is how PATH looks when i query it from root: # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin In my /etc/login.defs my PATH configuration looks like ...
nachtpfoetchen's user avatar
0 votes
1 answer
150 views

I'm following this guide to have an LXC's traffic routed through another LXC container running a VPN. Containers are running on top of Proxmox. I created a bridge as explained there, and I added it to ...
GTP95's user avatar
  • 11
0 votes
1 answer
963 views

Context I have a host that runs on Fedora 38 (yes, I know, I'll upgade soon). I have a few LXC containers that I can access with VSCode (VSCodium, actually, if that makes any difference). I use the ...
SteeveDroz's user avatar
1 vote
0 answers
180 views

I would like to sandbox a complete desktop linux installation on a Linux host and have graphical hardware acceleration in the guest. To my knowledge; technologies like SR-IOV that would allow this ...
David Alsh's user avatar
0 votes
0 answers
435 views

In proxmox I have passed /dev/net/tun to a LXC with debian than just runs openvpn. To pass the tun I add to /etc/pve/lxc/XXX.conf lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/...
Daviid's user avatar
  • 118
2 votes
1 answer
2k views

TL;DR I have two software radio devices attached to my Linux server. I have an LXC container running on the Linux server. Both software radios have the same productid and vendorid. How do I attach ...
EdwardTeach's user avatar
1 vote
0 answers
87 views

Thanks to kasperd's response on "ipv6 ping host got destination host unreachable until run tcpdump" I learned about tcpdump putting the listened on interface into promiscous mode. When ...
MasinAD's user avatar
  • 21
1 vote
2 answers
880 views

I'd like to either use su or sudo -u to switch users to the subuid created by LXC to run a container as unprivileged. Note: There is no username assigned to the UIDs in which containers are run. Due ...
Xylem's user avatar
  • 11
0 votes
1 answer
241 views

Since the latest update, steam starts some linux games in a sandbox. If you have steam in an lxc container, so it does not install libs in your main OS or you want to isolate it from you work files, ...
stupidstudent's user avatar
1 vote
1 answer
2k views

Using VirtualBox or KVM, I can save the state of the guest VM, reboot the host and then resume the guest.How can I do that if my guest is only a container and not a VM ?
Juergen's user avatar
  • 706
0 votes
0 answers
448 views

I am using Lxd container for my sd card access in Linux based device. i mounted sd card with following commands mount /dev/sda1 /mnt/flash/sdcard. lxc config device add dhaneesh2 sda disk path=/mnt/...
Dhaneesh lal.D.R's user avatar
1 vote
0 answers
82 views

I have a problem with my init service. After I started the service lxd-agent I tried to check its status. I can see in the output of /etc/rc.d/rc.lxd-agent status below message: daemon: lxd-agent is ...
qidim's user avatar
  • 11
1 vote
1 answer
288 views

I have a lxc container. I connect to it with sudo lxc-attach 100 which works fine. but I want to use it as a deployment target for jenkins (I know that I could use docker, but I haven't gotten that ...
JoSSte's user avatar
  • 505
0 votes
1 answer
667 views

I would like to build an optimized kernel for a machine that runs Ubuntu 20.04 but in my scenario I cannot "pollute" the Linux installation with all the dependencies required to do the build....
Steak Overflow's user avatar

15 30 50 per page
1
2 3 4 5
7