To me it looks as if you have no password for that user. Didn’you provide one at installation?
Try from a terminal (as the user involved):
passwd
It will first ask you for the old password, because it seems to be empty hit the return key. Then it will ask you twice for your new password. That should give you a password.
Have a look at this setting in /etc/sysconfig/displaymanager:
## Type: yesno
## Default: no
#
# Allow all users to login without password, but ask for the user, if
# DISPLAYMANAGER_AUTOLOGIN is empty.
#
DISPLAYMANAGER_PASSWORD_LESS_LOGIN="no"
On 2013-11-29 12:46, sergelli wrote:
> My password is not empty, look below (## my translation)
Just a comment. When the system language is not English, you should do,
in order to post here, like this:
minas-tirith:~ # LANG=en_US.UTF-8 zypper info kvm
Loading repository data...
Warning: Repository 'openSUSE-11.4-Update' appears to outdated. Consider
using a different mirror or server.
Reading installed packages...
or this:
minas-tirith:~ # LANG=C zypper info kvm
Loading repository data...
Warning: Repository 'openSUSE-11.4-Update' appears to outdated. Consider
using a different mirror or server.
Reading installed packages...
^C
That way we can all read it, regardless of local languages of sender and
reader. It is not a permanent change, it only applies to one command.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 2013-11-29 16:16, sergelli wrote:
>
> hcvv;2603469 Wrote:
>> Nice it works. But your system was already up. This is only about the
>> login. Try to understand the difference.
>
> You mean that if I get the login window, then the system is already up?
Of course.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
As Carlos said: of course.
After all you can login and logout and login again. And other people can do likewise (it is a multi-user system). Either localy (more logical screens) or from remote. There are Unix/Linux systems where hundreds of people are login in/out during the day and the system is up and running all the time.
Also a system that mainly acts as a server (wev server e.g.) will be up and serving after boot. Even when nobody is loged in.