Click to See Complete Forum and Search --> : Samba problem


Shag
02-27-2001, 01:04 AM
I'm trying to get Samba up and running on my debian box (2.4.2 kernel), but am having a bit of a problem. I've got everything installed and SWAT working properly. The debian box shows up in Network Neighborhood. When I try to connect to the debian box, I get the error:

\\boxname not available
The network path was not found.

The samba log on the debian box gives the following error:


[2001/02/26 22:26:25, 1] smbd/server.c:main(641)
smbd version 2.0.7 started.
Copyright Andrew Tridgell 1992-1998
[2001/02/26 22:26:25, 0] printing/pcap.c :pcap_printer_fn(366)
Unable to open printcap file /etc/printcap for read!
[2001/02/26 22:26:25, 1] smbd/files.c:file_init(216)
file_init: Information only: requested 10000 open files, 1014 are available.
[2001/02/26 22:26:28, 0] locking/shmem_sysv.c:sysv_shm_open(566)
Can't create or use semaphore [1]. Error was Function not implemented
[2001/02/26 22:26:28, 0] locking/locking.c:locking_init(174)
ERROR: Failed to initialise share modes


I really have no idea what the problem is here. Can anyone help me out?

[ 27 February 2001: Message edited by: Shag ]

valrog77
02-27-2001, 09:18 AM
Try using the command "testparm". This command will give you an output of all Samba parameters. Maybe it will help you figure out the problem, that is, if it is just a configuration problem.

Mountainman
02-27-2001, 09:19 AM
Have you installed a username and password on windows? Its easier if you have the same for both windows and linux. Im not sure if that is the cause of the problems, but I got a few errors like that with that being the solution.