Panic Mode On (69) Server problems?


log in

Advanced search

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

Previous · 1 · 2 · 3 · 4 · 5 . . . 10 · Next
Author Message
msattler
Volunteer tester
Avatar
Send message
Joined: 9 Jul 00
Posts: 34124
Credit: 342,395,060
RAC: 539,689
United States
Message 1198739 - Posted: 23 Feb 2012, 7:33:17 UTC

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.....
____________
******

"Ask not, what your kitty can do for you. Ask what you can do for your kitty."

As it is kitten, so shall it be done.



VBobier
Avatar
Send message
Joined: 30 Nov 03
Posts: 40747
Credit: 32,049,393
RAC: 19,972
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...
____________
BSG Anthem
My Facebook page


Cosmic_Ocean
Avatar
Send message
Joined: 23 Dec 00
Posts: 2079
Credit: 6,708,981
RAC: 4,831
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 uptime: 1484d 22h 42m
Ended due to UPS failure, found 14 hours after the fact

N9JFE
Send message
Joined: 4 Oct 99
Posts: 2435
Credit: 8,375,567
RAC: 14,820
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.


Profile cliff
Avatar
Send message
Joined: 16 Dec 07
Posts: 322
Credit: 2,509,590
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!

Profile ivan
Volunteer tester
Avatar
Send message
Joined: 5 Mar 01
Posts: 381
Credit: 93,042,066
RAC: 118,873
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>

____________

Profile Tim
Volunteer tester
Avatar
Send message
Joined: 19 May 99
Posts: 148
Credit: 169,718,213
RAC: 263,428
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.
____________

VBobier
Avatar
Send message
Joined: 30 Nov 03
Posts: 40747
Credit: 32,049,393
RAC: 19,972
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>

____________
BSG Anthem
My Facebook page


Profile Tim
Volunteer tester
Avatar
Send message
Joined: 19 May 99
Posts: 148
Credit: 169,718,213
RAC: 263,428
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.
____________

Cosmic_Ocean
Avatar
Send message
Joined: 23 Dec 00
Posts: 2079
Credit: 6,708,981
RAC: 4,831
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 uptime: 1484d 22h 42m
Ended due to UPS failure, found 14 hours after the fact

Zapped Sparky
Volunteer moderator
Volunteer tester
Avatar
Send message
Joined: 30 Aug 08
Posts: 2208
Credit: 626,157
RAC: 955
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! :)
____________
In an alternate universe, it was a ZX81 that asked for clothes, boots and motorcycle.

Beer/wine o'clock, the best of the o'clocks.

Humpty dumpty sat on a wall, along came a giant, and cooked him for breakfast.

Profile arkayn
Volunteer tester
Avatar
Send message
Joined: 14 May 99
Posts: 3085
Credit: 40,096,769
RAC: 65,552
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.
____________

__W__
Avatar
Send message
Joined: 28 Mar 09
Posts: 91
Credit: 2,096,724
RAC: 1,968
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__
____________
_______________________________________________________________________________

Cosmic_Ocean
Avatar
Send message
Joined: 23 Dec 00
Posts: 2079
Credit: 6,708,981
RAC: 4,831
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 uptime: 1484d 22h 42m
Ended due to UPS failure, found 14 hours after the fact

Profile Sten-Arne
Volunteer tester
Avatar
Send message
Joined: 1 Nov 08
Posts: 2682
Credit: 7,591,075
RAC: 23,538
Sweden
Message 1199022 - Posted: 23 Feb 2012, 22:17:46 UTC

Please can't we have our result pages back now? The project must have recovered by now.

End of mini whining.
____________
/The grumpy old Swede.

"I'm so old, that 98% of all trees in the forest, are younger than I am"

clive G1FYE
Volunteer moderator
Send message
Joined: 4 Nov 04
Posts: 1284
Credit: 14,937,432
RAC: 2,990
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 :¬)

Cosmic_Ocean
Avatar
Send message
Joined: 23 Dec 00
Posts: 2079
Credit: 6,708,981
RAC: 4,831
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 uptime: 1484d 22h 42m
Ended due to UPS failure, found 14 hours after the fact

Profile HAL9000
Volunteer tester
Avatar
Send message
Joined: 11 Sep 99
Posts: 3274
Credit: 76,502,142
RAC: 75,870
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 BP6/VP6 User Group today!

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

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

Copyright © 2013 University of California