home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22120 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!think.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!ugle.unit.no!news.uit.no!johnm
  2. From: johnm@PROBLEM_WITH_INEWS_GATEWAY_FILE (John Markus Bjoerndalen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS 98p5: ioctl invalid argument in boot up
  5. Message-ID: <1992Dec30.045827.2177@news.uit.no>
  6. Date: 30 Dec 92 04:58:27 GMT
  7. References: <1992Dec28.234627.1972@camaro.uucp>
  8. Sender: news@news.uit.no (USENET News System)
  9. Organization: University of Tromsoe, Norway
  10. Lines: 31
  11. X-Newsreader: TIN [version 1.1 PL7]
  12.  
  13. Tim Foley (tfoley@camaro.uucp) wrote:
  14. > In article <1992Dec28.162258.28622@r-node.gts.org> marc@r-node.gts.org (Marc Fournier - Admin) writes:
  15. > >In article <1992Dec28.134615.12447@news.ysu.edu> ah214@yfn.ysu.edu (Weijin Mai) writes:
  16. [description of ioctl error messages at bootup]
  17. >   Hi Mark, moving into the Linux world eh...good stuff.
  18. >  
  19. >  The error (if you are using SLS) is most likely the lack of the eth0 from 
  20. > the space.c in the kernel, this error is generated by the CONFIG $IPADDR 
  21. > etc... line in the rc.net file, I had the same thing, since I don't have an 
  22. > ethernet card installed or defined, I just killed that line, check in the 
  23. > usr/etc/inet for rc.net and the config line, add some echo statements to 
  24. > your rc.* scripts to narrow it down if this is not the problem.
  25. >  
  26. >                         Take Care
  27. [.sig deleted]
  28.  
  29. I would rather suggest that he fixed the line causing the problem to 
  30. use the loopback device instead of the eth0 device. So the three config
  31. lines would become : 
  32.     $CONFIG loopback $IPADDR
  33.     $CONFIG loopback 127.0.0.1
  34.     $CONFIG -n $NET -r $ROUTER loopback $IPADDR
  35.  
  36. This should work. Only other problem I ran into when I fixed this was
  37. that the namedeamon semed to be a bit picky about the format in the 
  38. namedeamon data files. But that worked out nice too after a little 
  39. fiddling. 
  40.  
  41. --
  42.     / John Markus Bjxrndale
  43.