Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

2.6.13.1-nitro1 "The Legend Continues" [STATUS: TESTING]

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
87 posts
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

2.6.13.1-nitro1 "The Legend Continues" [STATUS: TE

  • Quote

Post by seppe » Sat Sep 17, 2005 6:50 pm

Hey, time for a new nitro, don't you think? ;)

READ THIS FIRST: A GENERAL WARNING
Nitro-sources is a patchset for the Linux kernel designed to improve desktop performance and experience. Please note that nitro-sources *can* be unstable and that neither me or the other nitro-sources developers are responsible for breaking up your machine. ALWAYS keep a second, stable kernel image ready in your boot manager!
If something is broken while you run this release, please retry with a clean vanilla kernel. Never bug the gentoo devs while running this kernel, bug us instead in this thread ... although we can not guarantee to fix your problems all the time.

READ THIS FIRST: A RELEASE SPECIFIC WARNING
The status of this release is still "testing". All patches do compile cleanly (at least at my machine), but I haven't tested that all patches do their work right.
This can especially be dangerous at systems who run Reiser4. Reiser4 isn't tested *yet*. It does compile cleanly, but since I don't run this filesystem I can't tell that it works correctly. Please test this (but be aware that it *can* b0rk your system!!) and let us know in this thread that reiser4 works or not. Thanks ;)

GENERAL INFO
>> Full release name: 2.6.13-nitro1 "The Legend Continues"
>> Author: Sebastian Van Sande (aka 'seppe')
>> Release date: 17/09/2005
>> Apply against: a clean 2.6.13.1 Linux kernel
PATCH CONTENTS
>> Filename: 01_2.6.13-ck4
>> Description: The staircase scheduler + other useful tweaks for the desktop
>> Author: Con Kolivas
>> Website: http://kernel.kolivas.org

>> Filename: 02_software-suspend-2.2-rc5
>> Description: Hibernate your machine
>> Author: Nigel Cunningham?
>> Website: http://www.suspend2.net

>> Filename: 03_vesafb-tng-0.9-rc7-r1-2.6.13-rc6
>> Description: Vesa framebuffer - The Next Generation
>> Author: Spock
>> Website: http://dev.gentoo.org/~spock/projects/vesafb-tng

>> Filename: 04_fbsplash-0.9.2-r4-2.6.13-rc6
>> Description: Gensplash/fbsplash, a bootsplash replacement for Gentoo
>> Author: Spock
>> Website: http://dev.gentoo.org/~spock/projects/gensplash

>> Filename: 05_reiser4_from_2.6.13-mm2
>> Description: Reiser4, a fast journalling filesystem under development
>> Author: Hans Reiser
>> Website: http://www.namesys.com

>> Filename: 06_squashfs2.2
>> Description: Squash File System
>> Author: Phillip Lougher
>> Website: http://squashfs.sourceforge.net

>> Filename: 07_config-nr-tty-devices
>> Description: config number of terminal devices
>> Author: unknown
>> Website: unknown

>> Filename: 08_daconfig-2.2.0-modified
>> Description: display kernel name in kernel menu
>> Author: DaMouse
>> Website: http://kernel.damouse.co.uk

>> Filename: 09_tune_page_allocator
>> Description: Page allocator tuning patches from 2.6.13-mm3
>> Author: Andrew Morton
>> Website: http://www.kernel.org/pub/linux/kernel/people/akpm

>> Filename: 10_genetic_lib_and_genetic_as_sched
>> Description: Genetic lib + genetics for as io scheduler
>> Author: J. Moilanen
>> Website: http://kernel.jakem.net

>> Filename: 11_shfs-0.35
>> Description: SSH File System support
>> Author: Zemljanka core team
>> Website: http://shfs.sourceforge.net

>> Filename: 12_unionfs-1.0.13
>> Description: Unionfs stackable filesystem
>> Author: unknown
>> Website: http://www.fsl.cs.sunysb.edu/project-unionfs.html

>> Filename: 13_fix_PF_FREEZE_oops
>> Description: bugfix for missing PF_FREEZE in sched.h
>> Author: seppe
>> Website: http://sepi.be

>> Filename: 14_menucolors
>> Description: Give menuconfig pretty nitro colors ;)
>> Author: unknown, but I guess it was Tiger :)
>> Website: unknown

>> Filename: 15_The_Legend_Continues
>> Description: Label this release as 2.6.13-nitro1 "The Legend Continues"
>> Author: seppe
>> Website: http://sepi.be
DOWNLOADS & LINKS
Ebuild
Patch as bz2 file
Release notes
Broken out directory

