svn commit: samba r13022 - in trunk/source/smbd: .

Jeremy Allison jra at samba.org
Thu Jan 19 19:42:20 GMT 2006


On Thu, Jan 19, 2006 at 08:59:10AM +0100, Volker Lendecke wrote:
> On Wed, Jan 18, 2006 at 11:42:27PM +0000, jra at samba.org wrote:
> 
> > Ensure we notice if we exit due to guest user setup fail.
> > This is failing for me on trunk right now...
> 
> What in particular fails? Can you provide debug level 10 logs?

All debug level 10 now says is :

[2006/01/18 16:30:50, 0] smbd/server.c:main(806)
  smbd version 3.0.22pre1-SVN-build-13020 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/01/18 16:30:50, 0] param/loadparm.c:map_parameter(2644)
  Unknown parameter encountered: "usershare path"
[2006/01/18 16:30:50, 0] param/loadparm.c:lp_do_parameter(3389)
  Ignoring unknown parameter "usershare path"
[2006/01/18 16:30:50, 0] param/loadparm.c:map_parameter(2644)
  Unknown parameter encountered: "usershare prefix deny list"
[2006/01/18 16:30:50, 0] param/loadparm.c:lp_do_parameter(3389)
  Ignoring unknown parameter "usershare prefix deny list"
[2006/01/18 16:30:50, 0] param/loadparm.c:map_parameter(2644)
  Unknown parameter encountered: "usershare max shares"
[2006/01/18 16:30:50, 0] param/loadparm.c:lp_do_parameter(3389)
  Ignoring unknown parameter "usershare max shares"
Unable to open printcap file cups for read!
Unable to open printcap file cups for read!
standard input is not a socket, assuming -D option
[2006/01/19 11:38:41, 0] smbd/server.c:main(822)
  smbd version 3.1.2pre1-SVN-build-13038 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2006
Unable to open printcap file cups for read!
Unable to open printcap file cups for read!
ERROR: failed to setup guest info.

In other words, make_new_server_info_guest() is failing
without groupmaps etc.

I only have *one* user, jeremy, in a tdbsam - nothing else.
This is the simplest possible setup - it needs to work.

Jeremy.


More information about the samba-technical mailing list