Thank you for your answer, but I only want to display the kernel message.
I expect to use 'tail -f /var/log/dmesg' to read the kernel debug message on my
device that without
serial console.
--
Regards,
banglang huang
___
openwrt-devel
Hi,
Would one of the below help you?
cat /proc/kmsg
or
cat /dev/kmsg
/Sukru
From: openwrt-devel [openwrt-devel-boun...@lists.openwrt.org] on behalf of
Tymon [banglang.hu...@foxmail.com]
Sent: Thursday, December 29, 2016 9:17 AM
To: openwrt-users
Cc: ope
Right now I'd rather not customize the code. There are two directions
I'm going to try first.
Give unbound a try to serve DNS, keeping Dnsmasq for DHCP. If that
doesn't work try converting the list to a hosts file pointing to a local
pixelsrv address. There are some other blog posts that indi
On Thu, Dec 29, 2016 at 8:09 AM, TheWerthFam wrote:
> Right now I'd rather not customize the code. There are two directions I'm
> going to try first.
> Give unbound a try to serve DNS, keeping Dnsmasq for DHCP. If that doesn't
> work try converting the list to a hosts file pointing to a local pi
> I also fiddled a bit with bloom filters, which strike me as appropo.
Bloom filters trade accuracy for space -- they're arbitrarily smaller than
hash tables, but at the cost of causing more false positives. Since your
tests indicate that perfect hash tables are small enough, a Bloom filter
would
In reference to https://github.com/openwrt/packages/pull/3686
We've added OpenWRT support for:
* JamVM 2.0: Java JVM
* GNU Classpath 2.0: Java class library
* RXTX Java serial communications library
However, the build bots won't build these packages yet because
a host Java compiler is required
Hi Dana
On Thu, 29 Dec 2016 12:30:37 -0800
Dana Myers wrote:
> In reference to https://github.com/openwrt/packages/pull/3686
>
> We've added OpenWRT support for:
>
> * JamVM 2.0: Java JVM
> * GNU Classpath 2.0: Java class library
There is no classpath 2.0
> * RXTX Java serial communications