View previous topic :: View next topic |
Author |
Message |
bjlockie Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Wed Dec 13, 2006 4:38 am Post subject: [SOLVED] net.lo error with kernel-2.6.19.1 |
|
|
I installed the 2.6.19.1 kernel from kernel.org
I get an error when I boot but everything seems to work.
I know it is net.lo:
I get SIO errors the 1st and every other time I restart it.
# /etc/init.d/net.lo restart
* WARNING: you are stopping a boot service.
* Stopping lo
* Bringing down lo
* Shutting down lo ... [ ok ]
* Starting lo
* Bringing up lo
* 127.0.0.1/8
SIOCSIFADDR: File exists
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFNETMASK: Cannot assign requested address
SIOCSIFBRDADDR: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Last edited by bjlockie on Wed Dec 13, 2006 5:26 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
erik258 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/18778702754589d89edad52.gif)
Joined: 12 Apr 2005 Posts: 2650 Location: Twin Cities, Minnesota, USA
|
Posted: Wed Dec 13, 2006 4:53 am Post subject: |
|
|
it says the file exists; does ifconfig list a lo? _________________ Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bjlockie Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Wed Dec 13, 2006 7:54 am Post subject: |
|
|
erik258 wrote: | it says the file exists; does ifconfig list a lo? |
Yep, it all works too.
I am now using 2.6.19-gentoo-r1 which fixes a problem I was having with alsa. ] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
erik258 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/18778702754589d89edad52.gif)
Joined: 12 Apr 2005 Posts: 2650 Location: Twin Cities, Minnesota, USA
|
Posted: Wed Dec 13, 2006 12:52 pm Post subject: |
|
|
if lo is there, the only problem is that you're trying to recreate it.
you have net.lo in 2 different runlevels maybe? (??)
rc-update show net.lo _________________ Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loki_val Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 13 Nov 2006 Posts: 418 Location: Denmark
|
Posted: Wed Dec 13, 2006 2:51 pm Post subject: |
|
|
I'll hazard a guess and say you've just installed baselayout-1.12.7. I had the same problem. This post and this post has more information. A bug report has been filed here which contains a patch that may or may not work. If you just want it to work, do this (quoting from this post):
Quote: | If you just want a resolution, do this:
add this line to /etc/portage/package.mask: Code: | =sys-apps/baselayout-1.12.7 | then: Code: | emerge -1v baselayout | and remember to do |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bjlockie Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Wed Dec 13, 2006 5:26 pm Post subject: |
|
|
peteralf wrote: | I'll hazard a guess and say you've just installed baselayout-1.12.7. I had the same problem. This post and this post has more information. A bug report has been filed here which contains a patch that may or may not work. If you just want it to work, do this (quoting from this post):
Quote: | If you just want a resolution, do this:
add this line to /etc/portage/package.mask: Code: | =sys-apps/baselayout-1.12.7 | then: Code: | emerge -1v baselayout | and remember to do |
|
That was it and the problem is fixed.
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|