PDA

View Full Version : kdb on debian linux


shankar
6th February 2007, 16:28
Hi to all,
i am working as linux driver developer, I wanted to use kdb on debain-linux-2.6.18
when i tried to add the pathes i was getting .rej
can please help me how to add the patches to my kernel tree.



thanks

falko
7th February 2007, 19:52
What exactly are you trying to do?
What are the exact error messages you're getting?

shankar
8th February 2007, 14:52
I am getting so many .rej file when i am adding the patchs and asking me enter the location of file :(for patch to be added)

regards
shankar

falko
9th February 2007, 16:20
Please try to be more detailed.
Which commands are you running, and what's the output of each of them?

shankar
9th February 2007, 17:35
these are the .rej files i am getting when i am adding the kdb patches using

patch -p1 <kdb-v4.4-2.6.18-common-1


1 out of 1 hunk ignored -- saving rejects to file Documentation/kdb/kdb.mm.rej
The next patch would create the file Documentation/kdb/kdb_bp.man,

falko
10th February 2007, 21:39
these are the .rej files i am getting when i am adding the kdb patches using

patch -p1 <kdb-v4.4-2.6.18-common-1


1 out of 1 hunk ignored -- saving rejects to file Documentation/kdb/kdb.mm.rej
The next patch would create the file Documentation/kdb/kdb_bp.man,
Normally this happens if you apply a patch to the wrong kernel version. Make sure your kernel version is correct for the patch.

shankar
13th February 2007, 09:52
Hi ,

I am using debian kernel version 2.6.18( 2.6.18 source code)
and the patch is kdb-v4.4-2.6.18-common-1 which will suite for this version.

then why it is not matching with the existing kernel patch

shankar