Message boards : Questions and problems : Ubuntu port 31416 failed
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Jul 15 Posts: 1 ![]() |
I can't start BOINC on UBUNTU. I've got this error message: GUI RPC bind to port 31416 failed: 98 I can't find any useable solution on the net. Does anyone have experience with this? |
![]() Send message Joined: 29 Aug 05 Posts: 15609 ![]() |
Something is already using TCP port 31416 on your computer, the '98' in the error message tells you that. So you can try to figure out which program uses the port, doing: lsof -i:31416 from a terminal window. You can try to exit the BOINC client binary, and restart it, then immediately start BOINC Manager. Or you can start the BOINC binary and BOINC Manager with different port numbers. Do: boinc --gui_rpc_port 31417 boincmgr /g --gui_rpc_port=31417 |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.