Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2001 23:38:55 +0200
From:      "Xeon" <xeon@gmx.ch>
To:        "Freebsd-Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Problem with starting Samba
Message-ID:  <ABELIDDNMBPCBGKEFICPMEABCDAA.xeon@gmx.ch>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
hello everybody

I've installed Samba 2.0.8 from the Ports-collection. I'm running 4.3BSD.
I try to run Samba as a daemon, but they show up only for a short time
(ps -x)
and then they are closed. But even while the time they show up as running I
can't list the shares on the BSD-Box (from the BSD-Box itself with
"smbclient -L IP")
I appended the Log-File from samba to this mail and also the smb.conf.
Testparm didn't
show any mistake in the config-file.


				thanks for your help!
					Chris




[-- Attachment #2 --]
[2001/07/23 23:06:42, 1] smbd/server.c:main(641)
  smbd version 2.0.8 started.
  Copyright Andrew Tridgell 1992-1998
[2001/07/23 23:06:42, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 1054 are available.
[2001/07/23 23:06:44, 0] lib/util_sock.c:open_socket_in(827)
  Get_Hostbyname: Unknown host hwbsd.spiele.local
[2001/07/23 23:07:06, 1] smbd/server.c:main(641)
  smbd version 2.0.8 started.
  Copyright Andrew Tridgell 1992-1998
[2001/07/23 23:07:06, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 1054 are available.
[2001/07/23 23:07:07, 0] lib/util_sock.c:open_socket_in(827)
  Get_Hostbyname: Unknown host hwbsd.spiele.local

[-- Attachment #3 --]
[global]
   workgroup = spiele
   guest account = nobody
   netbios name = BSD
   keep alive = 30
   os level = 2
   kernel oplocks = false
   security = user
   server string = Samba 2.0.8 test
   ;encrypt passwords = yes
   ;smb passwd file = /etc/smbpasswd


; Uncomment the following, if you want to use an existing
; NT-Server to authenticate users, but don't forget that
; you also have to create them locally!!!
;  security = server
;  password server = 192.168.1.10
;  encrypt passwords = yes

   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

   socket options = TCP_NODELAY

   ;map to guest = Bad User

; Uncomment this, if you want to integrate your server
; into an existing net e.g. with NT-WS to prevent nettraffic
;  local master = no   

; Please uncomment the following entry and replace the 
; ip number and netmask with the correct numbers for
; your ethernet interface.
   interfaces = 192.168.10.81/24
   
; If you want Samba to act as a wins server, please set
; 'wins support = yes'
   wins support = no

; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
   ;wins server = 192.168.11.2

; Do you wan't samba to act as a logon-server for
; your windows 95/98 clients, so uncomment the
; following:
;   logon script =%U.bat
;   domain logons = yes
;   domain master = yes
; [netlogon]
;   path = /netlogon


;[homes]
   ;comment = Heimatverzeichnis
   ;browseable = no
   ;read only = no
   ;create mode = 0750

; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
; public=GuestAccount

; [cdrom]
;   comment = Linux Share
;   path = /usr/share
;   read only = yes
;   locking = no
;   guest ok = true

[printers]
   comment = All Printers
   browseable = no
   printable = yes
   public = no
   read only = yes
   create mode = 0700
   directory = /tmp


[tmp]
	comment = Temp
	path = /tmp
	read only = no
	public = yes

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ABELIDDNMBPCBGKEFICPMEABCDAA.xeon>