I'm sure first thing that OpenWrt developers will say to me is to
report this issue upstream ie. to this mailing list.

So you haven't heard of this issue previously? I'll investigate further then.

I'm using logger on busybox compiled for mips platform (AR9331 Atheros SOC).

And this is what I get when I start busybox:

# busybox
BusyBox v1.22.1 (2014-08-04 22:39:32 CEST) multi-call binary.
BusyBox is copyrighted by many authors between 1998-2012.
Licensed under GPLv2. See source distribution for detailed
copyright notices.

Usage: busybox [function [arguments]...]
   or: busybox --list
   or: function [arguments]...

    BusyBox is a multi-call binary that combines many common Unix
    utilities into a single executable.  Most people will create a
    link to busybox for each function they wish to use and BusyBox
    will act like whatever it was invoked as.

Currently defined functions:
    [, [[, arping, ash, awk, basename, brctl, bunzip2, bzcat, cat,
chgrp, chmod, chown, chroot, clear, cmp, cp, crond, crontab, cut,
date, dd, devmem, df,
    dirname, dmesg, du, echo, egrep, env, expr, false, fgrep, find,
free, fsync, grep, gunzip, gzip, halt, head, hexdump, hostid, hwclock,
id, ifconfig, kill,
    killall, less, ln, lock, logger, ls, md5sum, mkdir, mkfifo, mknod,
mkswap, mktemp, mount, mv, nc, netmsg, netstat, nice, nslookup, ntpd,
passwd, pgrep, pidof,
    ping, ping6, pivot_root, poweroff, printf, ps, pwd, readlink,
reboot, reset, rm, rmdir, route, sed, seq, sh, sleep, sort,
start-stop-daemon, strings,
    switch_root, sync, sysctl, tail, tar, tee, telnet, telnetd, test,
time, top, touch, tr, traceroute, true, udhcpc, umount, uname, uniq,
uptime, vconfig, vi,
    wc, wget, which, xargs, yes, zcat


And logger says this:

# logger --help
BusyBox v1.22.1 (2014-08-04 22:39:32 CEST) multi-call binary.

Usage: logger [OPTIONS] [MESSAGE]

Write MESSAGE (or stdin) to syslog

    -s    Log to stderr as well as the system log
    -t TAG    Log using the specified tag (defaults to user name)
    -p PRIO    Priority (numeric or facility.level pair)


On Sun, Nov 16, 2014 at 8:52 PM, Bastian Bittorf <[email protected]> wrote:
> * [email protected] <[email protected]> [16.11.2014 20:13]:
>> I'm using few custom scripts and using logger to write messages to
>> OpenWrt system log.
>
> please write to the OpenWrt-mailinglist, the project does
> not use the busybox-logger infrastructure. Also write something
> more about your setup (hardware, versions...) and how to reproduce it.
>
> bye, bastian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to