home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22881 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!att-out!cbfsb!cbnewsg.cb.att.com!wto
  3. From: wto@cbnewsg.cb.att.com (William T. O Connell)
  4. Subject: Re: quick q
  5. Message-ID: <1993Jan6.080443.10051@cbfsb.cb.att.com>
  6. Sender: news@cbfsb.cb.att.com
  7. Organization: PC peripheral operational services group
  8. References: <1993Jan6.071608.4248@wuecl.wustl.edu>
  9. Date: Wed, 6 Jan 1993 08:04:43 GMT
  10. Lines: 33
  11.  
  12. In article <1993Jan6.071608.4248@wuecl.wustl.edu> ppc1@cec2.wustl.edu (Peter Pui Tak Chiu) writes:
  13. >
  14. >hi everyone,
  15. >
  16. >i have a few questions on linux.
  17. >
  18. >1.  when i boot up linux using the floppy disk, i see the following messages:
  19. >    Warning WD8013 board not found at i/o = 280.
  20. >    ioctl: invalid argument
  21. >    are they normal?
  22.  
  23. The warning is normal (assuming you don't have a ethernet card installed).
  24. ioctl? (haven't seen before - are you doing anything special in your rc file?)
  25. Let someone else comment on the invalid argument.
  26.  
  27. >2.  i set up a 10MB swap partition using fdisk by specifing it as a Linux swap
  28. >    partition.  how do i know that linux is using it as swap memory?  how can
  29. >    i check the current free memory?
  30.  
  31. To have Linux actually use the swap space, include the command 
  32. 'swapon <your swap partition>' in either /etc/rc or /etc/rc.local. 
  33. Then, when you boot, you will see a message indicating that linux 
  34. setup 10MB of swap.
  35.  
  36. To see how much free memory and swap space you have, type in 'free'.
  37. >
  38. >3.  how can i change the node name from "softland" to something i like?
  39.  
  40. Put 'hostname <something you like>' in you rc file.
  41.  
  42.  
  43. - Bill O'Connell    wto@ihlpx.att.com
  44.  
  45.