So what should i do…..

January 7th, 2009

So what should i do…..

My phone keeps locking up, not the sporadic rebooting I have come to live with in return for not being ensnared by windows mobile’s need to use a stylus for everything.

Instead it just hangs somewhere between 1xrtt and EVDO, no calls, no data, no email till I turn the radio on and off.

Should I kick the phone to the curb, and let it be another victim of Palm OS which has been due for replacement for years?

Should I try upgrading the firmware to that final verizon patch I have been ignoring?

Should I persevere and wait to see what palm is coming out with their New-ness announcement tomorrow in the hope that version 1 will be bug free and stable.

Or do I give the finger to verizon and go get an android G1 phone, with all its openness but with that uncomfortable right hand bump out when typing on the keyboard.

Network Speeds

January 4th, 2009

Last night I needed to transfer a vmware image from a linux host to a windows laptop. I was surprised it took over an hour to do so considering it was on a wired network, so I decided to do some testing on my network.

I have two ubuntu linux hosts which I will be calling linux1, linux2. I also have a mac laptop (apple1), a windows laptop (win1), plus a windows vm running on the mac (win1-vm). All have onboard gigabit network interface cards and are connect to a single 10/100 24 port switch in the basement.

So the first thing to do is benchmark the network and get a baseline
linux1 to linux2

linux1:$ iperf -t 60 -c linux2
------------------------------------------------------------
Client connecting to linux2, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 10.1.1.50 port 45045 connected with 10.1.1.136 port 5001
[ 3] 0.0-60.1 sec 674 MBytes 94.1 Mbits/sec

and apple1 to linux2

apple1:$ iperf -t 60 -c linux2
------------------------------------------------------------
Client connecting to linux2, TCP port 5001
TCP window size: 129 KByte (default)
------------------------------------------------------------
[ 3] local 10.1.1.125 port 64143 connected with 1.1.1.136 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-60.0 sec 664 MBytes 92.9 Mbits/sec

Here is the output from the endpoint linux2

linux2:$ iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 10.1.1.136 port 5001 connected with 10.1.1.50 port 45045
[ 4] 0.0-60.2 sec 674 MBytes 93.8 Mbits/sec
[ 5] local 10.1.1.136 port 5001 connected with 10.1.1.125 port 64143
[ 5] 0.0-60.0 sec 664 MBytes 92.9 Mbits/sec

This gives us a baseline of 92.9 Megabits to 93.8 Megabits per second, which look pretty good for a 10/100 Megabit per second switch.

Now to do some real world testing with scp
Transfer from linux2 to apple1

apple1:$ scp user@linux2:/usr/local/vm/test.vmdk .
user@linux2's password:
test.vmdk 100% 3549MB 10.5MB/s 05:39

Transfer from linux2 to linux1

linux1:$ scp user@linux2:/usr/local/vm/test.vmdk .
user@linux2's password:
test.vmdk 100% 3549MB 11.2MB/s 05:18

so we are getting 84 and 89.6 Megbits/s which are acceptable apple1's lower number might be related to having vmware fusion running on the same machine.

Now we test the same situation I had last night of transferring a file form linux2 to a windows host. I am using pscp V0.60

(win1-vm):\>pscp user@linux2:/usr/local/vm/test.vmdk .
test@linux2's password:
test.vmdk | 176000 kB | 936.2 kB/s | ETA: 01:01:34 | 4%

That gives us 0.914 Megabytes/s or 7.31 Megabits per second which is a far cry from 93.8 Megabits recorded by iperf

Putty also has a beta snapshot Version 2009-01-04:r8377 so I tried that

(win1-vm):>\pscp-b user@linux2:/usr/local/vm/test.vmdk .
user@linux2's password:
test.vmdk | 3634240 kB | 6975.5 kB/s | ETA: 00:00:00 | 100%

That gives us 6.812 Megabytes/s or 54.49 Megabits/s which is a lot better than V0.60 but still not as good as native scp to scp. The above pscp tests were on a windows vm on a mac so that might account for some of the slowness. The final test is for a transfer from linux2 to a dedicated Windows XP machine.


test.vmdk | 3634240 kB | 9665.5 kB/s | ETA: 00:00:00 | 100%

Which resulted in a respectable 9.44 Megabytes/s or 75.5 Megabits/s, still not quite as good as linux scp to scp but bearable.

So to conclude pscp V0.60 has some serious issues and should be avoided.

Missing Episodes on Netflix Instant Watch

December 28th, 2008

I have been using the Netflix Instant watch feature on TIVO and loving it with the exception of some TV show seasons are missing episodes.

