WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Password change lost after reboot  (Read 1538 times)

Offline bobbintb

  • Newbie
  • *
  • Posts: 8
Password change lost after reboot
« on: December 24, 2016, 10:46:40 AM »
Every time I change the default user password it gets reset after reboot. How can I fix this?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Password change lost after reboot
« Reply #1 on: December 24, 2016, 11:06:10 AM »
Hi,
add  etc/shadow  to  /opt/.filetool.lst .
Download a copy and keep it handy: Core book ;)

Offline bobbintb

  • Newbie
  • *
  • Posts: 8
Re: Password change lost after reboot
« Reply #2 on: December 24, 2016, 11:10:37 AM »
I just checked and it's already in the list. I've reflashed the SD card and I still have the issue.

Code: [Select]
opt
home
etc/passwd
etc/shadow
etc/group
etc/gshadow
usr/local/etc/ssh/ssh_host_dsa_key
usr/local/etc/ssh/ssh_host_dsa_key.pub
usr/local/etc/ssh/ssh_host_ecdsa_key
usr/local/etc/ssh/ssh_host_ecdsa_key.pub
usr/local/etc/ssh/ssh_host_ed25519_key
usr/local/etc/ssh/ssh_host_ed25519_key.pub
usr/local/etc/ssh/ssh_host_rsa_key
usr/local/etc/ssh/ssh_host_rsa_key.pub

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Password change lost after reboot
« Reply #3 on: December 24, 2016, 11:41:41 AM »
Did you run
Code: [Select]
filetool.sh -b
?
Download a copy and keep it handy: Core book ;)