After modifying forks.pm to output the $PORT in the croak at line 2126
and 2131, I could confirm it was not a reserved port. I then realized
that my firewall was blocking the connection (127.0.0.1). I disabled the
firewall (iptables) and the application ran perfectly without issue. My
issue has been resolved.

The steps I used to disable my firewall are:
#iptables --flush
#iptables -X
#iptables --policy INPUT ACCEPT
#iptables --policy FORWARD DROP
#iptables --policy OUTPUT ACCEPT

I manually modified my firewall settings and re-enable to permanently
resolve this issue.

-- 
Crash at startup
https://bugs.launchpad.net/bugs/459920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to