-
Posts
132 -
Joined
-
Last visited
-
Days Won
11
Community Answers
-
overkill's post in xf86-video-intel crashes at SNA, works at UXA was marked as the answer
Just sync'd and updated to -r2. Now running kernel 4.0.4! Thanks for finding and reporting to Gentoo!
-
overkill's post in Starting ESET anti-virus after boot was marked as the answer
Local service is the very last thing to start. You'd just need to create a file with .start as the extension in /etc/local.d/ like eset.start, then put a start up command in it like `/etc/init.d.eset start` or whatever your script is.
-
overkill's post in Network interface handling when a route fails was marked as the answer
OK, figured it out. Just use the ip route syntax in quotes in the /etc/conf.d/netif.eth0. Something like this - adjust ip's and interface as they pertain to your setup.
route="0.0.0.0/0 via 192.168.1.28 dev eth0 metric 10"
Should do the trick
