Summary: | home router guide needs to update net config for 1.11.x | ||
---|---|---|---|
Product: | [OLD] Docs-user | Reporter: | Andre Hinrichs <andre.hinrichs> |
Component: | Localisation Guide | Assignee: | SpanKY <vapier> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | docs-team |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andre Hinrichs
2004-10-25 13:33:52 UTC
Unfortunately, it didn't work! It took a while to be back online. Don't really know what was wrong. Will do some more investigation... but not today. I assume it's because of a misconfigured kernel (I used the configuration from the documentation) because I had to use the old configuration to be online again. Here is one of the ADSL error messages: # /etc/init.d/net.eth1 start * Bringing eth1 up... * eth1 adsl * Starting ADSL for eth1 adsl-start: Cannot read configuration file '/dev/fd/63' /sbin/runscript.sh: line 1: 9402 Broken pipe cat ${cfgfile} [ !! ] i disagree ... if you dont want to use the versions suggested by the guides, dont follow the guide and as for going the unstable way, you should review `man portage` and the files in /etc/portage/ instead of the old way of using the portage overlay and as for the adsl bug, that's been fixed in baselayout 1.11.3+ ... guess i should update the docs ;) Just tried sys-apps/baselayout-1.11.4 and it throws the same error message! And for the docs: Please state at the beginning of the doc that the needed packages are not stable... Then a non-expert user has a chance to skip the doc. Fortunately, I am an expert and was able to get back to a working system, but some people may not... ok, nothing needs to be updated, all the config files will work fine with 1.11.x as for the adsl not quite working right, that's a different bug and completely unrelated to documentation I ran into the same problem, fixed it by creating /etc/portage/package.keywords containing =sys-apps/baselayout-1.11.9-r1 =sys-libs/readline-5.0-r2 =sys-apps/sysvinit-2.86 =app-shells/bash-3.0-r8 and then running "emerge --update world". Had to go through >40 files when running "etc-update"; later I discovered "dispatch-conf" would have made my life much easier. |