On Sat, Mar 22, 2008 at 11:55:46AM -0600, Jim Redman wrote: > I'd like to get Angstrom-base-image-glibc-ipk-2007.12-ixp4xxbe-nslu2.bin > > working on the NSLU2. Flashing goes correctly. All the extensive > searching suggests that it should then be possible to log in with root > and no password, but then when I try to log in I get this: > > [EMAIL PROTECTED] angstrom]# ssh -l root 192.168.5.171 > [EMAIL PROTECTED]'s password: > Permission denied, please try again. > [EMAIL PROTECTED]'s password: > Permission denied, please try again. > [EMAIL PROTECTED]'s password: > Permission denied (publickey,password). > > I've tried with both ssh on FC8 and with putty on Windows. > > I have seen others report a similar error but have not seen a > resolution. Does anyone have a solution/suggestions? > > Thanks, > > Jim > > -- > Jim Redman > (505) 662 5156 x85 > http://www.ergotech.com > > _______________________________________________ > Angstrom-distro-users mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users > I have managed to "work around" this, but its been a bit cumbersome (but fun). I have set up machine for building Angstrom using Bitbake / Openembedded, following the instructions on the OE / Angstrom websites - its quite straightforward.
In the "packages" directory under the build root, you need to go into the "base-passwd" directory, and have a look around. You will find a subdirectory called "slugos". In there is a root password patch file (I forget the exact name). You basically just cp that file to the parent directory (overwriting the one there which sets a blank password). In the slugos directory there is a README file which documents the password "opeNSLUg" which the patch file inserts. Anyway, once thats done just "bitbake base-image". _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
