Category Archives: Solaris

What I Really Hate About Windows

I don’t run Windows regularly. I use Mac OS X. I use Ubuntu. I use Solaris. But when I need to run Windows it will never, ever fail to remind me why I don’t run Windows. It’s as simple as … Continue reading

Posted in Helden der Technik, Linux, Mac, Software, Solaris, the ugly truth | Tagged , , , , , , | Leave a comment

Building A 64-bit Resin On Solaris 10 Using SunStudio 12u1

This has been bothering me for quite some time. Resin is one of the best application servers I’ve come across. But to get the best performance out of it, you need to recompile it for your platform. While this is … Continue reading

Posted in Software, Solaris, internet | Tagged , , , | Leave a comment

Porting For The Sun: The Zlib Problem (ld.so.1: exe: fatal: relocation error: R_AMD64_32:)

With the recent update of the Sun Studio 12 compiler set I started seeing errors like this when compiling for example MySQL from source: ld.so.1: exe: fatal: relocation error: R_AMD64_32: Turns out that it was Zlib 1.2.5 causing the problem.

Posted in Software, Solaris | Tagged , | Leave a comment

Bash: Dynamic Variables

Every once in a while I need to use dynamic variables in shell scripts for doing things like echo ${{$foo}_bar} but unfortunately it won’t work like shown in the example above. What will work however is this:

Posted in Bash, Helden der Technik, Linux, Software, Solaris | Tagged , , , , | Leave a comment

Resolved: “ld: fatal: file values-Xa.o: open failed: No such file or directory” when compiling on (Open)Solaris

Ah well. Compiling software on Solaris could be really easy if it weren’t for the small problems all the time. Today I was faced with ld: fatal: file values-Xa.o: open failed: No such file or directory when trying to compile … Continue reading

Posted in Helden der Technik, Software, Solaris | Tagged , , , , , , | Leave a comment

No IonCube Loader for PHP 5.3.0 – for now ;)

This is what I received today after offering a Solaris build environment to the guys from IonCube so they could build a version of their loader for my preferred web server OS:

Posted in PHP, Software, Solaris | Tagged , , , | Leave a comment

Enable SNMP on OpenSolaris

If you like to monitor your machines using SNMP and find yourself on a machine running OpenSolaris, chances are that there is /usr/sfw/bin/snmpd already installed. But there’s no service or init script to actually run it automatically. In that case, … Continue reading

Posted in Software, Solaris | Tagged , | Leave a comment

MySQL 5.4: Not for me, yet ;)

Since Sun bought MySQL, the pace of the releases has increased a lot. Ok, we’ll see whether this will continue, but still. So now it’s MySQL 5.4. Not only quite a big jump in the minor numbers but also some … Continue reading

Posted in MySQL, Software, Solaris | Tagged , , , | Leave a comment

Unhold Sendmail Queue

It’s really so simple that I always forget it: To make sendmail resend all mails currently in the queue, issue sendmail -q Really here for reference only.

Posted in Linux, Software, Solaris | Tagged , , , | Leave a comment

Network Monitor ZenOSS 2.4beta3 available

Pace is going up over at ZenOSS. When I looked late at night yesterday, ZenOSS 2.3.296 (a.k.a. 2.4beta3) wasn’t available. It now is, including again some changes to my network monitoring package of choice.

Posted in Linux, Software, Solaris | Tagged , , , | Leave a comment

How to compile Oracle support (Oci8) for PHP on Solaris

Ok, we all know that this should be a trivial task. And it really is. Just a few steps to complete: Go to Oracle’s download page Search for the real download link Choose your favorite platform there Click on desired … Continue reading

Posted in Helden der Technik, Software, Solaris | Tagged , , | 1 Comment

Mac and Solaris: Fix the “xterm-color” issue

Every time I connected to a Solaris machine from my Mac using ssh I ran into the dreaded “WARNING: terminal is not fully functional” problem. The reason is that the Mac sets its terminal type to “xterm-color” which isn’t known … Continue reading

Posted in Mac, Solaris | Tagged , , , , | 2 Comments

What Java is right for you?

Intersting find today: If you’re running Solaris 10, you’re way better off using JDK 1.5.0_xx. Using JDK 1.6.0_x will result in unusual heavy loads and application crashes on Solaris 10. However, if you’re running Linux, it’s exactly the other way … Continue reading

Posted in Helden der Technik, Linux, Solaris | Tagged , , | Leave a comment

Tuning the Sun: Fiddling with the TCP/IP stack

Well, it’s over one and a half years that I first posted some hints about tuning the performance of a Sun web server. Now it seems that I found what looks like the optimum settings for the machines I’m currently watching over: … Continue reading

Posted in Hardware, Solaris | Tagged , , , , , , | Leave a comment

Running Ubuntu 7.04 (Feisty Fawn) using Parallels on the Mac

As some Mac users may have already noticed, installing Feisty Fawn on the Mac using Paralles isn’t easy. But there’s a way to do it: To give credit where credit is due, you can find an excellent tutorial here. Quick … Continue reading

Posted in Linux, Mac, Solaris | Leave a comment

Need for Speed: PHP Drift

It’s no secret that PHP, while being one of the most favored programming languages on the Web, isn’t exactly a sprinter in terms of served requests per second. Thus most of the sites I know use some sort of PHP … Continue reading

Posted in Linux, Software, Solaris | 1 Comment

Running CoolTuner on localized Solaris

To optimize your Solaris 10 (Sparc) systems, Sun provides a nice tool called CoolTuner. However, installation of this tool will only work on default installations of Solaris 10 (Sparc) using the English language. To fix this, run the installer like … Continue reading

Posted in Solaris | Leave a comment

GCC’s internal defines displayed

While converting some tools to the Solaris platform, I stumbled across this little trick: In case you want to know what internal variables gcc defines on the current platform, just do touch empty.c gcc -c -E -dM empty.c This will … Continue reading

Posted in Linux, Misc, Software, Solaris | Leave a comment

Screen 4.0.2 for Solaris 10/Sparc

While looking for the screen utility I realized that it’s neither part of the GNU utilities provided by Sun nor can it be found on SunFreeware.com. Since I’m seldom right but never hesitant, I decided to build my own. Turns … Continue reading

Posted in Software, Solaris, Uncategorized | 1 Comment