Re: [Samba] wbinfo -A trouble

2002-11-25 Thread Benjamin Herbert

I just figured out that the error given below is not actually an error.
It must be some sort of informational message.  Anyway the command
works fine even though I get the message below.

On Fri, Nov 22, 2002 at 11:00:02AM -0600, Benjamin Herbert wrote:
> 
> 
> I started smbd nmbd then ran the command 'wbinfo -A DOMAIN+adm%passwd'
> which gave this error:
> 
>   could not obtain winbind separator!
> 
> As you can see the second error was fixed but I still get the winbind
> separator error.  Winbind crashed when I tried to start it after running
> the command above.
> 
> Any other ideas?
> 
> Thanks for the reply.
> 
> On Fri, Nov 22, 2002 at 11:08:22AM -0500, [EMAIL PROTECTED] wrote:
> > "Collins, Kevin" wrote:
> > 
> > > > 5) Before starting smbd, nmbd winbindd I run 'wbinfo -A admin%password
> > > >   -here is the error I get:
> > >
> > > I think this is your problem:  I believe smbd, nmbd and winbindd all
> > > need to be running for this work.  Someone correct me if I'm wrong.
> > 
> > Nope, this should be run before winbindd.  Some wbinfo calls require
> > winbindd to be running, but this sets the userid that winbindd will use to
> > connect to the DC.
> > 
> > I think the problem is that you need to have 'wbinfo -A
> > DOMAIN+admin%password', that is, add in the domain and winbind separator on
> > the wbinfo command.
> > 
> > Jim McDonough
> > Samba Team
> > 
> > -- 
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] wbinfo -A trouble

2002-11-22 Thread jmcdsmb
Benjamin Herbert wrote:

> Where would I turn up the debug level?  Isn't wbinfo supposed to be run
> before winbindd is started.  The wbinfo binary doesn't have a debug
> flag.

It should pull it from your smb.conf file.

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



Re: [Samba] wbinfo -A trouble

2002-11-22 Thread Benjamin Herbert

I installed samba from source into /usr/local/samba.  The wbinfo I am
using is in /usr/local/samba/bin.  My smb.conf file is in
/usr/local/samba/lib.  

Where would I turn up the debug level?  Isn't wbinfo supposed to be run
before winbindd is started.  The wbinfo binary doesn't have a debug
flag.

Thanks for the reply.

-Ben


On Fri, Nov 22, 2002 at 12:43:11PM -0500, [EMAIL PROTECTED] wrote:
> Benjamin Herbert wrote:
> 
> > I started smbd nmbd then ran the command 'wbinfo -A DOAMIN+adm%passwd'
> > which gave this error:
> >
> > could not obtain winbind separator!
> >
> > As you can see the second error was fixed but I still get the winbind
> > separator error.  Winbid crashed when I tried to start it after running
> > the command above.
> >
> > Any other ideas?
> 
> Hmm, offhand, I'll just ask that you verify you're running the wbinfo that you
> think you are, and that the smb.conf is getting read from where you think it
> is...If that doesn't work, crank up the debug level.
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] wbinfo -A trouble

2002-11-22 Thread jmcdsmb
Benjamin Herbert wrote:

> I started smbd nmbd then ran the command 'wbinfo -A DOAMIN+adm%passwd'
> which gave this error:
>
> could not obtain winbind separator!
>
> As you can see the second error was fixed but I still get the winbind
> separator error.  Winbid crashed when I tried to start it after running
> the command above.
>
> Any other ideas?

Hmm, offhand, I'll just ask that you verify you're running the wbinfo that you
think you are, and that the smb.conf is getting read from where you think it
is...If that doesn't work, crank up the debug level.

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



Re: [Samba] wbinfo -A trouble

2002-11-22 Thread Benjamin Herbert


I started smbd nmbd then ran the command 'wbinfo -A DOAMIN+adm%passwd'
which gave this error:

could not obtain winbind separator!

As you can see the second error was fixed but I still get the winbind
separator error.  Winbid crashed when I tried to start it after running
the command above.

Any other ideas?

Thanks for the reply.

On Fri, Nov 22, 2002 at 11:08:22AM -0500, [EMAIL PROTECTED] wrote:
> "Collins, Kevin" wrote:
> 
> > > 5) Before starting smbd, nmbd winbindd I run 'wbinfo -A admin%password
> > >   -here is the error I get:
> >
> > I think this is your problem:  I believe smbd, nmbd and winbindd all
> > need to be running for this work.  Someone correct me if I'm wrong.
> 
> Nope, this should be run before winbindd.  Some wbinfo calls require
> winbindd to be running, but this sets the userid that winbindd will use to
> connect to the DC.
> 
> I think the problem is that you need to have 'wbinfo -A
> DOMAIN+admin%password', that is, add in the domain and winbind separator on
> the wbinfo command.
> 
> Jim McDonough
> Samba Team
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] wbinfo -A trouble

2002-11-22 Thread jmcdsmb
"Collins, Kevin" wrote:

> > 5) Before starting smbd, nmbd winbindd I run 'wbinfo -A admin%password
> >   -here is the error I get:
>
> I think this is your problem:  I believe smbd, nmbd and winbindd all
> need to be running for this work.  Someone correct me if I'm wrong.

Nope, this should be run before winbindd.  Some wbinfo calls require
winbindd to be running, but this sets the userid that winbindd will use to
connect to the DC.

I think the problem is that you need to have 'wbinfo -A
DOMAIN+admin%password', that is, add in the domain and winbind separator on
the wbinfo command.

Jim McDonough
Samba Team

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



RE: [Samba] wbinfo -A trouble

2002-11-22 Thread Collins, Kevin
Hi Benjamin:

> 5) Before starting smbd, nmbd winbindd I run 'wbinfo -A admin%password
>   -here is the error I get:

I think this is your problem:  I believe smbd, nmbd and winbindd all
need to be running for this work.  Someone correct me if I'm wrong.

I hope that helps

Thanks,

Kevin L. Collins, MCSE
Systems Manager
Nesbitt Engineering, Inc.



smime.p7s
Description: application/pkcs7-signature