You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I cannot spare time to go into hardcore debugging. The issue occured for me in production, where I ran my script using nohup (I think this is very relevant). Command: nohup bundle exec ruby $RUBY_SCRIPT 0<&- &> "$OUT_FILE" &. The issue did not occur when simply running bundle exec ruby $RUBY_SCRIPT. So it must be related with nohup or the IO redirection.
As a sidenote I was using ssh-agent also, with a ssh key in a custom path (with ssh-add), and cloning a private repository. But this is probably not related.
The text was updated successfully, but these errors were encountered:
I've encountered a problem with the ruby-git gem which could be related to JRuby and backticks.
More information: ruby-git/ruby-git#110
At the moment I cannot spare time to go into hardcore debugging. The issue occured for me in production, where I ran my script using nohup (I think this is very relevant). Command:
nohup bundle exec ruby $RUBY_SCRIPT 0<&- &> "$OUT_FILE" &
. The issue did not occur when simply runningbundle exec ruby $RUBY_SCRIPT
. So it must be related with nohup or the IO redirection.As a sidenote I was using ssh-agent also, with a ssh key in a custom path (with ssh-add), and cloning a private repository. But this is probably not related.
The text was updated successfully, but these errors were encountered: