Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Thomas Backlund
From: "Austin" <[EMAIL PROTECTED]>
> On 2003.08.04 16:21, Thomas Backlund wrote:
> > > Argh..
> > > forgot the links...
> > > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
> > > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm
> > >
> > > and md5dums:
> > > http://www.iki.fi/tmb/Cooker/md5sums.asc
> 
> MD5 is bad... both real MD5 and rpm's internal MD5.
> Can you check the file?
> 

Yes I know... :-(
The upload got broken by som quota weirdness...
I have 100MB of homepage space, and currently about 70MB
on the site..., but the quota insists that I have used all 100MB...

My ISP has promised that they will have it fixed tomorrow...
Only then will I be able to reupload...

But the SRPM is OK according to reports, so If you can't wait for it, 
you can always rebuild it yourself...

Regards

Thomas






Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Adam Williamson
On Wed, 2003-08-06 at 22:21, Élie Charest wrote:
> Le 6 Août 2003 12:42, Thomas Backlund a écrit :
> > From: "Thomas Backlund" <[EMAIL PROTECTED]>
> >
> > Argh ... Onother typo... It should be:
> >
> > rpm --rebuild kernel_srpm_name  --without up --without smp --without
> > secure --without doc --without BOOT
> >
> >
> > will build only the enterprise kernel and the kernel-source ...
> 
> I did this, and it worked...however, once I've installed the kernel and the 
> kernel-source, I can't install the NVIDIA driver module. Using the install 
> script, I get this error message:
> 
> "ERROR: Unable to load the kernel module 'nvidia.o'.  This is most likely
>because the kernel module was built using the wrong kernel header 
> files.
>Please make sure you have installed the kernel header files for your
>kernel; on Red Hat Linux systems, for example, be sure you have the
>'kernel-source' rpm installed.  If you know the correct kernel header
>files are installed, you may specify the kernel include path with the
>'--kernel-include-path' commandline option."
> 
> I've tried using the --kernel-inclue-path with both of these paths:
> 
> /usr/src/linux-2.4.21-6.5tmb/include
> /lib/modules/2.4.21-6.5tmbenterprise/build/include
> 
> but I get the same error message.
> 
> Should I try re-configuring and re-compiling the kernel using the installed 
> sources? Is anyone else having this problem?

Yes, of course. You have to recompile the nvidia driver every time you
install a new kernel.
-- 
adamw




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-14 Thread Adam Williamson
On Mon, 2003-08-11 at 16:56, Warly wrote:
> You do not want to upload your kernel into the contribs?

If we get many more kernels in contrib, you're gonna have to start
shipping the deluxe versions on TWO DVDs...:)
-- 
adamw




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-14 Thread Thomas Backlund
Viestissä Maanantai 11 Elokuu 2003 18:56, Warly kirjoitti:
> You do not want to upload your kernel into the contribs?

How?
I don't have contribs upload access...

or do you mean uploading to:
ftp://ftp.linux-mandrake.com/incoming/ 
and wait for Lenny to have time to process it?

and since this may trigger "ARGH!! Not another kernel set..." responses, so:
- wich kernels should I build?
  (currently I'm building and testbooting all, even if I don't upload all of
   them to my homepage, due to lack of space)
- how should I name the kernels?
- hackkernel?
- kernel-tmb?
- ?

or continue my naming as this:
my next build that is on it's testbuild now will be named:
kernel-2.4.22-0.2.1tmb-mdk

since it's based on:
kernel-2.4.22-0.2mdk

and since it's my first build against it, I add

.1tmb-

before the mdk part just to keep /etc/init.d/kheader happy,
since it searches for 'mdk' in the name

By doing it this way, it's easy for people to know wich
mdk kernel I have as base

Just some thoughts...

Regards

Thomas




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-14 Thread Thomas Backlund
From: "Austin" <[EMAIL PROTECTED]>
[...]
> Lilo doesn't seem to like it...
> Any idea why?
> 
> [EMAIL PROTECTED] austin]# lilo
> Added linux
> Added linux-nonfb
> Added failsafe
> Added 2421-5 *
> Added 2421-6
> Skipping /boot/vmlinuz-2.4.21-6.5tmb
> 
> [EMAIL PROTECTED] austin]# cat /etc/lilo.conf
> boot=/dev/hda
> map=/boot/map
> default="2421-6"
> keytable=/boot/us.klt
> prompt
> nowarn
> timeout=100
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
[...]
>   image=/boot/vmlinuz-2.4.21-6.5tmb
>  label=65tmb
>  root=/dev/hda1
>  read-only
>  optional
>  vga=788
>  append=" hdc=ide-scsi acpi=on quiet"
>  initrd=/boot/initrd-2.4.21-6.5tmb.img
> 

Did the initrd get created?

#lilo -v should tell you more what it's complaining about...

Thomas




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Chmouel Boudjnah
Pixel <[EMAIL PROTECTED]> writes:

