You are not logged in.
Pages: 1
slitaz newby. i cant get past authenication box. root root doesnt work. returns 401 unauthorized.
Offline
check permissions of web server local files
Offline
could i please have those instructions. im new to this. thanks
Offline
To get the password try ;
# sed '/\/:/!d;s/.*root://' /etc/slitaz/httpd.conf
If you get '*' then password is the root account password.
Offline
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
Offline
i still cant get by the authentication box. root root doest work. is there a way to change root password
Offline
When you ran the sed command it returned root , not *
Open xterm,be root:
#tazpkg recharge
#tazpkg get-install tazpanel --forced
Reboot,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:~#
Offline
my version of slitaz is 2.6.37
my httpd.conf file differs a little
H:/var/www/tazpanel
A:0.0.0.0/0
*.cgi:/bin/sh
I:index.cgi
/:root:root
i reinstalled tazpanel
still cannot login using root root
Offline
okay everyone i edited the httpd.conf files last line to read /:root:* and all is well. login success.
thanks to you all
Offline
Pages: 1
[ Generated in 0.023 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]