Hello. I am trying to use default LuCi installed. So, after entering the address in web browser I have Authorization window with user and password. I enter the valid password, the page starts update process ... and returns in authorization window again. No warning, nothing.
In logread I see: daemon.err uhttpd[1205]: luci: accepted login on / for root from X.X.X.X
So issue looks the same as in
But clearing browser data doesn't work for me.
What can I try else? Thanks.
I am running Openwrt 23.05.5.
Before this some custom LuCi was installed, but there are no any source now.
But in this the default user was "username: admin".
I tried to setup default LUCI, and it doesn't work (username: root), although log says that luci: accepted login. From root nothing happens (only 'login accepted' in logs), from admin - invalid password.
And in browser development console i see (admin username, nothing with root username):
Fully cleaned and deleted. I don't have access to it even. No any source, so router works without some LuCi. In feeds.conf.default
luci's get source line was muted. I enabled it and tried install default implementation (switched on minimal configs through menuconfig).
In common case I don't need any LuCi, but something goes wrong with my network settings in etc/config/network(dhcp)(firewall). I hoped that I can fix something using LuCi subsystem that can prevent me from some mistakes, when I change network configuration manually.
Thanks.
I will try. But it image doesn't allowed for me, so I have the same CPU in common case, but a little different DTS as I see regarding Ethernet.
That means that in any case I should build it from source.
Another reason: I have installed UBOOT with ATF that checks the signature of image with key pair that I have in current source code.
I need to try to get 'clear' Openwrt source and change it from default state (DTS, keys) and build again.
Was provided by third company. So it based on 23.05, but have a little bit difference in DTS, nothing more.
And custom LuCi was used before.
And it has the signature node in *.its file, but it doesn't matter for LuCi's issues . Only moment, that Uboot checks this (full Secure Boot is on) and image without signed key or with wrong key will not boot. That is also the reason, why prebuilt images are not the way for me. At least I need to sign them with valid key. Only build from source code still actual for me.
I got a bare source of Openwrt 23.05.5. Then I added needed DTS, set build configuration, added NMBM support in kernel (did minimal requirements for my configuration) and default LUCI started well.
Now I have another issue with interface, but I will create another topic, if I ll dont have success with google.
Thanks.