Nov. 18th, 2009

yes_justice: (Industry)
Wow, the interwebs sure are hosed for me this evening.

I've been home sick hosting an evolved flu, so I installed Ubuntu 9.10 and got Eclipse and Android SDK and then tried to pull down the Android source. The net was treating me like yesterdays news and the command repo sync kept dying. I restarted it a few brazillion times and the finally put it in a while loop:
#!/bin/bash
repo sync
while [ $? != 0 ]; do
repo sync
done
($? is the return value of the last command and 0 is a success).

Then I let that run until it completed in about 2 hours - restarting repo sync too often to count. Sheesh. Flakey.

This didn't happen at work. I can't even surf the www right now. Ugh. I should call the DSL provider....but since I spent all day downloading the source files, I need to study them.

Profile

yes_justice: (Default)
John Kevin Fabiani

March 2016

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728293031  

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 14th, 2025 10:33 pm
Powered by Dreamwidth Studios