Re: [gentoo-user] Providing virtual dependency net

2012-11-27 Thread Erik Mackdanz
I wish I could offer something helpful here, but the issue of network dependencies has been a thorn in my side for a long time (e.g. if I have PostgreSQL listening on localhost, why is it stopped with eth0?) Funtoo fixed the design by letting services depend on specific interfaces, but as far as I

Re: [gentoo-user] locating large disk files

2014-07-13 Thread Erik Mackdanz
1M > 2012: 27M > 08:21: 251M > 2011: 44M > 13:53: 651M > 07:40: 46M > 13:23: 49M > 13:41: 355M > 10:41: 20M > 2013: 32M > ... > > -- > Joseph > -- Erik Mackdanz

[gentoo-user] iproute2, unknown tunnel mode gretap

2015-08-20 Thread Erik Mackdanz
l` nor `ip tunnel help` show gretap as an option. Other facts: - iproute2-3.19.0 with USE="berkdb iptables ipv6 -atm -minimal (-selinux)" - gentoo-sources 4.0.5 - every GRE kernel option enabled (except IPV6) Thanks in advance. -- Erik Mackdanz

[gentoo-user] Re: iproute2, unknown tunnel mode gretap

2015-08-20 Thread Erik Mackdanz
Erik Mackdanz writes: > # ip tunnel add foo mode gretap remote 10.54.0.6 local 10.54.0.4 ttl 255 > Unknown tunnel mode "gretap" Never mind, "ip tunnel" is for gre but "ip link" is for gretap. I should paste more and re-use previous commands less :-) -- Erik Mackdanz

Re: [gentoo-user] Nvidia and optimus

2014-12-16 Thread Erik Mackdanz
more important to you than top rendering quality and power consumption, consider using Nouveau. -- Erik Mackdanz

Re: [gentoo-user] Nvidia and optimus

2014-12-17 Thread Erik Mackdanz
"J. Roeleveld" writes: > On Tuesday, December 16, 2014 05:46:30 PM Erik Mackdanz wrote: >> Heiko Baums writes: >> > I don't know if, but I don't think that, it will work with >> > x11-drivers/xf86-video-nouveau. >> >> I used bumble

Re: [gentoo-user] NSA SELinux kernel support

2015-01-04 Thread Erik Mackdanz
the fun at any time. I'd like to find a middle ground, and it might be Targeted mode (I was attempting Strict). Or, it might be a different system like AppArmor. -- Erik Mackdanz

Re: [gentoo-user] Use brctl from bridge-utils or bridge from iproute2?

2016-10-15 Thread Erik Mackdanz
Miroslav Rovis writes: > How is this done with the bridge utility from iproute2 package is not very > clear to a non-expert. It sure is all completely different than with brctl. ip link set master br0 dev eth0 in the output of 'ip link' and 'ip addr' you'll see that eth0 shows 'master br0' > ht

Re: [gentoo-user] Use brctl from bridge-utils or bridge from iproute2?

2016-10-15 Thread Erik Mackdanz
Erik Mackdanz writes: >> How is this done with the bridge utility from iproute2 package is not very >> clear to a non-expert. It sure is all completely different than with brctl. > ip link set master br0 dev eth0 Sorry, that's half the story. To create the bridge: ip l