Panic Mode On (69) Server problems?

Message boards : Number crunching : Panic Mode On (69) Server problems?
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · 5 . . . 9 · Next

AuthorMessage
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65734
Credit: 55,293,173
RAC: 49
United States
Message 1198743 - Posted: 23 Feb 2012, 7:48:44 UTC - in response to Message 1198739.  

Downloads are a tussle right now, but at least enough work is flowing that my rigs are offa Einstein and the kitties have stopped eating all the crickets.....

I've got 5 downloading right now, and downloading and downloading and downloading...
The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 1198743 · Report as offensive
musicplayer

Send message
Joined: 17 May 10
Posts: 2430
Credit: 926,046
RAC: 0
Message 1198744 - Posted: 23 Feb 2012, 7:54:13 UTC
Last modified: 23 Feb 2012, 7:55:50 UTC

And still turned off the other (or opposite) way...
ID: 1198744 · Report as offensive
Cosmic_Ocean
Avatar

Send message
Joined: 23 Dec 00
Posts: 3027
Credit: 13,516,867
RAC: 13
United States
Message 1198790 - Posted: 23 Feb 2012, 12:19:05 UTC

My downloads are pretty reliable. Takes about 10 seconds to get going, but they come through at ~20kb/sec. HTTP errors at the start of the transfer are only about 10% of the time. No proxies, using .13.
Linux laptop:
record uptime: 1511d 20h 19m (ended due to the power brick giving-up)
ID: 1198790 · Report as offensive
David S
Volunteer tester
Avatar

Send message
Joined: 4 Oct 99
Posts: 18352
Credit: 27,761,924
RAC: 12
United States
Message 1198803 - Posted: 23 Feb 2012, 15:05:58 UTC

I sat and watched my i7 download a bunch of work last night. I found the Retry Now button to be of limited usefulness. It really only does anything when the downloads go into project backoff, which is pretty short anyway (running Boinc 6.10.60 on that one, downgraded from 6.12.34) and it actually makes the unit I retry sit stuck longer before it goes to retry and Boinc moves on to downloading the next one.

The one thing I found interesting is that if everything goes into project backoff, one or both of the downloads in progress might continue and if one finishes it takes the whole thing out of backoff early.

David
Sitting on my butt while others boldly go,
Waiting for a message from a small furry creature from Alpha Centauri.

ID: 1198803 · Report as offensive
Profile cliff
Avatar

Send message
Joined: 16 Dec 07
Posts: 625
Credit: 3,590,440
RAC: 0
United Kingdom
Message 1198831 - Posted: 23 Feb 2012, 16:25:15 UTC - in response to Message 1198803.  

Just did a vroute check of the d/l servers.. packet loss 3%:-(
My minor rig is trying to d/l and getting .42Kb/s to 2.3Kb's..
Guess its not just the server itself, theres a slow part of the route as well when it hits Centica? or some such network.

Regards,
Cliff,
Been there, Done that, Still no damm T shirt!
ID: 1198831 · Report as offensive
Profile ivan
Volunteer tester
Avatar

Send message
Joined: 5 Mar 01
Posts: 783
Credit: 348,560,338
RAC: 223
United Kingdom
Message 1198834 - Posted: 23 Feb 2012, 16:34:26 UTC - in response to Message 1198803.  

The one thing I found interesting is that if everything goes into project backoff, one or both of the downloads in progress might continue and if one finishes it takes the whole thing out of backoff early.

If you've got the bandwith, you can have more than the default two transfers at a time. In your cc_config.xml file:
<max_file_xfers>n</max_file_xfers> 
<max_file_xfers_per_project>n</max_file_xfers_per_project>

ID: 1198834 · Report as offensive
Profile Tim
Volunteer tester
Avatar

Send message
Joined: 19 May 99
Posts: 211
Credit: 278,575,259
RAC: 0
Greece
Message 1198852 - Posted: 23 Feb 2012, 17:10:37 UTC - in response to Message 1198834.  

The one thing I found interesting is that if everything goes into project backoff, one or both of the downloads in progress might continue and if one finishes it takes the whole thing out of backoff early.

If you've got the bandwith, you can have more than the default two transfers at a time. In your cc_config.xml file:
<max_file_xfers>n</max_file_xfers> 
<max_file_xfers_per_project>n</max_file_xfers_per_project>



Can you give us an example of an cc_config.xml file after you add the lines?
Because i try it, and client reply with an error at the file.
ID: 1198852 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65734
Credit: 55,293,173
RAC: 49
United States
Message 1198857 - Posted: 23 Feb 2012, 17:14:53 UTC - in response to Message 1198852.  

The one thing I found interesting is that if everything goes into project backoff, one or both of the downloads in progress might continue and if one finishes it takes the whole thing out of backoff early.

If you've got the bandwith, you can have more than the default two transfers at a time. In your cc_config.xml file:
<max_file_xfers>n</max_file_xfers> 
<max_file_xfers_per_project>n</max_file_xfers_per_project>



Can you give us an example of an cc_config.xml file after you add the lines?
Because i try it, and client reply with an error at the file.

How's this?

<cc_config>
   <options>
       <use_all_gpus>1</use_all_gpus>
       <max_file_xfers>4</max_file_xfers>
       <max_file_xfers_per_project>4</max_file_xfers_per_project>
   </options>
</cc_config>

The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 1198857 · Report as offensive
Profile Tim
Volunteer tester
Avatar

Send message
Joined: 19 May 99
Posts: 211
Credit: 278,575,259
RAC: 0
Greece
Message 1198861 - Posted: 23 Feb 2012, 17:31:28 UTC - in response to Message 1198857.  

The one thing I found interesting is that if everything goes into project backoff, one or both of the downloads in progress might continue and if one finishes it takes the whole thing out of backoff early.

If you've got the bandwith, you can have more than the default two transfers at a time. In your cc_config.xml file:
<max_file_xfers>n</max_file_xfers> 
<max_file_xfers_per_project>n</max_file_xfers_per_project>



Can you give us an example of an cc_config.xml file after you add the lines?
Because i try it, and client reply with an error at the file.

How's this?

<cc_config>
   <options>
       <use_all_gpus>1</use_all_gpus>
       <max_file_xfers>4</max_file_xfers>
       <max_file_xfers_per_project>4</max_file_xfers_per_project>
   </options>
</cc_config>


Yes that worked.I missed the </options> before.
Thank you my friend.
ID: 1198861 · Report as offensive
Cosmic_Ocean
Avatar

Send message
Joined: 23 Dec 00
Posts: 3027
Credit: 13,516,867
RAC: 13
United States
Message 1198945 - Posted: 23 Feb 2012, 19:37:13 UTC
Last modified: 23 Feb 2012, 19:38:33 UTC

And actually, you don't need <max_transfers>. That one is more aimed at global. I just have <max_transfers_per_project>5</...> in mine and it works fine.

Oh, and task pages are still turned off.. [getting antsy]. I did notice that the 'pending' link is finally gone though.
Linux laptop:
record uptime: 1511d 20h 19m (ended due to the power brick giving-up)
ID: 1198945 · Report as offensive
Profile Dimly Lit Lightbulb 😀
Volunteer tester
Avatar

Send message
Joined: 30 Aug 08
Posts: 15399
Credit: 7,423,413
RAC: 1
United Kingdom
Message 1198955 - Posted: 23 Feb 2012, 20:00:19 UTC

Had a couple of astropulses fly through at about 15kbps each. AT THE SAME TIME! :)

Member of the People Encouraging Niceness In Society club.

ID: 1198955 · Report as offensive
Profile arkayn
Volunteer tester
Avatar

Send message
Joined: 14 May 99
Posts: 4438
Credit: 55,006,323
RAC: 0
United States
Message 1198957 - Posted: 23 Feb 2012, 20:02:01 UTC - in response to Message 1198945.  

And actually, you don't need <max_transfers>. That one is more aimed at global. I just have <max_transfers_per_project>5</...> in mine and it works fine.

Oh, and task pages are still turned off.. [getting antsy]. I did notice that the 'pending' link is finally gone though.


That is on the same link as the tasks, it will be back when they allow them to be shown once again.

