Re: [Samba] I have no winbind pipe!

2006-06-17 Thread sneezewort

OK I was able to get things back to the way it was by using Ryan Steele's
suggestion of kill -9, and deleting the SWAT smb.conf and starting from
scratch again. The problem is I’m back to where I was with the permissions
problem. I'll guess Ill start a new thread for that problem. Thanks for all
your help! You guys have been great!
--
View this message in context: 
http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4918175
Sent from the Samba - General forum at Nabble.com.

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


Re: [Samba] I have no winbind pipe!

2006-06-16 Thread Travis Bullock
You could run a chkconfig --del winbindd an then reboot. That way it won't 
start and you won't have to "kill".

Cheers,

Travis
- Original Message -
From: Ryan Steele <[EMAIL PROTECTED]>
To: sneezewort <[EMAIL PROTECTED]>, samba@lists.samba.org
Sent: Friday, June 16, 2006 1:40:19 PM GMT-0700
Subject: Re: [Samba] I have no winbind pipe!

sneezewort wrote:
> You can ping with "wbinfo -p" command. 
> I can't stop winbind, in fact I cant even "kill" it by pid. I even tried to
> reboot, but winbindd is still unkillable, and no wbinfo or "net join"
> commands work. I tried to do a full uninstall and reinstall, but the problem
> remains.
> --
> View this message in context: 
> http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4906659
> Sent from the Samba - General forum at Nabble.com.
>
>   
I have had Samba processes that do not respond to kill either.  However, 
you can pass the kill command options that will sometimes help.  kill -9 
is the most severe, and in most cases will kill just about anything.  
(If it doesn't, you've got more serious issues with your kernel).  
However, make sure that there aren't more graceful ways first.  Do a man 
kill to see what options there are.  But, if all else fails, there is 
the -9.  I know I've had to use it more than I'd like...

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

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


Re: [Samba] I have no winbind pipe!

2006-06-16 Thread Ryan Steele

sneezewort wrote:
You can ping with "wbinfo -p" command. 
I can't stop winbind, in fact I cant even "kill" it by pid. I even tried to

reboot, but winbindd is still unkillable, and no wbinfo or "net join"
commands work. I tried to do a full uninstall and reinstall, but the problem
remains.
--
View this message in context: 
http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4906659
Sent from the Samba - General forum at Nabble.com.

  
I have had Samba processes that do not respond to kill either.  However, 
you can pass the kill command options that will sometimes help.  kill -9 
is the most severe, and in most cases will kill just about anything.  
(If it doesn't, you've got more serious issues with your kernel).  
However, make sure that there aren't more graceful ways first.  Do a man 
kill to see what options there are.  But, if all else fails, there is 
the -9.  I know I've had to use it more than I'd like...


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


Re: [Samba] I have no winbind pipe!

2006-06-16 Thread sneezewort

You can ping with "wbinfo -p" command. 
I can't stop winbind, in fact I cant even "kill" it by pid. I even tried to
reboot, but winbindd is still unkillable, and no wbinfo or "net join"
commands work. I tried to do a full uninstall and reinstall, but the problem
remains.
--
View this message in context: 
http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4906659
Sent from the Samba - General forum at Nabble.com.

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


Re: [Samba] I have no winbind pipe!

2006-06-15 Thread Adam Nielsen
> CPU:/# winbindd -i -S -d
> winbindd version 3.0.14a-Debian started.
> Copyright The Samba Team 2000-2004
> ERROR: winbindd is already running. File /var/run/samba/winbindd.pid
> exists and process id 8706 is running.

So winbindd is already running - you'll need to kill it and rerun it in
debug mode to figure out what's happening - but if it's already running
it looks like it's working fine.

So what was the problem with it anyway?  I've never heard of "pinging
winbind" before.

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


Re: [Samba] I have no winbind pipe!

2006-06-15 Thread sneezewort

This is a copy and paste of commands I tried.
-
CPU:/# winbindd -d
CPU:/# winbindd -S -d
Can't log to stdout (-S) unless daemon is in foreground +(-F) or interactive
(-i)
Usage: [-?iV] [--usage] [-S ARG] [-F ARG] [-Y ARG] [-n ARG] [-d DEBUGLEVEL]
[-s CONFIGFILE] [-l LOGFILEBASE]
CPU:/# winbindd -i -S -d
winbindd version 3.0.14a-Debian started.
Copyright The Samba Team 2000-2004
ERROR: winbindd is already running. File /var/run/samba/winbindd.pid exists
and process id 8706 is running.


This is from the log.winbindd file
-

[2006/06/15 19:58:57, 0] lib/debug.c:debug_parse_params(409)
  debug_parse_params: unrecognized debug class name or format [-S]
[2006/06/15 19:58:57, 1] nsswitch/winbindd.c:main(864)
  winbindd version 3.0.14a-Debian started.
  Copyright The Samba Team 2000-2004
[2006/06/15 19:58:57, 0] lib/pidfile.c:pidfile_create(91)
  ERROR: winbindd is already running. File /var/run/samba/winbindd.pid
exists and process id 8706 is
running.
[2006/06/15 20:01:35, 1] nsswitch/winbindd.c:main(864)
  winbindd version 3.0.14a-Debian started.
  Copyright The Samba Team 2000-2004
[2006/06/15 20:01:35, 0] lib/pidfile.c:pidfile_create(91)
  ERROR: winbindd is already running. File /var/run/samba/winbindd.pid
exists and process id 8706 is
running.
[2006/06/15 20:03:51, 1] nsswitch/winbindd.c:main(864)
  winbindd version 3.0.14a-Debian started.
  Copyright The Samba Team 2000-2004
[2006/06/15 20:03:51, 0] lib/pidfile.c:pidfile_create(91)
  ERROR: winbindd is already running. File /var/run/samba/winbindd.pid
exists and process id 8706 is
running.




--
View this message in context: 
http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4893838
Sent from the Samba - General forum at Nabble.com.

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


Re: [Samba] I have no winbind pipe!

2006-06-15 Thread Adam Nielsen
> I configured samba to run as a file server in an NT domain by hand,
> and all was going well except there were some permission problems. I
> decided to install and use SWAT to configure samba, but now I cant
> even ping winbind. I found that someone else had this problem and
> solved it by deleting the pipe at /tmp/.winbindd/pipe , but when I
> ran an ls –A command in /tmp I found there was no ".winbindd". Any
> help would be greatly appreciated? --

What happens if you run winbindd from the command line in debug mode -
what do the errors say?

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


[Samba] I have no winbind pipe!

2006-06-15 Thread sneezewort

I configured samba to run as a file server in an NT domain by hand, and all
was going well except there were some permission problems. I decided to
install and use SWAT to configure samba, but now I cant even ping winbind. I
found that someone else had this problem and solved it by deleting the pipe
at /tmp/.winbindd/pipe , but when I ran an ls –A command in /tmp I found
there was no ".winbindd". Any help would be greatly appreciated?
--
View this message in context: 
http://www.nabble.com/I-have-no-winbind-pipe%21-t1794490.html#a4889989
Sent from the Samba - General forum at Nabble.com.

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