search for: nt4_dc

Displaying 10 results from an estimated 10 matches for "nt4_dc".

2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
...t/w DNS: Faking nameserver OPTIONS --configfile=$SMB_CONF_PATH --option='fss:sequence timeout=1' --maximum-runtime=$SELFTEST_MAXTIME --basedir=$SELFTEST_TMPDIR --format=subunit --option=torture:progress=no --option=torture:quick=yes PROVISIONING NT4 DC...CREATE TEST ENVIRONMENT IN './st/nt4_dc'... user = root END user = root INFO: Current debug levels: all: 10 tdb: 10 printdrivers: 10 lanman: 10 smb: 10 rpc_parse: 10 rpc_srv: 10 rpc_cli: 10 passdb: 10 sam: 10 auth: 10 winbind: 10 vfs: 10 idmap: 10 quota: 10 acls: 10 locking: 10 msdfs: 10 dmapi:...
2020 Nov 01
0
4.13.1 make test failed
...est/filter-subunit --fail-on-empty --prefix="samba3.smbtorture_s3.plain.OWNER-RIGHTS." --suffix="(fileserver_smb1)" ERROR: Testsuite[samba3.smbtorture_s3.plain.OWNER-RIGHTS(fileserver_smb1)] REASON: Exit code was 1 == samba3.smbtorture_s3.crypt_client.OWNER-RIGHTS(nt4_dc_smb1) == command: /usr/src/samba-4.13.1/source3/script/tests/test_smbtorture_s3.sh OWNER-RIGHTS //$SERVER_IP/tmp $USERNAME $PASSWORD /usr/src/samba-4.13.1/bin/smbtorture3 -e -l $LOCAL_PATH 2>&1 | python3 /usr/src/samba-4.13.1/selftest/filter-subunit --fail-on-empty --prefix="samba3.sm...
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
...are mixed from various versions of LFS (7.6 through 7.9). This is a 64-bit CPU running 32-bit OS: # uname -a Linux pjnas 4.4.4-asrockN3150-001-1_pj #1 SMP Fri Mar 4 22:40:03 CET 2016 i686 GNU/Linux Samba compiles fine, but a few selftests fail. The ones I'm worried about are samba3.raw.write(nt4_dc), samba3.raw.write(ad_dc) and samba4.raw.write(ad_dc_ntvfs). All off the raw.write selftests fail at "Trying 2^32 offset". Below is output when running "make test TESTS=samba3.raw.write" === samba3.raw.write(nt4_dc) and samba3.raw.write(ad_dc) fail like this: [32(151)/356 at...
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.
...= 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 lp_servicenumber: couldn't find homes Can't load /home/arjit/samba-4.5.0/st/nt4_dc/lib/server.conf - run testparm to debug it Unable to set password for root account UID_WRAPPER_ROOT=1 ./bin/smbpasswd -c /home/arjit/samba-4.5.0/st/nt4_dc/lib/server.conf -L -s -a root > /dev/null at /home/arjit/samba-4.5.0/selftest/target/Samba3.pm line 1108. Unable to create user at /home/arji...
2019 Apr 06
2
selftest, help with a single test
...DIR --format=subunit --option=torture:progress=no WARNING: The "server schannel" option is deprecated WARNING: The "server schannel" option is deprecated tdbsam_open: Converting version 0.0 database to version 4.0. tdbsam_convert_backup: updated /home/user/src/samba-git/samba/st/nt4_dc/private/passdb.tdb file. WARNING: The "server schannel" option is deprecated WARNING: The "server schannel" option is deprecated WARNING: The "server schannel" option is deprecated WARNING: The "server schannel" option is deprecated WARNING: The "server...
2019 Apr 01
5
selftest
Thanks for the reply, Besides the problem with source4/lib/messaging/messaging_handlers.c, Good to hear that selftest is actively used, then do I understand it right that 'make test' should succeed? My bigger problem is that it failed with lots of errors. This must be a problem with my build, then, but since this is a fresh tarball I am a bit puzzled. I would appreciate some hint on
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...NAME%$PASSWORD --signing=required') > elif t == "smb2.dosmode": > plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/dosmode -U$USERNAME%$PASSWORD') > + elif t == "vfs.acl_xattr": > + plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > else: > plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD') > d...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote: > On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote: > > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote: > > > > > > Yeah, as much as I'd like to avoid adding a new option, I guess we > > > have to do something about it, my latest take on this is >
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...NAME%$PASSWORD --signing=required') > elif t == "smb2.dosmode": > plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/dosmode -U$USERNAME%$PASSWORD') > + elif t == "vfs.acl_xattr": > + plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > else: > plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD') > d...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the