ID: 1198957 · Report as offensive
__W__
Avatar

Send message
Joined: 28 Mar 09
Posts: 116
Credit: 5,943,642
RAC: 0
Germany
Message 1198989 - Posted: 23 Feb 2012, 21:22:57 UTC - in response to Message 1198679.  
Last modified: 23 Feb 2012, 21:29:36 UTC

This is the only Book I could find...

The right book is this ...


Edit: ... and don't forget your towel ;-)
__W__
_______________________________________________________________________________
ID: 1198989 · Report as offensive
Cosmic_Ocean
Avatar

Send message
Joined: 23 Dec 00
Posts: 3027
Credit: 13,516,867
RAC: 13
United States
Message 1199021 - Posted: 23 Feb 2012, 22:17:41 UTC - in response to Message 1198957.  

And actually, you don't need <max_transfers>. That one is more aimed at global. I just have <max_transfers_per_project>5</...> in mine and it works fine.

Oh, and task pages are still turned off.. [getting antsy]. I did notice that the 'pending' link is finally gone though.


That is on the same link as the tasks, it will be back when they allow them to be shown once again.

I'm talking about on the account page. Has Computers, Tasks, and used to have Pending. Pending is gone, but Tasks is still there. It just gives you an error message when you click it.

On single computer details, "tasks" is gone entirely, but it is still there on the list of computers and again.. gives an error message. I know tasks viewing is turned off at the moment.. I was just commenting on how the useless Pending page is finally gone.
Linux laptop:
record uptime: 1511d 20h 19m (ended due to the power brick giving-up)
ID: 1199021 · Report as offensive
.clair.

Send message
Joined: 4 Nov 04
Posts: 1300
Credit: 55,390,408
RAC: 69
United Kingdom
Message 1199092 - Posted: 24 Feb 2012, 1:25:05 UTC

The servers may have recovered but have the staff recovered from the recovery operation :¬)
ID: 1199092 · Report as offensive
Cosmic_Ocean
Avatar

Send message
Joined: 23 Dec 00
Posts: 3027
Credit: 13,516,867
RAC: 13
United States
Message 1199105 - Posted: 24 Feb 2012, 2:01:45 UTC

My cache is full! A full 10 days of AP (55-56). Got issued about 10 B3_P1's and B6_P0's in the process. Moved those up to the front of the line to get rid of them and get some more.
Linux laptop:
record uptime: 1511d 20h 19m (ended due to the power brick giving-up)
ID: 1199105 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1199109 - Posted: 24 Feb 2012, 2:15:03 UTC - in response to Message 1199092.  

The servers may have recovered but have the staff recovered from the recovery operation :¬)

Well once we get that "/dcc case of beer" issue worked out I am sure they will.
SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1199109 · Report as offensive
kittyman Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 9 Jul 00
Posts: 51468
Credit: 1,018,363,574
RAC: 1,004
United States
Message 1199156 - Posted: 24 Feb 2012, 6:54:17 UTC

Kitties can haz stats back now?
"Freedom is just Chaos, with better lighting." Alan Dean Foster

ID: 1199156 · Report as offensive
Profile Belthazor
Volunteer tester
Avatar

Send message
Joined: 6 Apr 00
Posts: 219
Credit: 10,373,795
RAC: 13
Russia
Message 1199182 - Posted: 24 Feb 2012, 11:25:14 UTC

Oh my! MB-splitters don't work again! What's wrong at this time?
ID: 1199182 · Report as offensive
Profile cliff
Avatar

Send message
Joined: 16 Dec 07
Posts: 625
Credit: 3,590,440
RAC: 0
United Kingdom
Message 1199183 - Posted: 24 Feb 2012, 11:35:16 UTC - in response to Message 1199182.  

S@H staff are at home sleeping, so servers take time out..
'when cats away, mice will play' seems to be the order of the month..

Cheers,
Cliff,
Been there, Done that, Still no damm T shirt!
ID: 1199183 · Report as offensive
Previous · 1 · 2 · 3 · 4 · 5 . . . 9 · Next

Message boards : Number crunching : Panic Mode On (69) Server problems?


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.