Something wrong with BOINC Manager?

Message boards : Questions and problems : Something wrong with BOINC Manager?
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3

AuthorMessage
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 48112 - Posted: 9 Mar 2013, 0:37:58 UTC

OK, at least that shows me that there's nothing on TCP port 31416, the port that BOINC uses to communicate between parts.

So let's just add BOINC and BOINC Manager to the firewall, even if you have it turned off. Windows never completely shuts down the firewall.

DO:
Start->All Programs->Accessories->Right Click Command Prompt->Run as administrator.
In the window that opened type:

netsh advfirewall firewall add rule name="BOINC Client" dir=in action=allow description="BOINC Client" program="C:\Program Files\boinc.exe" enable=yes
netsh advfirewall firewall add rule name="BOINC Manager" dir=in action=allow description="BOINC Manager" program="C:\Program Files\boincmgr.exe" enable=yes

After each line hit Enter.

Make sure the path to boinc.exe and boincmgr.exe is correct as per the version of BOINC you have installed. As said earlier, 64bit Windows reserves the C:\Program Files\ directory tree for 64bit programs only. 32bit programs can be installed here, but not run from the tree. They need to be installed and run from C:\program Files (x86)\

Next help BOINC along to start with the correct port number.
To do so, we're going to start the BOINC client from the command line.

Right click on an open place on your desktop, choose New->Shortcut
In the line that says "Type the location of the item" type C:\program Files\boinc.exe --gui_rpc_port 31416 --detach_console and click Next. Type as name for the shortcut BOINC and save it to your desktop.

Next we do the same thing for BOINC Manager. Right click on an open place on your desktop, choose New->Shortcut
In the line that says "Type the location of the item" type C:\program Files\boincmgr.exe --gui_rpc_port 31416 --detach_console and click Next. Type as name for the shortcut BOINC Manager and save it to your desktop.

Now (double) click on the BOINC shortcut.
Then (double) click on the BOINC Manager shortcut.

What happens now?
ID: 48112 · Report as offensive
Dukefrukem

Send message
Joined: 3 Feb 13
Posts: 32
United States
Message 48114 - Posted: 9 Mar 2013, 1:07:08 UTC - in response to Message 48112.  
Last modified: 9 Mar 2013, 1:09:26 UTC

EDIT: nevermind. one moment.
ID: 48114 · Report as offensive
Dukefrukem

Send message
Joined: 3 Feb 13
Posts: 32
United States
Message 48115 - Posted: 9 Mar 2013, 1:16:24 UTC - in response to Message 48112.  

OK, at least that shows me that there's nothing on TCP port 31416, the port that BOINC uses to communicate between parts.

So let's just add BOINC and BOINC Manager to the firewall, even if you have it turned off. Windows never completely shuts down the firewall.

DO:
Start->All Programs->Accessories->Right Click Command Prompt->Run as administrator.
In the window that opened type:

netsh advfirewall firewall add rule name="BOINC Client" dir=in action=allow description="BOINC Client" program="C:\Program Files\boinc.exe" enable=yes
netsh advfirewall firewall add rule name="BOINC Manager" dir=in action=allow description="BOINC Manager" program="C:\Program Files\boincmgr.exe" enable=yes

After each line hit Enter.

Make sure the path to boinc.exe and boincmgr.exe is correct as per the version of BOINC you have installed. As said earlier, 64bit Windows reserves the C:\Program Files\ directory tree for 64bit programs only. 32bit programs can be installed here, but not run from the tree. They need to be installed and run from C:\program Files (x86)\

Next help BOINC along to start with the correct port number.
To do so, we're going to start the BOINC client from the command line.

Right click on an open place on your desktop, choose New->Shortcut
In the line that says "Type the location of the item" type C:\program Files\boinc.exe --gui_rpc_port 31416 --detach_console and click Next. Type as name for the shortcut BOINC and save it to your desktop.

Next we do the same thing for BOINC Manager. Right click on an open place on your desktop, choose New->Shortcut
In the line that says "Type the location of the item" type C:\program Files\boincmgr.exe --gui_rpc_port 31416 --detach_console and click Next. Type as name for the shortcut BOINC Manager and save it to your desktop.

Now (double) click on the BOINC shortcut.
Then (double) click on the BOINC Manager shortcut.

What happens now?



The only thing I changed was I put quotes around the path in the shortcut:

"C:\Program Files\BOINC\boinc.exe" --gui_rpc_port 31416 --detach_console
"C:\Program Files\BOINC\boincmgr.exe" --gui_rpc_port 31416 --detach_console

Double Cliking on BOINC shortcut did nothing as far as I could see.
Double Clicking on BOINC MGR gave me a popup: "Option 'gui_rpc_port' requires a value, '=' expected

Then a second popup screenshot below.

http://i148.photobucket.com/albums/s36/Dukefrukem/Boinc_zps12d190e8.jpg
ID: 48115 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 48117 - Posted: 9 Mar 2013, 1:58:16 UTC - in response to Message 48115.  

The only thing I changed was I put quotes around the path in the shortcut:

"C:\Program Files\BOINC\boinc.exe" --gui_rpc_port 31416 --detach_console
"C:\Program Files\BOINC\boincmgr.exe" --gui_rpc_port 31416 --detach_console

You shouldn't need the quotes. I sure don't run with them.

Double Cliking on BOINC shortcut did nothing as far as I could see.

In Windows Task Manager, it should show boinc.exe now running.