HOW TO INSTALL ON A GENTOO SYSTEM
1. Download this ebuild
2. mkdir -p /usr/local/portage/sys-kernel/nitro-sources
3. Make sure that "/usr/local/portage" is in your PORTDIR_OVERLAY in /etc/make.conf
4. cd /usr/local/portage/sys-kernel/nitro-sources
5. cp /path/to/nitro-sources-2.6.13.1-r1.ebuild .
6. ebuild nitro-sources-2.6.13.1-r1.ebuild digest
7. emerge nitro-sources
8. cd /usr/src
9. cp linux/.config linux-2.6.13.1-nitro1
10. rm linux
11. ln -sf linux-2.6.13.1-nitro1 linux
12. cd linux
13. make oldconfig
14. make && make modules_install
15. mount /boot
16. cp arch/i386/boot/bzImage /boot/nitro-sources
17. add an entry in your boot manager which points to the /boot/nitro-sources image
HOW TO INSTALL ON A NON-GENTOO SYSTEM
1. Download patch-2.6.13.1-nitro1
2. Download linux-2.6.13.1.tar.bz2
3. Extract linux-2.6.13.1.tar.bz2 to /usr/src
4. cd /usr/src
5. mv linux-2.6.13.1 linux-2.6.13.1-nitro1
6. cd linux-2.6.13.1-nitro1
7. bzcat /path/to/linux-2.6.13-nitro1.bz2 | patch -p1
8. cp /usr/src/linux/.config /usr/src/linux-2.6.13.1-nitro1
9. rm linux
10. ln -sf linux-2.6.13.1-nitro1 linux
11. cd linux
12. make oldconfig
13. make && make modules_install
14. mount /boot (if it's on a seperate partition)
15. cp arch/i386/boot/bzImage /boot/nitro-sources
16. add entry in your boot manager which points to /boot/nitro-sources image
(for grub: take a look in /boot/grub/menu.lst)
17. reboot and behold!
ADD ON PATCHES
>> Filename: ADDON_chmp-r5-FULL
>> Description: Configurable Hid Mouse Polling
>> Website: http://omfg.linux.dk/pub/chmp/
How to apply the addon patches (I take ADDON_chmp-r5-FULL patch as an example):
1. Download the addon patch
2. cd /usr/src/linux-2.6.13.1-nitro1
3. patch -p1 < /path/to/ADDON_chmp-r5-FULL
4. make oldconfig
THAT'S ALL FOLKS
Enjoy, it was a pleasure. Have a nice day.
Last edited by seppe on Sat Sep 17, 2005 8:02 pm, edited 3 times in total.
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
Legoguy
Apprentice
Apprentice
User avatar
Posts: 166
Joined: Mon Dec 22, 2003 3:35 am
Location: Edmonton, Alberta, Canada
Contact:
Contact Legoguy
Website

  • Quote

Post by Legoguy » Sat Sep 17, 2005 7:12 pm

Trying this out now :D
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 17, 2005 7:16 pm

Nice. 8)

*now compiling*
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
1U
Guru
Guru
User avatar
Posts: 319
Joined: Thu Jul 21, 2005 8:56 pm

  • Quote

Post by 1U » Sat Sep 17, 2005 7:22 pm

I get the following errors when doing make && make modules_install

Code: Select all

fs/reiser4/inode_ops.c:597: warning: initialization from incompatible pointer type

kernel/intermodule.c:179: warning: `inter_module_register' is deprecated (declared at kernel/intermodule.c:38)
kernel/intermodule.c:180: warning: `inter_module_unregister' is deprecated (declared at kernel/intermodule.c:79)
kernel/intermodule.c:182: warning: `inter_module_put' is deprecated (declared at kernel/intermodule.c:160)

In file included from drivers/char/agp/nvidia-agp.c:15:
drivers/char/agp/agp_suspend.h:38: error: parse error before "_something_"
drivers/char/agp/agp_suspend.h:40: warning: function declaration isn't a prototype
make[3]: *** [drivers/char/agp/nvidia-agp.o] Error 1
make[2]: *** [drivers/char/agp] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
Also, I noticed you don't have the usb fast mouse polling patch added as the 12-nitro5 had. Would it be possible to include this?

Thanks.
Obstacles do not exist to be surrendered to, but only to be broken.
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Sat Sep 17, 2005 7:27 pm

1U wrote:I get the following errors when doing make && make modules_install

Code: Select all

fs/reiser4/inode_ops.c:597: warning: initialization from incompatible pointer type

kernel/intermodule.c:179: warning: `inter_module_register' is deprecated (declared at kernel/intermodule.c:38)
kernel/intermodule.c:180: warning: `inter_module_unregister' is deprecated (declared at kernel/intermodule.c:79)
kernel/intermodule.c:182: warning: `inter_module_put' is deprecated (declared at kernel/intermodule.c:160)

In file included from drivers/char/agp/nvidia-agp.c:15:
drivers/char/agp/agp_suspend.h:38: error: parse error before "_something_"
drivers/char/agp/agp_suspend.h:40: warning: function declaration isn't a prototype
make[3]: *** [drivers/char/agp/nvidia-agp.o] Error 1
make[2]: *** [drivers/char/agp] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
Also, I noticed you don't have the usb fast mouse polling patch added as the 12-nitro5 had. Would it be possible to include this?

Thanks.
Hey, it looks like your error has something to do with nvidia's agp. I didn't checked that because I don't have an nvidia card but I'll see what I can do. Can you try to disable software suspend?

About the usb fast polling patch, I didn't include it because on the official website of the patch they see that it's in the official 2.6.12 kernel. See http://omfg.linux.dk/pub/chmp/
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
1U
Guru
Guru
User avatar
Posts: 319
Joined: Thu Jul 21, 2005 8:56 pm

  • Quote

Post by 1U » Sat Sep 17, 2005 7:29 pm

Thanks for having a look, I hope I can get it working sometime because I'm enthusiastic of trying this new release :). I'm still a bit confused about the polling patch, so it's in the official 12 but not 13? :-/

Also, I like how you returned things back to the normal menus with menuconfig, though the green colors are a bit odd (if that's even sources dependant).
Last edited by 1U on Sat Sep 17, 2005 7:36 pm, edited 2 times in total.
Obstacles do not exist to be surrendered to, but only to be broken.
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Sat Sep 17, 2005 7:30 pm

1U wrote:Thanks for taking a look. I'm still a bit confused about the polling patch, so it's in the official 12 but not 13? :-/
Well, I'm not sure either. But I have a patch ready if you want. I'll upload it asap as an addon.
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
Thetargos
Apprentice
Apprentice
User avatar
Posts: 155
Joined: Wed May 28, 2003 7:25 pm
Location: Mexico City

  • Quote

Post by Thetargos » Sat Sep 17, 2005 7:39 pm

Excellent news, compiling right now...
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Sat Sep 17, 2005 7:56 pm

1U wrote: Also, I noticed you don't have the usb fast mouse polling patch added as the 12-nitro5 had. Would it be possible to include this?

Thanks.
I added it as an addon patch. Copy/paste from what I added to the first post in this thread:

ADD ON PATCHES
>> Filename: ADDON_chmp-r5-FULL
>> Description: Configurable Hid Mouse Polling
>> Website: http://omfg.linux.dk/pub/chmp/
How to apply the addon patches (I take ADDON_chmp-r5-FULL patch as an example):
1. Download the addon patch
2. cd /usr/src/linux-2.6.13.1-nitro1
3. patch -p1 < /path/to/ADDON_chmp-r5-FULL
4. make oldconfig

And now I go to my local bar, see ya and let me know that it works or not in this thread.
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 17, 2005 9:03 pm

First of all, the good news:

The kernel compiled without any problem on my machine!

Code: Select all

Linux sulphur 2.6.13.1-nitro1 #1 Sat Sep 17 22:32:01 CEST 2005 i686 AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
Second, the bad news: :(

First of all, I miss the nitro-logo at bootup ;)
Then, this message appeared during boot:

Code: Select all

ACPI wakeup devices: 
PCI0 UAR1  USB USB1 USB2  AC9  MC9 ILAN SLPB 
ACPI: (supports S0 S1 S4 S5)
VFS: Mounted root (reiser4 filesystem) readonly.
Freeing unused kernel memory: 232k freed
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294965120
Buffer I/O error on device nbd0, logical block 536870640
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294965120
Buffer I/O error on device nbd0, logical block 536870640
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294964992
Buffer I/O error on device nbd0, logical block 536870624
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294964992
Buffer I/O error on device nbd0, logical block 536870624
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294964992
Buffer I/O error on device nbd0, logical block 536870624
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294964848
Buffer I/O error on device nbd0, logical block 536870606
nbd0: Request when not-ready
end_request: I/O error, dev nbd0, sector 4294964848
Buffer I/O error on device nbd0, logical block 536870606
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294965120
Buffer I/O error on device nbd1, logical block 536870640
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294965120
Buffer I/O error on device nbd1, logical block 536870640
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294964992
Buffer I/O error on device nbd1, logical block 536870624
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294964992
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294964992
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294964848
nbd1: Request when not-ready
end_request: I/O error, dev nbd1, sector 4294964848
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294965120
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294965120
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294964992
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294964992
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294964992
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294964848
nbd10: Request when not-ready
end_request: I/O error, dev nbd10, sector 4294964848
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294965120
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294965120
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294964992
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294964992
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294964992
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294964848
nbd11: Request when not-ready
end_request: I/O error, dev nbd11, sector 4294964848
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294965120
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294965120
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294964992
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294964992
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294964992
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294964848
nbd12: Request when not-ready
end_request: I/O error, dev nbd12, sector 4294964848
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294965120
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294965120
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294964992
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294964992
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294964992
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294964848
nbd13: Request when not-ready
end_request: I/O error, dev nbd13, sector 4294964848
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294965120
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294965120
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294964992
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294964992
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294964992
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294964848
nbd14: Request when not-ready
end_request: I/O error, dev nbd14, sector 4294964848
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294965120
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294965120
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294964992
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294964992
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294964992
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294964848
nbd15: Request when not-ready
end_request: I/O error, dev nbd15, sector 4294964848
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294965120
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294965120
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294964992
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294964992
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294964992
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294964848
nbd2: Request when not-ready
end_request: I/O error, dev nbd2, sector 4294964848
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294965120
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294965120
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294964992
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294964992
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294964992
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294964848
nbd3: Request when not-ready
end_request: I/O error, dev nbd3, sector 4294964848
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294965120
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294965120
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294964992
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294964992
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294964992
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294964848
nbd4: Request when not-ready
end_request: I/O error, dev nbd4, sector 4294964848
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294965120
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294965120
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294964992
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294964992
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294964992
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294964848
nbd5: Request when not-ready
end_request: I/O error, dev nbd5, sector 4294964848
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294965120
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294965120
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294964992
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294964992
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294964992
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294964848
nbd6: Request when not-ready
end_request: I/O error, dev nbd6, sector 4294964848
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294965120
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294965120
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294964992
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294964992
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294964992
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294964848
nbd7: Request when not-ready
end_request: I/O error, dev nbd7, sector 4294964848
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294965120
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294965120
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294964992
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294964992
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294964992
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294964848
nbd8: Request when not-ready
end_request: I/O error, dev nbd8, sector 4294964848
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294965120
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294965120
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294964992
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294964992
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294964992
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294964848
nbd9: Request when not-ready
end_request: I/O error, dev nbd9, sector 4294964848
Adding 250480k swap on /dev/hde2.  Priority:-1 extents:1
nvidia: module license 'NVIDIA' taints kernel.
Looks like something wents wrong. :( But after that the kernel boots as it should. The main problem is: No I switched back to 2.6.12-nitro5 and the same error came! So seems like now something is screwed up. Perhaps I'll recover my complete backup from yesterday.
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
1U
Guru
Guru
User avatar
Posts: 319
Joined: Thu Jul 21, 2005 8:56 pm

  • Quote

Post by 1U » Sat Sep 17, 2005 9:16 pm

Lenz wrote:Looks like something wents wrong... I switched back to 2.6.12-nitro5 and the same error came! So seems like now something is screwed up. Perhaps I'll recover my complete backup from yesterday.
Yikes! I better do a backup before I experiment any further ;) Thanks for reminding me.
Obstacles do not exist to be surrendered to, but only to be broken.
Top
m0p
Apprentice
Apprentice
User avatar
Posts: 205
Joined: Mon Jun 20, 2005 6:55 pm
Location: en_GB

  • Quote

Post by m0p » Sat Sep 17, 2005 9:18 pm

I've got the source unpacked, I'll compile it later. Just wanna know, do all 2.6.13 kernels automaticly mount CD drives in /media, or is that just gvivid/vivid? Cause it is a feature I really don't want. I like mounting by hand, so much better for me.
Top
a13x
Apprentice
Apprentice
Posts: 215
Joined: Wed Jan 05, 2005 12:01 am

  • Quote

Post by a13x » Sat Sep 17, 2005 9:25 pm

It compiled without any problems and now I'm writing this message using it but I must say I'm missing the nitro logo .... Anyway thx for another great release. :D
Top
Kensai
Guru
Guru
User avatar
Posts: 575
Joined: Tue Mar 09, 2004 1:03 am
Location: Puerto Rico
Contact:
Contact Kensai
Website

  • Quote

Post by Kensai » Sat Sep 17, 2005 9:44 pm

So when is Tiger683 going to come back? :(
Gentoo: Gigabyte: nFORCE 2: nVIDIA GeForce 6600: AMD Athlon XP 3200+
Leaving the above specs to immortalize the first system I Installed Gentoo on!
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 17, 2005 10:36 pm

My error above doesn't seem to be a nitro problem. Found this in bugzilla:

http://bugs.gentoo.org/show_bug.cgi?id=101967
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
TheAlamo
n00b
n00b
Posts: 38
Joined: Sun Nov 14, 2004 11:46 pm
Location: Frankfurt/Germany

  • Quote

Post by TheAlamo » Sat Sep 17, 2005 10:37 pm

@seppe

2.6.13-nitro1 up and running - thanxalot

Chances to add Jeff Garzik's libata patches in nitro2?
Top
Gentree
Watchman
Watchman
User avatar
Posts: 5350
Joined: Tue Jul 01, 2003 12:51 am
Location: France, Old Europe

  • Quote

Post by Gentree » Sat Sep 17, 2005 10:40 pm

Thanks seppe, I'm still running 2.6.11-nitro2, where have I been ?!

Time for a clean pair of socks and a new kernel. 8O
a13x wrote:It compiled without any problems and now I'm writing this message using it but I must say I'm missing the nitro logo .... Anyway thx for another great release. :D
great! Does that mean you are using reiser-1.0.5 without any worries?

1.0.5 has been tempting me for a while but I have seen a few worrying posts like the one above.

I have portage on R4 so I dont want it to go down. I may clone it to ext3 just in case.


8)
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Top
Cinder6
l33t
l33t
User avatar
Posts: 767
Joined: Thu Aug 05, 2004 4:33 am
Location: California
Contact:
Contact Cinder6
Website

  • Quote

Post by Cinder6 » Sat Sep 17, 2005 10:42 pm

Excellent, thanks seppe :) I wish that I were at home (or on a Linux machine atm--troubleshooting a Windows machine as I type this, lol), so I could try out this guy and report on Reiser4 ;) Gonna do a full backup first, though, just in case.

