Search results

  1. K

    Server Console Shell Password

    Thank you. It was my fault. I ignored, that Iam working as root.
  2. K

    Server Console Shell Password

    Ok, so when I have passed the Web UI login, I can access the server shell without further user/password. That feels a little bit inconsistent to me. For accessing a VM or Container via Web UI, I need the authenticate, but for the shell of the under laying Server not.
  3. K

    Server Console Shell Password

    Dear Forum, Currently I can, from the Web Interface, enter the Server shell with no prompt for a password or username. I would like to know, how I could activate a Login/Password for the Server Console Shell. Can someone help me out?
  4. K

    LXC unprivileged nested=1 vs lxc.apparmor.profile unconfined what is more unsecure

    Thank you for the Answer. Conclusion: "lxc.apparmor.profile unconfined" is more "unsecure" than nested=1.
  5. K

    LXC unprivileged nested=1 vs lxc.apparmor.profile unconfined what is more unsecure

    Hi, I run all my LXC container unprivileged. Now and then I have issues with systemd and/or logrotate and some more services not starting. I resolve the issues with lxc.apparmor.profile unconfined in the LXC conf file. But I could resolve it by setting nested=1 option in LXC conf file. So, what...
  6. K

    Assigning DNS Domain and DNS Server by DHCP Server

    Yes, you are right. I started from scratch and now that I know it should work, it works as expected ;). Thanks
  7. K

    Assigning DNS Domain and DNS Server by DHCP Server

    Hi, I have a question regarding assigning DNS Domain and DNS Server by a DHCP Server to a Container. I want to assign the DNS Server and the DNS Domain by a DHCP Server to several Container. In every Subnet/vmbridge I have a DHCP Server. This Server is assigning several options, like DNS Server...
  8. K

    HAVP AV Proxy - mount: /var/spool/havp failed

    After I played around with lxc.mount.entry, I receive the following error messages when starting HAVP service: systemctl status havp.service * havp.service - LSB: HAVP virus-scanning HTTP proxy Loaded: loaded (/etc/init.d/havp; generated) Active: failed (Result: exit-code) since Mon...
  9. K

    HAVP AV Proxy - mount: /var/spool/havp failed

    Hi, I try to install the HAVP Proxy into a LXC Debian 11 Container. Iam receiving this error, when bringing up the Service: systemctl status havp.service * havp.service - LSB: HAVP virus-scanning HTTP proxy Loaded: loaded (/etc/init.d/havp; generated) Active: failed (Result: exit-code)...