[PlanetCCRMA] Re: From zero to DAW in 2 hours !

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Feb 17 18:14:00 2006


On Sat, 2006-02-18 at 01:35 +0000, Bal Dobe wrote:
> So the Ram appears to be ok, no errors after about 50mins.
> 
> Lets try and figure out the Kernel Panic Problem:
> 
> Ccrma boot
> I have booted up into FC4 ccrma
> Uname -r 
> Gives me 2.6.12-0.21.rdt.rhfc4.ccrma
> 
> If I now type 
> Init 6
> I get:
> A whole load of characters in a dos like screen and finally 
> Kernel Panic - not syncing: Fatal Exception in interrupt.

Ok, so the Planet CCRMA kernel hits a kernel panic

> The only way to move forward is hit the reset button.
> 
> There appears to be nothing like oops in the /Var/log/messages file.
> 
> Non ccrma boot.
> If I boot into FC 4
> 
> Uname -r 
> 
> Gives me 2.6.11-1.1369_FC4
> If I now type 
> 
> Init 6
> 
> I get:
> 
> Bash: init: command not found.
> So to logout I do desktop>logout>logout>
> 
> At the login screen I do shutdown and I then get
> 
> A whole load of characters in a dos like screen which I normally get and
> then  I get:
> 
> [<c0103c0e>] common_interrupt+0x1a/0x20
> 
> and the only way out is to hit the reset button.

So the Fedora kernel is also hitting a problem. Sigh...

I think we should try a different kernel. To do this you will need to
enable another repository in your apt configuration file:

  /etc/apt/sources.list.d/planetccrma.list

So edit this file, you will find a line ending in "planetcore", make a
copy of this line (duplicate it) and replace "planetcore" with
"planetedge" in the copied line. Save the file and do an:

  apt-get update

After that install this:

  apt-get install planetccrma-core-edge

and then boot into the newly installed kernel (should be
2.6.13-0.3.rdt.rhfc4.ccrma). No need to use the "init 6" trick, just use
the regular gdm buttons for restarting the machine. 

-- Fernando