Closed GoogleCodeExporter closed 9 years ago
What is is *real* issue here?
Some of the output is from libfuse.so (stderr) and some is from rar2fs (stdout).
Would it help if ouput from rar2fs is also sent to stderr?
The mix of stderr and stdout seems common between many FUSE based applications,
have a look at e.g. sshfs. I can not change the fact that FUSE help text is
sent to stderr. If stderr is causing problems an issue report need to be filed
towards the fuse user space library.
Original comment by hans.bec...@gmail.com
on 24 Jul 2013 at 4:35
Then this is not error by you. My apologies.
Original comment by delf.eld...@gmail.com
on 24 Jul 2013 at 4:37
No need for apologies.
Should be possible to file a report on FUSE user space library. At least to get
a comment from the development team. Otherwise not much I can do I am afraid,
other than possibly align rar2fs to also use stderr for output?
Original comment by hans.bec...@gmail.com
on 24 Jul 2013 at 4:47
This has been verified as a bug in fuse user space library.
Case closed.
---
On Fri, Jul 26, 2013 at 3:42 PM, Hans Beckerus <hans.beckerus@gmail.com> wrote:
> It seems the FUSE libray is using stderr for its part of the output. Any
> specific reason for doing so?
No. It's a bug, and I've just pushed a fix to the master branch. I'm
not sure it's worth fixing for 2.X versions as it could, in theory,
cause things to break.
> I might align my implementation and also
> use stderr, but to me it seems rather odd to use stderr for normal output.
Yeah.
Thanks,
Miklos
Original comment by hans.bec...@gmail.com
on 26 Jul 2013 at 9:30
Original issue reported on code.google.com by
delf.eld...@gmail.com
on 24 Jul 2013 at 4:17