Maybe this is an old story with changed dependencies. Try to reinstall bind-dig.what wrong with this?
Bus error
message.opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
opkg install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
it does not work.I had the same problem with the aarch64-k3.10 version of bind-dig. In my case it was just returning aBus error
message.
In the end I had to force remove and reinstall a lot of libraries to get it to work:
Code:opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
Code:opkg install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
rt-ac66u_b1, just run dig in ssh terminalWhat router model is this?
What other features, options and scripts do you have running on it?
You're running a model that is no longer supported by RMerlin.
I had the same problem with the aarch64-k3.10 version of bind-dig. In my case it was just returning aBus error
message.
In the end I had to force remove and reinstall a lot of libraries to get it to work:
Code:opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
Code:opkg install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
Sep 11 12:00:00 uiDivStats: Starting stat update
Sep 11 12:00:07 kernel: dig[13019]: syscall 425
Sep 11 12:00:07 kernel: Code: aa0503e4 aa0603e5 aa0703e6 d4000001 (b13ffc1f)
Sep 11 12:00:07 kernel: CPU: 1 PID: 13019 Comm: dig Tainted: P O 4.1.27 #2
Sep 11 12:00:07 kernel: Hardware name: Broadcom-v8A (DT)
Sep 11 12:00:07 kernel: task: ffffffc013874040 ti: ffffffc0058ec000 task.ti: ffffffc0058ec000
Sep 11 12:00:07 kernel: PC is at 0x7f80101ee4
Sep 11 12:00:07 kernel: LR is at 0x7f800193a4
Sep 11 12:00:07 kernel: pc : [<0000007f80101ee4>] lr : [<0000007f800193a4>] pstate: 20000000
Sep 11 13:00:02 Skynet: [#] 23606 IPs (+0) -- 78866 Ranges Banned (+0) || 0 Inbound -- 23 Outbound Connections Blocked! [save] [2s]
Sep 11 13:00:08 kernel: dig[17380]: syscall 425
Sep 11 13:00:08 kernel: Code: aa0503e4 aa0603e5 aa0703e6 d4000001 (b13ffc1f)
Sep 11 13:00:08 kernel: CPU: 1 PID: 17380 Comm: dig Tainted: P O 4.1.27 #2
Sep 11 13:00:08 kernel: Hardware name: Broadcom-v8A (DT)
Sep 11 13:00:08 kernel: task: ffffffc013890ac0 ti: ffffffc003ffc000 task.ti: ffffffc003ffc000
Sep 11 13:00:08 kernel: PC is at 0x7f8b91eee4
Sep 11 13:00:08 kernel: LR is at 0x7f8b8363a4
Sep 11 13:00:08 kernel: pc : [<0000007f8b91eee4>] lr : [<0000007f8b8363a4>] pstate: 20000000
May 5 07:05:07 lldpd[1218]: could not open either /etc/os-release or /usr/lib/os-release
May 5 07:05:07 lldpd[1218]: lsb_release information not available
May 5 07:05:07 lldpd[1222]: created chroot directory /var/run/lldpd
May 5 07:05:07 lldpd[1222]: /etc/localtime copied to chroot
May 5 07:05:07 lldpd[1222]: protocol LLDP enabled
May 5 07:05:07 lldpd[1222]: protocol CDPv1 disabled
May 5 07:05:07 lldpd[1222]: protocol CDPv2 disabled
May 5 07:05:07 lldpd[1222]: protocol SONMP disabled
May 5 07:05:07 lldpd[1222]: protocol EDP disabled
May 5 07:05:07 lldpd[1222]: protocol FDP disabled
May 5 07:05:07 lldpd[1222]: libevent 2.0.21-stable initialized with epoll method
opkg remove --force-depends bind-dig bind-libs
opkg install bind-dig
/opt/etc/init.d/rc.unslung stop
opkg list-installed | /usr/bin/awk '{print $1}' | /usr/bin/xargs opkg --force-reinstall install
/opt/etc/init.d/rc.unslung start
@Sonyrolfy Try this:
If that doesn't work you could resort to the nuclear option :Code:opkg remove --force-depends bind-dig bind-libs opkg install bind-dig
Code:/opt/etc/init.d/rc.unslung stop opkg list-installed | /usr/bin/awk '{print $1}' | /usr/bin/xargs opkg --force-reinstall install /opt/etc/init.d/rc.unslung start
uiDivStats will no longer work anyway with the next Diversion update, unless it gets updated eventually.Thanks Colin for your help! First code i tried from you did nothing unfortunately. The second made think. So before i go war with this router, I remembered a similar case a while ago with a script from YazDHCP, Tainted bladibla in the logs. I removed his script, and put reservations in vram again. Outcome: clean logs! So i just removed uiDivStats. Outcome: clean logs! So if more and more scripts must be removed (in my case) due to Tainted bladibla. Maybe i need a new router. Not really need one for my case, but..
Update: I tried your war script. After installing uiDivStats again. No luck, the log still fills with kernel: dig[20978]: syscall 425 again. So i removed uiDivStats for now. And clean logs! Also i think as a side effect with the Tainted bladibla that i couldn't log into the router anymore. The router is still working fine, but its like a old car dashboard now, just pulling the lighted small bulbs from engine service or ABS or whatever But it does the job. (for now) Thanks!
uiDivStats will no longer work anyway with the next Diversion update, unless it gets updated eventually.
There's alot of unknowns if (or when) that will happen.I hope uiDivStats will be updated then.
Is this relatively clean to do? I am still chasing my favorite problem, and may try this. Here is the problem I have:If that doesn't work you could resort to the nuclear option :
Code:/opt/etc/init.d/rc.unslung stop opkg list-installed | /usr/bin/awk '{print $1}' | /usr/bin/xargs opkg --force-reinstall install /opt/etc/init.d/rc.unslung start
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!