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
This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C113D0.A3758D80
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

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




------=_NextPart_000_0000_01C113D0.A3758D80
Content-Type: application/octet-stream;
	name="log.smb"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="log.smb"

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

------=_NextPart_000_0000_01C113D0.A3758D80
Content-Type: application/octet-stream;
	name="smb.conf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="smb.conf"

[global]=0A=
   workgroup =3D spiele=0A=
   guest account =3D nobody=0A=
   netbios name =3D BSD=0A=
   keep alive =3D 30=0A=
   os level =3D 2=0A=
   kernel oplocks =3D false=0A=
   security =3D user=0A=
   server string =3D Samba 2.0.8 test=0A=
   ;encrypt passwords =3D yes=0A=
   ;smb passwd file =3D /etc/smbpasswd=0A=
=0A=
=0A=
; Uncomment the following, if you want to use an existing=0A=
; NT-Server to authenticate users, but don't forget that=0A=
; you also have to create them locally!!!=0A=
;  security =3D server=0A=
;  password server =3D 192.168.1.10=0A=
;  encrypt passwords =3D yes=0A=
=0A=
   printing =3D bsd=0A=
   printcap name =3D /etc/printcap=0A=
   load printers =3D yes=0A=
=0A=
   socket options =3D TCP_NODELAY=0A=
=0A=
   ;map to guest =3D Bad User=0A=
=0A=
; Uncomment this, if you want to integrate your server=0A=
; into an existing net e.g. with NT-WS to prevent nettraffic=0A=
;  local master =3D no   =0A=
=0A=
; Please uncomment the following entry and replace the =0A=
; ip number and netmask with the correct numbers for=0A=
; your ethernet interface.=0A=
   interfaces =3D 192.168.10.81/24=0A=
   =0A=
; If you want Samba to act as a wins server, please set=0A=
; 'wins support =3D yes'=0A=
   wins support =3D no=0A=
=0A=
; If you want Samba to use an existing wins server,=0A=
; please uncomment the following line and replace=0A=
; the dummy with the wins server's ip number.=0A=
   ;wins server =3D 192.168.11.2=0A=
=0A=
; Do you wan't samba to act as a logon-server for=0A=
; your windows 95/98 clients, so uncomment the=0A=
; following:=0A=
;   logon script =3D%U.bat=0A=
;   domain logons =3D yes=0A=
;   domain master =3D yes=0A=
; [netlogon]=0A=
;   path =3D /netlogon=0A=
=0A=
=0A=
;[homes]=0A=
   ;comment =3D Heimatverzeichnis=0A=
   ;browseable =3D no=0A=
   ;read only =3D no=0A=
   ;create mode =3D 0750=0A=
=0A=
; The following share gives all users access to the Server's CD drive,=0A=
; assuming it is mounted under /cd. To enable this share, please remove=0A=
; the semicolons before the lines=0A=
; public=3DGuestAccount=0A=
=0A=
; [cdrom]=0A=
;   comment =3D Linux Share=0A=
;   path =3D /usr/share=0A=
;   read only =3D yes=0A=
;   locking =3D no=0A=
;   guest ok =3D true=0A=
=0A=
[printers]=0A=
   comment =3D All Printers=0A=
   browseable =3D no=0A=
   printable =3D yes=0A=
   public =3D no=0A=
   read only =3D yes=0A=
   create mode =3D 0700=0A=
   directory =3D /tmp=0A=
=0A=
=0A=
[tmp]=0A=
	comment =3D Temp=0A=
	path =3D /tmp=0A=
	read only =3D no=0A=
	public =3D yes=0A=

------=_NextPart_000_0000_01C113D0.A3758D80--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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