Page 1 of 2

The Linux monster has struck again!

Posted: Wed Feb 13, 2008 7:47 am
by 01000101
After getting all nice and cozy on a new world named Fedora Core 8, I decided to do some devving. Everything was going nicely, compiling, linking, and with no conflicts from taking my code from a Windows system to a Nix system.

But then... out of the dark depths of the Linux Kernel came a foul beast. It struck my code down and in its rampage, killed itself in the process.

When the dust had settled, I found there was nothing left, just a lowly kernel panic with cryptic symbols plaguing the screen.

Upon reboot, all was null.

Now I am back on my Windows XP Pro machine, minus a days worth of code =(.

Re: The Linux monster has struck again!

Posted: Wed Feb 13, 2008 8:07 am
by Solar
01000101 wrote:When the dust had settled, I found there was nothing left, just a lowly kernel panic with cryptic symbols plaguing the screen.

Upon reboot, all was null.
What "all"? It is next to impossible for a kernel panic to wipe out your hard drive. I've never heard of such a thing.

Posted: Wed Feb 13, 2008 9:07 am
by xyzzy
It's possible that if the kernel didn't sync it's buffers some critical files could get damaged, but certainly not the entire disk... and I've never had that happen to me.

Plus, a panic doesn't leave "cryptic symbols" on the screen. If you were on the console it'll just print a message and hang up, in X it'll just hang up.

Oh, and s/Fedora Core/Fedora/ - the name changed back when 7 was released ;)

Posted: Wed Feb 13, 2008 9:18 am
by 01000101
I meant, it wouldnt boot back up, the OS was shot. I couldnt get even a shell.

Posted: Wed Feb 13, 2008 9:32 am
by xyzzy
Boot a LiveCD and do fsck on the root partition

Posted: Wed Feb 13, 2008 9:38 am
by 01000101
nah, I'm just going to re-install Kubuntu 7.10 on it.. or maybe OSX. It's not my primary development machine, its more of my generic machine to use when my dev machine is doing something that takes a long time.

Posted: Wed Feb 13, 2008 9:38 am
by piranha
What did you do to it?
It wouldn't kill itself.
Crypic Symbols?

-JL

Posted: Wed Feb 13, 2008 9:44 am
by 01000101
my gawd people, it was a heavily embellished story. Stop picking it apart so literally.

I have no idea what I did to be honest. The only thing I can think of is a bad mouse driver because my mouse kept cutting out (RAZER DeathAdder), but then again, aren't drivers run in a user-level ring in linux? I had the OS check the CD for pre-installation issues, but it gave it a clean bill of health.

Posted: Wed Feb 13, 2008 10:53 am
by Brynet-Inc
And people are "seriously" going to trust your operating system with network security?

You must be joking.... this entire topic is just sad. :roll:

Posted: Wed Feb 13, 2008 2:25 pm
by 01000101
yeah, silly me, a primarily windows user not willing to spend more time on a kernel-panic than I have to.

I don't see the issue with that?

And this was posted out of sheer boredom as something to make fun of Linux, something ALL OS's should aspire to be lol.

Posted: Wed Feb 13, 2008 2:43 pm
by mathematician
Brynet-Inc wrote:And people are "seriously" going to trust your operating system with network security?

You must be joking.... this entire topic is just sad. :roll:
Ah, but according to Linux mythology that is what Windows is supposed to do, you see. Forever crashing and displaying a BSOD. Actually, I have never seen one.

Posted: Wed Feb 13, 2008 4:32 pm
by Zacariaz
never seen a BSOD?!
Oh my <BLEEPING!> god...

Agreed, i don't see them as often as i used too after XP sp1 was released, and i haven't really got enough experience with vista to comment on that, but as for 95, 98, 2k and me i have seen my share.

Posted: Wed Feb 13, 2008 5:59 pm
by AndrewAPrice
01000101 wrote:aren't drivers run in a user-level ring in linux?
Some, but most run in the kernel as loadable modules. Linux is a modular monolithic kernel (seeing as you're on a OSDev forum you should know that ;)). An example of a real-world microkernel is Minix.

Posted: Wed Feb 13, 2008 6:16 pm
by piranha
I've seen windowz crash once per 3 days.

I have never seen Linux crash.

-JL

Posted: Wed Feb 13, 2008 6:38 pm
by lollynoob
piranha wrote:I've seen windowz crash once per 3 days.

I have never seen Linux crash.

-JL
I've had drivers for my old laptop's ethernet card lock up the kernel, whereas windows 95 installed fine on it and the drivers worked perfectly once I downloaded them (which wasn't nearly as hard as setting up drivers in Linux was).

Anecdotal evidence, Woo!