I was actually just testing the Centro to make sure it would sent the Blogger. Something is wrong, however, as this image is hosted at Sprint. They'll delete it after 30 days.
Not acceptable. I'll try again.
[root@baltar xen]# hdparm -Tt /dev/vg0/test /dev/md0Notice the buffered speeds are very close. This is because the LVM is on /dev/hda, as is the first element of the RAID1. (These are old disks on an old Celeron CPU.)
/dev/vog0/home:
Timing cached reads: 416 MB in 2.01 seconds = 207.25 MB/sec
Timing buffered disk reads: 28 MB in 3.09 seconds = 9.05 MB/sec
/dev/md0:
Timing cached reads: 416 MB in 2.02 seconds = 206.40 MB/sec
Timing buffered disk reads: 32 MB in 3.05 seconds = 10.50 MB/sec
[root@baltar xen]# hdparm -Tt /dev/md0Yeow! Look at those numbers: better than double.
/dev/md0:
Timing cached reads: 416 MB in 2.00 seconds = 207.91 MB/sec
Timing buffered disk reads: 68 MB in 3.05 seconds = 22.30 MB/sec
find -name *.vmx | 's/ /\\ /g' |
xargs grep -i "display"
ssh -X user@server6. After login, type xclock as a test.
rm -rf /usr/bin/vm*That didn't work, so the next step was to nuke the application directory:
rm -rf /etc/vmware/*That got it. The RPM is installed. Now we have to figure out how to use it.
$ date; scp test.iso doug@192.168.69.13:/home/doug; dateAlmost three minutes.
Sun Jul 20 22:58:31 EDT 2008
test.iso 100% 489MB 2.8MB/s 02:56
Sun Jul 20 23:01:31 EDT 2008
$ date; scp test.iso doug@192.168.169.13:/home/doug; dateThe time and through put are virtually identical, but then I honestly did not expect to see any difference in performance. At issue is the fact that SCP is speed limited.
Sun Jul 20 23:02:27 EDT 2008
test.iso 100% 489MB 2.9MB/s 02:47
Sun Jul 20 23:05:18 EDT 2008
$ date; cp test.iso /net/192.168.69.13/home/vypress/; dateAbout two minutes. A little better than SCP.
Sun Jul 20 23:21:05 EDT 2008
Sun Jul 20 23:23:06 EDT 2008
$ date; cp test.iso /net/192.168.169.13/home/vypress/; date
Sun Jul 20 23:29:38 EDT 2008
Sun Jul 20 23:30:58 EDT 2008
Unable to initiate HotSync operation because the port is in use by another application.No matter what I did, it wouldn't connect to my laptop. Turns out, Bluetooth was disabled on the Centro. I enabled Bluetooth, and the HotSync worked.