Clint's Blog

Linux Raid Re-synchronise & Recheck

I was getting "WARNING: mismatch_cnt is not 0 on /dev/md0" on one of my servers.
saying that the number of unsynchronised blocks in the RAID is more then 0.

The fix is quite easy,
Repair the raid by inserting the repair command for that device (In my case md0)
# echo repair >/sys/block/md<#>/md/sync_action

Check and wait for the sync to complete.
# cat /proc/mdstat

More

Drupal Site Update, Now on Dupal 6 With Fancy New Theme

My site has now been updated to drupal 6 and has a fancy new theme.

I'm still trying to work out exactly what I should do with this site.

My thoughts are leading towards having it be a blog about my projects along with code examples... a resource for me and others to use with programming. (EG: Asterisk, PHP, Etc)

Scripting Emails and Getting Mime Multipart problems & Text files attachemnts on outlook.

I'm blogging this because it was so incredibly hard to work out i spent hours troubleshooting and could not find any answers.

i was scripting in PHP creating email templates that would send from my conferencing service to my customers.

What i wanted was a Mime multipart email that would contain HTML for HTML email readers, and text for those that dont.

More

First Australian Teleconference Affiliate Program

Greymouse Teleconference has now released its Affiliate program, The first Australian teleconferencing affiliate program.

This will allow business that have products that compliment this service can let their customers know about the service while making a commission on the sales.

How Does It Work?

More

HELL! as EXPLAINED BY CHEMISTRY STUDENT

The following is an actual question on a University of Washington
chemistry mid term.

The answer by one student was so "profound" that the professor shared
it with colleagues, via the Internet, which is, of course, why we now
have the pleasure of enjoying it as well:

Bonus Question:

Is Hell exothermic (gives off heat) or endothermic (absorbs heat)?

More