similar to: classicupgrade cannot start winbind

Displaying 20 results from an estimated 2000 matches similar to: "classicupgrade cannot start winbind"

2011 Jul 11
2
Error when execute make quicktest
Hi Everyone. Im installing Samba4 and when i make the "make quicktest" y recibe the following error: (sorry about my english). = Failed tests = == samba3.posix_s3.raw.open (s3dc) == command: /home/debian/samba-master/bin/smbtorture --configfile=$SMB_CONF_PATH --maximum-runtime=$SELFTEST_MAXTIME --target=samba3 --basedir=$SELFTEST_TMPDIR
2016 Oct 22
3
samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
Hi Team, On running make quicktest. I am stuck as wbinfo --ping-dc is from selftest/target/Samba3.pm is failing. Below is the code snipped from logs. *Socket opened.* *parse_nmb: packet id = 14795* *nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0) response=Yes* * header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes* * header: rcode=0 qdcount=0 ancount=1
2015 Oct 13
2
4.3.0 classicupgrade segfault
Greetings - On a CentOS 6 system, I compiled Samba 4.3.0 successfully (and 'make quicktest' reports "ALL OK") but when I attempt to do a classicupgrade I get a segmentation fault: Reading smb.conf Provisioning Exporting account policy Exporting groups Exporting users Segmentation fault In the system message log, a python error is reported: kernel: python[28732]: segfault at
2010 Sep 02
1
Strange provisioning error - I really expect an answer
Hello All, I'm trying to contribute with my tests and continuous attempts to install and stress-test samba, but it gets really sad and frustrating finding out that no one answers. I know a lot of "we do this for free", "we do this in our free time", "wait longer for an answer" and that will come, save some typing and please, do not reply with that. I've
2015 May 12
1
4.2.1 make quicktest error
Greetings - On a RHEL6 system, Samba 4.2.1 compiles without any apparent problems but 'make quicktest' reports an error: FAILED (1 failures, 0 errors and 0 unexpected successes in 1 testsuites) A summary with detailed information can be found in: ./st/summary test: running (/usr/bin/perl /var/tmp/samba-4.2.1/selftest/selftest.pl --target=samba --prefix=./st
2011 Aug 03
1
Samba4 on CentOS6 make quicktest failed
Hello all I followed samba4 how to ( CentOS6 minimum install ) #working fro me ./configure.developer make #failed for me [root at dcmsc samba-4.0.0alpha16]# make quicktest WAF_MAKE=1 ./buildtools/bin/waf test --quick 'test' finished successfully (0.000s) Waf: Entering directory `/root/download/samba-4.0.0alpha16/bin' [ 111/3389] Generating VERSION Waf: Leaving directory
2010 Nov 09
1
make quicktest failed
I had 444 errors I didn't want to put them all up here. Maybe I missed a step, maybe it's an easy "oops you forgot to do this" I'm on ubuntu 10.10 amd64 server completely uptodate today. I followed the http://wiki.samba.org/index.php/Samba4/HOWTO My git is also today. == samba4.rpc.echo on ncacn_ip_tcp with validate and --option=socket:testnonblock=True
2015 Oct 14
2
4.3.0 classicupgrade segfault
On 14/10/15 08:09, Luca Olivetti wrote: > El 13/10/15 a les 21:35, Robert Moulton ha escrit: >> Greetings - On a CentOS 6 system, I compiled Samba 4.3.0 successfully >> (and 'make quicktest' reports "ALL OK") but when I attempt to do a >> classicupgrade I get a segmentation fault: >> >> Reading smb.conf >> Provisioning >> Exporting
2015 Jan 09
4
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
Hello, all! Well, third time is *not* the charm for me. (I've been through the process 3 times with 3 different DCs). I am trying to set up a member server, using Samba 4.1.14, and washing out when getting to the winbind testing. I've tried ignoring the failure and pressing on, but that didn't get anywhere. In this instance, I have a freshly-installed, configured and functioning
2015 Mar 25
0
Samba 4.2.0 fails to start if domain was provisioned by classicupgrade
Hello, Can anyone offer assistance with this issue? Can someone help me understand what winbindd is looking for here? Thank you. /usr/local/samba/sbin/winbindd: winbindd version 4.2.0 started. /usr/local/samba/sbin/winbindd: Copyright Andrew Tridgell and the Samba Team 1992-2014 /usr/local/samba/sbin/winbindd: Maximum core file size limits now 16777216(soft) -1(hard)
2015 Mar 23
2
Samba 4.2.0 fails to start if domain was provisioned by classicupgrade
Hello, I am trying to upgrade our domain controller to 4.2.0 from 4.1.16, however samba will not start after the upgrade. It appears to be related to the fact that this AD domain was created by running classicupgrade. My test environment, which was originally provisioned from 4.0 does not have this problem. This server was originally deployed back in 2004 using Samba3 and OpenLDAP. We upgraded
2017 Oct 17
0
Change Netbios name during classicupgrade?
Well, let's try to be more precise about my issue and give some updates: I try to make a classicupgrade and meanwhile, change the Domain name during the process, which includes realm and NetBIOS domain name. I precisely meet difficulties with changing the NetBIOS domain name. What i've tried so far: 1) Change the NetBIOS domain name "workgroup" attribute on the old Samba 3
2017 Jan 29
2
classic upgrade fails with 4.6-test
Classic upgrade failing with 4.6-test (4.6.0rc3-GIT-1f2ebda) : Running: samba-tool domain classicupgrade --dbdir=/usr/local/samba.PDC/dbdir/ --realm=example.com --dns-backend=BIND9_DLZ --use-xattrs=yes /usr/local/samba.PDC/etc/smb.PDC.conf Gives: samba-tool domain classicupgrade: error: no such option: --use-xattrs If --use-xattrs=yes is removed: samba-tool domain classicupgrade
2023 Oct 25
1
Linux/Windows Domain Controller
So. I've builded 4.19.2 from source. building worked fine and I've configured like the following: ./configure \ ?? ?--sbindir=/usr/local/sbin \ ?? ?--bindir=/usr/local/bin \ ?? ?--sysconfdir=/etc/samba \ ?? ?--mandir=/usr/share/man \ ?? ?--systemd-install-services \ ?? ?--with-systemddir=/lib/systemd/system \ ?? ?--enable-selftest \ ?? ?--disable-cups I ran make quicktest with
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to recognize vlp as valid printing value.
Hi Team, I have build samba 4.5.0.on hpux. On running make quick test fails as it is not able to recognize vlp value for printing. Extract from log:- doing parameter strict sync = yes doing parameter vfs objects = acl_xattr fake_acls xattr_tdb streams_depot doing parameter printing = vlp WARNING: Ignoring invalid value 'vlp' for parameter 'printing' pm_process() returned No
2015 Jan 13
1
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
On 13/01/15 01:07, BISI wrote: > Found it! (Thanks to Louis van Belle and Rowland Penny for their > guidance). > > The wiki page for > https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server > *really* needs a note about this to be added. It will save a lot of > frustration and wasted time for others coming behind. > > The reason I say this is that a
2019 Apr 01
3
selftest
Hi all, I just downloaded a fresh samba-4.10.0 tarball to verify the result of 'make test' What I did is: ./configure --enable-selftest make make test All run as the ordinary user. I encountered a build problem with 'make' in source4/lib/messaging/messaging_handlers.c due to the following conditional being placed /before/ #include "includes.h" #if defined(DEVELOPER)
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
On Sat, 22 Oct 2016 10:46:04 +0530 Arjit Gupta via samba <samba at lists.samba.org> wrote: > Hi Team, > > On running make quicktest. I am stuck as wbinfo --ping-dc is > from selftest/target/Samba3.pm is failing. > > Below is the code snipped from logs. > > *Socket opened.* > *parse_nmb: packet id = 14795* > *nmb packet from 127.0.0.3(137) header: id=14795
2017 Jan 29
3
classic upgrade fails with 4.6-test
On Sun, Jan 29, 2017 at 4:54 PM, Rowland Penny <rpenny at samba.org> wrote: > When you built Samba, did you use the '--with-ntvfs-fileserver' or > '--enable-selftest' options with configure ? > I used '--without-ntvfs-fileserver'.
2011 Jul 10
1
Samba4 - Cannot get quick test to succeed
Hi All, I'm currently using/testing samba-4.0.0alpha15. I downloaded the tar ball, followed the Samba4 HOWTO wiki at http://wiki.samba.org/index.php/Samba4/HOWTO and got stuff working pretty well. I have experienced issues with GPOs and such and dynamic dns and so thought I'd try the current version but I cannot now get samba4 to pass quicktest (or any other test). I've tried