WinXP doesn’t hibernate if RAM is ~2gb or more.

http://www.codinghorror.com/blog/archives/000555.html

Here’s the hotfix: http://support.microsoft.com/?kbid=909095
http://www.u-g-h.com/InsufficientSystem … LIVED.aspx

To prepare the computer to hibernate, the Windows kernel power manager requires a block of contiguous memory. The size of this contiguous memory is proportional to the number of physical memory regions that the computer is using. A computer that uses lots of RAM is likely to use more physical memory regions when the computer prepares to hibernate. Therefore, a larger amount of contiguous memory is required to prepare the computer to hibernate.

Additionally, the number of physical memory regions varies according to the programs, services, and device drivers that the computer uses. Therefore, the hibernate feature occasionally fails.

When the Windows kernel power manager detects that the hibernate feature has failed, the hibernate feature remains disabled until you restart the computer.[ad#ad-1]

ESX 3.5 RC1 runs beautifully on a Dell SC1430!

I was expecting that there might be some problems since it’s not on the HCL, but it seems it runs perfectly! SATA worked just fine! Created VMFS partitions right on the SATA drives! The broadcom nic was supported using the tg3 driver. I was pleasantly surprised as the install to deployment was very easy.

This came as a great deal from Dell when they sent me the 30% off coupons for Dell SMB where the 2nd proc came free, I got a quad core 1.6ghz box for just 761 or so out the door. From newegg, I got 2 2gb dimms and then CompUSA a couple of SATA 500gb hds for roughly a total of 440 or so. The total was less than 1200 for an awesome machine!

Sushi Dai is way better than Sushi Yamato in Tsukiji (Japan)

It’s really ridiculous how different the two sushi places are in terms of service while they’re right next to each other and look the same as well. They both have similar amounts of traffic as well.

Here’s a good review of Sushi Dai:
http://travel.nytimes.com/travel/guides … 4654633758

Another review for Sushi Dai:
http://www.virtualtourist.com/travel/As … -BR-1.html

    Sushi Dai had better service as even though we did the set (omakase), we were asked if there was anything that we didn’t eat. (I don’t like octopus or uni.)
    The egg in at Sushi Dai was hot and fresh where the one at Yamato was cold and looked like it sat there for a while.
    At Sushi Dai, we were given the items one at a time and told what they were. At Yamato, they just kept throwing stuff in front of us making it feel rushed.
    At Sushi Dai, we were offered different tastes for example, the choice between salt and soy sauce and a citrus flavored piece whereas at Yamato, they were all soy sauce flavored.
    At Sushi Dai, I was able to use chopsticks to eat all of my pieces. At Yamato, my pieces kept falling apart.

[ad#ad-1]

quick deploy of VMs from – linked clones from 1 base disk

test_list.txt needs the names.

for i in `cat /tmp/test_list.txt`

do mkdir /vmfs/volumes/46a50aa4-65c3bb7e-d6d2-0014221878f9/$i; cp /tmp/sample.vmx $i/$i.vmx

echo “displayName = $i”>> /vmfs/volumes/46a50aa4-65c3bb7e-d6d2-0014221878f9/$i/$i.vmx

vmware-cmd -s register /vmfs/volumes/46a50aa4-65c3bb7e-d6d2-0014221878f9/$i/$i.vmx

vmware-cmd /vmfs/volumes/46a50aa4-65c3bb7e-d6d2-0014221878f9/$i/$i.vmx createsnapshot $i “linked clone to gold disk- DO NOT DELETE VM\!”;done

So in this case here, I have all of the names of the VMs I wanted in test_list.txt. I have a copy of /tmp/sample.vmx – it’s just a basic vmx file with the UUIDs, etc removed, so it would generate a new one. I then give the name of the vmx, the display name, register the VM, and create a snapshot, so that powering up and using the VM won’t mess up all of my other VMs that use the same underlying vmdk.

recently did this – ran:

wget http://mirror.stanford.edu/yum/pub/cent … noarch.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … noarch.rpm

wget http://mirror.stanford.edu/yum/pub/cent … noarch.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … x86_64.rpm

wget http://mirror.stanford.edu/yum/pub/cent … noarch.rpm

wget http://mirror.stanford.edu/yum/pub/cent … noarch.rpm

wget http://vault.centos.org/4.3/os/x86_64/C … noarch.rpm