Server related stuff

– opgelost: alle problemen van de gebruikers met gallery
– gefixed; problemen met nieuws.aroundmyroom.com (verkeerd rebuild, missende perl modules en het niet kunnen updaten van de site via crontab.

al met al kostte dit even een avondje ..

maar nieuws.aroundmyroom.com draait weer. Enige wat ik moet toevoegen zijn de feeds want dat ging door de upgrade niet geheel goed.

Een nieuwe dag

een nieuwe test om te zien of een entry aangemaakt kan worden. Gisteren wat problemen met de rechten binnen het domein door de beheerder user die de scripts uitvoerd.

Vooralsnog even geen updates mbt nieuws.aroundmyroom.com daar moet ik vandaag (lees: vanavond) in duiken.

Of ik ga aan de slag met mijn MRTG scripts.. Ook leuk werk ;-)

switching servers

omdat het niemand interesseert:

vandaag overgestapt van de Qube3 naar een Whitebox Bluequartz CentOS

14 domeinen/subdomeinen met vele e-mail adressen en data overgezet
het totale werk heeft vele uren gekost en nog ben ik niet geheel klaar. nieuws.aroundmyroom.com is momenteel bijv. statisch omdat ik bepaalde scripts en crontabs nog niet heb lopen.

De Qube3 (een 450Mhz AMD gebakje) is nu vervangen voor een 2.2Ghz machine die nu gebruikt maakt van Bluequartz. Bluequartz is een stukje beheerdersoftware alah de Sun/Cobalt RAQ machines.

Waar de Qube meer voor 1 domein en vele users bedoelt is, is de RAQ voor meerdere domeinen / users bestemd.

Een hele ervaring en we kunnen mooi door blijven knoeien in de aankomende weken .. performance moet in ieder geval beter zijn ..

nieuw leesvoer

nieuw leesvoer: ik heb nieuws.aroundmyroom.com aangepast
we hebben Google Adsense tussen de eerste entry en de rest toegevoegd
waardoor we de hostingskosten er wellicht ooit eens uit kunnen halen.

Simpel nieuws veel plezier en veel gemak. Oja elk bericht wordt automatisch om de zoveeltijd erin gezet .. hoezo redacteuren nodig? :-)

Status Update Server

CentOS, Bluequartz:

Virtual Sites:
Under Bluequartz & CentoS we do work with Virtual Hosts and name VirtualHost

httpd.conf is not configured for virtualhosts, the vhosts are included throough their own configfile: .. vhosts/site1, vhosts/site2 etc.

The first VirtualHost starting with the NameVirtualHost, in my situation I used 192.168.1.100 the IP address of the server. Internally it is working, but I’m not in a life environment yet.

[site1]
# owned by VirtualHost
NameVirtualHost 192.168.1.100


<VirtualHost 192.168.1.100>
bla bla bla
</VirtualHost>

Now if using a 2nd virtual host do not use another NameVirtualHost setting anymore: comment it out

Reminder: do use your external IP address in the configuration screen and edit the configfile afterwards, the config file is than ready to use.
Of course it could be possible to use your external IP also, but I had problems with than intially. Maybe if needed I change it ;-)
It took me about 1 hour to configure 13 domains, virtualhosts and e-mail aliasses ..

Status update new webserver

Status update:

SATA problems solved: I am using IDE now
Reboot problem still exist but as this system is working 24/7 it’s no issue.

Installed CentOS, Bluequartz and some updates like Openwebmail, Phpmyadmin, Pico and MC and now busy to understand how the VHOST stuff is working under Bluequartz with virtualnamehost

Fixed issue with Gallery. .htaccess.
First thought was that it had to do with allowoverride
But it was a problem in the release of 1.5RC1 where the .htaccess was not read correctly (PHP VALUE) Fixed it by upgrading to 1.5.RC2

Next stage is to add more virtual hosts and make sure that mail can work.

Linux SATA / SoftRAID linux troubles

Whole weekend trying to fix the Linux trouble I have.. Problems with CRC erros on the HDD’s (SATA) when syncing causing a Kernel Panic telling that the drivers are spin_locked and already locked by drivers.

Very wierd message, but maybe related to SATA, SoftRAID, a broken SATA Disk or it is maybe the mainboard.. who will tell ..
Memory is tested and is ok ..

Tomorrow testing with 1 sample CD-ROM, (insert, install and wait) .. (easy) .. than trying IDE HDD’s .. removing the SATA onces.. and testing the SATA thoroughly .. pfff

b.t.w. DJ Jeans’s MADHOUSE 12 CD is AWESOME :_)

reboot issue …

I’ve an reboot issue:

installing CentOS 4.1, with Software RAID, all works fine
I’ve md0 to md5 with /boot, /, /swap, /home and /var
when trying to reboot I see that there is still a message:
“md1 is still in use” than the system is syncing SCSI (my HDD’s are SATA) and tells that it is rebooting but in fact it is ‘halting’ keyboard has no functionality anymore and only a hard reset on the system is possible to restart the system

What can be the cause?

Has it to do with a setting of GRUB (bootloader)
or has it to do that the md1 partition is still in use (and how to solve it) ?

Any geek an idea?