-
Notifications
You must be signed in to change notification settings - Fork 1
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
parrot changes process foreground group, which causes grief for boutiques #8
Comments
I don't know why one would want to do this. |
Interesting. It might solve another problem I had. Will have have to put that has a default |
related to |
@ramou I am finally working on adding that and updating the image build. However it seems that the --no-set-foreground option makes the parrot_run command hang. I am trying to eliminate other source, but have tested that option and did you see that kind of behaviour? |
Hrmm... I did not.
I'm on vacation at this time, but come September I'll swing back to this
and see what I had for that.
…On Thu, Aug 22, 2019 at 4:41 PM P-O Quirion ***@***.***> wrote:
@ramou <https://github.com/ramou> I am finally woriking on adding that
and updating the image build.
However it seems that the --no-set-foreground option makes the parrot_run
command hang. I am trying to eliminate other source, but have tested that
option and did you see that kind of behaviour?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AAN2OQHFJCYSRQ4CJPC7DJTQF3TXXA5CNFSM4G4ZKTE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD46FOLQ#issuecomment-524048174>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN2OQFGAKYTJS2MM4JTWHLQF3TXXANCNFSM4G4ZKTEQ>
.
--
Stuart Thiel, P. Eng.
|
It seems to be a problem with the interactive session in bash. I have remove the '-i' options in the release 0.9. Might help solve the problem. --no-set-foreground was causing other strange behavior. Might have to add it as an option. |
If calling boutiques programatically, parrot causes python to suspend. The details are fuzzy, but after much fighting I found
--no-set-foreground
as a flag to parrot_run that removes the offending behavior.The text was updated successfully, but these errors were encountered: