well i think fs corruption ? ... booting nitro3 and running it for a bit toasted one install using reiser4 fs. possibly this option was the cause... havent tried it on any others.Just curious: what bad things happen with CONFIG_IOPRIO_WRITE=y ?



The patch fails massively. -p0 doesn't find any files, -p1 finds them but sees a lot of "previously applied patches", and fails on just about every single hunk.Darckness wrote:Archangel1: define "goes berserk". I'm running it right now and have been for a while. Try redownloading the patches/ebuild if you're having issues with patching.


Code: Select all
CC [M] fs/smbfs/request.o
fs/smbfs/request.c: In function `smb_recv_trans2':
fs/smbfs/request.c:714: error: duplicate label `out_bad_parm'
fs/smbfs/request.c:705: error: `out_bad_parm' previously defined here
fs/smbfs/request.c:718: error: duplicate label `out_bad_data'
fs/smbfs/request.c:709: error: `out_bad_data' previously defined here
fs/smbfs/request.c:721: error: duplicate label `out_EIO'
fs/smbfs/request.c:712: error: `out_EIO' previously defined here
make[2]: *** [fs/smbfs/request.o] Error 1
make[1]: *** [fs/smbfs] Error 2
make: *** [fs] Error 2
Code: Select all
Alright...here's to being excessively detailed...
root@dustin src # cd /usr/src/
root@dustin src # ls
linux linux-2.6.10-nitro4 linux-2.6.9-gentoo-r13 linux-2.6.9-gentoo-r8 xorg-x11-6.7.0-r3
linux-2.6.10-nitro2 linux-2.6.9-gentoo-r1 linux-2.6.9-gentoo-r4 linux-2.6.9-gentoo-r9
linux-2.6.10-nitro3 linux-2.6.9-gentoo-r12 linux-2.6.9-gentoo-r6 linux-2.6.9-nitro4
root@dustin src # rm .linux
rm: cannot remove `.linux': No such file or directory
root@dustin src # rm ./linux
root@dustin src # ls
linux-2.6.10-nitro2 linux-2.6.9-gentoo-r1 linux-2.6.9-gentoo-r4 linux-2.6.9-gentoo-r9
linux-2.6.10-nitro3 linux-2.6.9-gentoo-r12 linux-2.6.9-gentoo-r6 linux-2.6.9-nitro4
linux-2.6.10-nitro4 linux-2.6.9-gentoo-r13 linux-2.6.9-gentoo-r8 xorg-x11-6.7.0-r3
root@dustin src # ln -sf ./linux-2.6.10-nitro4 ./linux
root@dustin src # ls -l
total 8
lrwxrwxrwx 1 root root 21 Jan 8 18:02 linux -> ./linux-2.6.10-nitro4
drwxr-xr-x 20 root root 1400 Jan 6 22:21 linux-2.6.10-nitro2
drwxr-xr-x 20 root root 800 Jan 7 23:19 linux-2.6.10-nitro3
drwxr-xr-x 19 root root 656 Jan 8 17:59 linux-2.6.10-nitro4
drwxr-xr-x 19 root root 1312 Dec 31 17:02 linux-2.6.9-gentoo-r1
drwxr-xr-x 18 root root 664 Dec 24 00:21 linux-2.6.9-gentoo-r12
drwxr-xr-x 18 root root 664 Dec 31 08:15 linux-2.6.9-gentoo-r13
drwxr-xr-x 19 root root 1312 Nov 26 20:28 linux-2.6.9-gentoo-r4
drwxr-xr-x 18 root root 664 Nov 24 15:57 linux-2.6.9-gentoo-r6
drwxr-xr-x 18 root root 696 Dec 2 22:01 linux-2.6.9-gentoo-r8
drwxr-xr-x 18 root root 696 Dec 4 18:05 linux-2.6.9-gentoo-r9
drwxr-xr-x 20 root root 1304 Dec 30 15:23 linux-2.6.9-nitro4
drwxr-xr-x 3 root root 72 Dec 31 19:33 xorg-x11-6.7.0-r3
root@dustin src # cd linux
root@dustin linux # make clean
root@dustin linux # make mrproper
root@dustin linux # make menuconfig
::configures kernel, resulting in the following .config file::
root@dustin linux # make > /home/dustin/kernelmake.txt 2>&1
root@dustin linux # ls /boot/
bzNitroUdev fbsplash grub initrd initrd-gentoo-1280x1024 lost+found
(bzNitroUdev is my 2.6.9 Nitro 4 kernel, with working Udev.)
root@dustin linux # cp arch/i386/boot/bzImage /boot/bzNitro
root@dustin linux # ls /boot/
bzNitro bzNitroUdev fbsplash grub initrd initrd-gentoo-1280x1024 lost+found
root@dustin linux # nano -w /boot/grub/grub.conf
::only showing appropriate part::
title Gentoo Dev
root (hd0,0)
kernel /bzNitro root=/dev/hda3 video=radeonfb:ywrap,mtrr,1280x1024@60 splash=verbose,theme:emergence
initrd (hd0,0)/fbsplash
::fbsplash is the initrd holding the config for fbsplash. Yes, it works with the other kernel. Yes, I've tried it without the initrd.::
root@dustin linux # umount /boot
root@dustin linux # exit
exit
dustin@dustin dustin $
Code: Select all
1
1033
124
137
14737
14752
15989
16004
16141
16142
16143
16144
16145
16146
16227
16228
16234
18
2
247
248
249
250
2854
2855
3
4
851
9
920
959
acpi
asound
buddyinfo
bus
cmdline
cpuinfo
crypto
devices
diskstats
dma
driver
execdomains
fb
fbsplash
filesystems
fs
ide
interrupts
iomem
ioports
kallsyms
kcore
kmsg
loadavg
locks
meminfo
misc
modules
mounts
mtrr
net
partitions
scsi
self
slabinfo
stat
swaps
sysvipc
tty
uptime
version
vmstat
Code: Select all
[/home/john5788 :: 04:48 PM :: 1]
[john5788@john5788.x5788.net] $ uname -a
Linux john5788.x5788.net 2.6.10-ck #1 SMP Sat Jan 8 16:43:29 PST 2005 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/LinuxCode: Select all
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 10
EXTRAVERSION =-ck
NAME=Woozy NumbatCode: Select all
[/home/john5788 :: 04:59 PM :: 1]
[john5788@john5788.x5788.net] $ uname -a
Linux john5788.x5788.net 2.6.10-nitro4 #2 SMP Sat Jan 8 16:53:27 PST 2005 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux



Was using plain old nitro4, but the ebuild with "use-mm" enabled fails:Darckness wrote:monkey89: are you using nitro4 or nitro4-mm? Try using the other one.


