slitaz newby. i cant get past authenication box. root root doesnt work. returns 401 unauthorized.

tazpanel authentication
(9 posts) (4 voices)-
Posted 13 years ago #
-
check permissions of web server local files
Posted 13 years ago # -
could i please have those instructions. im new to this. thanks
Posted 13 years ago # -
To get the password try ;
# sed '/\/:/!d;s/.*root://' /etc/slitaz/httpd.confIf you get '*' then password is the root account password.
Posted 13 years ago # -
here is the terminal screen
george@mymachine:~$ su
Password:
root@mymachine:~# sed '/\/:/!d;s/.*root://' /etc/slitaz/httpd.conf
root
root@mymachine:~#the authentication box says default name-password is root root
thanks for helping
Posted 13 years ago # -
i still cant get by the authentication box. root root doest work. is there a way to change root password
Posted 13 years ago # -
When you ran the sed command it returned root , not *
Open xterm,be root:
#tazpkg recharge
#tazpkg get-install tazpanel --forcedReboot,see if you can login to tazpanel.
To change root password:
Open xterm
tux@slitaz:~$ su
tux@slitaz:~$ Password: "enter current root password"
root@slitaz:~# passwd
Changing password for root
New password: "enter new password"
Retype password: "enter new password again"
Password for root changed by root
root@slitaz:~#Posted 13 years ago # -
my version of slitaz is 2.6.37
my httpd.conf file differs a littleH:/var/www/tazpanel
A:0.0.0.0/0
*.cgi:/bin/sh
I:index.cgi
/:root:rooti reinstalled tazpanel
still cannot login using root root
Posted 13 years ago # -
okay everyone i edited the httpd.conf files last line to read /:root:* and all is well. login success.
thanks to you all
Posted 13 years ago #
Reply
You must log in to post.