Page 11 of 60 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 594

Thread: How To Compile the new 2.6.16 kernel from kernel.org

  1. #101
    Join Date
    Mar 2006
    Beans
    55

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    K now it does that right away when I try to type "make-kpkg -initrd kernel_image" again... is it trying to compile from where I left off? Should I erase everything and start over?

  2. #102
    Join Date
    May 2005
    Location
    Paris, France
    Beans
    468
    Distro
    Edgy Eft Testing

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Hello,

    I'm using dapper with the 2.6.15 patched for reiser4 and a little tweaked, is this kernel + patchset really better than the almost 'official' one ?

    Thanks

  3. #103
    Join Date
    Jan 2006
    Beans
    1,113
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by geearf
    Hello,

    I'm using dapper with the 2.6.15 patched for reiser4 and a little tweaked, is this kernel + patchset really better than the almost 'official' one ?

    Thanks
    I don't think that you should upgrade. You won't really get that much better performance in my opinion.

  4. #104
    Join Date
    May 2005
    Location
    Paris, France
    Beans
    468
    Distro
    Edgy Eft Testing

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Allright then, I will just tweak it a little more, is there any specific patch I should try ?

    Thanks

  5. #105
    Join Date
    Jan 2006
    Beans
    1,113
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by geearf
    Allright then, I will just tweak it a little more, is there any specific patch I should try ?

    Thanks
    I don't think there is a specific patch you could use but I just compilied the new 2.6.16.5 kernel and I tried to customize it for speed. I also didn't use any patch...let's see how fast it is...

  6. #106
    Join Date
    Feb 2006
    Location
    the Netherlands
    Beans
    25
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    I was hoping I could get the newest kernel on my slowish computer, but alas, I have encountered a problem.

    When I'm building the kernel I get the following error:

    Code:
      
    ...
    ...
    ...
      CC      kernel/posix-timers.o
      CC      kernel/kthread.o
      CC      kernel/wait.o
      CC      kernel/kfifo.o
      CC      kernel/sys_ni.o
      CC      kernel/posix-cpu-timers.o
    kernel/posix-cpu-timers.c: In function ‘run_posix_cpu_timers’:
    kernel/posix-cpu-timers.c:1275: internal compiler error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    For Debian GNU/Linux specific bug reporting instructions,
    see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
    make[2]: *** [kernel/posix-cpu-timers.o] Error 1
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.16ck3'
    make: *** [stamp-build] Error 2
    root@box:/usr/src/linux#
    I noticed that if I start building it again, it starts off where the error occured and continues until it reaches the next "Segment fault".

    This can't good, can it?

  7. #107
    Join Date
    Jan 2006
    Beans
    1,113
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by eRoot
    I was hoping I could get the newest kernel on my slowish computer, but alas, I have encountered a problem.

    When I'm building the kernel I get the following error:

    Code:
      
    ...
    ...
    ...
      CC      kernel/posix-timers.o
      CC      kernel/kthread.o
      CC      kernel/wait.o
      CC      kernel/kfifo.o
      CC      kernel/sys_ni.o
      CC      kernel/posix-cpu-timers.o
    kernel/posix-cpu-timers.c: In function ‘run_posix_cpu_timers’:
    kernel/posix-cpu-timers.c:1275: internal compiler error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    For Debian GNU/Linux specific bug reporting instructions,
    see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
    make[2]: *** [kernel/posix-cpu-timers.o] Error 1
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.16ck3'
    make: *** [stamp-build] Error 2
    root@box:/usr/src/linux#
    I noticed that if I start building it again, it starts off where the error occured and continues until it reaches the next "Segment fault".

    This can't good, can it?
    ok, this can be the result of a bad patch. Try re-compiling the kernel and skip the patch step. Also compile the 2.6.16.5 kernel from kernel.org. Just follow the tutorial but replace the old kernel name (2.6.16) with the new one (2.6.16.5).

  8. #108
    Join Date
    Jan 2006
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    what do you mean with <name of the fine> ?

  9. #109
    Join Date
    Jan 2006
    Beans
    1,113
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by IsKall
    what do you mean with <name of the fine> ?
    I mean name of file. Sorry, typo. Are you installing the kernel now ? If so I hope it works.

  10. #110
    Join Date
    May 2005
    Location
    Paris, France
    Beans
    468
    Distro
    Edgy Eft Testing

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by MasterChief1234
    I don't think there is a specific patch you could use but I just compilied the new 2.6.16.5 kernel and I tried to customize it for speed. I also didn't use any patch...let's see how fast it is...
    Good, please tell us later about how it feels

Page 11 of 60 FirstFirst ... 91011121321 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •