First look here: http://bits.blogs.nytimes.com/2008/09/05/sun-microsystems-hopes-to-shake-up-storage-industry/ and than over here: http://www.forbes.com/technology/2008/11/08/sun-storage-memory-tech-enter-cx_ag_1110sun.html?feed=rss_technology – we did it 🙂
Great fun with wordle – just wondering why I cannot find OSGi in there…hmm
Great blog entry for the upcoming release of opensolaris 2008.11 – http://foss-boss.blogspot.com/2008/11/opensolaris-200811-pre-release-suspends.html
Okay this is for the nerds. I had a little mistake in my vhost configuration of apache2. I made this mistake while using the vpanels utility. Sadly enough my VNC session didn’t work at home so I couldn’t change it that way – boomer. Because everytime you restart the apache2 service using the svcadm the httpd.conf file is generated out of svc properties. But you can reset those nice properties:
# svccfg -v
svc:> select svc:/network/vpanels-http:apache2
svc:/network/vpanels-http:apache2> setprop vhost-1/docroot="/rpool/datapool/knowledgetree"
svc:/network/vpanels-http:apache2> exit
# svcadm refresh apache2