Displaying 20 results from an estimated 700 matches similar to: "PANIC: Could not fetch our SID - did we join?"
2005 Jun 27
1
samba 3.0.20pre1 winbind dumps core on Solaris 9
Greetings,
Here is what I have built samba on:
Solaris 9
GCC 3.2.2
samba-3.0.20pre1
openldap-2.2.24
MIT Kerberos 1.4
Samba built with:
./configure --prefix=/opt/local/samba --with-automount --with-profile
--with-acl-support --with-utmp --with-winbind --with-ads --with-ldap
--with-krb5=/opt/local/kerberos5 --with-pam
Within a minute of starting samba + winbind I get a core dump in the
samba
2003 Sep 25
1
winbind with win2003 server = Error looking up domain users
Hello list.
I installed samba 3.0.0 from source on a SuSE 8.2 with
./configure --with-configdir=/etc/samba/ --with-pam --with-acl-support
make
make install
cp samba-3.0.0/source/nsswitch/libnss_winbind.so /lib
ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2
Next step was:
linux:/ # /usr/local/samba/bin/net rpc join -S PDC -U Administrator
Password:
Joined domain DOMAIN.
PDC is a Win2003
2005 Jan 23
1
Winbind without netbios
Hi there,
Im using for long time winbind + squid for my proxy server and it has
been working very good... No problems at all.
Some months ago, I decided to get rid of Netbios protocol and start to
use only dns for name resolution on my domain. That's when my problem
begin.
All my windows servers and workstations are doing fine without netbios
but I cant get winbind to work without
2006 Feb 28
1
3.0.21c: idmap_rid segfaults on AIX 5.3 ML4
Hi everyone,
I'm trying to use idmap_rid on an AIX 5.3 ML4 machine. Samba compiled
successfully using the IBM compiler (vac.C) version 6. The only
programs I supplied where db and libiconv.
I followed the instructions, and put nsswitch/WINBIND in /usr/lib/security,
and edited /usr/lib/security/methods.cfg.
When I start "winbindd -i", it coredumps with a Signal 11:
(dbx) where
2006 Jan 31
3
3.0.21b +pam_winbindd
Ive installed and configured samba using
cd samba-3.0.21b/source
./autogen.sh
./configure --with-krb5=/usr/local \
--with-automount \
--with-pam \
--with-utmp \
--with-winbind \
--with-libsmbclient \
--with-ldap \
--with-netlib='-lresolv'
make
make install
cp nsswitch/pam_winbind.so /usr/lib/security
cp
2006 Feb 07
0
samba and idmap_rid panic
Sigh,
Someday i will get samba to work on aix. Now I rebuild samba because I
discovered that you needed to request it to build idmap_rid.so or it
will not make it. After the rebuild I moved over the smb.conf again and
net ads joined again. When I try to start samba, however, it panics
with this information:
smb_register_idmap: Successfully added idmap backend 'tdb'
[2006/02/07
1999 Dec 16
0
session request to PDSLNX failed
I have tried everything I can think of, including all of the remedies in
the diagnostics site. I always get the following error when I try to
connect to my SAMBA server:
[root@pdslnx /root]# smbclient -L PDSLNX
Added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0
session request to PDSLNX failed
session request to *SMBSERVER failed
I can connect to my other machines (W95 and
2006 Oct 06
2
smbd hanging on OS X 10.4.8
Hi,
If process all my mounts prior to the "..." bit below. It looks as if
it's hanging while processing some printer config. On that assumption
and since I don't and never have had any printers attached, I've
commented out the '[printers]' section from smb.conf. No section
contains a 'printable = yes'. I've tried with all sections containing
'printable
2003 Oct 15
2
samba 3.0.0 winbind starting problems.
I've a little problem starting winbindd.
using It on a redhat 9 linux, compiled from source.
I've configured nsswitch.conf with winbind and kerberos. Naturally joined my
ADS realm with the following command: net ads join -U administrator
successfully.
now the problem is that smbd and nmbd work correclty but I can't start
winbindd due the following error and I can't manage why,
2016 Dec 31
0
ADS domain member: winbind fails
Am 30.12.2016 um 19:10 schrieb Rowland Penny via samba:
>> -d10 please :-)
>>
>> Volker
>>
>
> I would have worked up to that ;-)
>
> But the OP has since posted that he just changed the smb.conf on his
> old PDC and didn't empty /var/lib/samba
emptying /var/lib/samba caused issues with joining: no secrets.tdb
->
main ~ # winbindd -i -d10
INFO:
2016 Dec 31
2
ADS domain member: winbind fails
On Sat, 31 Dec 2016 01:14:46 +0100
"Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
> Am 30.12.2016 um 19:10 schrieb Rowland Penny via samba:
>
> >> -d10 please :-)
> >>
> >> Volker
> >>
> >
> > I would have worked up to that ;-)
> >
> > But the OP has since posted that he just changed the
2016 Mar 16
1
Showstopper problem: Winbindd no longer starting
Hi,
I'm running a samba CTDB setup using default Centos 7.2 repos, fully
up-to-date. This is in pre-production so this is quite a nasty problem.
Everything was running fine, including after a package update 1-2 days
ago. However, this morning I can't get winbind started, CTDB times it
out. I've taken the clustering=yes line out of smb.conf, and run winbind
at dedug level from the
2016 Apr 24
1
Unable to start winbindd, Could not fetch our SID - did we join?
I've been searching this lists archives and using the Googles for two days
now, and keep coming across the same messages from before 2012 with the
errors I'm getting, so either I'm seeing something new, or I've missed
something stupid.
I've been following the HOWTOs here from Samba.org. In each case below, I
uninstalled the provided Samba packages and built from source.
2017 Nov 13
3
Winbind error "Could not fetch our SID - did we join?"
On 2017-11-13 13:31, Rowland Penny wrote:
> On Mon, 13 Nov 2017 13:18:20 +0100
> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>
>> Could we please not waste a week poking at random unrelated stuff this
>> time? These "I try the same stuff no matter what the problem is"
>> boilerplate emails become really grating after the first few times. :/
2011 Jan 17
3
Winbind uselessly using up Idmap range in ldap
Hi,
We have just managed to get winbind behaving correctly in a Samba domain
with Samba member servers with help from Sernet. It is now not adding
spurious entries for the "own domain".
However, a member server keeps trying to add group mappings that already
exist in the LDAP idmap ou. This would not be a problem, apart from the
fact that every time it fails adding an entry, the
2003 Aug 13
0
"Idmap uid range missing" - 3.0.0beta2-1 on Debian Sarge
Hi there--
I'm using Debian testing ("Sarge") and recently upgraded to 3.0.0beta2-1 from
2.2. It broke, and I've been pulling my hair our trying to get it working again.
I've gone to a Samba HowTo troubleshooting guide:
http://hr.uoregon.edu/davidrl/samba/samba-diagnose.html
and gotten successfully through test #4 (NetBIOS Name Resolution) but can't get
anything on
2011 Feb 04
0
PAM authentication with winbind and AD
All,
After two days of googling, reading, swearing and cursing, I am finally admitting I cannot solve this one. I have three production FreeBSD servers running various network utilities (DHCP, bacula, zabix, syslog, rsync). These have been running fine for several years. As a primary Windows domain (accounting firm. Not much choice), I like to centralize all logins into AD which is currently
2003 Aug 13
0
Latest debian (testing) version crashed strangely
Hi there,
First post to this list - apologies if there's a more appropriate
place for discussion of debian specific builds, but this looks like
a generic-enough bug.
Samba "smbd version 3.0.0beta2-1 for Debian" running on 2.4.21 linux
kernel on Athlon machine. WinXpPro client machine opening a mapped
drive from samba share in a "Add attachment" dialog in Mozilla 1.4.
2005 Mar 18
5
idmap LDAP backend
I'm trying to use the LDAP backend for the idmap database but I just
can't seem to get it to work. There really is rather pathetic
documentation out there on how to implement this. I've basically got my
ldap server setup with an OU called smb and another OU under it called
idmap. Here is my smb.conf file:
[global]
workgroup = HQ
server string = Theo's Samba Server
2009 Nov 10
2
Samba 3.4.2 Winbind problem IDMAP GID range full
Hello all,
after migration from 3.0.26a to 3.4.2 we get lots of the following messages in our winbind-idmap logfile. Has anybody seen this before?
[2009/11/10 10:51:14, 0] winbindd/idmap.c:201(smb_register_idmap_alloc)
idmap_alloc module ldap already registered!
[2009/11/10 10:51:14, 0] winbindd/idmap.c:201(smb_register_idmap_alloc)
idmap_alloc module tdb already registered!
[2009/11/10