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

  1. > I think they may have fixed disklabel (something that did not work
  2. > with the 644 kernel). Now that it works, probably mount_mfs is trying
  3. > to use it and....
  4.  
  5. No, but mfs is the only fs so far that uses a REAL disklabel.. the
  6. scsi-based filesystems all use virtual disklabels, that I compose
  7. out of the information from the RDBs.
  8.  
  9. > I think the problem only occurs for the mfs filesystem. I don't follow
  10. > why this is, but I did not have to reinstall anything more than
  11. > newfs and disklabel to get /tmp to mount correctly. Anyone shed some
  12. > light here?
  13.  
  14. Clear now?
  15.  
  16. > |A final problem I have is with sendmail - the /etc/rc hangs at this
  17. > |point going into multi-user mode, so I commented it out. Is this
  18. > |normal?
  19. > Yes, I had the same problem. I commented this and all the other net
  20. > daemons out. After all, I have no ethernet to connect to. The sendmail
  21. > thing might be a sendmail.cf problem. I didn't look because I have
  22. > no one to send mail to either :-(
  23.  
  24. The only daemon (or rather, demon, in in this case?:-)) you have to 
  25. comment out is named. Or, as an alternative, what I do here, add two
  26. lines to the named.boot file:
  27.  
  28. forwarders aaa.bbb.ccc.ddd
  29. slave
  30.  
  31. (replace the aaa... thing with the address of a host you're connecting
  32. to with slip/ppp, or use a phantasy-number if you don't do any network
  33. connections). This way, the named needs only one attempt at finding out
  34. that there is no network, the normal way, it would try to connect
  35. to all listed root servers before timing out, thus leading to the
  36. "locked up" system. Anyway, the easiest way to get rid of the problem
  37. is to comment the starting of named out.
  38.  
  39. -Markus
  40. -- 
  41. CHUUG/EUnet Switzerland                Markus Wild
  42. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  43. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  44.  
  45.