Found my SPD8020... can't access it. :-(

Found my SPD8020... can't access it. :-(

Postby B___MAN » Sat Jan 19, 2019 2:24 pm

Hi,

I found my SPD8020 in an old drawer but I can't seem to access it.
Tried every username/password combination I remembered but unfortunately they don't work.

I also tried a hard reset but "admin" - "admin" doesn't do the trick. :(

I remember that I've installed a FvdW firmware. Is there another "factory reset" password?

Thank for your help.
Greetings rom the Netherlands.
B___MAN
 
Posts: 9
Joined: Fri Nov 02, 2012 12:35 pm

Re: Found my SPD8020... can't access it. :-(

Postby Jocko » Sat Jan 19, 2019 2:54 pm

Hi

If you a version upper than 13.0, login is now: admin-nas (default password is still the same)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Found my SPD8020... can't access it. :-(

Postby B___MAN » Sat Jan 19, 2019 4:13 pm

Thanks for your reply!

I don't know which firmware version I have installed but unfortunately the username didn't work...

I can access the NAS with the terminal (OSX) using the root account.
Is there a way to reset the password through the terminal?

I'm checking the boot.log:

Code: Select all
start boot log
make dev node for buttons...
make dev node for tun device...
enable IP forwarding...
start buttons control daemon
buttons-spd daemon started
start fan control daemon
fan-spd T daemon started
initializing date
Wed Nov 16 12:00:00 GMT+1 2011
booting using  root file system...
run udevstart to update dev nodes when necessary
inserting kernel modules:
configure loopback netwerk interface
export reset gpio pin
starting php based setup routines step 1



 * Initial XML configuration file...    [ OK ]
 * Configuring Disks...              [ OK ]
 * Configuring System Users...
Warning: fopen(/etc/rootpasswd): failed to open stream: No such file or directory in /etc/finc/userfunc_users_commit.finc on line 38
             [ OK ]
 * Starting mount of volumes...
   - Mounting volume Default:           [ OK ]
 * Finishing mount of volumes...        [ OK ]
 * Generating Hosts File...           [ OK ]
 * Configuring System Hostname...        [ OK ] 
 * Configuring Samba...                [ OK ]
 * Configuring LAN interface...        [ OK ]
 * Starting udevd...                 [ OK ]
 * Starting web server...              [ OK ]
 * Initializing Timezone...           [ OK ]
 * Starting NTP client...              [ OK ]
 * Configuring Samba...                [ OK ]
 * Starting syncawayd...              [ OK ]
start portmap service
starting php based setup routines step 2


 * Starting dropbear...              [ OK ]
 * Kill temporary dropbear...          [ OK ]
 * Starting daemon update Hosts File...  [ OK ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
    This is fvdw-sl version: fvdw-sl 13.0 patched
    built on: September 19 2012

    LAN IP address: 192.168.178.31 (DHCP)

    Port configuration:

    LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
starting twonky media server...
move smbd en nmbd db files to ramdisk to enable disk spin down
rcS finished


I can see that there is an error concerning the root password and I can see that version 13.0 is installed.
Last edited by B___MAN on Sat Jan 19, 2019 4:58 pm, edited 1 time in total.
B___MAN
 
Posts: 9
Joined: Fri Nov 02, 2012 12:35 pm

Re: Found my SPD8020... can't access it. :-(

Postby Jocko » Sat Jan 19, 2019 4:57 pm

Yes since some version you can easily reset the admin account from a shell Terminal

So check if the script is present
Code: Select all
which restore_adminpassword
it should say it found it in /usr/sbin
Then run the command
Code: Select all
restore_adminpassword


if not I will send you a pm how to do it manually
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Found my SPD8020... can't access it. :-(

Postby B___MAN » Sat Jan 19, 2019 5:03 pm

I tried your command "which" but it gave no result.

I checked the /usr/sbin folder:

Code: Select all
root@NAS:/usr/sbin # ls
badblocks     ftpscrub      nmbd             rpc.nfsd
bcrelay       ftpshut       noflushd         rpc.rquotad
blkid         hdparm        nscd             rpc.statd
btnsctld      hdstatus-spd  nscd_nischeck    rsync
buttons-spd   hostd         openvpn          sendmail
chat          hoststat      p910nd           sendstandby
chroot        iconvconfig   portmap          setquota
convertquota  in.proftpd    pppd             showmount
crond         logsave       pppdump          smartctl
debugfs       losetup       pppoe-discovery  smbd
dumpe2fs      lsusb         pppstats         sm-notify
e2freefrag    lsusb-old     pptp             start-statd
e2fsck        mailq         pptpctrl         swapoff
e2image       makemap       pptpd            swapon
e2label       minidlna      proftpd          syncawayd
e2undo        mke2fs        purgestat        temp-guard
edquota       mkfs.ext2     quot             tune2fs
exportfs      mkfs.ext3     quotacheck       udhcpd
fan-spd       mkfs.ext4     quotaoff         uuidd
fan-spd-vs1   mkfs.ext4dev  quotaon          warnquota
filefrag      mklost+found  quotastats       wol-fvdw-sl
findfs        mountstats    rdate            wol-sleep.php
fsck          mt-daapd      repquota         xqmstats
fsck.ext2     nbtscan       resize2fs        zdump
fsck.ext3     newaliases    rpcdebug         zic
fsck.ext4     nfsiostat     rpcinfo
fsck.ext4dev  nfsstat       rpc.mountd


I have version 13.0 and an error on the root password. (see log above your pervious message)
B___MAN
 
Posts: 9
Joined: Fri Nov 02, 2012 12:35 pm

Re: Found my SPD8020... can't access it. :-(

Postby Jocko » Sat Jan 19, 2019 5:41 pm

No you do not have an error on root user (just you did not yet change the default root password :shocked )

I go to send you a pm to get reset the password for the admin login (which is not the root linux user)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Found my SPD8020... can't access it. :-(

Postby B___MAN » Sat Jan 19, 2019 5:47 pm

Jocko wrote:No you do not have an error on root user (just you did not yet change the default root password :shocked )

I go to send you a pm to get reset the password for the admin login (which is not the root linux user)


That would be great! Thanks!
B___MAN
 
Posts: 9
Joined: Fri Nov 02, 2012 12:35 pm

Re: Found my SPD8020... can't access it. :-(

Postby Jocko » Sat Jan 19, 2019 5:49 pm

It is done.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Found my SPD8020... can't access it. :-(

Postby B___MAN » Sat Jan 19, 2019 7:25 pm

Hi!

Thanks for your PM and your time and knowledge! :applause

Unfortunately I still get an error message:

Code: Select all
root@NAS:/ # nano /usr/sbin/restore_adminpassword
Error opening terminal: xterm-256color.


I'm working from a terminal in OSX.
If I open a local session nano works...

Thanks again for your help.
B___MAN
 
Posts: 9
Joined: Fri Nov 02, 2012 12:35 pm

Re: Found my SPD8020... can't access it. :-(

Postby Jocko » Sat Jan 19, 2019 11:16 pm

Glad to heard you succeeded to restore access on the firmware web-interface.

B___MAN wrote:Unfortunately I still get an error message:
Code: Select all
root@NAS:/ # nano /usr/sbin/restore_adminpassword
Error opening terminal: xterm-256color.

I'm working from a terminal in OSX.
If I open a local session nano works...
It is not an issue.
See this post https://plugout.net/viewtopic.php?f=28&p=18151#p18148
Next firmware version, we added more terminfo files (eg. xterm-color) but not yours
So we will add also xterm-256color
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Philips SPD8020

Who is online

Users browsing this forum: No registered users and 3 guests

cron