Open Solaris 2009.06 Live CDs available

14 Jun

For those of you who want to try Open Solaris 2009.06 version, I can make live CDs for you. This saves you from the pain of downloading 700MB of image. Please leave a comment on the blog with your email id and/or phone number, with the number of CDs you want. You can pickup the CDs in the Ameerpet/Maitrivanam area in the evenings or during the weekends.

Note: You have to pay the media cost, Rs. 10/- per CD. I am not in a position to mass distribute for free. Also, note that these are home burned CDs.

Open Solaris 2009.06

04 Jun

Downloaded and created the live CD of Open Solaris 2009.06. On a AMD Dual core desktop with 2GB RAM and nVidia graphics card, the live CD booted with no hassles at all. The time took for commandline boot prompt is about 70 seconds and the GUI screen prompted in about 130 seconds.

All this is done in the middle of other work, so didn’t get enough chance to install/explore this version of Open Solaris. May be during one of these weekends…

OpenSolaris 2008.11

27 Dec

Downloaded and installed 2008.11. This time, I used VMWare to install the image on my laptop. The laptop has 2GB RAM and OpenSolaris is given 512 MB RAM.

Experimented with different networking options like Host only, Bridged, etc. based on the network environment in which I am running this installation. Everything is working clean and fine. The full screen mode (of VMware server console) is the real workable mode for this installation. The VM boots real fast.

BTW, if you want to pick up a copy of the live CD OpenSolaris-2008-11 (and avoid 700MB download), please let me know by email. You can pickup a copy in the Ameerpet/Maitrivanam area, by paying for the media (Rs 10 per CD.)

gdm

26 Mar

Switched to gdm from cde for my login screen on OpenSolaris. This is how you can do that (assuming you want to use GNOME and not using CDE.)

  • Close all your applications.
  • As superuser, do svcadm disable cde-login. You will immediately exit out of your session. You will be displayed a commandline login prompt.
  • Login now and do svcadm enable gdm. It this one doesn’t work for some reason, you can always fall back by doing  svcadm enable cde-login.

7-Zip

21 Mar

Installed and started using 7-Zip compression on my OpenSolaris desktop. Installation of v4.57 is very smooth. The tool requires libstdc++.so.6 though, which is not bundled by default as part of OpenSolaris. So I have to pkg-get that and change my LD_LIBRARY_PATH like this:

bash-3.00$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/csw/lib

To check the efficiency of compression, took a random pdf file and checked the results of 7-zip against bzip2 and gzip.

bash-3.00$ ls -altr testdoc.pdf
-rw——- 1 spurthi staff 9159460 Mar 21 17:45 testdoc.pdf
bash-3.00$ cp testdoc.pdf testdoc.pdf.orig
bash-3.00$ /usr/local/bin/7za a testdoc.pdf.7z testdoc.pdf

7-Zip (A) 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06
p7zip Version 4.57 (locale=C,Utf16=off,HugeFiles=on,2 CPUs)
Scanning

Creating archive testdoc.pdf.7z

Compressing testdoc.pdf

Everything is Ok
bash-3.00$ gzip testdoc.pdf
bash-3.00$ cp testdoc.pdf.orig testdoc.pdf
bash-3.00$ bzip2 testdoc.pdf
ls -altrbash-3.00$ ls -altr
total 36712
-rw——- 1 spurthi staff 3307274 Mar 21 17:45 testdoc.pdf.gz
-rw——- 1 spurthi staff 9159460 Mar 21 17:45 testdoc.pdf.orig
-rw——- 1 spurthi staff 3068502 Mar 21 17:45 testdoc.pdf.7z
drwxrwxrwt 11 root sys 1286 Mar 21 17:51 ..
-rw——- 1 spurthi staff 3240181 Mar 21 17:51 testdoc.pdf.bz2
drwxr-xr-x 2 spurthi staff 394 Mar 21 17:51 .
bash-3.00$ du -sh *
2.9M testdoc.pdf.7z
3.1M testdoc.pdf.bz2
3.2M testdoc.pdf.gz
8.7M testdoc.pdf.orig
bash-3.00$

Overall, the compressed file is about 33% of the original file. Moreover, 7-zip offered 10% and 7% (approx) better space savings over gzip and bzip2 respectively. The only inconvenience I can foresee is the need to set the LD_LIBRARY_PATH, which I don’t do automatically for other reasons.

Note that 7-zip is not an alternative backup tool (for tar) because it won’t preserve user credentials, etc. First prepare a tar ball and then apply 7-zip compression rather, for backups.

SRKR Engineering Collge Visit

18 Mar

[Another backlog post from March 12th.]

Visited SRKR Engineering College on March 12th. This trip combined several activities at the college:

  • Meeting of Bhimavaram Open Solaris User Group and inviting new members.
  • Review of specification for new hardware that would install OpenSolaris in labs.
  • Guidance for summer projects in open source.

The OpenSolaris meet is attended by 3rd year students. Most of them have internal examinations that afternoon, so we did a very short meeting covering features of OpenSolaris. Since I don’t have my laptop with me in the conference room, I used just the slide deck and there are no interactive demo sessions. My next visit will for sure have more interactive sessions.

We also talked about potential summer projects in the areas of or using OpenSolaris, OpenJDK, Netbeans, Eclipse and others. Most ideas are around minor bug fixes, extensions and nightly builds using code management tools. We may soon have a couple of phone call sessions involving faculty.

I also reviewed the specifications of new hardware for installing OpenSolaris in the labs. All of them are PCs with good amount of RAM, descent CPU speed, nVidia graphics chips and AMD X64 processors.

Some photos here:

SRKRMar2008

I left a copy of OpenSolaris Developer Preview at the college for them to try out.