2003-07-14 15:45:14

by Mark Watts

[permalink] [raw]
Subject: requirements for installing a 2.6.0-test kernel....

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Now that 2.6.0-test is out, can someone point me at the definative
instrictions for compiling and booting a 2.6.x kernel?

I understand that the compile process has changed since 2.4.x, and I may also
need some updated module related things.

This doesnt have to be a handholding guide, just a quick rundown/qhecklist
will do.

Cheers,

Mark.

- --
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/EtNJBn4EFUVUIO0RAlVAAKDHII8tPN8V+jLE3QdvSEuezZoGxQCgkrma
s5q3zr9g6DUhlQWIvb7wAiI=
=LXCi
-----END PGP SIGNATURE-----


2003-07-14 16:19:29

by Adrian Bunk

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

On Mon, Jul 14, 2003 at 04:59:05PM +0100, Mark Watts wrote:

> Now that 2.6.0-test is out, can someone point me at the definative
> instrictions for compiling and booting a 2.6.x kernel?
>
> I understand that the compile process has changed since 2.4.x, and I may also
> need some updated module related things.
>
> This doesnt have to be a handholding guide, just a quick rundown/qhecklist
> will do.

http://www.codemonkey.org.uk/post-halloween-2.5.txt

The minimum required versions of programs is as usual in
Documentation/Changes.

> Cheers,
>
> Mark.

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

2003-07-14 16:56:04

by Antonio Vargas

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

On Mon, Jul 14, 2003 at 04:59:05PM +0100, Mark Watts wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Now that 2.6.0-test is out, can someone point me at the definative
> instrictions for compiling and booting a 2.6.x kernel?
>
> I understand that the compile process has changed since 2.4.x, and I may also
> need some updated module related things.
>
> This doesnt have to be a handholding guide, just a quick rundown/qhecklist
> will do.
>

Mark, I'm also interested on this, and also willing to install
a recent distro on purpose. Would you mind if we shared install experiences?

Planning to download suse from ftp to do a network install at the moment.
Will probably compile 2.6.0-test1 meanwhile :)

Greets, Antonio.

--

In fact, this is all you need to know to be
a Caveman Database Programmer:

A relational database is a big spreadsheet
that several people can update simultaneously.

2003-07-14 17:09:07

by Mark Watts

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Sure - I'm trying it on Mandrake 9.1

I've already had fun with the module_init_tools from
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

Basically after doing the ./configure --prefix=/ && make moveold, I was left
with a bunch of dangling symlinks in /sbin

I've since grabed the src.rpm from here:
http://people.redhat.com/arjanv/2.5/SRPMS/
and that seems to be behaving a bit more (although I haven't rebooted yet :)

Everything else is from a standard Mandrake 9.1 install, so I'm using gcc
3.2.2 and associated gubbins.

Mark

> On Mon, Jul 14, 2003 at 04:59:05PM +0100, Mark Watts wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > Now that 2.6.0-test is out, can someone point me at the definative
> > instrictions for compiling and booting a 2.6.x kernel?
> >
> > I understand that the compile process has changed since 2.4.x, and I may
> > also need some updated module related things.
> >
> > This doesnt have to be a handholding guide, just a quick
> > rundown/qhecklist will do.
>
> Mark, I'm also interested on this, and also willing to install
> a recent distro on purpose. Would you mind if we shared install
> experiences?
>
> Planning to download suse from ftp to do a network install at the moment.
> Will probably compile 2.6.0-test1 meanwhile :)
>
> Greets, Antonio.

- --
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/EuWTBn4EFUVUIO0RAscbAKDJsPogTT2PhQS89xeyJbEQxxz2UwCeKtkE
t8xmlw6J4uJb+nINOcGOnGE=
=Jv+e
-----END PGP SIGNATURE-----

2003-07-14 20:23:18

by Jose Luis Domingo Lopez

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

On Monday, 14 July 2003, at 18:37:49 +0200,
Antonio Vargas wrote:

> Mark, I'm also interested on this, and also willing to install
> a recent distro on purpose. Would you mind if we shared install experiences?
>
I have been doing some real (workstation-class) work with Debian Sid and
2.5.x kernels with great success for a while now. The only problem I had
so far was starting at 2.5.74, when DM/LVM2 ioctl version changed, and
my current Sid device mapper tools are not still up to date (and
compilation of LVM2.0.0 from sources fails).

Hope this helps.

--
Jose Luis Domingo Lopez
Linux Registered User #189436 Debian Linux Sid (Linux 2.5.73)

2003-07-15 08:38:58

by Romano Giannetti

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

On Mon, Jul 14, 2003 at 06:17:07PM +0100, Mark Watts wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Sure - I'm trying it on Mandrake 9.1
>
> I've already had fun with the module_init_tools from
> http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
>
> Basically after doing the ./configure --prefix=/ && make moveold, I was left
> with a bunch of dangling symlinks in /sbin
>
> I've since grabed the src.rpm from here:
> http://people.redhat.com/arjanv/2.5/SRPMS/
> and that seems to be behaving a bit more (although I haven't rebooted yet :)
>
> Everything else is from a standard Mandrake 9.1 install, so I'm using gcc
> 3.2.2 and associated gubbins.
>

I'm also interested (I have a mdk 9.1 installed, too), so please keep us
informed. I would like to test 2.6, but I have to do real work too, so I
need the ability to switch back safely to a 2.4 kernel... so if you succeed,
please share! Thanks a lot!

Romano


--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)
Electronic Engineer - phone +34 915 422 800 ext 2416 fax +34 915 596 569

2003-07-15 09:13:16

by Andrey Borzenkov

[permalink] [raw]
Subject: Re: requirements for installing a 2.6.0-test kernel....

Folks, if you want to be on bleeding edge with Mandrake you really
have to read cooker :))

I have put a set of support SRPMs for Mandrake 9.1 on

http://supermount-ng.sf.net/mdk-25/

They currently include initscripts, mkinitrd, module-init-tools and
modultils. I had devfsd and gkrellm as well but now they are
incorporated into mainstream, just fetch them from cooker.

Using these packages I freely switch between 2.4 and 2.6 on the same
Mandrake 9.1 based box. Actually the reason I made them was exactly
this - I needed abililty to work normally on supermount for 2.6 :)

They are fully modules-enabled, actually my config is basically
Mandrake default with obvious 2.6 modifications (I made it more and
more modular with the time), initrd, devfs etc are supported.

module-init-tools will try to build modprobe.conf from your modules.conf and include suitable /etc/modprobe.devfs; also I have
packaged default module aliases.

I really need feedback with them - they work for me but other people
had issues with module autoloading.

I will update them every now and then for new Mandrake packages.

regards

-andrey

>On Mon, Jul 14, 2003 at 06:17:07PM +0100, Mark Watts wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>>
>> Sure - I'm trying it on Mandrake 9.1
>>
>> I've already had fun with the module_init_tools from
>> http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
>>
>> Basically after doing the ./configure --prefix=/ && make moveold, I was left
>> with a bunch of dangling symlinks in /sbin
>>
>> I've since grabed the src.rpm from here:
>> http://people.redhat.com/arjanv/2.5/SRPMS/
>> and that seems to be behaving a bit more (although I haven't rebooted yet :)
>>
>> Everything else is from a standard Mandrake 9.1 install, so I'm using gcc
>> 3.2.2 and associated gubbins.
>>

> I'm also interested (I have a mdk 9.1 installed, too), so please keep us
> informed. I would like to test 2.6, but I have to do real work too, so I
> need the ability to switch back safely to a 2.4 kernel... so if you succeed,
> please share! Thanks a lot!