Subject: Re: some newbie questions...
To: Frank Lingott <frank@lugh.de>
From: Tom Harvey <TomHarvey@IndustryFigure.com>
List: netbsd-help
Date: 07/10/2001 22:39:32
On Tue, Jul 10, 2001 at 09:34:17PM +0200, Frank Lingott wrote:
> Hi all
>
> need some help with samba.My NetBSD is 1.4.1 and Samba 2.0.5a on i386.
> I started it manually with swat because i coulnīt find any entry in /etc/rc or
> any other config-script.
> Itīs my first try with samba on NetBSD,can someone give me a hint?
in /etc/rc.local, try something like
if [ -f /usr/pkg/sbin/smbd ]; then echo -n ' smbd'
/usr/pkg/sbin/smbd -D
fi
if [ -f /usr/pkg/sbin/nmbd ]; then echo -n ' nmbd'
/usr/pkg/sbin/nmbd -D
fi
> Another question:
>
> where can i find information about ultra-dma and NetBSD?
> my current installation runs on scsi,but i cannot afford to buy scsi
> for every box :-)
man 4 wd
man 4 pciide
and if you're really interested...
man 9 wdc