Bug#676932: stun output failing
Kilian Krause
kilian at debian.org
Sun Dec 21 21:12:02 UTC 2014
severity 676932 wishlist
tags 676932 + wontfix upstream confirmed
thanks
Dear ubuntu6226,
On Sun, Jun 10, 2012 at 05:56:09PM +0200, ubuntu6226 wrote:
> For bash scripting it would be nice that you correct this :
>
> stun -v stun.XX.org > ~/test.log
All you have to do is add "2>&1" since upstream has chosen to use "clog" in
the code which uses STDERR not STDOUT.
> This is not working because it outputs not like it should.
>
> stun -v stun.XX.org | less
> is highly important to be working too
Same as above. "stun -v xxx 2>&1 | less" should work just fine.
Obviously upstream regards even the -v output as debug info which should not
be filling the logs.
As a side note: the vovida code is rather a proof of concept than an actual
server implementation.
> Thank you developing STUN. It is greatly useful !!
> Btw a support of the newer protocol would be appreciated if possible still
I think you should look forward to the new stuntman upload that I'll try to
finish in the next weeks.
In case you can confirm the fd redirect fixes your issue, I'd go ahead with
closing this bug.
Best,
Kilian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20141221/27352228/attachment.sig>
More information about the Pkg-voip-maintainers
mailing list