> <[EMAIL PROTECTED]> writes:
> 
> > check /boot/kernel.h, does it say you are running enterprise?
> > probably not i think since /etc/init.d/kheader uses:
> > k=$(uname -r|sed 's/.*mdk//')
> > to determine enterprise, secure, smp, etc.
> > since thomas uses tmb instead of mdk this probably fails?
> > 
> > Ofcourse, I hadd the same problem with kernel-multimedia, which is why I
> > used the silly mm-mdk naming, which than leads to problems (although 
> > much rarer) in bootloader label generation because of archaic functions 
> > inside of libDrakX ;)
> 
> what do you mean? libDrakX took the function from installkernel and is
> up-to-date with regard to installkernel.

i don't think it's a problem with DrakX the kheader script and the
kernel headers as well i think glibc-devel (if nothing has been
screwed up).

-- 
http://www.chmouel.com/




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-14 Thread Warly
Thomas Backlund <[EMAIL PROTECTED]> writes:

> Viestissä Maanantai 11 Elokuu 2003 18:56, Warly kirjoitti:
>> You do not want to upload your kernel into the contribs?
>
> How?
> I don't have contribs upload access...

Well, it is just a matter of giving you one (send me your gpg key
and which login you would like)

> and since this may trigger "ARGH!! Not another kernel set..." responses, so:
> - wich kernels should I build?
>   (currently I'm building and testbooting all, even if I don't upload all of
>them to my homepage, due to lack of space)
> - how should I name the kernels?
>   - hackkernel?
>   - kernel-tmb?
>   - ?
>
> or continue my naming as this:
> my next build that is on it's testbuild now will be named:
> kernel-2.4.22-0.2.1tmb-mdk
>
> since it's based on:
> kernel-2.4.22-0.2mdk
>
> and since it's my first build against it, I add
>
> .1tmb-
>
> before the mdk part just to keep /etc/init.d/kheader happy,
> since it searches for 'mdk' in the name
>
> By doing it this way, it's easy for people to know wich
> mdk kernel I have as base

I guess this naming is fine, you may be find if you have any idea a 
extra postfix for user to know that your kernel implement some more
patches)

-- 
Warly



Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread stronne
 2003 14:26, Svetoslav Slavtchev wrote:
> Quoting Svetoslav Slavtchev <[EMAIL PROTECTED]>:
> > Quoting Thomas Backlund <[EMAIL PROTECTED]>:
> > > Finally the next one is out:...
> > >
> > > ( but there is still *a lot* to do )
> > > Sadly I dont have time before next weekend to do more updates,
> > > so I decided to push out the ones I had tested 
> > >
> > > Have Fun !!
> > >
> > > Thomas
> >
> > Hi Thomas,
> > finaly found time to try to run your kernel :)
> > and i ended at unable to mount root fs after tring to ignore some, later
> > on all
> > mount options.
> >
> > the system is xfs root on soft-raid-5 with several LV's over soft-raid-5
> > 4 IBM Deskstar120GXP 80Gb on the 4-chanel HPT-374
> > Epox 8K9A3+ Via KT400, 1Gb DDR333
> >
> > the initrd seems ok.
> > and this is both with self compiled kernel from your source, and with the
> > binary
> > on your site
> >
> > any ideas?
> >
> > probably i have to check vanila 6mdk
>
> 2.4.21-6mdk boots OK and runs (already 5min:) )
>
> do you have idea which of your patches could i blame,
> or should i try detect it one by one ?
>
> > PS.
> > why is the kernel so bloated
> >  1290195 Aug  3 22:20 /boot/vmlinuz-2.4.21-6.5tmb
> > normally it's about 900k 1000k
> > why is "include all debuging symbols" activated ?
>
> same problem with 2.4.21-6mdk
>
> best,
>
> svetljo

I have used kernel-2.4.21-6.5tmb now 12hours
non-stop in my two machines.
And especially laptop I have punished hard
but it runs smoothly and there is nothing in
dmesg. In my machine this kernel use memory
much better than stock 2.4.21-0.13mdk.
Workstation works also well but it idles most
of the time. Your patches work for me.
Must thank you for the good kernel.
cheers
stronne




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Svetoslav Slavtchev
Quoting Svetoslav Slavtchev <[EMAIL PROTECTED]>:

> Quoting Thomas Backlund <[EMAIL PROTECTED]>:
> 
> > Finally the next one is out:... 
> > 
> > ( but there is still *a lot* to do )
> > Sadly I dont have time before next weekend to do more updates,
> > so I decided to push out the ones I had tested 
> > 
> > Have Fun !!
> > 
> > Thomas
> 
> Hi Thomas,
> finaly found time to try to run your kernel :)
> and i ended at unable to mount root fs after tring to ignore some, later on
> all
> mount options.
> 
> the system is xfs root on soft-raid-5 with several LV's over soft-raid-5
> 4 IBM Deskstar120GXP 80Gb on the 4-chanel HPT-374
> Epox 8K9A3+ Via KT400, 1Gb DDR333
> 
> the initrd seems ok.
> and this is both with self compiled kernel from your source, and with the
> binary
> on your site
> 
> any ideas?
> 
> probably i have to check vanila 6mdk 

2.4.21-6mdk boots OK and runs (already 5min:) )

do you have idea which of your patches could i blame,
or should i try detect it one by one ?

> PS.
> why is the kernel so bloated
>  1290195 Aug  3 22:20 /boot/vmlinuz-2.4.21-6.5tmb
> normally it's about 900k 1000k
> why is "include all debuging symbols" activated ?
> 

same problem with 2.4.21-6mdk

best,

svetljo




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread danny
On Thu, 7 Aug 2003, Svetoslav Slavtchev wrote:

> Quoting Élie Charest <[EMAIL PROTECTED]>:
> 
> > Le 6 Août 2003 17:39, Adam Williamson a écrit :



check /boot/kernel.h, does it say you are running enterprise?
probably not i think since /etc/init.d/kheader uses:
k=$(uname -r|sed 's/.*mdk//')
to determine enterprise, secure, smp, etc.
since thomas uses tmb instead of mdk this probably fails?

Ofcourse, I hadd the same problem with kernel-multimedia, which is why I
used the silly mm-mdk naming, which than leads to problems (although 
much rarer) in bootloader label generation because of archaic functions 
inside of libDrakX ;)

IMO, the whole method sucks and needs to be redone, but I do not know if I 
will get time for it before 9.2 is out.

d.





Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Élie Charest
Le 6 Août 2003 12:42, Thomas Backlund a écrit :
> From: "Thomas Backlund" <[EMAIL PROTECTED]>
>
> Argh ... Onother typo... It should be:
>
> rpm --rebuild kernel_srpm_name  --without up --without smp --without
> secure --without doc --without BOOT
>
>
> will build only the enterprise kernel and the kernel-source ...

I did this, and it worked...however, once I've installed the kernel and the 
kernel-source, I can't install the NVIDIA driver module. Using the install 
script, I get this error message:

"ERROR: Unable to load the kernel module 'nvidia.o'.  This is most likely
   because the kernel module was built using the wrong kernel header 
files.
   Please make sure you have installed the kernel header files for your
   kernel; on Red Hat Linux systems, for example, be sure you have the
   'kernel-source' rpm installed.  If you know the correct kernel header
   files are installed, you may specify the kernel include path with the
   '--kernel-include-path' commandline option."

I've tried using the --kernel-inclue-path with both of these paths:

/usr/src/linux-2.4.21-6.5tmb/include
/lib/modules/2.4.21-6.5tmbenterprise/build/include

but I get the same error message.

Should I try re-configuring and re-compiling the kernel using the installed 
sources? Is anyone else having this problem?
-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Brant Fitzsimmons
Élie Charest wrote:

Le 6 Août 2003 17:39, Adam Williamson a écrit :
 

Should I try re-configuring and re-compiling the kernel using the
installed sources? Is anyone else having this problem?
 

Yes, of course. You have to recompile the nvidia driver every time you
install a new kernel.
   

Yes, I know that. Sorry, I should have been clearer: I can't recompile the 
nvidia driver for this new kernel, even though I've installed the 
kernel-source package that was created (along with the kernel-enterprise 
package) by doing a rpmbuild --rebuild on the source package.

It is when I try to install (and thus compile, since the new nvidia installer 
will compile the module if it can't find the correct one to install) that I 
get the error about building the module with the wrong kernel headers files.

When I asked if I should recompile, what I meant is "should I recompile the 
acutal kernel instead of using the one installed through the rpm, which I got 
by rebuilding the source rpm?"
 

Don't you have to makedep in the kernel source directory before you can 
compile things against it?

--
Brant Fitzsimmons
[EMAIL PROTECTED]
___
Linux user #322847 | Linux machine #207465 | http://counter.li.org/
AMD Duron | Mandrake 9.1 | Kernel 2.4.21-0.25mdkcustom
 KDE 3.1.3 | Mozilla 1.4 Mail Client
___
"All truth passes through three stages. First, it is ridiculed.
Second, it is violently opposed. Third, it is accepted as being
self-evident."
-Arthur Schopenhauer (1788-1860)




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Élie Charest
Le 6 Août 2003 17:39, Adam Williamson a écrit :
>
> > Should I try re-configuring and re-compiling the kernel using the
> > installed sources? Is anyone else having this problem?
>
> Yes, of course. You have to recompile the nvidia driver every time you
> install a new kernel.

Yes, I know that. Sorry, I should have been clearer: I can't recompile the 
nvidia driver for this new kernel, even though I've installed the 
kernel-source package that was created (along with the kernel-enterprise 
package) by doing a rpmbuild --rebuild on the source package.

It is when I try to install (and thus compile, since the new nvidia installer 
will compile the module if it can't find the correct one to install) that I 
get the error about building the module with the wrong kernel headers files.

When I asked if I should recompile, what I meant is "should I recompile the 
acutal kernel instead of using the one installed through the rpm, which I got 
by rebuilding the source rpm?"
-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Adam Williamson wrote:
|>I've tried using the --kernel-inclue-path with both of these paths:
|>
|>/usr/src/linux-2.4.21-6.5tmb/include
|>/lib/modules/2.4.21-6.5tmbenterprise/build/include
|>
|>but I get the same error message.
|>
|>Should I try re-configuring and re-compiling the kernel using the
installed
|>sources? Is anyone else having this problem?
|
|
| Yes, of course. You have to recompile the nvidia driver every time you
| install a new kernel.
Please, read what he is asking - he rebuilt the *nvidia* driver, but he
couldn't get it to load. I had the same problem with the package :-(
With normal mdk kernel, this never happens for some reason.
The trick with specifying the headers does not work neither. I guess,
some stale file with symbol versions is in the package and that breaks
the Nvidia installer.
Jan



- --

Jan Ciger
VRlab EPFL Switzerland
GPG public key : http://www.keyserver.net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/MXhrn11XseNj94gRApS3AKDoFtZQd0jfuE5knfy3tng1Cm9VcgCeJ0Ll
KS/dXEeI+3jg2fdvTH6NEPM=
=4Qlz
-END PGP SIGNATURE-




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Austin
On 2003.08.04 16:21, Thomas Backlund wrote:
> Argh..
> forgot the links...
> http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
> http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm
>
> and md5dums:
> http://www.iki.fi/tmb/Cooker/md5sums.asc
MD5 is bad... both real MD5 and rpm's internal MD5.
Can you check the file?
Austin



Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-12 Thread Svetoslav Slavtchev
Quoting Thomas Backlund <[EMAIL PROTECTED]>:

> Finally the next one is out:... 
> 
> ( but there is still *a lot* to do )
> Sadly I dont have time before next weekend to do more updates,
> so I decided to push out the ones I had tested 
> 
> Have Fun !!
> 
> Thomas

Hi Thomas,
finaly found time to try to run your kernel :)
and i ended at unable to mount root fs after tring to ignore some, later on all
mount options.

the system is xfs root on soft-raid-5 with several LV's over soft-raid-5
4 IBM Deskstar120GXP 80Gb on the 4-chanel HPT-374
Epox 8K9A3+ Via KT400, 1Gb DDR333

the initrd seems ok.
and this is both with self compiled kernel from your source, and with the binary
on your site

any ideas?

probably i have to check vanila 6mdk 

best,

svetljo

PS.
why is the kernel so bloated
 1290195 Aug  3 22:20 /boot/vmlinuz-2.4.21-6.5tmb
normally it's about 900k 1000k
why is "include all debuging symbols" activated ?





Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-11 Thread Élie Charest
Le 4 Août 2003 16:52, Thomas Backlund a écrit :
> Use the flags man ... ;-)
>
> rpm -ba kernel_srpm_name  --without up --without smp --without
> secure --without doc --without BOOT
>
> will build only the enterprise kernel and the kernel-source ...

Mmm...actually that doesn't work on my system. It says that the file 
kernel-2.4.21.6.5tmb-1-1mdk.src.rpm is not a "spec file".

I'm not too familiar with .src.rpm files... it seems the only thing I can 
build from the source package file with rpmbuild (my next logical guess) is 
the binary, but I need the kernel-source file to compile the NVIDIA drivers.

How would I go about building the source file from the source package 
(.src.rpm)?

Sorry if this is a newbie question...I'm more used to compiling from source 
and straight RPM. Ican't use the straight RPM here as the NVIDIA installer 
will complain that it has not been compiled with the same compiler as the one 
I have (gcc-3.2.3-1mdk) and refuse to compile the module.

Thanks!

-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-11 Thread Warly

You do not want to upload your kernel into the contribs?

-- 
Warly



Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-10 Thread Svetoslav Slavtchev
Quoting Adam Williamson <[EMAIL PROTECTED]>:

> On Wed, 2003-08-06 at 22:21, Élie Charest wrote:
> > Le 6 Août 2003 12:42, Thomas Backlund a écrit :
> > > From: "Thomas Backlund" <[EMAIL PROTECTED]>
> > >
> > > Argh ... Onother typo... It should be:
> > >
> > > rpm --rebuild kernel_srpm_name  --without up --without smp --without
> > > secure --without doc --without BOOT
> > >
> > >
> > > will build only the enterprise kernel and the kernel-source ...
> > 
> > I did this, and it worked...however, once I've installed the kernel and the
> 
> > kernel-source, I can't install the NVIDIA driver module. Using the install
> 
> > script, I get this error message:
> > 
> > "ERROR: Unable to load the kernel module 'nvidia.o'.  This is most likely
> >because the kernel module was built using the wrong kernel header 
> > files.
> >Please make sure you have installed the kernel header files for
> your
> >kernel; on Red Hat Linux systems, for example, be sure you have
> the
> >'kernel-source' rpm installed.  If you know the correct kernel
> header
> >files are installed, you may specify the kernel include path with
> the
> >'--kernel-include-path' commandline option."
> > 
> > I've tried using the --kernel-inclue-path with both of these paths:
> > 
> > /usr/src/linux-2.4.21-6.5tmb/include
> > /lib/modules/2.4.21-6.5tmbenterprise/build/include
> > 
> > but I get the same error message.
> > 
> > Should I try re-configuring and re-compiling the kernel using the installed
> 
> > sources? Is anyone else having this problem?
> 
> Yes, of course. You have to recompile the nvidia driver every time you
> install a new kernel.

is it possible to include smth. like --with-nvidia to the kernel.src.rpm
like the XFree packages have --with-matrox-hal

