Hey,
I downloaded the debian 13 template and created a new lxc with this template. I used the default features and disabled nesting.
First I have the problem, that I do not see console. It shows a black screen. Through the shell I can connect to the container. I updated and upgraded the container but I get errors adding a user and the console still show a black screen. I'm confiused, because it is a fresh installation:
I downloaded the debian 13 template and created a new lxc with this template. I used the default features and disabled nesting.
First I have the problem, that I do not see console. It shows a black screen. Through the shell I can connect to the container. I updated and upgraded the container but I get errors adding a user and the console still show a black screen. I'm confiused, because it is a fresh installation:
Code:
root@database:~# adduser db_user
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Adding user `db_user' ... returned error: 256
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Selecting UID/GID from range 1000 to 59999 ... returned error: 256
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Adding new group `db_user' (1000) ... returned error: 256
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Adding new user `db_user' (1000) with group `n3 (1000)' ... returned error: 256
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Creating home directory `/home/db_user' ... returned error: 256
logger: socket /dev/log: Connection refused
logging to syslog failed: command line logger --id=391 --tag=adduser --priority=user.info -- Copying files from `/etc/skel' ... returned error: 256