home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-10 / text0027.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  2.1 KB  |  47 lines

  1. Hi Markus (Markus Wild), in <199309300842.AA01902@chsun.eunet.ch> on Sep 30 you wrote:
  2.  
  3. > > such.)  My method was to: create a new partition, newfs it, copy everything
  4. > > off the root fs into the new partition, relabel the new partition as the
  5. > How did you do the copy? Something that should work (assume new partition
  6. > on /mnt):
  7. >   (cd /; tar clf - . )|(cd /mnt; tar xvpSf -)
  8. > > rootfs, and everything's fine, except that the /dev/log device (apparently
  9. > > a socket?) didn't copy, and syslogd keeps complaining about it.  I can
  10. > Huh? syslogd should recreate this socket.. did you perhaps generate a 
  11. > bogous /dev/log when copying over the fs? If so, remove it and retry
  12. > syslogd.
  13.  
  14. I did use tar, and it copied everything except /dev/log.  I haven't had a chance
  15. to find out why syslogd wouldn't create it so I just commented it out for now.
  16.  
  17.  
  18. > > 2) df always reports wrong information, whether it's on the original rootfs,
  19. > > my new root fs, or any partitions I attach.  It invariably ends up giving
  20. > > me negative blocks free, with over 100% usage results. (and if I delete
  21. > A filesystem which is completely full will give you about 112% full in df. 
  22. > This is normal, not a bug, and is explained by the nature of the used
  23. > filesystem.
  24.  
  25. Ok, I'm not familiar with that type of filesystem. (I've worked with xenix, some
  26. OLD xenix, mostly.)
  27.  
  28. However, another problem with the filesystem is that it continually gets minor
  29. corruptions.  fsck almost always finds something minor wrong with the system,
  30. after editing only about four or five files, fsck finds something to complain
  31. about. only once was it ever actually fatal to a file, though.  Is this a
  32. common happening?
  33.  
  34. Also, as long as I'm being annoying }-), how can I get getty on /dev/tty00 to
  35. stay in 8,n,1 after someone enters the name at the login prompt?  It invariably
  36. switches to 7,e,1, and I can't figure out what file to make the change in. ttys
  37. and gettytab have to do with getty, but once getty has passed control over to
  38. login, the parity is wrong.
  39.  
  40.  Ron Stanions -- DragonSoft Development     sauron@dweyr.wisdom.bubble.org
  41.  The Dragon's Weyr BBS -- Livingston, NJ    sauron@wisdom.bubble.org
  42.  
  43.