Archive for April, 2009

Sun and Oracle

There is quite a bit of commentary about Sun and Oracle.  It think it is quite clear that Java is probably the number one reason why Oracle was interested in Sun.  This Computerworld article makes an interesting point:

… And we just picked a number — $500 seemed like a magic threshold,” Ellison said. “And Scott McNealy got very sarcastic and said, ‘The heck with $500, how about $200?’ Shut up, Scott.”

But what McNealy understood was that it wasn’t in the DNA of enterprise IT vendors like Oracle and Sun to market low-cost computers for school kids. The Network Computer needed to be a thin client for corporate networks. Two years later, in September 1999, Sun introduced its Sun Ray thin client. And that’s what will fulfill Ellison’s hardware dream.

Sun’s server business does absolutely nothing for Oracle. Unix servers are a dying breed, and Intel/AMD-based servers are a commodity. Oracle will almost certainly ratchet that business down as quickly as possible, or sell it off outright, perhaps to Fujitsu. But the thin-client business is a different story. It’s not difficult to see that the future of corporate computing lies in the cloud, and that a thin-client architecture will seed it.

My main concern is zfs. But if Oracle decides to delivery application appliances with Solaris/x64 hardware, I suspect future Solaris development should be fine.

Comments off

Edit zip file in vim

Clever tip for using vim on zipped files. ie Openxml or ODF.

Comments off

Sun and IBM

I haven’t seen much yet to confirm this deal, but if it does happen next week it mark an interesting change in course.  The thing that would interest me greatly would be zfs on linux – with Sun owned by IBM and their investment in Linux it might lead to a reconcilation between Sun and Linux licenses.  While Solaris has come a long way in the last couple years, but the only reason why I use solaris is zfs.  Linux is still a much more flexible, effective and deployable solution. 

 

Reblog this post [with Zemanta]

Comments off

Zimbra, TLS and MTU

I had some TLS incomming connection issues with my Zimbra (5.0) mail server.  Some but not all TLS connections where having this problem:

Apr  3 15:04:30 mail postfix/smtpd[7305]: timeout after DATA from

I haven’t found a conclusive solution, but the either restart postfix or adjusting the MTU on the mail server interface may fix the problem.

Some references:

  1. http://www.zimbra.com/forums/administrators/11840-solved-some-outside-emails-being-delayed-4.html#post61541
  2. http://www.irbs.net/internet/postfix/0511/1168.html

Comments (2)