Advertisement
Guest User

Untitled

a guest
May 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Resetting your forgotten password on your dreambox
  2. Follow these steps if you have forgot your password:
  3.  
  4. 1) Install and run TuxBox Commander plugin
  5. 2) Change directory to edit /var/etc/passwd
  6. 3) Remove the encrypted password.
  7.  
  8. –> ATTENTION !!!! THE passdw file only !!! NOT the passdw-
  9.  
  10. 3.1) In the file /etc/passwd is the line:
  11. root:b:0:0:root:/root:/bin/sh or something as !!!
  12. root:dkjhfhlksfdiueyr736592cigsdjgfj:0:0:root:/roo t:/bin/sh
  13.  
  14. 3.2) the password field is the b or the encripted string dkjhfhlksfdiueyr736592cigsdjgfj
  15.  
  16. 3.3) Delete the b or the string .
  17. The line now is:
  18. root::0:0:root:/root:/bin/sh
  19. (for the DM500, if you are using an other DM keep the
  20. root as it is, you must delete ONLY the string)
  21.  
  22. 4) Save the file and exit
  23. 5) Telnet to your DB with root user without password
  24. 6) Create a new root password with the command : ” passwd ”
  25.  
  26. If you want put the original file with user:root and pas.:dreambox in one directory in your’s DM and if you forget again the pas. then just copy the file passw in the original location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement