-
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
firefox visit openwrt juci got a running cycle. F12 network print these messages: #92
Comments
build libwebsocket disable ipv6 will cause another problem: if(user && *user && (*user)->disconnect){ code *user point to a invalid memory. cause core dump. |
patched orange_ws_server.c will fix this. --- a/src/orange_ws_server.c static int _orange_socket_callback(struct lws *wsi, enum lws_callback_reasons reason, void *_user, void *in, size_t len){
|
RPC init 01-juci.js:1:1794421
connecting to rpc server at (ws://192.168.80.134/websocket/) 01-juci.js:1:1763229
Firefox can’t establish a connection to the server at ws://192.168.80.134/websocket/. 01-juci.js:1:1763059
connection failed! 01-juci.js:1:1763437
onerror http://192.168.80.134/js/01-juci.js:1
could not connect to rpc interface 01-juci.js:1:1794765
UCI Init 01-juci.js:1:1794842
No uci rpc object present! 01-juci.js:1:1788418
connection closed! 01-juci.js:1:1763513
UCI failed to initialize! 01-juci.js:1:1794940
init http://192.168.80.134/js/01-juci.js:1
j http://192.168.80.134/js/01-juci.js:1
fireWith http://192.168.80.134/js/01-juci.js:1
f[0] http://192.168.80.134/js/01-juci.js:1
init http://192.168.80.134/js/01-juci.js:1
JUCI Init 01-juci.js:1:1795008
init: config 01-juci.js:1:1802569
root@OpenWrt:/etc/init.d# ubus list
dhcp
dnsmasq
file
hotplug.dhcp
hotplug.iface
hotplug.neigh
hotplug.net
hotplug.ntp
hotplug.tftp
iwinfo
log
luci-rpc
network
network.device
network.interface
network.interface.lan
network.interface.loopback
network.wireless
rc
rpc-sys
service
session
system
uci
root@OpenWrt:/etc/init.d# ps | grep ubus
1974 ubus 924 S /sbin/ubusd
2361 root 1316 S /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30
4341 root 1104 R grep ubus
root@OpenWrt:/etc/init.d#
root@OpenWrt:/etc/init.d#
root@OpenWrt:/etc/init.d# ps | grep ubus
1974 ubus 924 S /sbin/ubusd
2361 root 1316 S /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30
4343 root 1104 R grep ubus
root@OpenWrt:/etc/init.d# ps | grep rpcd
2361 root 1316 S /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30
3481 root 11224 S /usr/bin/orangerpcd -p /usr/lib/orange/api/
4345 root 1104 R grep rpcd
root@OpenWrt:/etc/init.d# ps | grep lighttpd
3130 http 5200 S /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
4347 root 1104 R grep lighttpd
The text was updated successfully, but these errors were encountered: