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

  1. > such.)  My method was to: create a new partition, newfs it, copy everything
  2. > off the root fs into the new partition, relabel the new partition as the
  3.  
  4. How did you do the copy? Something that should work (assume new partition
  5. on /mnt):
  6.   (cd /; tar clf - . )|(cd /mnt; tar xvpSf -)
  7.  
  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.  
  11. Huh? syslogd should recreate this socket.. did you perhaps generate a 
  12. bogous /dev/log when copying over the fs? If so, remove it and retry
  13. syslogd.
  14.  
  15. > 2) df always reports wrong information, whether it's on the original rootfs,
  16. > my new root fs, or any partitions I attach.  It invariably ends up giving
  17. > me negative blocks free, with over 100% usage results. (and if I delete
  18.  
  19. A filesystem which is completely full will give you about 112% full in df. 
  20. This is normal, not a bug, and is explained by the nature of the used
  21. filesystem.
  22.  
  23. > 3) I was told by a friend of one patch to stop the sync check on the drives
  24. > during bootup, which stopped it from missing the boot about three out of
  25. > four times quite nicely.  Is there any other patches that I should be aware
  26. > of?
  27.  
  28. If you use a 2091/GVP controller, and have memory outside the 24bit
  29. address space, you should disable DMA. In that case, do 
  30. "binpatch -s _scsi_no_dma -r 1 vmunix". 
  31.  
  32. > 4) 'cron' seems to be missing entirely from the distribution.  What's the
  33. > availability (or replacement) for this?
  34.  
  35. /usr/libexec/crond.
  36.  
  37. -Markus
  38. -- 
  39. CHUUG/EUnet Switzerland                Markus Wild
  40. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  41. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  42.  
  43.