Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rar2fs --help #16

Closed
hasse69 opened this issue Mar 13, 2015 · 4 comments
Closed

rar2fs --help #16

hasse69 opened this issue Mar 13, 2015 · 4 comments

Comments

@hasse69
Copy link
Owner

hasse69 commented Mar 13, 2015

Some output is sent to standard output and some is sent to standard error.

rar2fs v1.17.2
FUSE library version: 2.9.2
fusermount version: 2.9.2
using FUSE kernel interface version 7.19

Linux GXT3 3.9-1-amd64 # 1 SMP Debian 3.9.8-1 x86_64 GNU/Linux

Original issue reported on code.google.com by delf.eldkraft on 2013-07-24

@hasse69 hasse69 self-assigned this Mar 13, 2015
@hasse69 hasse69 closed this as completed Mar 13, 2015
@hasse69 hasse69 removed their assignment Mar 13, 2015
@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

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 issue reported on code.google.com by hans.beckerus on 2013-07-24 16:35:07

@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

Then this is not error by you. My apologies.

Original issue reported on code.google.com by delf.eldkraft on 2013-07-24 16:37:48

@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

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 issue reported on code.google.com by hans.beckerus on 2013-07-24 16:47:03

@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

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 issue reported on code.google.com by hans.beckerus on 2013-07-26 21:30:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant