-
Notifications
You must be signed in to change notification settings - Fork 253
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
Fork into background even if stdout/err is redirected to a pipe #130
Labels
Comments
Looks like |
rfjakob
added a commit
that referenced
this issue
Jul 23, 2017
Currently fails, as reported at #130 .
rfjakob
added a commit
that referenced
this issue
Jul 23, 2017
We passed our stdout and stderr to the new logger instance, which makes sense to see any error message, but also means that the fd is kept open even when we close it. Fixes the new TestMountBackground test and #130 .
Should be fixed in master by 496968e . |
Works great 👍 Thanks for the quick fix |
Germar
added a commit
to bit-team/backintime
that referenced
this issue
Jul 24, 2017
Germar
added a commit
to bit-team/backintime
that referenced
this issue
Nov 17, 2018
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 8, 2024
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 8, 2024
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 15, 2024
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 15, 2024
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 18, 2024
daviewales
pushed a commit
to daviewales/backintime
that referenced
this issue
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With gocryptfs version 1.2 you could pipe stdout/err and it forked itself into background. With version 1.4 it does stay in foreground...
Everything fine so far with 1.2. But if you do the same with 1.4:
Popen(...).communicate()
will wait until you manually killgocryptfs_1.4
Could you please add a '-bg' option in opposition to '-fg'?
EDIT:
gocryptfs version 1.3 was fine, too. The changes where made in 1.4
The text was updated successfully, but these errors were encountered: