Re: [DNG] pressed root pw

2015-10-23 Thread Peter Maloney
On 10/23/2015 10:44 PM, Peter Maloney wrote: > Not sure that's really right either... maybe it corrects the error for > you though. > > The easiest way to make a proper crypted password is either to use > usermod, passwd, as normal and then copy from /etc/shadow, or use > mkpasswd. > > Here's a pro

Re: [DNG] pressed root pw

2015-10-23 Thread Peter Maloney
Not sure that's really right either... maybe it corrects the error for you though. The easiest way to make a proper crypted password is either to use usermod, passwd, as normal and then copy from /etc/shadow, or use mkpasswd. Here's a proper example with salt and a proper algorithm: # mkpasswd -m

Re: [DNG] pressed root pw

2015-10-23 Thread aitor_czr
Yes... you are right, Klaus. El 23/10/15 09:20, Klaus Hartnegg escribió: Maybe you need instead this echo -n "XX" | md5sum c0a7ae7d513f4beb2bc203d6f339f1b5 - ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman

Re: [DNG] pressed root pw

2015-10-22 Thread Klaus Hartnegg
Am 20.10.2015 um 23:58 schrieb aitor_czr: $ echo "XX" | md5sum 52f400d860b7431525a4c5367684de17 - Maybe you need instead this echo -n "XX" | md5sum c0a7ae7d513f4beb2bc203d6f339f1b5 - ___ Dng mailing list Dng@lists.dyne.org https://mailingl

Re: [DNG] pressed root pw

2015-10-20 Thread aitor_czr
Hi Mike, You have to use the md5 hash of the password. You can get it typing: $ echo "XX" | md5sum 52f400d860b7431525a4c5367684de17 - Now, add to the preseed.cfg the following line: d-i password/root-password-crypted password52f400d860b7431525a4c5367684de17 Cheers, Aitor. On 20/10/15 1

[DNG] pressed root pw

2015-10-19 Thread m_maass
Dear all, i want to use in a preseed.cfg file d-i password/root-password-crypted password XX but i had no succes. Please can you tell me how to do this? Thanks, Mike ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/ma