* [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
@ 2005-09-01 21:57 Alexander Skwar
2005-09-01 22:06 ` John Jolet
2005-09-02 3:23 ` Octavio Ruiz (Ta^3)
0 siblings, 2 replies; 6+ messages in thread
From: Alexander Skwar @ 2005-09-01 21:57 UTC (permalink / raw
To: gentoo-user
Hello!
Since recently, I cannot bring up the loopback device at
the first attempt. Running net.lo fails like this:
alexander@blatt ~ $ sudo /etc/init.d/net.lo start
* 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 [ !! ]
When I run the command right again, it wokrs just fine:
alexander@blatt ~ $ sudo /etc/init.d/net.lo start
* Starting lo
* Bringing up lo
* 127.0.0.1/8 [ ok ]
* Adding routes
* 127.0.0.0/8 ... [ ok ]
alexander@blatt ~ $ uname -a
Linux blatt 2.6.12-ck6.020.sysvipc #1 Fri Aug 26 18:19:03 CEST 2005 i686 Intel(R) Celeron(R) M processor 1.50GHz GenuineIntel GNU/Linux
alexander@blatt ~ $ epm -qf /etc/init.d/net.lo
baselayout-1.12.0_pre7
Any ideas, why this might be like this?
Thanks,
Alexander Skwar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
2005-09-01 21:57 [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address Alexander Skwar
@ 2005-09-01 22:06 ` John Jolet
2005-09-02 0:10 ` [gentoo-user] " Sarpy Sam
2005-09-02 11:56 ` [gentoo-user] " Alexander Skwar
2005-09-02 3:23 ` Octavio Ruiz (Ta^3)
1 sibling, 2 replies; 6+ messages in thread
From: John Jolet @ 2005-09-01 22:06 UTC (permalink / raw
To: gentoo-user
On Sep 1, 2005, at 4:57 PM, Alexander Skwar wrote:
> Hello!
>
> Since recently, I cannot bring up the loopback device at
> the first attempt. Running net.lo fails like this:
>
> alexander@blatt ~ $ sudo /etc/init.d/net.lo start
> * 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 [ !! ]
um, why are you having to start loopback by hand? does it fail to
start on boot?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
2005-09-01 22:06 ` John Jolet
@ 2005-09-02 0:10 ` Sarpy Sam
2005-09-02 11:56 ` [gentoo-user] " Alexander Skwar
1 sibling, 0 replies; 6+ messages in thread
From: Sarpy Sam @ 2005-09-02 0:10 UTC (permalink / raw
To: gentoo-user
I had the same problem. I did an emerge sync and emerge -uDva world.
There was a new version of baselayout from the one this morning when I
did an update so I installed it and everything works fine now.
On 9/1/05, John Jolet <john@jolet.net> wrote:
>
> On Sep 1, 2005, at 4:57 PM, Alexander Skwar wrote:
>
> > Hello!
> >
> > Since recently, I cannot bring up the loopback device at
> > the first attempt. Running net.lo fails like this:
> >
> > alexander@blatt ~ $ sudo /etc/init.d/net.lo start
> > * 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 [ !! ]
> um, why are you having to start loopback by hand? does it fail to
> start on boot?
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Sarpy Sam
Thoughts from the Middle of Nowhere
http://nowherethoughts.net/sarpysam
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
2005-09-01 21:57 [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address Alexander Skwar
2005-09-01 22:06 ` John Jolet
@ 2005-09-02 3:23 ` Octavio Ruiz (Ta^3)
2005-09-02 11:58 ` Alexander Skwar
1 sibling, 1 reply; 6+ messages in thread
From: Octavio Ruiz (Ta^3) @ 2005-09-02 3:23 UTC (permalink / raw
To: gentoo-user
Alexander Skwar, who happens to be smarter than you, thinks:
> Hello!
>
> Since recently, I cannot bring up the loopback device at
> the first attempt. Running net.lo fails like this:
http://bugs.gentoo.org/104415
It's fixed now. sync and update baselayout.
--
Sex and drugs and UNIX.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
2005-09-01 22:06 ` John Jolet
2005-09-02 0:10 ` [gentoo-user] " Sarpy Sam
@ 2005-09-02 11:56 ` Alexander Skwar
1 sibling, 0 replies; 6+ messages in thread
From: Alexander Skwar @ 2005-09-02 11:56 UTC (permalink / raw
To: gentoo-user
John Jolet schrieb:
> On Sep 1, 2005, at 4:57 PM, Alexander Skwar wrote:
>
>> Hello!
>>
>> Since recently, I cannot bring up the loopback device at
>> the first attempt. Running net.lo fails like this:
>>
>> alexander@blatt ~ $ sudo /etc/init.d/net.lo start
>> * 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 [ !! ]
> um, why are you having to start loopback by hand? does it fail to
> start on boot?
Exactly.
Alexander Skwar
--
An Englishman never enjoys himself, except for a noble purpose.
-- A.P. Herbert
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...
2005-09-02 3:23 ` Octavio Ruiz (Ta^3)
@ 2005-09-02 11:58 ` Alexander Skwar
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Skwar @ 2005-09-02 11:58 UTC (permalink / raw
To: gentoo-user
Octavio Ruiz (Ta^3) schrieb:
> Alexander Skwar, who happens to be smarter than you, thinks:
>> Hello!
>>
>> Since recently, I cannot bring up the loopback device at
>> the first attempt. Running net.lo fails like this:
>
> http://bugs.gentoo.org/104415
>
> It's fixed now. sync and update baselayout.
Glad to hear! Thanks!
Alexander Skwar
--
BOFH Excuse #177:
sticktion
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-09-02 12:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 21:57 [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address Alexander Skwar
2005-09-01 22:06 ` John Jolet
2005-09-02 0:10 ` [gentoo-user] " Sarpy Sam
2005-09-02 11:56 ` [gentoo-user] " Alexander Skwar
2005-09-02 3:23 ` Octavio Ruiz (Ta^3)
2005-09-02 11:58 ` Alexander Skwar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox