Penguin

Differences between version 16 and predecessor to the previous major change of CommonErrors.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 16 Last edited on Saturday, March 1, 2003 7:12:40 pm by DanielLawson Revert
Older page: version 15 Last edited on Thursday, February 27, 2003 10:46:45 am by JohnMcPherson Revert
@@ -35,8 +35,17 @@
 This error occured on my system on the /var directory because /dev/hda5 was mounted on /var 
 with the option "noexec". 
  
 ---- 
+!!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  
+Deleting the ldap portion (as I don't have protocols info in the LDAP tree) fixed  
+ protocols: files.  
+  
+  
 !!ping: sendto: Operation not permitted 
  PING 192.168.66.10 (192.168.66.10): 56 data bytes 
  ping: sendto: Operation not permitted 
  ping: wrote 192.168.66.10 64 chars, ret=-1