Re: [gentoo-user] Re: Network config problem

2019-12-01 Thread Peter Humphrey
On Saturday, 30 November 2019 21:31:14 GMT Nuno Silva wrote:
> On 2019-11-30, Peter Humphrey wrote:
> > I want to start playing with IPv6 (thanks, Ralph S.) but first I need
> > to clean up something wrong with my existing IPv4.
> > 
> > # /etc/init.d/net.eth0 restart
> 
> [...]
> 
> >  * Bringing down interface eth0
> > 
> > RTNETLINK answers: No such file or directory
> > Error talking to the kernel
> > 
> >  * Bringing up interface eth0
> 
> [...]
> 
> Which version of netifrc do you have? Could this be bug 642774[1]? It
> depends on the request to stabilize netifrc-0.6.1, so if you have an
> older version, you could try that one.

Yes, that's it. Upgrading to 0.6.1 has fixed it.

Many thanks, and well spotted!

> From the commit itself[2], it looks like netifrc is checking for L2TP in
> a way which produces this output when L2TP isn't supported.
> 
> [1] https://bugs.gentoo.org/show_bug.cgi?id=642774
> [2]
> https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1e14262524d65918ed6d1
> d13f2abd87b2f11425b


-- 
Regards,
Peter.






Re: [gentoo-user] Re: Network config problem

2019-11-30 Thread Ralph Seichter
* Nuno Silva:

> Which version of netifrc do you have? Could this be bug 642774[1]?

Possibly. Similar issues have been reported for a while, see for example
https://bugs.gentoo.org/609682 .  Since I only stop network interfaces
manually once in a blue moon, I have shrugged it off so far.

-Ralph



[gentoo-user] Re: Network config problem

2019-11-30 Thread Ian Zimmerman
On 2019-11-30 14:34, Peter Humphrey wrote:

> I want to start playing with IPv6 (thanks, Ralph S.) but first I need
> to clean up something wrong with my existing IPv4.

>  * Bringing down interface eth0
> RTNETLINK answers: No such file or directory
> Error talking to the kernel

Do you mean the bit above?  I get that too, and I have been seeing it
for as long as I remember - maybe always.  I ignore it and nothing bad
happens.

I have totally different hardware (r8169), and I have the "stable" names
on (ahem), so I think neither of those  are relevant.

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.



[gentoo-user] Re: Network config problem

2019-11-30 Thread nunojsilva
On 2019-11-30, Peter Humphrey wrote:

> I want to start playing with IPv6 (thanks, Ralph S.) but first I need
> to clean up something wrong with my existing IPv4.
>
> # /etc/init.d/net.eth0 restart
[...]
>  * Bringing down interface eth0
> RTNETLINK answers: No such file or directory
> Error talking to the kernel
>  * Bringing up interface eth0
[...]

Which version of netifrc do you have? Could this be bug 642774[1]? It
depends on the request to stabilize netifrc-0.6.1, so if you have an
older version, you could try that one.

>From the commit itself[2], it looks like netifrc is checking for L2TP in
a way which produces this output when L2TP isn't supported.

[1] https://bugs.gentoo.org/show_bug.cgi?id=642774
[2] 
https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1e14262524d65918ed6d1d13f2abd87b2f11425b

-- 
Nuno Silva