home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22880 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.4 KB

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: quick q
  5. Date: 6 Jan 1993 01:47:40 -0600
  6. Organization: Kansas State University
  7. Lines: 36
  8. Message-ID: <1ie2qsINNss4@matt.ksu.ksu.edu>
  9. References: <1993Jan6.071608.4248@wuecl.wustl.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. ppc1@cec2.wustl.edu (Peter Pui Tak Chiu) writes:
  13.  
  14.  
  15. >hi everyone,
  16.  
  17. >i have a few questions on linux.
  18.  
  19. >1.  when i boot up linux using the floppy disk, i see the following messages:
  20. >    Warning WD8013 board not found at i/o = 280.
  21. >    ioctl: invalid argument
  22. >    are they normal?
  23.  
  24. >2.  i set up a 10MB swap partition using fdisk by specifing it as a Linux swap
  25. >    partition.  how do i know that linux is using it as swap memory?  how can
  26. >    i check the current free memory?
  27.  
  28. >3.  how can i change the node name from "softland" to something i like?
  29.  
  30. >thanks in advance
  31.  
  32. >peter
  33.  
  34. 1). This happens because you don't have a WD8013 board. So, you get errors
  35.     Nothing really to worry about.
  36.  
  37. 2). You have to use the command swapon to use the swap partiton. And the
  38.     command for finding free memory is ... (drum roll here please )
  39.  
  40.             free
  41.  
  42. 3). The command hostname will change the name of the system. Check /etc/rc for
  43.     where it sets it.
  44.  
  45. 4). Get the FAQ.. All these should be answered there. And many others I am sure.
  46.  
  47. James
  48.