(and yes i know that it's doable, but the questions is about the legal issues)

svetljo




Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-10 Thread Austin
On 08/07/2003 12:23:13 PM, Thomas Backlund wrote:
Just to let you all know ...
I have reuploaded the up kernel to:
http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
and downloaded it again and verified it aagainst md5sum and it is OK,
so those that have been waiting... Now you can get it...
Lilo doesn't seem to like it...
Any idea why?
[EMAIL PROTECTED] austin]# lilo
Added linux
Added linux-nonfb
Added failsafe
Added 2421-5 *
Added 2421-6
Skipping /boot/vmlinuz-2.4.21-6.5tmb
[EMAIL PROTECTED] austin]# cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
default="2421-6"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append=" hdc=ide-scsi acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append=" hdc=ide-scsi acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=nomount hdc=ide-scsi acpi=off failsafe"
read-only
 image=/boot/vmlinuz-2.4.21-5mdk
label=2421-5
root=/dev/hda1
read-only
optional
vga=788
append=" hdc=ide-scsi acpi=on quiet"
initrd=/boot/initrd-2.4.21-5mdk.img
 image=/boot/vmlinuz-2.4.21-6mdk
label=2421-6
root=/dev/hda1
read-only
optional
vga=788
append=" hdc=ide-scsi acpi=on quiet"
initrd=/boot/initrd-2.4.21-6mdk.img
 image=/boot/vmlinuz-2.4.21-6.5tmb
label=65tmb
root=/dev/hda1
read-only
optional
vga=788
append=" hdc=ide-scsi acpi=on quiet"
initrd=/boot/initrd-2.4.21-6.5tmb.img
Thanks,
Austin


Re: [Cooker] kernel-2.4.21-6.5tmb REUPLOADED

2003-08-10 Thread Thomas Backlund
From: "Thomas Backlund" <[EMAIL PROTECTED]>
> From: "Austin" <[EMAIL PROTECTED]>
> > On 2003.08.04 16:21, Thomas Backlund wrote:
> > > > Argh..
> > > > forgot the links...
> > > > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
> > > > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm
> > > >
> > > > and md5dums:
> > > > http://www.iki.fi/tmb/Cooker/md5sums.asc
> > 
> > MD5 is bad... both real MD5 and rpm's internal MD5.
> > Can you check the file?
> > 
> 
> Yes I know... :-(
> The upload got broken by som quota weirdness...
> I have 100MB of homepage space, and currently about 70MB
> on the site..., but the quota insists that I have used all 100MB...
> 
> My ISP has promised that they will have it fixed tomorrow...
> Only then will I be able to reupload...
> 

Just to let you all know ...
I have reuploaded the up kernel to:
http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm

and downloaded it again and verified it aagainst md5sum and it is OK,
so those that have been waiting... Now you can get it...

Thomas




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-09 Thread Svetoslav Slavtchev
Quoting Élie Charest <[EMAIL PROTECTED]>:

> Le 6 Août 2003 12:42, Thomas Backlund a écrit :
> > From: "Thomas Backlund" <[EMAIL PROTECTED]>
> >
> > Argh ... Onother typo... It should be:
> >
> > rpm --rebuild kernel_srpm_name  --without up --without smp --without
> > secure --without doc --without BOOT
> >
> >
> > will build only the enterprise kernel and the kernel-source ...
> 
> I did this, and it worked...however, once I've installed the kernel and the
> 
> kernel-source, I can't install the NVIDIA driver module. Using the install 
> script, I get this error message:
> 
> "ERROR: Unable to load the kernel module 'nvidia.o'.  This is most likely
>because the kernel module was built using the wrong kernel header 
> files.
>Please make sure you have installed the kernel header files for your
>kernel; on Red Hat Linux systems, for example, be sure you have the
>'kernel-source' rpm installed.  If you know the correct kernel
> header
>files are installed, you may specify the kernel include path with
> the
>'--kernel-include-path' commandline option."
> 
> I've tried using the --kernel-inclue-path with both of these paths:
> 
> /usr/src/linux-2.4.21-6.5tmb/include
> /lib/modules/2.4.21-6.5tmbenterprise/build/include


cd /usr/src/linux-2.4.21-6.5tmb/ 
cp /boot/config-2.4.21-6.5tmbenterpreise ./.config

change in the Makefile 6.5tmbcustom to 6.5tmbenterpreise

make clean && make oldconfig && make dep

try again recompiling nvidia, if it doesn't work again

make bzImage in /usr/src/linux-2.4.21-6.5tmb/ should fix it


svetljo





Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-08 Thread Élie Charest
Le 6 Août 2003 18:40, [EMAIL PROTECTED] a écrit :
> On Thu, 7 Aug 2003, Svetoslav Slavtchev wrote:
> > Quoting Élie Charest <[EMAIL PROTECTED]>:
> > > Le 6 Août 2003 17:39, Adam Williamson a écrit :
>
> 
>
> check /boot/kernel.h, does it say you are running enterprise?

No it doesn't... This is what I get


[EMAIL PROTECTED] boot]# cat kernel.h-2.4.21-6.5tmbenterprise
/* This file is automatically generated at boot time. */
#ifndef __BOOT_KERNEL_H_
#define __BOOT_KERNEL_H_

#ifndef __BOOT_KERNEL_SMP
#define __BOOT_KERNEL_SMP 0
#endif

#ifndef __BOOT_KERNEL_FB
#define __BOOT_KERNEL_FB 0
#endif

#ifndef __BOOT_KERNEL_SECURE
#define __BOOT_KERNEL_SECURE 0
#endif

