Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!bofh.dot!news.mathworks.com!newsfeed.internetmci.com!news.msfc.nasa.gov!elroy.jpl.nasa.gov!lll-winken.llnl.gov!fnnews.fnal.gov!unixhub!news.Stanford.EDU!microunity!usenet From: deborah@gallifrey.microunity.com (Deborah Gronke Bennett) Subject: Re: FreeBSD nameserver / Samba In-Reply-To: brian@awfulhak.demon.co.uk's message of 14 May 1996 10:31:24 +0100 Message-ID: <oqd9457i8h.fsf@gallifrey.microunity.com> Sender: deborah@gallifrey.microunity.com Organization: MicroUnity Systems Engineering, Inc. X-Newsreader: Gnus v5.1 References: <318A1155.52FE@mainelink.net> <4n9jtc$9h@anorak.coverform.lan> Date: Wed, 15 May 1996 21:13:18 GMT Lines: 47 In article <4n9jtc$9h@anorak.coverform.lan> brian@awfulhak.demon.co.uk (Brian Somers) writes: Gary Chrysler (tcg@mainelink.net) wrote: : FreeBSD 2.0-RELEASE : Samba 1.9 : WFW 3.11 : hostnames: os: : bsdhost FreeBSD : wfwhost WFW 3.11 : Installed Samba.. Worked great using /etc/hosts on all systems.. : Then I setup and enabled name_server on bsdhost! : Now Samba on bsdhost fails.. : Help #2 : Enabled nfs_server : Error: cannot open /var/db/mountdtab : I've looked everywhere!! : All the FAQ's that are included with FreeBSD, Web pages, man pages etc... etc.. : But I cannot find any info on mountdtab! : Could sombody point me towards that info?? I don't know if it's documented (I read it from this newsgroup a while ago). Just create the file. It's used to store a list of file systems that are currently remotely mounted. It seems to be a typo in the installation process for FreeBSD 2.1. What should be created is /var/db/mountdtab. What is created is /var/db/mountdbtab (note the spelling difference). Here is the script extract I use to fix it when I post-install configure my FreeBSD machines: ### Work around an installation bug ## PATHNAME="/var/db" echo "fixing "${PATHNAME}"/mountdtab" cd ${PATHNAME} mv mountdbtab mountdtab -- ---------- Deborah Gronke Bennett (WD5HJH) kernel and device drivers engineer deborah@microunity.com (408)-734-8100 MicroUnity Systems Eng., 255 Caspian Drive, Sunnyvale, CA 94089-1015 USA