Wednesday, May 27, 2009

Home Server Project - checking temperature

This is first time to configure lm_sensors

- dloaded the source using wget ftp://ftp.netroedge.com/pub/lm-sensors/lm_sensors-3.1.0.tar.bz2
- extracted the file using bunzip2 and tar
- compiled source and did "make install"
- ran sensors-detect to find out which sensor i have
- loaded sensor driver (follow the output of sensors-detect!)
- run "sensors -s" and then "sensors"

didnt feel it would be so easy. having net connectivity to the box helped!

# sensors
smsc47m192-i2c-0-2d
Adapter: SMBus I801 adapter at 2000
in0: +2.55 V (min = +0.00 V, max = +3.32 V)
Vcore: +1.15 V (min = +0.00 V, max = +2.99 V)
+3.3V: +3.28 V (min = +2.97 V, max = +3.63 V)
+5V: +4.97 V (min = +4.50 V, max = +5.50 V)
+12V: +12.25 V (min = +10.81 V, max = +13.19 V)
VCC: +3.28 V (min = +2.97 V, max = +3.63 V)
in6: +1.57 V (min = +0.00 V, max = +1.99 V)
in7: +1.76 V (min = +0.00 V, max = +2.39 V)
SIO Temp: +51.0°C (low = -127.0°C, high = +127.0°C)
temp2: +63.0°C (low = -127.0°C, high = +127.0°C)
temp3: +57.0°C (low = -127.0°C, high = +127.0°C)

I haven't forgotten my way around in Linux yet! This is perhaps after many years I am sitting the the box for RnD, Thanks to Intel Atom :)

time to sleep! zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Home Server Project - getting the web server up for alpha testing

Just got the server up for some time. For those who are not aware (almost all of you would be :) ), its following configuration...

Intel 945GCLF2 motherboard with Atom330 (Dual atom, dual core) CPU
2GB DDR RAM
Seagate 320GB internal SATA HDD
miniature keyboard, mouse and DVD-RW drive, though not to be connected

This is low power consumption system and low in size, thanks to Intel Atom. Planned to be run up and running 24/7, either as a web server, HTPC, home server or any combination of these :)

The mobo and SMPS went kaput just on the day when it was pieced up :( :( managed to get it back after 4 weeks.

So now the box is hunting for its final place, waiting for work at home to finish for this. Just powered it on for a while of testing.

Was trying to setup Apache on Linux. SSHed to it and started Apache service. Came up fine. Checked up local page access, and it was fine. But could not be accessed from other machine on network or internet.

Tried to scratch my head hard, and "iptables" hit me. Checked if iptables was running and stopped it.

Voila! The Atom is on the net now :)