#ifndef __BOOT_KERNEL_ENTERPRISE
#define __BOOT_KERNEL_ENTERPRISE 0
#endif

#ifndef __BOOT_KERNEL_UP
#define __BOOT_KERNEL_UP 1
#endif

#endif


So this might be the problem...and that may be why changing the "extraversion" 
in makefile to 6.5tmbenterprise, like Svetoslave suggested, didn't work 
either.

Can I just change the kernel.h file? It says it's autogenerated...

Since I usually like to customize my kernels anyway, I'll just recompile a new 
one, and that should work (that's what I usually do when trying a new kernel 
anyway).

Thanks for the tips!
-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-07 Thread Svetoslav Slavtchev
Quoting Élie Charest <[EMAIL PROTECTED]>:

> Le 6 Août 2003 17:39, Adam Williamson a écrit :
> >
> > > Should I try re-configuring and re-compiling the kernel using the
> > > installed sources? Is anyone else having this problem?
> >
> > Yes, of course. You have to recompile the nvidia driver every time you
> > install a new kernel.
> 
> Yes, I know that. Sorry, I should have been clearer: I can't recompile the 
> nvidia driver for this new kernel, even though I've installed the 
> kernel-source package that was created (along with the kernel-enterprise 
> package) by doing a rpmbuild --rebuild on the source package.
> 
> It is when I try to install (and thus compile, since the new nvidia installer
> 
> will compile the module if it can't find the correct one to install) that I
> 
> get the error about building the module with the wrong kernel headers
> files.
> 
> When I asked if I should recompile, what I meant is "should I recompile the
> 
> acutal kernel instead of using the one installed through the rpm, which I got
> 
> by rebuilding the source rpm?"

normaly you shouldn't have to,
but the kernel-source says it's for 2.4.21-6.5tmbcustom = 2.4.21-6.5tmb
while you are running enterpreis .
you have to change the Makefile to 6.5tmbenterpreis,
copy the config-2.4.21-6.5tmbenterpreis to ./.config
run "make oldconfig clean dep" 

svetljo

PS
isn't this included in kernel-source/README.mandrake or smth like this?




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-06 Thread Thomas Backlund
From: "Thomas Backlund" <[EMAIL PROTECTED]>
> From: "Jan Ciger" <[EMAIL PROTECTED]>
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Thomas Backlund wrote:
> > | the src.rpm is still on the server, so ...
> > | has anyone tried to download it, ... and if so was it / is it ok?
> >
> > I did, it compiles no prob (takes ages, though), but when I installed
>
> Use the flags man ... ;-)
>
> rpm -ba kernel_srpm_name  --without up --without smp --without
> secure --without doc --without BOOT
>
Argh ... Onother typo... It should be:

rpm --rebuild kernel_srpm_name  --without up --without smp --without
secure --without doc --without BOOT


will build only the enterprise kernel and the kernel-source ...


Regards

Thomas





Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-06 Thread Pixel
<[EMAIL PROTECTED]> writes:

> check /boot/kernel.h, does it say you are running enterprise?
> probably not i think since /etc/init.d/kheader uses:
> k=$(uname -r|sed 's/.*mdk//')
> to determine enterprise, secure, smp, etc.
> since thomas uses tmb instead of mdk this probably fails?
> 
> Ofcourse, I hadd the same problem with kernel-multimedia, which is why I
> used the silly mm-mdk naming, which than leads to problems (although 
> much rarer) in bootloader label generation because of archaic functions 
> inside of libDrakX ;)

what do you mean? libDrakX took the function from installkernel and is
up-to-date with regard to installkernel.
?



Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-05 Thread John Allen
On Tuesday 05 August 2003 06:09, Élie Charest wrote:
> Le 4 Août 2003 16:52, Thomas Backlund a écrit :
> > Use the flags man ... ;-)
> >
> > rpm -ba kernel_srpm_name  --without up --without smp --without
> > secure --without doc --without BOOT
> >
> > will build only the enterprise kernel and the kernel-source ...
>
> Mmm...actually that doesn't work on my system. It says that the file
> kernel-2.4.21.6.5tmb-1-1mdk.src.rpm is not a "spec file".
>

Yes use rpm --rebuild for .src.rpm, and -ba for .spec files.

> I'm not too familiar with .src.rpm files... it seems the only thing I can
> build from the source package file with rpmbuild (my next logical guess) is
> the binary, but I need the kernel-source file to compile the NVIDIA
> drivers.
>
> How would I go about building the source file from the source package
> (.src.rpm)?
>
> Sorry if this is a newbie question...I'm more used to compiling from source
> and straight RPM. Ican't use the straight RPM here as the NVIDIA installer
> will complain that it has not been compiled with the same compiler as the
> one I have (gcc-3.2.3-1mdk) and refuse to compile the module.
>
> Thanks!




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Tom Brinkman
On Monday August 4 2003 08:21 pm, Thomas Backlund wrote:
> > forgot the links...
> > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.r
> >pm
> > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rp
> >m
> >
> > and md5dums:
> > http://www.iki.fi/tmb/Cooker/md5sums.asc
>
> Argh...
> It seems my ISP webserver is breaking my uploads..
> And now I cant upload anything bigger than about 7MB, so
> I have removed the precompiled kernel for now... since it was
> faulty...
>
> I'll reupload it tomorrow, if / when my ISP has fixed the
> problem...
>
> the src.rpm is still on the server, so ...
> has anyone tried to download it, ... and if so was it / is it ok?

   Yes.  I d/l'd the binary twice, only to find both times I got an 
