From: Volker Lendecke <[email protected]> Date: Thu, 31 Mar 2011 10:47:17 +0200,Thu, 31 Mar 2011 10:47:17 +0200
> On Mon, Mar 28, 2011 at 06:18:39PM +0200, Gérard Guével wrote: > > > > With a default CP850 dos charset, I can't connect and receive a "protocol > > negotiation failed" error message > > Can you reproduce this with 3.5.8? 3.2.15 is pretty old > these days. As far as I examined, Samba 3.2.15 on Mac OS X 10.4.11 (PowerPC), setting "dos charset = CP850" works. But as I mentioned before: http://lists.samba.org/archive/samba/2011-April/161966.html nmbd cannot run, only smbd can run. My smb.conf: ----- [global] dos charset = CP850 [homes] writeable = yes browseable = no ----- And I met these errors: ----- ibook:/usr/local/samba root# sbin/smbd -D dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /usr/local/samba-3.2.15/sbin/smbd Reason: image not found Trace/BPT trap ----- These operations below solved this issue but why? ----- # cd /usr/local/samba/bin # ln -s ../lib/*.1 . # cd /usr/local/samba; sbin/smbd -D ----- --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