Double Clicking on BOINC MGR gave me a popup: "Option 'gui_rpc_port' requires a value, '=' expected

Ah yes, stupid me.
The correct line for that is C:\Program Files\BOINC\boincmgr.exe --gui_rpc_port=31416 --detach_console

Again, no quotes needed.

The --detach_console attribute we give it closes the command line window after starting the application. Else it would stay open.
ID: 48117 · Report as offensive
Dukefrukem

Send message
Joined: 3 Feb 13
Posts: 32
United States
Message 48118 - Posted: 9 Mar 2013, 2:24:13 UTC - in response to Message 48117.  
Last modified: 9 Mar 2013, 2:25:57 UTC

If I don't put quotes around the dir, it says

"The name 'C:\Program' specified in the Target box is not valid. Make sure the path and file name are correct.

But I verified that double clcking the boinc shortcut I created, does start BOINC.Exe in my task manager.

I made the changes to the boincmgr shortcut, and now I get a popup that says:

"Unknown long option 'detach_console'
ID: 48118 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 48119 - Posted: 9 Mar 2013, 2:34:32 UTC - in response to Message 48118.  
Last modified: 9 Mar 2013, 2:40:20 UTC

I made the changes to the boincmgr shortcut, and now I get a popup that says:

"Unknown long option 'detach_console'

Sigh... well, try without the --detach_console then. Unless they want us to specify it like

C:\program files\boincmgr.exe --gui_rpc_port=31416 --boincargs=detach_console

But I think that'll return an error as well.
So best then just start with: C:\program files\boincmgr.exe --gui_rpc_port=31416

See if the window closes itself on that and that BM now works.

You are running these as a shortcut, don't you? Not as a batchfile (.bat)?
Can you also repeat post a netstat -an log with BOINC running as above?

Furthermore, any security software on your computer that you didn't tell us about? Anti-virus, anti-malware, anti-whatever? If not, never had one either?
ID: 48119 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 48120 - Posted: 9 Mar 2013, 10:05:09 UTC - in response to Message 48117.  

Ah yes, stupid me.
The correct line for that is C:\Program Files\BOINC\boincmgr.exe --gui_rpc_port=31416 --detach_console

Again, no quotes needed.

Jord,

You do need quotes round the program name, because of the space in the path name:

"C:\Program Files\BOINC\boincmgr.exe" --gui_rpc_port=31416 --detach_console

otherwise Windows treats it as a separator.
ID: 48120 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 48122 - Posted: 9 Mar 2013, 14:21:30 UTC - in response to Message 48120.  

Ah, I don't need it as I run from P:/BOINCProgram/BOINC/, all written without spaces. But even then, since it was a Windows shortcut, and not a Batch file or preceded by the CMD command, I didn't think the space mattered. But apparently it does. So thanks for that.


ID: 48122 · Report as offensive
Dukefrukem

Send message
Joined: 3 Feb 13
Posts: 32
United States
Message 48124 - Posted: 9 Mar 2013, 16:41:57 UTC - in response to Message 48119.  

I made the changes to the boincmgr shortcut, and now I get a popup that says:

"Unknown long option 'detach_console'

Sigh... well, try without the --detach_console then. Unless they want us to specify it like

C:\program files\boincmgr.exe --gui_rpc_port=31416 --boincargs=detach_console

But I think that'll return an error as well.
So best then just start with: C:\program files\boincmgr.exe --gui_rpc_port=31416

See if the window closes itself on that and that BM now works.

You are running these as a shortcut, don't you? Not as a batchfile (.bat)?
Can you also repeat post a netstat -an log with BOINC running as above?

Furthermore, any security software on your computer that you didn't tell us about? Anti-virus, anti-malware, anti-whatever? If not, never had one either?


Removing the detach console brings up the Boinc Manager. But again, it's in the same state as it always was: "Connecting to Host"

I have no other security software installed, other than Microsoft Security Essentials (built in). BOINC is not listed under the quarantined items.
ID: 48124 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 48125 - Posted: 9 Mar 2013, 16:49:24 UTC - in response to Message 48124.  

Can you also repeat post a netstat -an log with BOINC running as above?

ID: 48125 · Report as offensive
Dukefrukem

Send message
Joined: 3 Feb 13
Posts: 32
United States
Message 49087 - Posted: 12 May 2013, 22:51:19 UTC - in response to Message 48125.  
Last modified: 12 May 2013, 22:52:00 UTC

I wanted to come back and say I got it working. How or why is really questionable at this point. I didn't do anything after my last post. I gave up. Frustrated. The only reason I really kept BOINC installed was because uninstalling it (or exiting out of it) would cause my fan speed to drop to a RPM that made a weird kind of humming noise. Don't ask. It was just the idle processes of BOINC that kept the fan speed above normal.

Anyway, I ran into an additional issue with nvidia PhysX and the game Homefront. I was asking am nvidia rep how to uninstall PhysX safely. He recommended I install DRIVE FUSION to uninstall PhysX.

http://treexy.com/thanks?file=http://download.cnet.com/Driver-Fusion/3000-2086_4-75748005.html?part=dl-&subj=dl&tag=button&dlm=0

I followed his directions, restarted my PC and the first thing that pops up was BOINC manager asking me which project I wanted to attach to. So I picked SETI@home and it appears I am up and running.

So how bout that?
ID: 49087 · Report as offensive
Previous · 1 · 2 · 3

Message boards : Questions and problems : Something wrong with BOINC Manager?

Copyright © 2024 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.