Daily Archives: February 23, 2009

Is Vonage really a shady company?

Posted by Admin on February 23, 2009
Personal / 1 Comment

logoAbout 5 or 6 Years ago when VoIP was “the new thing”, I looked at a few companies.  Packet8 was a little too expensive, Broadvoice was awesome and they started the whole “free international” calls thing, but they had a lot of latency/delay (in my opinion, at least.)  Then there was Vonage.  Audio quality was good, low latency, didn’t wait on hold 45 minutes for tech support… The price seemed right and they were the “biggest” and seemingly the most likely to be around forever.

verizon-no_largeVoIP (Voice over Internet Protocol) seemed poised to eradicate land lines.  Then, all the cable and phone companies started doing their own VoIP thing.  Then Verizon sued Vonage for patent infringement.  It seems that the legal team funded by over-priced verizon services had a squatters pattent on an idea of regular telephone service using the internet.  They waited until Vonage really started to be successful and then sued.  In addition to a lump sum judgment, Vonage has to cough up 5.5% of every subscriber to Verizon.  Kinda makes you want to have sympathy for Vonage, no?  How do they stay afloat, right?  I’m not so sure.

Continue reading…

Enabling VM time sync with ESX from the command-line

Posted by Admin on February 23, 2009
Personal / Comments Off on Enabling VM time sync with ESX from the command-line

I run a few Linux VMs without Xwindows, and as such there is no convenient check box to enable time sync with the ESX server.  It turns out there are two ways to set up time synchronization: the first is from the service console, the other is from the VM itself.  Either way, it boils down to a setting in the VM’s VMX file, the difference is how we install that setting.

The following were found in the VMware communities forum here.

From the Service Console command line:
# vmware-cmd /vmfs/volumes/datastore/VMname/VMname.vmx setconfig tools.syncTime TRUE

From the VM’s console (include the double-quotes in the command):

(to turn it on)
# vmware-guestd –cmd “vmx.set_option synctime 0 1”

(and to turn it off)
# vmware-guestd –cmd “vmx.set_option synctime 1 0”