'it's not an rpm' mesg from 'rpm -ivh'. After seein this post, an 
out of appreciation for your good efforts, I d/l'd the src.rpm and 
compiled it with --target athlon on a current cooker system. A 
little testing, no problems it's runnin as I type. Same as with .3 
and .4tmb

  BTW, my initials are tmb also. My middle name's Morgan.
-- 
Tom Brinkman  Corpus Christi, Texas




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread danny
On Mon, 4 Aug 2003, Thomas Backlund wrote:
> 
> the src.rpm is still on the server, so ...
> has anyone tried to download it, ... and if so was it / is it ok?
i did, think it was ok (although I am adding a few patches to it, so i 
didn't try a compile yet).

d.

> 
> Regards
> 
> Thomas
> 
> 




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Svetoslav Slavtchev
Quoting Thomas Backlund <[EMAIL PROTECTED]>:

> From: "Thomas Backlund" <[EMAIL PROTECTED]>
> > From: "Thomas Backlund" <[EMAIL PROTECTED]>
> > 
> > > Finally the next one is out:... 
> > > 
> > > ( but there is still *a lot* to do )
> > > Sadly I dont have time before next weekend to do more updates,
> > > so I decided to push out the ones I had tested 
> > > 
> > > Have Fun !!
> > > 
> > > Thomas
> > > 
> > Argh..
> > forgot the links...
> > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
> > http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm
> > 
> > and md5dums:
> > http://www.iki.fi/tmb/Cooker/md5sums.asc
> > 
> > > 
> 
> Argh...
> It seems my ISP webserver is breaking my uploads..
> And now I cant upload anything bigger than about 7MB, so
> I have removed the precompiled kernel for now... since it was faulty...
> 
> I'll reupload it tomorrow, if / when my ISP has fixed the problem...
> 
> the src.rpm is still on the server, so ...
> has anyone tried to download it, ... and if so was it / is it ok?
> 
> Regards
> 
> Thomas

downloaded it before an hour
and now tring to recompile it with alsa-0.9.0-cvs20030725(0.9.6-pre)
from ftp://ftp.suse.com/pub/projects/alsa/2.4-patches/

svetljo 




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Thomas Backlund
From: "Jan Ciger" <[EMAIL PROTECTED]>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Thomas Backlund wrote:
> | the src.rpm is still on the server, so ...
> | has anyone tried to download it, ... and if so was it / is it ok?
>
> I did, it compiles no prob (takes ages, though), but when I installed

Use the flags man ... ;-)

rpm -ba kernel_srpm_name  --without up --without smp --without
secure --without doc --without BOOT

will build only the enterprise kernel and the kernel-source ...


> the enterprise version and tried to compile Nvidia drivers against it,
> it didn't compile for some reason. The log was complaining about
> unresolved symbols, when the installer tried to modprobe the resulting
> module. I didn't have any problems with the kernel, but I had it on my
> machine just for few minutes - I was looking for solution of another
> kernel problem (see my other mails) and your kernel didn't help with it.
>
> The normal Mdk enterprise kernel works fine with the Nvidia module.
>

I myself am using the nvidia binary drivers, so if you have problems do:

# cd /usr/src/linux
# make mrproper
# cp arch/i386/defconfig-enterprise .config
# make oldconfig dep

and recompile the nvidia drivers against it

Thomas





Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas Backlund wrote:
|>I did, it compiles no prob (takes ages, though), but when I installed
|
|
| Use the flags man ... ;-)
|
| rpm -ba kernel_srpm_name  --without up --without smp --without
| secure --without doc --without BOOT
|
| will build only the enterprise kernel and the kernel-source ...
Duh, didn't know that, thanks :-) I compiled everything (rpm -bb style).

| I myself am using the nvidia binary drivers, so if you have problems do:
|
| # cd /usr/src/linux
| # make mrproper
| # cp arch/i386/defconfig-enterprise .config
| # make oldconfig dep
|
| and recompile the nvidia drivers against it
Hmm, could be that there was something stale, I didn't try rebuild it (I
had just built the rpms from it). But funny thing is, that with the
standard mdk enterprise kernel, I just have to install kernel-source and
the drivers build without problems, without having to recompile the source.
Jan

- --

Jan Ciger
VRlab EPFL Switzerland
GPG public key : http://www.keyserver.net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/Lswpn11XseNj94gRAn02AKDYAToUu7bSMMznebriZh4WG1cyAwCZAQTr
qyuIJc/iLzr5jAZh4WaOMGM=
=IP+Z
-END PGP SIGNATURE-




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas Backlund wrote:
| the src.rpm is still on the server, so ...
| has anyone tried to download it, ... and if so was it / is it ok?
I did, it compiles no prob (takes ages, though), but when I installed
the enterprise version and tried to compile Nvidia drivers against it,
it didn't compile for some reason. The log was complaining about
unresolved symbols, when the installer tried to modprobe the resulting
module. I didn't have any problems with the kernel, but I had it on my
machine just for few minutes - I was looking for solution of another
kernel problem (see my other mails) and your kernel didn't help with it.
The normal Mdk enterprise kernel works fine with the Nvidia module.

