| Summary: | using backgrounding in net scripts doesnt properly setup net dependency | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christopher Sawtell <csawtell> |
| Component: | [OLD] baselayout | Assignee: | Roy Marples (RETIRED) <uberlord> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Christopher Sawtell
2005-11-16 17:47:27 UTC
post your /etc/conf.d/net file The command grep -v '^#' /etc/conf.d/net | grep -v ^$ - produces the non-comment, non-blank lines thus:- modules=( "ifconfig" ) config_eth0=( "192.168.2.12/26 brd 192.168.2.63" ) routes_eth0=( "default via 192.168.2.62" ) These are the only non-comment lines in my /etc/conf.d/net file. Yes it is a quarter of a C net because the rest is being set up as a VPN. |