(Dropping upstream from the cc list.  Please remember to reply
 upthread when you want to reach them.)
Hi Paul,

Paul Menzel wrote:
> Am Donnerstag, den 14.07.2011, 23:35 +0200 schrieb Svante Signell:
>> On Thu, 2011-07-14 at 13:27 -0500, Jonathan Nieder wrote:

>>>  - could you try booting b74fd238a9cf and b74fd238a9cf^ again
>>>    (to make sure we haven't hit a heisenbug) and send the
>>>    corresponding full dmesg and .config files?
>>
>> I am very sorry but I don't have physical access to that box for a month
>> from now.
>
> Having the same I could do also some tests over the weekend. I only need
> some instructions how to do that. Svante, could you please paste your
> commands for generating your Linux kernel package.

Here is one way:

 # apt-get install git build-essential
 $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 $ cd linux
 $ git checkout b74fd238a9cf^
 $ make localmodconfig; # minimal configuration
 $ make deb-pkg; # can add -j<n> for parallel build
 # dpkg -i ../<name of package>
 # reboot
 ... test test test ...

 $ cd ~/src/linux
 $ git checkout b74fd238a9cf
 $ make silentoldconfig; # reuse configuration
 $ make deb-pkg
 # dpkg -i ../<name of package>
 # reboot

Some more details on building the kernel are at
http://kernel-handbook.alioth.debian.org/ and in the
debian-kernel-handbook package, though I wouldn't be surprised if
there are details missing (in which case bug reports would be
appreciated).

Thanks, and sorry for my slow response.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to