Note that by default no root password is set, you can define a password in the /data/etc/kios.conf file.
[root@kios-79e30bbb ~]# nano /data/etc/kios.conf
[root@kios-79e30bbb ~]# reboot
Add your password, save the file and reboot the system.
Note that by default no root password is set, you can define a password in the /data/etc/kios.conf file.
[root@kios-79e30bbb ~]# nano /data/etc/kios.conf
[root@kios-79e30bbb ~]# reboot
Add your password, save the file and reboot the system.
Don't work.
Another kios.conf file in /etc/
Need to remount partition in rw.
mount -o remount,rw /
but no enough.
ok got it, the usual way.
First remount in ReadWrite
>mount -o remount,rw /
then the usual
>passwd root
Then
>reboot
BUT WAIT! root password changed, but lost the access to the web interface.
Still investigating.
2 Comments