/etc/inetd.conf
:
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd -d1 -l/var/log/samba/log -s/usr/local/samba/lib/smb.conf netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbdthen restart
inetd
via
killall -HUP inetd
At this point smbclient -L myHostName
worked.
Contrary to the documentation, the standard Mandrake installation expects the
SMB password file in /etc/smbpasswd
, not
/usr/local/samba/private/smbpasswd
. You have two choices:
/etc/smbpasswd
a symbolic link to
/usr/local/samba/private/smbpasswd
; this is what I did,
since I liked the extra file security from putting the actual file here.
smb passwd file = /usr/local/samba/private/smbpasswdin the
smb.conf
file.
You also should edit /etc/smb.conf
to add
workgroup = something netbios name = somethingto the
[globals]
section.
I also found it useful to install LinNeighbourhood, a front-end for Samba that shows the network neighbourhood graphically.
I found references to the following documentation via the Mandrake newsgroup:
yzhang@sfu.ca
)
-- mirror in Italy.
soundcore.o
might be statically linked
into the 2.2.9-19mdk kernel, so his suggested lines
pre-install emu10k1 insmod soundcore post-remove emu10k1 rmmod soundcorelead do errors on booting, about
soundcore
already being loaded.
So, I wound up doing the following variant of his instructions:
emu10k1.o
to
/lib/modules/2.2.9-19mdk
/etc/conf.modules
:
alias sound emu10k1 options emu10k1 -f
shutdown -r now
when logged in as root
).
/home/install
;
/home
is a separate partition, so doesn't get wiped when
I install a new Linux version. This means I prefer downloaded
executables go to /home/install/bin
so they don't get
lost if /usr/local/bin
gets wiped out.
With many UNIX tools, you can configure to put things in /home/install by
tar xfzv theFile.tar.gz
./configure --prefix=/home/installThis is the usual approach if the developer used GNU AutoConf. If the developers didn't use AutoConf, you may need to edit the
Makefile
directly.
make
make install
/usr/share/ghostscript/5.10
.
/home/install/netscape
, made a link called
netscape-communicator
, then linked /usr/lib/netscape to my
installation directory.
I had to copy Netscape.ad
to the
/usr/X11R6/lib/X11/app-defaults/
directory as
Netscape
I also installed the Plugger plugin, which handles many audio and video formats -- which aren't handled by the default Linux Netscape.