RE: [Samba] Errormessage at start of samba

2005-06-14 Thread Paul Gienger
> [2005/06/14 00:00:30, 0] smbd/server.c:main(798)
>   smbd version 3.0.14a started.
>   Copyright Andrew Tridgell and the Samba Team 1992-2004
> [2005/06/14 00:00:30, 0] passdb/pdb_interface.c:make_pdb_methods_name(721)
>   No builtin nor plugin backend for ldapsam found
> [2005/06/14 00:00:30, 1] passdb/pdb_interface.c:make_pdb_context_list(825)
>   Loading ldapsam:ldap://localhost/ failed!
> 
> 
> I looked for the plugin passdb backend for suse 9.2 at:

You don't add plugins to the samba package, it is built with them enabled.
I suppose that makes the term 'plugin' a little misleading.

Are you really trying to get Samba 2.2 compatibility?  I don't believe that
ldapsam is built in by any major distributions.  In order to get ldapsam
support you would need to grab a source rpm, edit the compile options and
rebuild.  Yes you could just build from source entirely, but lets not go
there.

If you are just looking to use the 'standard' ldap backend, change your
option to ldap instead of ldapsam.  This is the one that new installations
should be going for.

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Errormessage at start of samba

2005-06-13 Thread Andreas Bauer
Hello!



I have problems with starting my samba server with openldaplinking.



This is the log at smbd start daemon:



[2005/06/14 00:00:30, 0] smbd/server.c:main(798)
  smbd version 3.0.14a started.
  Copyright Andrew Tridgell and the Samba Team 1992-2004
[2005/06/14 00:00:30, 0] passdb/pdb_interface.c:make_pdb_methods_name(721)
  No builtin nor plugin backend for ldapsam found
[2005/06/14 00:00:30, 1] passdb/pdb_interface.c:make_pdb_context_list(825)
  Loading ldapsam:ldap://localhost/ failed!


I looked for the plugin passdb backend for suse 9.2 at:

ftp://ftp.gwdg.de/pub/linux/suse/suse_update/9.2/rpm/i586



samba-pdb-3.0.9-2.1.i586.rpm



Am I in in the right position?





Best regards and many thanks

Andreas





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Errormessage

2004-09-01 Thread Arno Seidel
Am Mittwoch, 1. September 2004 18:29 schrieb ds_shadof:
> > Hi List,
> >
> > i get sometimes following error message on my Samba 3.0.2.a on SuSE 9.1 Prof.
> >
> > Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> > lib/util_sock.c:get_peer_addr(975)
> > Sep  1 11:01:53 nfs-1 smbd[18893]:   getpeername failed. Error was Transport 
> > endpoint is not connected
> > Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> > lib/util_sock.c:write_socket_data(411)
> > Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket_data: write failure. Error = 
> > Connection reset by peer
> > Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> > lib/util_sock.c:write_socket(436)
> > Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket: Error writing 4 bytes to socket 
> > 24: ERRNO = Connection reset by peer
> > Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> > lib/util_sock.c:send_smb(628)
> > Sep  1 11:01:53 nfs-1 smbd[18893]:   Error writing 4 bytes to client. -1. 
> > (Connection reset by peer)
> >
> 
> In my case it was DNS misconfiguration

Hi,

what kind of DNS misconfiguration?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Errormessage

2004-09-01 Thread ds_shadof
> Hi List,
>
> i get sometimes following error message on my Samba 3.0.2.a on SuSE 9.1 Prof.
>
> Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> lib/util_sock.c:get_peer_addr(975)
> Sep  1 11:01:53 nfs-1 smbd[18893]:   getpeername failed. Error was Transport 
> endpoint is not connected
> Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> lib/util_sock.c:write_socket_data(411)
> Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket_data: write failure. Error = 
> Connection reset by peer
> Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> lib/util_sock.c:write_socket(436)
> Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket: Error writing 4 bytes to socket 
> 24: ERRNO = Connection reset by peer
> Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
> lib/util_sock.c:send_smb(628)
> Sep  1 11:01:53 nfs-1 smbd[18893]:   Error writing 4 bytes to client. -1. 
> (Connection reset by peer)
>

In my case it was DNS misconfiguration
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Errormessage

2004-09-01 Thread Arno Seidel
Hi List,

i get sometimes following error message on my Samba 3.0.2.a on SuSE 9.1 Prof.

Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
lib/util_sock.c:get_peer_addr(975)
Sep  1 11:01:53 nfs-1 smbd[18893]:   getpeername failed. Error was Transport endpoint 
is not connected
Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
lib/util_sock.c:write_socket_data(411)
Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket_data: write failure. Error = 
Connection reset by peer
Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
lib/util_sock.c:write_socket(436)
Sep  1 11:01:53 nfs-1 smbd[18893]:   write_socket: Error writing 4 bytes to socket 24: 
ERRNO = Connection reset by peer
Sep  1 11:01:53 nfs-1 smbd[18893]: [2004/09/01 11:01:53, 0] 
lib/util_sock.c:send_smb(628)
Sep  1 11:01:53 nfs-1 smbd[18893]:   Error writing 4 bytes to client. -1. (Connection 
reset by peer)

can someone tell me what there goes wrong... 

regards Arno
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba