From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 09:25:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 080A416A4BF for ; Wed, 27 Aug 2003 09:25:36 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA7A43FBF for ; Wed, 27 Aug 2003 09:25:33 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19s37h-0003qt-00 for ; Wed, 27 Aug 2003 18:26:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19s37g-0003ql-00 for ; Wed, 27 Aug 2003 18:26:16 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19s36w-0006Sm-00 for ; Wed, 27 Aug 2003 18:25:30 +0200 From: acc@anthonychavez.org Date: Wed, 27 Aug 2003 10:25:23 -0600 Lines: 148 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Complaints-To: usenet@sea.gmane.org X-PGP-Key: http://www.anthonychavez.org/pubkey.asc User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:swl6RsNu6DMUG2WB2FC1EnN9bKA= Sender: news Subject: Samba: very strange truncation error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 16:25:36 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Fellow Samba- and FreeBSD-lovers: I'm encountering a very peculiar error. I first encountered it when doing an upgrade to Samba 2.2.8a (from a fairly recent version---I don't recally exactly which, but it couldn't have been older than 2.2.7) on FreeBSD 4.8-STABLE. The error I'm encountering is twofold. In the first example, I try to connect to the "shared" service, which results in the following: [2003/08/26 18:21:17, 0] smbd/service.c:make_connection(252) aphrodite (192.168.1.4) couldn't find service share Second, when trying to connect to service acc I get: [2003/08/18 13:36:22, 0] smbd/service.c:make_connection(252) aphrodite (192.168.1.4) couldn't find service accproject.ede [2003/08/18 13:36:22, 0] smbd/service.c:make_connection(252) aphrodite (192.168.1.4) couldn't find service accmakefile.am The former example doesn't seem to phase Win2k SP4 at all, but certain apps (such as Emacs 21.3.1) freeze up when the latter is encountered. However, when I try to access the acc service again, it works fine (i.e., it alternates from functional to non-functional, ad nauseum). I've tried rebuilding a couple of times, which doesn't fix the problem at all. The make variables (which should be obvious to any FreeBSD user experienced with portupgrade and fairly straightforward to everyone else) I pass to the build process are: =2DDWITH_AUDIT -DWITH_RECYCLE -DWITH_SSL -DWITH_UTMP -DWITH_MSDFS =2DDWITHOUT_CUPS -DWITH_WINBIND_AUTH_CHALLENGE I would very much appreciate any insight that you could lend. This is only a slight nuisance, but one that is starting become slightly more irritating as time goes on. I've included my (very minimal) smb.conf below. Thanks! =2D-=20 Anthony Chavez http://www.anthonychavez.org/ mailto:acc@anthonychavez.org jabber:acc@jabber.anthonychavez.org # Samba config file created using SWAT # from aphrodite.anthonychavez.org (192.168.1.4) # Date: 2003/07/17 02:56:37 # Global parameters [global] workgroup =3D ATHENS server string =3D Samba %v interfaces =3D rl0 127.0.0.1 bind interfaces only =3D Yes encrypt passwords =3D Yes passwd chat =3D *password* %n\n *password* %n\n *done* username map =3D /usr/local/etc/smb.usermap unix password sync =3D Yes log level =3D 1 log file =3D /var/log/samba.%m max log size =3D 50 socket options =3D TCP_NODELAY SO_RCVBUF=3D8192 SO_SNDBUF=3D8192 IPTOS_THR= OUGHPUT load printers =3D No domain admin group =3D @staff add user script =3D /root/bin/addmachine.pl %u delete user script =3D /root/bin/rmmachine.pl %u logon path =3D \\%N\profiles\%u domain logons =3D Yes os level =3D 65 preferred master =3D Yes domain master =3D Yes hosts allow =3D 192.168.1. 127. [netlogon] path =3D /usr/local/samba/netlogon write list =3D root browseable =3D No [profiles] path =3D /usr/local/samba/profiles read only =3D No create mask =3D 0600 directory mask =3D 0700 browseable =3D No [homes] comment =3D Home Directory valid users =3D %S read only =3D No hide dot files =3D No browseable =3D No [acc] comment =3D Home Directory path =3D /usr/home/acc valid users =3D root acc force user =3D acc force group =3D acc read only =3D No [tlc] comment =3D Home Directory path =3D /usr/home/tlc valid users =3D root tlc force user =3D tlc force group =3D tlc read only =3D No [archive] path =3D /usr/local/samba/arc force user =3D samba read only =3D No force create mode =3D 0600 force directory mode =3D 0700 [multimedia] path =3D /usr/local/samba/mm force user =3D samba read only =3D No force create mode =3D 0600 force directory mode =3D 0700 [roms] path =3D /usr/local/samba/roms force user =3D samba read only =3D No force create mode =3D 0600 force directory mode =3D 0700 [shared] path =3D /usr/local/samba/shared read only =3D No force create mode =3D 0600 force directory mode =3D 0700 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (Cygwin) iD8DBQA/TNt5bZTbIaRBRXERAhBKAJ9Qyc9hzfaFgCcZqqTGPUbSrCu/MACeJEbe 1gw6PyEarckViuC9bL1Zq6c= =q+5h -----END PGP SIGNATURE----- --=-=-=--