Jan

- --

Jan Ciger
VRlab EPFL Switzerland
GPG public key : http://www.keyserver.net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/LsRVn11XseNj94gRAuMUAJ4pQffAyfaKDCaREVX84Kg8VoThZwCfYIKN
mrAjR1hz3oMfxeC6s/QVREM=
=EmfA
-END PGP SIGNATURE-




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Thomas Backlund
From: "Thomas Backlund" <[EMAIL PROTECTED]>
> From: "Thomas Backlund" <[EMAIL PROTECTED]>
> 
> > Finally the next one is out:... 
> > 
> > ( but there is still *a lot* to do )
> > Sadly I dont have time before next weekend to do more updates,
> > so I decided to push out the ones I had tested 
> > 
> > Have Fun !!
> > 
> > Thomas
> > 
> Argh..
> forgot the links...
> http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
> http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm
> 
> and md5dums:
> http://www.iki.fi/tmb/Cooker/md5sums.asc
> 
> > 

Argh...
It seems my ISP webserver is breaking my uploads..
And now I cant upload anything bigger than about 7MB, so
I have removed the precompiled kernel for now... since it was faulty...

I'll reupload it tomorrow, if / when my ISP has fixed the problem...

the src.rpm is still on the server, so ...
has anyone tried to download it, ... and if so was it / is it ok?

Regards

Thomas




Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-04 Thread Thomas Backlund
From: "Thomas Backlund" <[EMAIL PROTECTED]>

> Finally the next one is out:... 
> 
> ( but there is still *a lot* to do )
> Sadly I dont have time before next weekend to do more updates,
> so I decided to push out the ones I had tested 
> 
> Have Fun !!
> 
> Thomas
> 
Argh..
forgot the links...
http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.i586.rpm
http://www.iki.fi/tmb/Cooker/kernel-2.4.21.6.5tmb-1-1mdk.src.rpm

and md5dums:
http://www.iki.fi/tmb/Cooker/md5sums.asc

> 
> % changelog
> * Sun Aug  3 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.21-6.5tmb
> - moved all patches into Juans kernel tarball and started to
>   merge them with current mdk patches, to reduce srpm size
>   and make it easier for Juan & kernelteam to accept / use ...
> - spec cleanup due to the above
> - fix specs + scripts (head -1 -> head -n 1)
> - pci.ids 20030802 + my addons
> - cifs 0.8.5 Release
> - ieee1394 rev 1021
> - sync drm with dri 20030801
> - update matroxfb, radeonfb and sisfb
> - make sure we build sisfb + sis drm
> - update bcm5700 6.2.11, bcm4400 2.0.2
> - update to hostap 0.0.4
> - devfsd minilogd patch (andrey)
> - BadRAM patch (udo)
> - gcc3.3 and ULL fixes (galia)
> - alsa rtc support (svetljo)
> - irda 241 updates and cleanups (svetljo)
> - usb updates: (svetljo)
>- ax8817, ehci, hub, kobil, net, pl2303, rtl8150,  scanner,
>  serial, speedtouch, storage, usbfs, vicam, visor
> - lufs 0.9.6 (svetljo)
> - cloop 1.0 (svetljo)
> - bttv 20030625 (svetljo)
> - lirc saa7134 updates (svetljo)
> - sbp2 + scsi hotadd/remove patch (svetljo)
> - mod_dvb-1.0.0-pre3 (svetljo)(just to drop ~8MB out of kernel-source)
> - mod_marvel 0.1.1b (svetljo)
> 
> * Thu Jul 31 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.21-6.4tmb
> - update cifs to 0.8.3 cvs
> - fix bugs in ieee1394 and rediff rev 1010a
> - update audigy to 0.20a (svetljo)
> - ipmi acpi fix (svetljo)
> 
> * Tue Jul 29 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.21-6.3tmb
> - remove some ifdefs/defines leftower from old swsusp
> - rediff swsusp to make all rpms build _and_ work
> 
> * Mon Jul 28 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.21-6.2tmb
> - pci.ids 20030712 + my addons
> - readd swsusp and update to 1.0.3, including support for
>   xfs, acpi, splashscreen
> - supermount-ng 1.2.8
> - agpgart support for nforce, intel, sis
> - ieee1394 rev 1010
> - wireless orinoco 0.13e
> - cifs 0.8.2
> - amd8111e 3.0.3
> - bugfix for ne2k-pci, pcnet32
> - update 8139cp, 8139too
> - via-rhine 1.19
> - add ids to 3c59x
> - add rpm build configs for ieee, nvidia, cifs, swsusp
> 
> * Sun Jul 27 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.21-6.1tmb
> - change Makefile mrproper to remove ipsec buildtime symlinks
> - remove swsusp patches (needed for bugtesting)
> - update ide subsystem to 2.4.22-pre8
> 
> * Wed Jul 23 2003 Gwenole Beauchesne <[EMAIL PROTECTED]> 
> 2.4.21-6mdk
> 
> 
> 
>