Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-12 Thread Flavio
Ok, in any case you made the best choice I guess. Don't worry about it. Installing Debian in that way seems to be most difficult than it is. If you follow the instructions you will be able to enjoy UML Debian too very quickly!!! On 12/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi Flavio, > >

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-12 Thread Flavio
Just for my curiosity, how did you get your UML guest filesystem? I know there are a lot of ready to use filesystem images for example here: http://uml.nagafix.co.uk/ I guess you got it there. Isn't it? In my case I chosen to make my UML filesystem by myself. I prefer to have a Gentoo host filesys

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-12 Thread Jay Shah
Hi, I am using CentOS 4 for the host machine, and CentOS 5 for the UML Guest. I am using kernel 2.6.20.20-skas3-v9-pre9. Jay - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems?

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-12 Thread Flavio
You're welcome. Woow! I'm really happy for you! Enjoy UML! Which distribution did you choose for UML guest system? Flavio On 12/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > > Hi Flaivo, > > Your instuctions have worked properly, and ULM now boots is into SKAS3 > mode, and the kernel is perfec

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-12 Thread Jay Shah
Hi Flaivo, Your instuctions have worked properly, and ULM now boots is into SKAS3 mode, and the kernel is perfect!!! Many Many Thanks, Jay SHah - This SF.net email is sponsored by: Splunk Inc. Still grepping through log fil

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-10 Thread Flavio
Mmhh.. Hello, this is not an UML issue. I think you should search on google Linux before. You can find a lot of stuff about Error 15 from grub. For example, have a look here: http://www.linuxquestions.org/questions/fedora-35/grub-error-15-431469/ (I found it using google) That kind of errors are n

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-10 Thread Jay Shah
Hi Flavio, > Remember to reply to the list address please. Apologies, I will remember that This is the new error (stated by datacenter): "The error was error 15 (file not found)." grub.conf: title CentOS (2.6.23-skas3) root (hd0,0) kernel /boot/kernel-2.6.23-skas3 root=/dev/sda3 savedefault fa

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
Remember to reply to the list address please. This my grub.conf, may it helps you: title=Gentoo Linux 2.6.18-r6-skas3-v9-pre9 root (hd0,5) kernel /boot/kernel-2.6.18-gentoo-r6-skas3-v9-pre9 root=/dev/sda8 It may be you have to correct root=LABEL=/1 with something different I don't know what

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Dan Lund
If you get an error such as that, it means you need to include it as either a module, or compile it into the kernel. It's not a problem with the doc, just a misconfiguration at config time. HTH, --Dan On 10/8/07, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi, > > I did try that link, but when I attemp

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
Ok!!! Good Luck! F. On 08/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi, > > Brilliant, thank you so much. I am following your instructions now, > and will let you know the outcome > > Jay > > On 08/10/2007, Flavio <[EMAIL PROTECTED]> wrote: > > Hello! :) > > > > On 08/10/2007, Jay Shah <

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
Hello! :) On 08/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi, > > My current has: > > Ext3 journalling file system support > > (I believe the M is module) That's right, M is module. initrd image loads it at boot time. > > Could that be the cause of the problem? Of course yes Once you've

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
On 08/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Definitely, SKAS3 is really what I want. OK! That's fine. It's certainly the best thing. > I copied the kernel config from my current kernel. I will post the > .config file if you like. File: /boot/config-`uname -r` Ok, it is not necessary, tha

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Jay Shah
Hi, I did try that link, but when I attemped the mkinitrd, I got an error about sata_sil being unavailable. Thanks for the help nevertheless. Jay On 08/10/2007, Dan Lund <[EMAIL PROTECTED]> wrote: > This should help out quite a bit, I just dug it up: > http://www.howtoforge.com/kernel_compilatio

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
On 08/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi Flavio, > > Thanks for your time. > > > You mean the host kernel, isn't it? > > Note that for x86_64 architectures skas3 patch doesn't work. (See info > > about skas0 mode) > > Excuse me but in my previous e-mail I gave you not the right URL.

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Jay Shah
Hi Flavio, Thanks for your time. > You mean the host kernel, isn't it? > Note that for x86_64 architectures skas3 patch doesn't work. (See info > about skas0 mode) > Excuse me but in my previous e-mail I gave you not the right URL. It > was about guest kernel patching. Anyway.. kernel patches are

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Flavio
Hi Jay! On 08/10/2007, Jay Shah <[EMAIL PROTECTED]> wrote: > Hi Flavio, > > Many Thanks for your response. No Problem! ;-) > I have attempted to compile a kernel, You mean the host kernel, isn't it? Note that for x86_64 architectures skas3 patch doesn't work. (See info about skas0 mode) Excuse m

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Dan Lund
This should help out quite a bit, I just dug it up: http://www.howtoforge.com/kernel_compilation_centos It shows you how to create a kernel for centos, starting with vanilla (official kernel.org) sources. You can patch that tree before compiling. HTH, Dan On 10/8/07, Jay Shah <[EMAIL PROTECTED]

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-08 Thread Jay Shah
Hi Flavio, Many Thanks for your response. I have attempted to compile a kernel, using your patching instructions, but when the datacenter attempted to boot it, they said the following error happened: mkroot dev: label / not found Mounting root filesystem mount: error 2 mounting ext3 mount: error

Re: [uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-06 Thread Flavio
Hello Jay patches are always applied to sources. Once you've patched them, you can compile. First of all you need "bzcat" program on your Linux distribution and Linux kernel sources in your /usr/src directory. Go to your kernel root directory, (e.g. /usr/src/linux , where linux is a symbolic link

[uml-user] Apply SKAS Patch to CentOS Kernel

2007-10-06 Thread Jay Shah
Hi All, I was wondering if someone could lend me a hand on applying the "SKAS" patch to my kernel? I've searched the internet, and as I've never compiled a kernel before, I don't want to risk breaking my system. Is currently is hosting users with cPanel on it (if that makes any difference). My c