Skip to content
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

Compiling JUCI in LEDE #80

Closed
lfdominguez opened this issue Oct 4, 2017 · 10 comments
Closed

Compiling JUCI in LEDE #80

lfdominguez opened this issue Oct 4, 2017 · 10 comments

Comments

@lfdominguez
Copy link

Hello, I'm using LEDE and i want put the JUCI interface into it. I compile without problems JUCI with LEDE, i was add the feed into the build of lede and:

  1. make menuconfig
  2. Select the arch arm for qemu (for testing)
  3. Select the package juci-openwrt-full
  4. Select the package coreutils-sha1sum
  5. Select the package lighttpd-websockets
  6. make defconfig
  7. make

All compile ok and generate all files, i was created a tap device for communication and execute with qemu the image:

qemu-system-arm -machine virt -hda /STORAGE/GIT_CLONES/lede/bin/targets/armvirt/32/lede-armvirt-32-root.squashfs.gz -kernel /STORAGE/GIT_CLONES/lede/bin/targets/armvirt/32/lede-armvirt-32-zImage-initramfs -nographic -append "root=/dev/sda console=ttyS0" -device virtio-net-pci,netdev=lan -netdev tap,id=lan,ifname=ledetap0,script=no,downscript=no -device virtio-net-pci,netdev=wan -netdev user,id=wan -m 64

The system boot ok, and the JUCI first login works but, nothing more, the spins are forever, and if I update the page, then the spin is loading forever...

First login:
first

Welcome page, the spinners never ending:
second1
second2

If Update (F5), the spinner never ending:
ifupdate

I dont found any log, only this in /var/log/error.log:
2017-10-04 14:26:39: (log.c.166) server started
2017-10-04 14:26:39: (server.c.1032) WARNING: unknown config-key: url.access-deny (ignored)
2017-10-04 14:27:21: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:21: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:21: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:21: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:21: (mod_websocket.c.180) connected 192.168.1.101 : 58272 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:21: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:21: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58272
2017-10-04 14:27:21: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58272
2017-10-04 14:27:21: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:21: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:21: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:21: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:21: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x011a
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:23: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:23: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:23: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:23: (mod_websocket.c.180) connected 192.168.1.101 : 58276 ( fd = 15 ) -> 127.0.0.1 : 5303 ( fd = 16 )
2017-10-04 14:27:23: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:23: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58276
2017-10-04 14:27:23: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58276
2017-10-04 14:27:23: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x81
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x39
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x53
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x04
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:23: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:23: (mod_websocket.c.854) disconnected from client ( fd = 15 )
2017-10-04 14:27:23: (mod_websocket.c.192) disconnect backend ( fd = 16 )
2017-10-04 14:27:23: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:23: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:23: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:23: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:23: (mod_websocket.c.180) connected 192.168.1.101 : 58286 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:23: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:23: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58286
2017-10-04 14:27:23: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58286
2017-10-04 14:27:23: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x68
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x015e
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x2274
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x1a7f
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x55
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x2f
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x051d
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:25: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:25: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0
2017-10-04 14:27:29: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:29: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:29: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:29: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:29: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:29: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:29: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:29: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:29: (mod_websocket.c.180) connected 192.168.1.101 : 58298 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:29: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:29: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58298
2017-10-04 14:27:29: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58298
2017-10-04 14:27:29: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:29: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:29: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:29: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:32: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:32: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0
2017-10-04 14:27:32: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:32: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:32: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:32: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:32: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:32: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:32: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:32: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:32: (mod_websocket.c.180) connected 192.168.1.101 : 58318 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:32: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:32: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58318
2017-10-04 14:27:32: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58318
2017-10-04 14:27:32: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:33: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:33: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:33: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:33: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0

@lfdominguez
Copy link
Author

This in the console inside chromium

01-juci.js:1 Section mini_snmpd already defined. Will extend existing section! If this is not your intention, fix your code!

UCIConfig.$registerSectionType @ 01-juci.js:1
(anonymous) @ 50-juci-snmpd.js:1

01-juci.js:1 Section system already defined. Will extend existing section! If this is not your intention, fix your code!

@lfdominguez
Copy link
Author

Console screenshots

console1
console2

@lfdominguez lfdominguez mentioned this issue Oct 4, 2017
@mkschreder
Copy link
Owner

mkschreder commented Oct 4, 2017 via email

@lfdominguez
Copy link
Author

Could be.....
When i add the juci i need force that lighttpd use the juci repo and not the base, because the lede lighttpd dont have websockets supports... then what can i do? i will test that script thanks

@lfdominguez
Copy link
Author

that is the openwrt-bootstrap.sh file?

@lfdominguez
Copy link
Author

lfdominguez commented Oct 4, 2017

make from begin, an error in compilation...

Package liborange is missing dependencies for the following libraries:
For /STORAGE/GIT_CLONES/lede/build_dir/target-x86_64_musl/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/ipkg-x86_64/liborange From /STORAGE/GIT_CLONES/lede/staging_dir/target-x86_64_musl/pkginfo/liborange.missing
libwebsockets.so.10

@lfdominguez
Copy link
Author

added the libwebsockets in make menuconfig, but the same error

@luiskahn718
Copy link

Hello, Martin.
I am new in JUCI install at Openwrt. Platform is Ralink RTxx.
I got same build error.

...
make[3]: Entering directory '/home/kcy/openwrt/trunk/feeds/juci/orange-rpcd'
mkdir -p /home/kcy/openwrt/trunk/bin/ramips/packages /home/kcy/openwrt/trunk/build_dir/target-mipsel_1004kc+dsp_musl-1.1.16/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/ipkg-ramips/liborange/CONTROL /home/kcy/openwrt/trunk/staging_dir/target-mipsel_1004kc+dsp_musl-1.1.16/pkginfo
install -d -m0755 /home/kcy/openwrt/trunk/build_dir/target-mipsel_1004kc+dsp_musl-1.1.16/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/ipkg-ramips/liborange/usr/lib/
cp -fpR /home/kcy/openwrt/trunk/build_dir/target-mipsel_1004kc+dsp_musl-1.1.16/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/src/.libs/.so /home/kcy/openwrt/trunk/build_dir/target-mipsel_1004kc+dsp_musl-1.1.16/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/ipkg-ramips/liborange/usr/lib/
find /home/kcy/openwrt/trunk/build_dir/target-mipsel_1004kc+dsp_musl-1.1.16/orange-rpcd-3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7/ipkg-ramips/liborange -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf
Package liborange is missing dependencies for the following libraries:
libwebsockets.so.10
Makefile:78: recipe for target '/home/kcy/openwrt/trunk/bin/ramips/packages/juci/liborange_3.16.01-2e02cb0594b35e534c1e155d94d95ecf062d26c7_ramips.ipk' failed
....

I did follow as your guide, but what's wrong?
Please help.

@techspace01
Copy link

@lfdominguez

I have issue with LEDE and JUCI missing dependencies "lighttpd-mod-websocket". I'm curious where did you select package "lighttpd-websockets" in make menuconfig?

I have look at Network > Web Servers/Proxies > lighttpd but did not see lighttpd-mod-websocket

@mkschreder
Copy link
Owner

mkschreder commented Dec 22, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants