DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2011-04-02 16:48:28

tinybilbo
Member
Registered: 2011-04-02
Posts: 36

What's the root password on the Debian install on Alt-F-0.1B7?

Hi,

I've just flashed Alt-F-0.1B7 and then installed Debian from the webgui.

I then executed it.

I'm trying to login via putty, but I don't know the root password.

I've tried the password that logs me into Aft-F (the one I set),
but it does'nt work.

I don't want to just kill the power to the 323 and reboot into Alt-F,
because the last time I did that it killed my test drive (an old 160gb),
and now I've got my 2tb's in it...

Anyone know what the default password is please?

Offline

 

#2 2011-04-02 17:54:39

jcard
Member
From: Portugal
Registered: 2008-09-21
Posts: 289

Re: What's the root password on the Debian install on Alt-F-0.1B7?

tinybilbo wrote:

Hi,

I've just flashed Alt-F-0.1B7 and then installed Debian from the webgui.

I then executed it.

I'm trying to login via putty, but I don't know the root password.

I've tried the password that logs me into Aft-F (the one I set),
but it does'nt work.

I don't want to just kill the power to the 323 and reboot into Alt-F,
because the last time I did that it killed my test drive (an old 160gb),
and now I've got my 2tb's in it...

Anyone know what the default password is please?

It appears in the buttons tooltip (and confirmation dialogue?) to start Debian... it is '1234'

You can return to Alt-F by typing 'alf-f'; this does *not* does a clean shutdown, just kexecs Alt-F.


Please consider discussing Alt-F at http://groups.google.com/group/alt-f/topics
Please consider filling Alt-F bugs at http://code.google.com/p/alt-f/issues/list

Offline

 

#3 2011-04-02 20:55:28

tinybilbo
Member
Registered: 2011-04-02
Posts: 36

Re: What's the root password on the Debian install on Alt-F-0.1B7?

jcard wrote:

It appears in the buttons tooltip (and confirmation dialogue?) to start Debian... it is '1234'

You can return to Alt-F by typing 'alf-f'; this does *not* does a clean shutdown, just kexecs Alt-F.

Thank you jcard!

I realised that I must have missed something before I hit execute...
however I did not want to just pull the plug and have another look, since the last time I lost a drive.

With so many pop-ups, spam, ads, and other stuff on PC's - I think my brain just "filtered" that out!!!...

Thanks again, for replying to such an obvious noob mistake smile - I feel shamed...

Offline

 

#4 2011-04-05 05:43:45

jcard
Member
From: Portugal
Registered: 2008-09-21
Posts: 289

Re: What's the root password on the Debian install on Alt-F-0.1B7?

You was right, intuitively one attempts to use the default Alt-F web password, so I  changed it in this way for the next version.

You should also know that there is a 'debian' Alt-F command-line to kexec or chroot Debian

> You can return to Alt-F by typing 'alf-f'; this does *not* does a clean shutdown, just kexecs Alt-F.

which is buggy, it should be:

Code:

#!/bin/bash

if test "$(runlevel | cut -d" " -f1)" != "1"; then
    echo -e "Debian is not being cleanly shutdown.\n"\
        "You should go to runlevel 1 by issuing the \"init 1\" command\n"\
        "before executing this command, or help me fix this script."
    exit 1
fi

kexec -l /boot/Alt-F-zImage --initrd=/boot/Alt-F-rootfs.arm.cpio-sq.lzma \
    --command-line="console=ttyS0,115200" && kexec -e

This code should be integrated in the debian reboot/kexec sequence. Can anyone write it?

Another bug: the Alt-F version that is installed in Debian /boot is 0.1B6, and not 0.1B7.


Please consider discussing Alt-F at http://groups.google.com/group/alt-f/topics
Please consider filling Alt-F bugs at http://code.google.com/p/alt-f/issues/list

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB