View previous topic :: View next topic |
Author |
Message |
coralsaw n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Jun 2005 Posts: 57
|
Posted: Fri Jul 15, 2005 10:23 am Post subject: make menuconfig fails [SOLVED] |
|
|
Hello all,
make menuconfig stopped working today. The error reported is:
Code: | scripts/kconfig/mconf arch/i386/Kconfig
net/Kconfig:202: can't open file "net/ipv4/netfilter/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2 |
The last thing i did was to try running the wondershaper script, which finished with an error (unfortunately I didn't keep it). The debug output up to the first error it threw was:
Code: | + NOPRIOHOSTSRC=80
+ NOPRIOHOSTDST=
+ NOPRIOPORTSRC=
+ NOPRIOPORTDST=
+ '[' '' = status ']'
+ tc qdisc del dev eth0 root
+ tc qdisc del dev eth0 ingress
+ '[' '' = stop ']'
+ tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 10mbit
RTNETLINK answers: Invalid argument |
Searching the forum, I tried to check the kernel config, and bumped on the make menuconfig problem. make clean and make mrproper do not run either. The fact that I run wondershaper before might just be incidental, since I haven't usd make menuconfig for some time now.
Any thoughts are appreciated. Please help.
/coralsaw
Last edited by coralsaw on Fri Jul 15, 2005 1:00 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hgerstung Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 22 Nov 2004 Posts: 123 Location: Northwestern Germany (OWL)
|
Posted: Fri Jul 15, 2005 10:51 am Post subject: |
|
|
Just re-emerge your kernel sources or download and untar them from kernel.org ... then you can start over.
Kind regards,
Heiko |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
coralsaw n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Jun 2005 Posts: 57
|
Posted: Fri Jul 15, 2005 11:46 am Post subject: |
|
|
This seemingly did it. I have yet to compile boot and see the real new system. Thx Heiko.
/coralsaw |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|