can't login

View: New views
5 Messages — Rating Filter:   Alert me  

can't login

by junzo TAMADA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm facing a trouble that I can not login at both ssh and console.
At console, I see a message "no valid shadow password" when I type
"root" with login prompt.
I did not use XL6P for a month and recognized this problem this morning.
Is any way to recover or refresh flash memory ?
I use the following combination.
verdex XL6P
consoleLCD-vx
netCF-vx
Samsung 4.3" LCD panel

N.B. I'm sure I use a right combination of username and password.

Thank you in advance.
/Junzo

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: can't login

by Michael Caughey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

username : root
password: gumstix

You can reflash the stix :
http://docwiki.gumstix.org/Replacing_the_filesystem_image


----- Original Message -----
From: "Junzo TAMADA" <tamada@...>
To: "General mailing list for gumstix users."
<gumstix-users@...>
Sent: Tuesday, May 13, 2008 9:11 PM
Subject: [Gumstix-users] can't login


> Hi,
>
> I'm facing a trouble that I can not login at both ssh and console.
> At console, I see a message "no valid shadow password" when I type
> "root" with login prompt.
> I did not use XL6P for a month and recognized this problem this morning.
> Is any way to recover or refresh flash memory ?
> I use the following combination.
> verdex XL6P
> consoleLCD-vx
> netCF-vx
> Samsung 4.3" LCD panel
>
> N.B. I'm sure I use a right combination of username and password.
>
> Thank you in advance.
> /Junzo
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: can't login

by junzo TAMADA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you.
It works now without doing nothing.
I just did power on and off several times over hours.
I do not know what was wrong.
It seems it is not stable yet.
I might find the reason in the future.
Thank you anyway.

> username : root
> password: gumstix
>
> You can reflash the stix :
> http://docwiki.gumstix.org/Replacing_the_filesystem_image
>
>
> ----- Original Message ----- From: "Junzo TAMADA" <tamada@...>
> To: "General mailing list for gumstix users."
> <gumstix-users@...>
> Sent: Tuesday, May 13, 2008 9:11 PM
> Subject: [Gumstix-users] can't login
>
>
>> Hi,
>>
>> I'm facing a trouble that I can not login at both ssh and console.
>> At console, I see a message "no valid shadow password" when I type
>> "root" with login prompt.
>> I did not use XL6P for a month and recognized this problem this morning.
>> Is any way to recover or refresh flash memory ?
>> I use the following combination.
>> verdex XL6P
>> consoleLCD-vx
>> netCF-vx
>> Samsung 4.3" LCD panel
>>
>> N.B. I'm sure I use a right combination of username and password.
>>
>> Thank you in advance.
>> /Junzo
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> gumstix-users mailing list
>> gumstix-users@...
>> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>>
>
>
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

can't mount cf

by junzo TAMADA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please provide me any help for fixing the following mount problem.
I can see 64MB compact flash via fdisk command and am trying mount it.
But I can't .....

# fdisk -l
Disk /dev/hda: 64 MB, 64094208 bytes
4 heads, 32 sectors/track, 978 cylinders
Units = cylinders of 128 * 512 = 65536 bytes
    Device Boot    Start       End    Blocks   Id  System
/dev/hda1               1         978       62576    6  FAT16

# mount -t vfat /dev/hda1 /mnt/cf
mount: Mounting /dev/hda1 on /mnt/cf failed: Invalid argument


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: can't mount cf

by junzo TAMADA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry to interrupt all of you.
It was solved without any modification. I just did system reboot a few
times.
But I feel very strange ....

> Please provide me any help for fixing the following mount problem.
> I can see 64MB compact flash via fdisk command and am trying mount it.
> But I can't .....
>
> # fdisk -l
> Disk /dev/hda: 64 MB, 64094208 bytes
> 4 heads, 32 sectors/track, 978 cylinders
> Units = cylinders of 128 * 512 = 65536 bytes
>     Device Boot    Start       End    Blocks   Id  System
> /dev/hda1               1         978       62576    6  FAT16
>
> # mount -t vfat /dev/hda1 /mnt/cf
> mount: Mounting /dev/hda1 on /mnt/cf failed: Invalid argument
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users