| |
| |
| |
|
Page: 1 2
Comments:
<0> hey guys <0> i need some help with setting up a new kernal <0> .config:16:warning: trying to ***ign nonexistent symbol CLEAN_COMPILE <0> .config:34:warning: trying to ***ign nonexistent symbol KOBJECT_UEVENT <0> .config:147:warning: trying to ***ign nonexistent symbol ACPI_BOOT <0> get a couple of pages of these errors <1> NxNxMox, get a fresh kernel source, start from scratch <0> hm <0> k <2> they are warnings, not errors <1> what's the meaning of the V patch at kernel.org ? <1> say, patch-2.6.16.bz2, which source should it be applied to? <3> i'm running 2.6.15 and now suddenly get this when trying to 'ifup eth0': "Mar 31 20:43:00 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready"...my ethernet is onboard: "0000:00:07.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 Gigabit Ethernet Adapter (rev 11)" <3> dli: to 2.6.15, i think <0> hey? <0> ivers/char/istallion.c:1518: warning: restore_flags is deprecated (declared at include/linux/interrupt.h:84)
<0> drivers/char/istallion.c: In function stli_write: <0> drivers/char/istallion.c:1565: warning: save_flags is deprecated (declared at include/linux/interrupt.h:79) <1> bkudria, so many subversions of 2.6.15, .1-.7 <0> this a good sign? <0> *not a good sign <1> I suppose this is a simple question? how do I use the V patch from kernel.org :( <3> dli: i'm pretty sure you just apply it to 2.6.15 <3> dli: give it a go, if it doesn't work, it doesn't work... <0> ? <2> yeah <2> or if 2.6.15.1.bz2 to 2.6.15.7.bz2 exist then patch-2.6.16.bz2 is probly against 2.6.15.7 <1> balrog-kun, no, 2.6.15.7 didn't exist when patch-2.6.16.bz2 was released <1> balrog-kun, and, there was 2.6.15.6, but the patch doesn't apply <2> then it's 2.6.15, i guess <4> why is it that i can't build a custom kernel for a dell inspiron notebook? i've tried a few different kernels and even tried to customize the mandriva stock kernel and either get kernel panics or windows in the middle of the screen that can't be closed or the keyboard doesn't work. since i've built kernels on other laptops and desktops i must be somewhat competent. google is no help also. <1> codergeek42_, hi <5> Hi dli <1> codergeek42_, a dumb question about kernel patch, what's the meaning of the kernel.org V patch, say, patch-2.6.16.bz2 <1> codergeek42_, it doesn't say to which source it should be applied on <1> codergeek42_, I couldn't find the answer at kernel.org or kernelnewbies.org <5> I think it's to the previous stable release <1> codergeek42_, that's what I thought, 2.6.16 was released after 2.6.15.6, but it doesn't apply on 2.6.15.6 <6> hmm <7> re <7> guys who can explain me, what is "0x08048000"? the addr(beginning) of ELF-header or addr of .TEXT segment? <8> hi <8> I'm having an unusual problem compiling an old 2.4.x kernel (something that I have done before), and i'm wondering if anyone here might be able to offer some advice as to what's going wrong. I think it might be something to do with gcc, but i'm not sure <9> CerealVore: what is the gcc error that you are getting ? <8> robinp: getting a couple of different errors <8> should i pastebin them, or private you? <8> http://pastebin.com/633971 <8> that's one set <7> guys who can explain me, what is "0x08048000"? the addr(beginning) of ELF-header or addr of .TEXT segment? <8> http://pastebin.com/633975 <8> that's a different one <8> (trying this on different system, different gcc version) <8> they're using either gcc 3.3 or 4, the last time i did this, i think i was using 3.0 <8> but the same code <9> have you tried googling for the errors (lines 51 and 2 respectively) <8> yes, but haven't found anything specific to the kernel/gcc versions i'm using <10> heya clown <11> hi <10> hey <10> now i can spell your name <11> LOl yeah <12> is there anything wrong with iptables in last 2.6.16.1 kernel? i have all iptables otion turned on and i still see "FATAL: Module ip_tables not found." when i type iptables -L <12> CONFIG_IP_NF_IPTABLES=y <12> also CONFIG_NETFILTER_XTABLES=y and many other otions on y <6> juice`: did it compile? <12> yes <6> lots of reasons why it might not be there <12> well, at least make bzImage && make modules && make modules_install gave sucess <6> did you install it? <12> would it be saying FATAL error if i did not? <6> my guss is you overlooked a critical error or warning during install or the build <6> some warnings will indicate the reason why certain things are not built <12> is there any critical-error.log or something? or should i just watch everything durning compile time? <6> yes you should observe the output from compiles or install a shell script that will build & flag the obvious <12> by the way, i always compile kernel myself and didnt ever had any problems with it :( <12> i was just upgrading from 2.6.15.6 then 2.6.16 then 2.6.16.1 and somewhere on the road it happend
<6> you were compiling kernels whilst driving? <6> no wonder it didn't build properly <12> kernel/auditsc.c: In function 'audit_filter_user': <12> kernel/auditsc.c:607: warning: 'state' is used uninitialized in this function <12> for example such warnings... <12> fs/bio.c: In function 'bio_alloc_bioset': <12> fs/bio.c:168: warning: 'idx' may be used uninitialized in this function <12> or this... <6> yup such warnings can result in a failed build <12> but why there is bzImage then ? <6> you need too follow it through <6> and or disable the <6> bits that are broken <6> hate it when irssi does that <12> i see like 20 different XFS warnings <12> i don't have ANY idea how i can tweak options concerning XFS in kernel <12> i just turned it on <12> no extra options <6> disabling xfs will get rid of the warnings <12> my whole system is on XFS <6> hahaha, then you might need too wait a kernel or two for xfs too be fixed <12> but i dount it has something to do with iptables problem <12> i watched all compile time <6> is it that critical for you too have the bleeding edge kernel? <12> and there was nothing about iptables <12> not really, i guess that is my mistake <12> i wanted to have all additional XFS tweaks becouse i read there are a lot of it <12> i will go back to 2.6.15.6 <6> I'd just wait till the next one is released & everything will probably be hunky dory again :) <12> ok :) thanks <13> lo lo gb <13> neil_m, TheBonsai friends sup :) <14> ay0 hi there <14> was about to leave for a small cruise <13> TheBonsai, how things there dude? <14> okay, you? <6> TheBonsai: you got my houseboat? <13> fine <13> trying to find another job <14> _RADIOhead: why? <14> gb: sure... EH? <13> don`t like job here <13> and my payment is low :( <6> rad182: you're just fussy :P <13> gb :P <14> _RADIOhead: "a" job is better then "no" job ;) <13> ;) <13> well first ill try to get new one then leave -current :) <13> http://www.neilmathers.co.uk/buddies.html :) TheBonsai <6> you're not rad182 are you? <13> ups <13> hahaha gb :) <13> i did not see rad182 <13> by the way i will start firewall against you LOl im next target right :)? <14> _RADIOhead: eeew. yours? <6> stuffs up my tab completion <6> firewall wont prevent you getting kick/banned :) <13> nope neil_m , but im on foto with my daughter <13> gb ;0 <14> sweet ;) <13> thx dude :) <6> telstraclear? whats that suppossed too mean? <15> hi folks <15> i get "illeagal module format" message when i try to load any module <15> i compiled the kernel (2.6.16) from source on FC5 <15> any help? <15> anybody out there? <15> hi all <15> i get error while loading the kernel module <15> http://pastebin.com/634278
Return to
#kernel or Go to some related
logs:
#centos #css #web #linux Fortran is Fun RF Linux luit dsl
expecting a parameter or declaration ddns-update-style #perl #php /usr/games/bin permission gentoo
|
|