For example
Quantum Leap: Season 1, missing: Genesis (Part 1),Genesis (Part 2), Star-Crossed
Quantum Leap: Season 2, missing: Disco Inferno, Good Night, Dear Heart, Pool Hall Blues
Quantum Leap: Season 3, missing: Leap of Faith, One Strobe Over the Line, Rebel Without a Clue, A Little Miracle, Private Dancer,Heart of a Champion,Nuclear Family
Dead Like Me: Season 1, missing: Vacation, Rest in Peace
Dead Like Me: Season 2, missing: Send in the Clown, Ghost Story, The Shallow End, Hurry, Always
Little Britain: Series 1, missing: How to Make a Little Britain,What Does Britain Mean to You

For those episodes I get the message

“Some episodes of this series are available only on disc.
Click the add button next to an episode to add its disc to your Queue”

Anyone know why? my first guess was that the episodes were airing somewhere, but I can’t find any tv listings for Dead to Me, so that kicks that idea to the curb.

Any ideas?

Another Vmserver 2.0 gotcha

December 15th, 2008

Why change something thing when it aint broke?

I used to be able to run vmware-cmd to start and stop vmware server 1.0 vm’s from the command line it was a simple sort of.

bash# vmware-cmd /usr/local/vm/vm/vm.vmx start

Now is Vmware Server 2.0 I have to do

vmrun -p [password] -u [username] -T server -h https://localhost:8333/sdk start "[storage] vm/vm.vmx"

simple right? oh and you are forced to put your password in the command line which will be saved in bash history and to anyone who can run ps on the sever. I was really hoping that it would follow the mysql convention and prompt for a password, but I guess not

Thanks for the upgrade VMware, you just made the world less secure.

Finaly got sick of the space.live.com spam

December 14th, 2008

I have been getting a lot of spam recently and I spent last weekend cleaning my mail relays so I have complete control over my primary and secondary for all my domains. That didn’t solve my problems so today I added the following to my spamassassin rule sets in /etc/spamassassin/local.cf


header LOCAL_MEDIACOMM_MUA X-Mailer =~ /Mediacomm Communicator/
score LOCAL_MEDIACOMM_MUA 0.1
describe LOCAL_MEDIACOMM_MUA Sent from Mediacomm Communicator MUA


header LOCAL_BAT_MUA X-Mailer =~ /The Bat!/
score LOCAL_BAT_MUA 0.1
describe LOCAL_BAT_MUA Sent from The Bat!


uri LOCAL_URI_SPACES_LIVE /spaces\.live\.com/
score LOCAL_URI_SPACES_LIVE 0.1
describe LOCAL_URI_SPACES_LIVE contains link to spaces.live.com


meta LOCAL_SPACES_MEDIACOMM (LOCAL_URI_SPACES_LIVE && LOCAL_MEDIACOMM_MUA)
score LOCAL_SPACES_MEDIACOMM 20
describe LOCAL_SPACES_MEDIACOMM contains link to spaces.live.com and Mediacomm MUA


meta LOCAL_SPACES_BAT (LOCAL_URI_SPACES_LIVE && LOCAL_BAT_MUA)
score LOCAL_SPACES_BAT 20
describe LOCAL_SPACES_BAT contains link to spaces.live.com and BAT

Hopefully that will catch the spam for the moment.

Nikon and GPS

December 2nd, 2008

I have been interested in tagging my photos with gps data and Nikon just released their GP-1 gps unit, but is geotagging your photos really worth $240? The competition seems to be the di-gps pro which comes in at $313 with shipping. It would be nice if I could reuse my bluetooth gps unit I use in the car, but a Bluetooth adapter is $249. Maybe a christmas gift for someone who has everything, but I think I will skip for the moment.

Final Obama Rally Manassas

November 4th, 2008

Read the rest of this entry »

So I came back from lunch to find this……

November 3rd, 2008

So I came back from lunch to find this……

Then went round back to find this…..

I am a little scared of what I am going to find when they start on the main roof.

Bruce Talking on Bag Searches on the metro

October 31st, 2008

It was only a matter of time after I posted this, I just wasn’t expecting this 🙂

Wash Post

Security specialist Bruce Schneier will be online Friday, Oct. 31 at noon ET to answer your questions about the effectiveness of Metro’s new policy to search the bags of passengers before allowing them in a station.

Submit your questions and comments before or during the show.

Schneier is a noted cryptographer and security consultant. He’s the author of several books, including “Beyond Fear” and his newest, “Schneier on on Security.” He blogs at Schneier on Security, where he has written about the random bag searches implemented by the New York Subway system.

Looking for a new commute to work

October 27th, 2008

I just posted this on http://walkbikecommute.com

Options for a new commute from Herndon to Tysons Corner.