Personality Type/Giftings Seminar

My work (Teen Challenge) ran a Giftings Seminar on Saturday. It was very good. I’ve done a few of these before so I was prepared. Surprise, surprise I’m an encourager. Well it’s no surprise really but it is good to hear about these things and have things sorta confirmed. My second giftings were equally teaching, giving and sympathy.

I went to a Centrelink interview yesterday. The interviewer reviewed my case history, what I’m doing now, self-employment and voluntary work, and she asked me if I’d always been entrepreneurial. I said no. I’ve never thought of my self as being an entrepreneur. Up until now I’ve always worked for a boss. I’ve always had ideas just never had the confidence or skills to make them work before.

Interrupt posted but not delivered, IRQ blocked by another device?

I’ve posted this here for anyone, like me, who comes across this problem and can’t find the answer or if I have this problem again then I can look up what to do again. 🙂 This is what I sent to the NewChix mailing list and the great reply I got!

-my message- I did a fresh install of Kubuntu on a machine at work the other day. It appeared that everything went okay during the install. I didn’t configure the network during the install. When I went to configure it later I couldn’t get it to work. I’m pretty sure all the settings are correct. It can’t ping any machine on the network- destination host unreachable. I left it at that for the day.

Next day when I turned it on I got this message during boot Interrupt posted but not delivered IRQ blocked by another device? The machine has onboard network which is disabled and a 3Com network card. I’ve Googled for answers and there are lots but not any that I can follow to a successful resolution. The main response is as follows:

This is an APIC error which seems to appear more often with 2.4 kernels. It’s not related to the network card, juts that the 3c59x driver tests for this condition and prints this warning. Probably your best bet is to boot with “noapic” kernel option.

-reply- This is almost certainly correct there are a few kernel options that you can put in Grub to stop the kernel working in certain ways. There is a way called APIC of getting more interrupts than the usual 15. It can sometimes play havoc with older machines whose BIOSES were made at the same time as the early APIC stuff.

In /boot/grub/menu.lst you will find your Grub menu, you need to edit this file as root and look for
title Ubuntu, kernel 2.6.10-5-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot

At the end of the line – kernel /boot/vmlinuz….ro quiet splash noapic is where you put noapic.
If this doesn’t work try pci=noacpi as well as or in place of noapic.

Oh yeah and this well worded and clear reply is from my big sister 🙂 I’d tried phoning her about it but we’d missed each other so I posted it to the list.