home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sys5 / r4 / 814 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!dptspd!lcz
  3. From: lcz@dptspd.sat.datapoint.com (Lee Ziegenhals)
  4. Subject: Re: help! can't telnet/ping own SVR4 system
  5. Message-ID: <lcz.724217330@dptspd>
  6. Organization: Datapoint Corporation, San Antonio, TX
  7. References: <Bz2uAp.H5@shyguy.lonestar.org>
  8. Date: Sun, 13 Dec 1992 03:28:50 GMT
  9. Lines: 17
  10.  
  11. bmyers@shyguy.lonestar.org (bob myers) writes:
  12.  
  13. >The following commands were run from /etc/inet/rc.inet
  14. >/usr/sbin/ifconfig lo0 localhost up
  15. >/usr/sbin/ifconfig emd0 shyguy up -trailers
  16. >ifconfig: ioctl (SIOCGIFFLAGS): Invalid argument
  17.  
  18. Bob,
  19.  
  20. Most of the SVR4 implementations I've seen will disable the entire IP stack
  21. if *anything* failes during network initialization.  Since you do not have
  22. your WD card installed yet, the ifconfig for emd0 is failing, so IP is not
  23. configured.
  24.  
  25. You can get around this by commenting out the offending ifconfig statement
  26. in /etc/inet/rc.inet until you have a card and driver installed.  The network
  27. should come up, and you should be able to "telnet localhost".
  28.