-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not establish ubus connection to router. If the router is rebooting then please wait a few minutes and try again. #9
Comments
This usually happens when you don't have all necessary ubus calls running. In the latest devel I have added a new service for managing ubus scripts in /usr/lib/ubus. This can cause this issue. You should check that you have ubus scripts under /usr/lib/ubus/juci/ and that you have the same ubus objects in ubus list: ubus list -v "/juci*" If they are not running try to kill etc-ubus-daemon (will get a better name later) and then start it again directly "# ./etc-ubus-daemon". If you still have problems then give me the exact hash for the juci feed version you are using (cd feeds/juci; git log -1). |
Ok, do like this:
I tested today on DD and the build went fine. I could access the login page and also login (after setting admin password through terminal). |
Hi, mkschreder
openwrt use 15.05 branch (Chaos Calmer)
Now what should I do ? |
using firebug, I got some information
|
You still don't seem to have access to ubus. Can you see "/juci/*" objects
|
i still got login screen with blank page.
|
All scripts from /usr/lib/ubus/* should appear as ubus objects with names Next step is to check if you can log in with curl and access them over
|
In devel etc-ubus-daemon is now called ubus-scriptd. You can build from On Fri, Sep 25, 2015 at 8:12 PM, lvzaina notifications@github.com wrote:
|
There is now also a test branch of openwrt with juci included. You can On Fri, Oct 9, 2015 at 1:03 PM, Martin Schroeder <
|
Thanks a lot.
using firebug
minicom
"uh_ubus_allowed" function is to return false? |
I built one image today and it worked fine. Are you using latest feed? If you get a blank page, it is usually temporary and probably due to devel On Fri, Oct 16, 2015 at 6:31 AM, lvzaina notifications@github.com wrote:
|
browser console
Very sorry, my English is poor. I found this error occurs:
Thank you very much once again, this is really a strange question. |
Try clearing your browser cache.
|
I cleared the cache, but still get "Access denied", But also get additional information:
|
I tried "uhttpd" add "-a" option
and
but
In the router's shell, it works |
You should not need to do anything. The branch should compile and work by ubus in shell and ubus over uhttpd are different. Over uhttpd it checks for What is your output of "ubus list"? On Fri, Oct 16, 2015 at 11:20 AM, lvzaina notifications@github.com wrote:
|
|
I ues ie and chrome, I got some information
|
juci feed has multiple branches. "devel" is newest one. "for-14.07" is for To build from devel your feed url would look like this: src-git juci
|
I found this error(The homepage is blank) is because nodejs version is too old!
|
Standard apt-get version should work. But remember to symlink so
|
I found this error(can not find index.html) is because my system default shell is dash !
Now, I can see the WebGUI ! How to add multi-language support? |
What a coincidence. I fould this bug yesterday as well. I will update
|
To add a new language you create a new language file in po folder and
|
When I click on wifi, an error occurred.
console:
|
You need to select juci-broadcom-wl or juci-openwrt-wireless to get wifi
|
juci-broadcom-wl will not work unless you use an Inteno router. The new
|
I chose "luci-openwrt-wireless",
|
I found some log
These are wrong? |
"db" ? What application should I install? |
That one will be replaced. db is a very application specific thing. On Tue, Oct 27, 2015 at 1:27 PM, lvzaina notifications@github.com wrote:
|
Thank you very much ~! 1) Upgrade your nodejs (url)
2) The default shell -> bash
|
Hi, mkschreder
build success, but i got "Can not establish ubus connection to router. If the router is rebooting then please wait a few minutes and try again."
openwrt use 15.05 branch (Chaos Calmer)
git clone git://git.openwrt.org/15.05/openwrt.git
~/source/openwrt_juci$ cat feeds.conf.default | grep juci
src-git juci https://github.com/mkschreder/juci-openwrt-feed.git;
devel has the same problems
The text was updated successfully, but these errors were encountered: