Page 1 of 1

[SOLVED] Bug- Root password is not confirmed on installation

Posted: 2015-03-08 21:21
by jesus92gz
Hello.

I don't know where to place the bug and how to communicate with Debian developers, so I will write it here.

I'm doing a clean install of Debian 8 in a qemu-kvm virtual machine on a Debian 7 host.

The problem is that when I'm doing the installation, if I place no password in the root password, and then I write a password in the password confirmation field, it will not confirm that the first password is blank.
Maybe this is the default behaviour, I don't really know how the process of password confirmation works.

I would be glad to know how to submit bugs another way too.

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-08 21:30
by dasein

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-08 21:32
by Head_on_a_Stick
Does it accept the password?

If you do not fill in the root password in the installer the root account is locked (ie cannot be accessed by normal log in methods).

To report a bug, see here:
https://www.debian.org/Bugs/Reporting

EDIT: @dasein -- I thought you used startpage.com :P

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-08 21:52
by dasein
Head_on_a_Stick wrote:EDIT: @dasein -- I thought you used startpage.com :P
I do--all the goodness of Google (well, most of it) without any "bubbling." But there's no lmstfy.com, and I sorta wanted to punctuate the point.

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-08 22:00
by jesus92gz
Thank you, I will submit it there.

I searched in Google before creating this thread, being forwarded to https://www.debian.org/Bugs/ but I could not find any useful link.
I will follow the guide on how to submit a bug, which Head_on_a_stick suggested ( https://www.debian.org/Bugs/Reporting )

Thank you

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-08 22:25
by Head_on_a_Stick
jesus92gz wrote:Thank you, I will submit it there.
Are you sure it is a bug?

Was the root account activated in the installed system with the password entered in the "confirm" field only?

If it was not activated, I would think that would be the expected behavior.

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-09 00:39
by jesus92gz
Head_on_a_Stick wrote:Was the root account activated in the installed system with the password entered in the "confirm" field only?
I didn't try. The bug report hasn't been submitted yet.
Another problem is that I'm not able to change root password after setting it up (correctly or wrongly) in the installation process.

I don't know if this is the "default" behaviour, but it would be interesting to change this value in any step of the installation.

I think that this "bug" may be more of a suggestion than a problem-to-solve. I'm guessing that it may be a security feature in order to not allow root password changes during installation after setting it up.

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-09 08:06
by Head_on_a_Stick
jesus92gz wrote:Another problem is that I'm not able to change root password after setting it up (correctly or wrongly) in the installation process.

Code: Select all

su -c 'passwd root'
Or if your user is in the sudo group:

Code: Select all

sudo passwd root
I must admit that I've always entered a root password when installing Debian so I don't know for sure but I think that if no root password is entered during the installation process, any user created gets added to the sudo group automatically.

Re: Bug - Root password is not confirmed on installation

Posted: 2015-03-09 20:22
by jesus92gz
Yes. My user is added to sudoers.
I have just installed Debian 8 in a virtual machine again, to try this behaviour.
I have been able to change root password running sudo and login to root account.

I did not submit the bug report finally.

Thank you