Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-2008, 05:12 PM
Iordani
 
Posts: n/a
Password problem - possible bug

I installed MD 2008 on a new machine.
I choose a root password containing some none letter/number characters.
In the configuration part of the install I chose my keyboard layout which is
not the default(?) US one.

All went well until I rebooted and tried to do an update.
Now my new root password did not work! And to be honest, I don't even know
how to change it...

Googled for the layout of the US keyboard and when I used the corresponding
characters the password worked as it should :)

To make it a bit clearer... an underscore on my keyboard is a question mark
on the US one. So, if I used an underscore it was 'registered' as a
question mark in my password during the install process. (So for my
password to work I had to change what I had entered as an underscore to a
question mark.) Hope this makes sense...

I have not seen this mentioned before but have read about people having
problems with their passwords. Maybe this can be the reason for it?



Reply With Quote
  #2 (permalink)  
Old 02-17-2008, 06:11 PM
Bit Twister
 
Posts: n/a
Re: Password problem - possible bug

On Sun, 17 Feb 2008 18:12:45 +0100, Iordani wrote:
>
> All went well until I rebooted and tried to do an update.
> Now my new root password did not work! And to be honest, I don't even know
> how to change it...


Once you get to a run level 1 command line prompt you issue something like
passwd root
flowerpot
flowerpot

Now root's password is flowerpot. Works for other users too. :)

So, you might pick failsafe from your boot menu if you have it and try
passwd when you get to a prompt.

If that fails, we would have to know which boot loader you are using
for booting run level 1.

Another option is rescue mode. You boot cd/dvd, and chroot the /
partition by the following:
get to console/terminal
mkdir /old
mount -t auto /dev/XdYZ /old
(u solve for X [h,s], Y [a,b,c...] & Z [1,2,3..])
chroot /old
passwd
shutdown -r now
exit
exit

Reply With Quote
  #3 (permalink)  
Old 02-17-2008, 06:19 PM
Unruh
 
Posts: n/a
Re: Password problem - possible bug

Iordani <somewhere@earth.net> writes:

>I installed MD 2008 on a new machine.
>I choose a root password containing some none letter/number characters.
>In the configuration part of the install I chose my keyboard layout which is
>not the default(?) US one.


I believe that the keyboard on installation is the US keyboard. Only on
reboot is the one you chose used.


>All went well until I rebooted and tried to do an update.
>Now my new root password did not work! And to be honest, I don't even know
>how to change it...


>Googled for the layout of the US keyboard and when I used the corresponding
>characters the password worked as it should :)


OK, now you are in as root, change the password!!
If you really want to use those weird characters, make the password an easy
one which works on all keyboards, and then restart X and install a new root
password with your new keyboard.


>To make it a bit clearer... an underscore on my keyboard is a question mark
>on the US one. So, if I used an underscore it was 'registered' as a
>question mark in my password during the install process. (So for my
>password to work I had to change what I had entered as an underscore to a
>question mark.) Hope this makes sense...


>I have not seen this mentioned before but have read about people having
>problems with their passwords. Maybe this can be the reason for it?




Reply With Quote
  #4 (permalink)  
Old 02-17-2008, 07:51 PM
Iordani
 
Posts: n/a
Re: Password problem - possible bug

Bit Twister wrote:


> Once you get to a run level 1 command line prompt you issue something like
> passwd root
> flowerpot
> flowerpot
>
> Now root's password is flowerpot. Works for other users too. :)
>
> So, you might pick failsafe from your boot menu if you have it and try
> passwd when you get to a prompt.
>
> If that fails, we would have to know which boot loader you are using
> for booting run level 1.
>
> Another option is rescue mode. You boot cd/dvd, and chroot the /
> partition by the following:
> get to console/terminal
> mkdir /old
> mount -t auto /dev/XdYZ /old
> (u solve for X [h,s], Y [a,b,c...] & Z
> [1,2,3..])
> chroot /old
> passwd
> shutdown -r now
> exit
> exit


I was just going to google around for some answers on that.
Now I don't have to.
Thank you.
Reply With Quote
  #5 (permalink)  
Old 02-17-2008, 07:57 PM
Iordani
 
Posts: n/a
Re: Password problem - possible bug

Unruh wrote:

> OK, now you are in as root, change the password!!
> If you really want to use those weird characters, make the password an
> easy one which works on all keyboards, and then restart X and install a
> new root password with your new keyboard.


Well, I don't think one character is more weird than another.
My point was just to mention this behavior and maybe suggest that keyboard
layout should be chosen before one enters the passwords in the install
process.
Reply With Quote
  #6 (permalink)  
Old 02-18-2008, 12:35 PM
Whiskers
 
Posts: n/a
Re: Password problem - possible bug

On 2008-02-17, Iordani <somewhere@earth.net> wrote:
> Unruh wrote:
>
>> OK, now you are in as root, change the password!!
>> If you really want to use those weird characters, make the password an
>> easy one which works on all keyboards, and then restart X and install a
>> new root password with your new keyboard.

>
> Well, I don't think one character is more weird than another.
> My point was just to mention this behavior and maybe suggest that keyboard
> layout should be chosen before one enters the passwords in the install
> process.


That does seem a reasonable idea - particularly given that Mandriva is a
mostly French outfit so presumably familiar with non-US keyboards.

--
-- ^^^^^^^^^^
-- Whiskers
-- ~~~~~~~~~~
Reply With Quote
  #7 (permalink)  
Old 02-18-2008, 04:57 PM
Unruh
 
Posts: n/a
Re: Password problem - possible bug

Whiskers <catwheezel@operamail.com> writes:

>On 2008-02-17, Iordani <somewhere@earth.net> wrote:
>> Unruh wrote:
>>
>>> OK, now you are in as root, change the password!!
>>> If you really want to use those weird characters, make the password an
>>> easy one which works on all keyboards, and then restart X and install a
>>> new root password with your new keyboard.

>>
>> Well, I don't think one character is more weird than another.
>> My point was just to mention this behavior and maybe suggest that keyboard
>> layout should be chosen before one enters the passwords in the install
>> process.


Of course in the installation, the keyboard is "chosen" before the root
password is entered. Unfortunately after the keyboard is chosen, I do not
believe that X is told to use the new keyboard. Ie, it simply uses the
default throughout the installation process.

Anyway, submit a bug to qa.mandriva.com



>That does seem a reasonable idea - particularly given that Mandriva is a
>mostly French outfit so presumably familiar with non-US keyboards.


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:47 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Hackers | Bleach 149 . Bleach 150 | Personal Loans | Lingerie | Mobile Phone



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114