One quick question: Does the included ck patch have the vm swapping patch (think that was the name)?

Thanks.
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Top
Thetargos
Apprentice
Apprentice
User avatar
Posts: 155
Joined: Wed May 28, 2003 7:25 pm
Location: Mexico City

  • Quote

Post by Thetargos » Sat Sep 17, 2005 10:50 pm

Thanks Seppe, working just fine.

And yes, it does include the Swap hack.
Top
Cinder6
l33t
l33t
User avatar
Posts: 767
Joined: Thu Aug 05, 2004 4:33 am
Location: California
Contact:
Contact Cinder6
Website

  • Quote

Post by Cinder6 » Sat Sep 17, 2005 10:52 pm

Cool :)

Anybody try it with RR4 yet, or will I be the first once I get home in a few hours? (That is, if nobody beats me to it before then.)
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 17, 2005 11:42 pm

Okay, now that the problem above is solved by downgrading udev, everything works fine (also with reiser4) except the nitro logo. So please reintroduce it in -r2. :)
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Sun Sep 18, 2005 12:35 am

Nice to hear that it works fine. Now I'm going to sleep, because I'm a bit drunk atm :)
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
satanskin
Guru
Guru
Posts: 353
Joined: Mon Apr 25, 2005 1:37 am

  • Quote

Post by satanskin » Sun Sep 18, 2005 12:44 am

Okay, now that the problem above is solved by downgrading udev
In the bugzilla link you posted, it mentions it is from upgrading to udev-65. Have you tried upgrading again to the new udev-70 rather than downgrading?
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

  • Quote

Post by bollucks » Sun Sep 18, 2005 2:24 am

Since ck5 is already out and you're still in testing, why not sync up with that.
Top
Cinder6
l33t
l33t
User avatar
Posts: 767
Joined: Thu Aug 05, 2004 4:33 am
Location: California
Contact:
Contact Cinder6
Website

  • Quote

Post by Cinder6 » Sun Sep 18, 2005 5:06 am

Starting the download now! :)

Oh, and I couldn't find the staircase scheduler stuff in the config, but the ck4 patches are supposed to have them.
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Top
Post Reply

87 posts
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic