Recent content by Radomir Franek

  1. R

    Enable ssh root login Fedora 34

    Hello, I have new CT with OS Fedora 34. I created CT with ansible + Proxmox. In Fed34 is default in sshd_config disable RootLogin. I need after create CT enable root without edit config /etc/ssh/sshd_config. My code configuration for Proxmox + Ansible is for install sudo, sshd.... - name...
  2. R

    Create CT - timeout

    Hi, I have Proxmox VE 6.4-6 Nodes: 6 LXC Container: 23 Virtual Machine: 30 NAS: Synology I have problem with create CT. When i run my ansible playbook for create CT then I get Error failed: [node12.uplink.dev] (item={'key': 'work.patrik.dev', 'value': {'vmid': '137', 'netif'...
  3. R

    Container with CentOS 8.3 not start network device

    Thanks, now is docker started, but container still have error start eth: OK docker process: OK install docker container: OK start container: [root@test1 docker]# docker start db8bc9825765 Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process...
  4. R

    Container with CentOS 8.3 not start network device

    Hello, Our configuration Proxmox Virtual Environment 6.3-3 CT: CentOS Linux release 8.3.2011 For running docker in CT i need configuration in /etc/pve/lxc/198.conf: lxc.apparmor.profile: unconfined lxc.cgroup.devices.allow: a lxc.mount.auto: proc:rw sys:rw When I delete this settings, then...