Skip to main content

Questions tagged [lxc]

Linux Containers (LXC) is a userspace interface for operating system-level virtualization features in the mainline Linux kernel, such as kernel namespaces and control groups (cgroups). These allow multiple distinct user space instances to be run on a single kernel. Note: the 3 letters "lxc" command is part of LXD, not LXC. Please use the LXD tag if your question is about LXD rather than only about LXC.

1 vote
1 answer
112 views

I'm using Debian/trixie (current stable) and heavily containerised projects / applications via LXC/incus into unprivileged containers; each having their own isolated UID/GID range. Most of the ...
daten's user avatar
  • 33
0 votes
1 answer
32 views

I have installed cacti on Slackware 15.0 lxc container. a) installing cacti ok b) installing rrdtool ok c) installing and configuring mariadb and httpd ok d) running cacti setup ok, edited php.ini, ...
elbarna's user avatar
  • 14.5k
2 votes
1 answer
150 views

I start my container using systemd (old method starting manually don't work with Debian 13) those two questions explain how Why my lxc container stop when I close ssh session with host? Debian Trixie: ...
elbarna's user avatar
  • 14.5k
0 votes
2 answers
109 views

On Old Debian 12, I can see container process using ps from root. On Debian 13 not, The situation: On container ps -ef|grep -i ora oracle 230 1 0 Aug10 ? 00:00:00 /usr/lib/systemd/...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
74 views

I have created this service to start lxc container. # # ~/.config/systemd/user/container.service # [Unit] Description=lxc-autostart containers DefaultDependencies=no Wants=network.target lxc.service [...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
238 views

On Debian 12 bullseye all works fine. This is the situation on Debian Trixie (released stable some days ago) lxc-ls: ../src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set ...
elbarna's user avatar
  • 14.5k
2 votes
1 answer
383 views

I am configuring a single-node proxmox server for use as a home server/homelab. I am looking to run many of my generic applications (like immich, jellyfin, etc) in docker containers, which could all ...
hdconway's user avatar
0 votes
1 answer
89 views

I am setting up some LXC containers as a normal user. I have followed all the steps in the manual for user-owned unprivileged containers, and the instances I created are running fine. I used a ...
user3758232's user avatar
0 votes
0 answers
300 views

I'm trying to configure a reverse proxy on an LXC Container in proxmox, however the container is not able to resolve DNS. The proxmox node has no issue with DNS, and both the node and the container ...
tkennedy741's user avatar
1 vote
3 answers
568 views

I have been trying for a long to make the crontab entries to run, but it doesn't matter what Time / schedule I enter, it doesn't seem to work. I have confirmed my current time zone with date command &...
Neail's user avatar
  • 99
0 votes
0 answers
28 views

I have tried this for a lxc container lxc.net.0.veth.pair = vethvlan2 but when container start it takes a random name br1 ************ no enp7s0.1 ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
199 views

I am new to networking, and I am trying to implement a firewall inside an LXC container (Alpine Linux) that is bridged with another LXC container (Alpine Linux) through a br0 interface. Right now, my ...
RGB Engineer's user avatar
1 vote
1 answer
70 views

I've installed nextcloud on proxmox in an alpine container using ttecks (rip!) helper script. After some tweaks, I am now able to update nextcloud from the application itself. Now I have the following ...
lutz108's user avatar
  • 23
0 votes
1 answer
591 views

I built a docker image with gcc binutils and gdb debugger installed inside. I would attach gdb from that docker container to a process inside a lxc container running on the same Linux host. The lxc ...
CarloC's user avatar
  • 385
1 vote
0 answers
206 views

Bind mounts seem to be hard. I am looking for the right way to use a bind mount to mount a given directory to another one pretty much like a symlink (but I can't use a symlink because my application ...
divB's user avatar
  • 218

15 30 50 per page
1
2 3 4 5
23