Thursday, March 20, 2008
A silent Octane
Unfortunately I thing I was wrong ordering the Sharkoon 120mm fan, the Octane needs more power in this fan. Oufff. New fan will be ordered next week because now the air is getting hot after 30 minutes of run. The 92mm fan is OK and this is the good thing because this was the noisy one!!!
Nothing more today
Titox.
PD: How slooooowwwwww is Firefox in Irix!!!!!!! A lot of time wasted to write this post!!!
Tuesday, March 18, 2008
Silencing
Today arrived at home a new packet with a lot of fans. First I ordered two new fans for the Octane2 and small ones for the Extrem Networks switch and Gigabyte server. In th switch I changed the three original Delta Electronics fans by slow and quiet Sharkoon S402030L-3. This new fans run at only 3000 rpm with 16 dB(A) of noise.... With the switch running you hear anything!!!!! This new fans take out small air quantity but the switch is placed outside a datacenter - in my room!!!!-, and with the small amount of machines running over there, It isn't needed to take out a lof air -That room is not ver heat-.
Maybe tomorrow I'll upload some pictures. The only special thing that I did is to change the wires in the fan plug as the original fans have.
At the end I replaced the Octane PSU fan for a new quiet Sharkoon one but after a lot of work done (nearly 30 bolts out and then returned in place), the fan doesn't turn :(
Today I'm too tired to check it again.... tomorrow perhaps.
See you.
Sunday, March 9, 2008
New BitTornado
Now I'm working 600 Km from my home but yesterday nigth I had the same problem, then I deleted the file partially downloaded I tried to restart de download but TorrentFlux said the same and I decided to search some information. The TorrentFlux website says nothing about upgrades and nothing related in the its forums. Then I went to the BitTornado webpage I there is a new release: 0.3.18.
The release information doesn't say anything about bug fixes, only encryption upgrade but happiness now I can restart my failed download. Only some days waiting for to see if I have a good end of my torrent file.
To upgrade BitTornado I downloaded the .tar.gz file in my laptop, uncompressed it and moved to the server the files used by TorrentFlux: two files .py in the TFBitTornado folder and then all the CVS folder. Then I rebooted the server.
Nothing more today, I need hollidays... too much work now...
Maybe the problem is my server. The Cobalt RaQ 4 is running the old CobaltOS and needs update to CentOS + BlueQuartz... I'll see.
Tuesday, March 4, 2008
One month later... One more RaQ4

Monday, February 4, 2008
Finally, I have a Solaris machine
After the installation of the last release of Solaris 10 for Sparc I'm very impressed with the Sun webserver software, the configuration page via web site is fantastic and it has a wide quantity of options to configure the server. But there is a new things to learn and I need some time to know how works this server software.
In the other hand, the Webconsole software -included in the Solaris package- is really a good idea but now I can only manage ZFS and I don't need it. I'm going to install the Webmin Solaris package and try.
I have to say Solaris is more different from linux than I was thinking, big diferences in console commands and file structures makes me headaches to find some configuration files and, the installation path of some applications are very inconsistent: I have the webserver on /sun/webserver7/, and the webconsole in /usr/share/webconsole/. The freeware of the Companion DVD is in another place and I can't remember everything. Maybe with some work.....
Also, I miss some usefull tools from linux like wget. I downloaded it from ftp://ftp.sunfreeware.com/ but after installation I received a message saying I need some libraries to get it running. This is not a big trouble but some extra work is needed to do some jobs that were very easy with the linux of my Cobalt Raq. Maybe Solaris has it's own tools for the same job but I can't find any list of the equivalent commands and the existance of some freeware makes me doubt about the existance of this list itself.
Here you have some pictures of this hard weekend:
Saturday, January 12, 2008
My Intranet DNS server
The machine to runs DNS is easy to choose: my Cobalt RaQ4 is 24/7 up. The procedure is easy, and you can download the RaqTweak.com HOWTO. In my case, due this is a local network I simplified a lot the configuration.
Log in the admin panel and go to the Control Panel:

Click on the DNS Server Parameters to open the configuration screen and select Server Settings. Type your usual DNS servers, ask your DSL provider if don't know, as Forwarders servers. Our new intranet DNS server will redirect us to that servers in case of an Internet address translation.

Then select Address (A) record in the combo box and type the name you want for the network item and the domain name, here I use only home as domain name:
Now you only need to repeat this procedure with all the addresses of the net to access to them with names like router.home, webserver.home or films.home. Remember to add the ip address of your new DNS server to the network configuration of your computers, or better, put this in your DHCP server or router.
The next thing I need is a Reverse Proxy and some kind of ssh redirector because I have more than 2 webservers in my net and I need to access to them from everywhere without a VPN.
Monday, December 31, 2007
Upgrading Python
Looking at the Torrentflux requisites there is one that a full upgraded Cobalt OS 6 doesn't have: Python release 2.2 or greater. The OS of a Cobalt RaQ 4 only has Python 1.5.3. I don't know why but I downloaded Python 2.2.3 sources (maybe I can use a newer release, I'll try later) from the Python RPM page. I downloaded the Redhat special version.
This time not tar zxvf, the command is rpm -i python-2.2.3-26.src.rpm, and then the sources must be located in the /usr/src/redhat/sources/Python-2.2.3 folder. You know... change to that folder and be root: cd /usr/src/redhat/sources/Python-2.2.3, then type su and intro the root/admin password.
After this you can do the usual compilation/installation from sources:
1 ./configure
2 ./make
3 ./make install
Now the executable is /usr/local/bin/python. In the case of the Cobalt OS we need this file in /usr/bin: cd /usr/local/bin, cp python2.2 /usr/bin/python2.2, cd /usr/bin, cp python2.2 python. The last command overwrites the old executable (it remains as python1.5).
The last thing to do is reboot the server and ...... voilà.