Subscribe to RSS Feed

Unix

Recently I started using SmartSVN running remotely on a Solaris 10 server and displaying on my Windows XP machine via Xming (the free Xserver). I quickly ran into some performance and usability issues which I hope to have solved.

There is an apparently known issue with running Java programs via X which causes all sorts…

Continue Reading »
No Comments

While the data sheet claims support for Solaris, there are several caveats which I have run into.

1. There is no mention of ZFS support in the data sheet and apparently, there is no support in the software either. One would expect this to be a non-question since ZFS has been part…

Continue Reading »
1 Comment

Someone currently building an internal development environment required some integration between servers using SSH and the webservd user.
He came to me when he saw that the default home directory for the webservd user is /.  He didn’t want to create a /.ssh/authorized_keys file and I didn’t blame him. My first reaction was to change…

Continue Reading »
No Comments

Sun’s Predicament

October 25, 2009 by Yonah Russ

I’ve been working with Unix for a fairly long time now- about 13 years.
I’ll admit that I started with Linux and thought it was light years ahead of SunOS 4.x running on those old SPARC machines- I mean who had heard of SPARC processors? I remember my boss trying to explain to me that…

Continue Reading »
3 Comments

Recently I created my first ZFS clones but quickly realized that there was no simple way to tell the clones from the regular filesystems. My first instinct was to run ‘zfs list -t clone’ similar to ‘zfs list -t snapshot’ but this didn’t work. Maybe it works in newer versions of ZFS.

After some poking…

Continue Reading »
No Comments