* [email protected] <[email protected]> [17.11.2014 07:59]: > I'm sure first thing that OpenWrt developers will say to me is to > report this issue upstream ie. to this mailing list.
you are using 'logger' but not the busybox backend. look at the tasklist, there is something like '/sbin/logd -S 16' which is part of the new infrastructure. on a typical plain busybox system there is '/sbin/syslogd -C16'. the 'new' logd speaks with 'ubus'. see: https://dev.openwrt.org/changeset/37039 see: http://wiki.openwrt.org/doc/techref/procd > So you haven't heard of this issue previously? I'll investigate further then. this is a known issue and needs some work. log to a file for now and apply to a ticket, e.g.: https://dev.openwrt.org/ticket/18307 bye, bastian _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
