Skip to content

Troubleshooting FAQ

Lloyd Dilley edited this page Mar 1, 2015 · 1 revision

Troubleshooting FAQ

I get "You are using JRuby which does not support fork()!" when using JRuby. What can I do about this?

This is not really a problem. You can choose to leave RubIRCd running in the foreground, use screen or tmux to allow detaching/resuming of the process, or background the process via:

nohup jruby rubircd.rb &
Clone this wiki locally