Differences between version 17 and previous revision of CommonErrors.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 17 | Last edited on Saturday, March 1, 2003 9:42:25 pm | by JohnMcPherson | Revert |
Older page: | version 16 | Last edited on Saturday, March 1, 2003 7:12:40 pm | by DanielLawson | Revert |
@@ -39,9 +39,9 @@
!!ping: unknown protocol icmp
cobalt root # ping
ping: unknown protocol icmp.
I googled for this, and only found suggestions to make sure /proc was mounted (which it was) and that my interfaces were correctly configured (which they were, and I dont see why this would matter). I asked GreigMcGill, and he suggested /etc/protocols issues: my /etc/protocols was fine, *BUT* my system had taken upon itself to declare my LDAP server as authoritative for protocols in /etc/nsswitch.conf:
- protocols: ldap [NOTFOUND=return] files
+ protocols: ldap [
[NOTFOUND=return] files
Deleting the ldap portion (as I don't have protocols info in the LDAP tree) fixed
protocols: files.