Displaying 20 results from an estimated 1000 matches similar to: "Why are some error messages printed to stdout?"
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 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
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 validate_nt_acl_blob() function in
[PATCH 06/12] vfs_acl_common: move the ACL blob validation to a helper function
this makes some of the existing function names in debug statements
incorrect.
Eg. validate_nt_acl_blob()
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
2010 Jan 31
0
error compiling on 3.5 on OS X
I've tried to compile 3.5.0 RC2 on MAc OS X 10.6.2 and I get an error towards the end---
any help/ideas would be greatly appreciated---
-----------<snip>-------------
torture/../../lib/util/tests/strlist.c:285: warning: passing argument 1 of ?str_list_equal? from incompatible pointer type
torture/../../lib/util/tests/strlist.c: In function ?test_list_remove?:
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
On Sat, Aug 27, 2016 at 12:46:12PM +0200, Ralph Böhme via samba wrote:
>
> ...and this one even has bug urls in all commit messages. Sorry for
> forgetting this in the previous version.
Juuuusttt *one* leetle change, sorry :-).
I was following the changes to the talloc heirarchy in the
code and realized that adding the following change made it
much clearer (at least to me).
diff --git
2005 Aug 10
2
Compiling smbtorture
Is smbtorture a simple SMB client that is completely separate from Samba
server? (I.e., can I use it to test, e.g., a regular Windows SMB
server?) Or is it something that only tests Samba server?
Anyway, I haven't had any luck compiling it. Any hints? Here is a
transcript (this is on SUSE Linux Enterprise 9):
cwu@cham6:~/tmp/apps/samba-3.0.14a/source> ./configure
2015 Nov 26
2
nitwit's attempt to edit samba source
Hi,
Since I really would like some more info (specifically: remote ip
address) to be logged with failed password attempts, I have tried to
edit the samba source code. :-)
Anyway, I changed in source4/auth/ntlm/auth.c
> if (tevent_req_is_nterror(req, &status)) {
> DEBUG(2,("auth_check_password_recv: "
> "%s authentication for user [%s\\%s] "
>
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
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
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
I get the following errors when building the torture suite under HP-UX 11i
with HP AnsiC. They are actually somewhat similar to the errors that I get
trying to build the whole package with gcc:
Compiling torture/torture.c
In file included from include/includes.h:109,
from torture/torture.c:23:
/usr/include/sys/socket.h:484: error: parse error before "sendfile"
2019 Aug 30
2
RFC: Adding GCC C Torture Suite to External Test Suites
TL;DR: I am proposing to add the GCC C Torture suite [1], as an additional external source of tests for the “nightly” test suite. If you are willing to review the patch, it is here: https://reviews.llvm.org/D66887
Background:
While working on the RISC-V backend, we have found it useful to use additional test suites beyond the in-tree Clang and LLVM tests and the LLVM nightly tests, in order to
2019 Aug 30
2
RFC: Adding GCC C Torture Suite to External Test Suites
On Fri, 30 Aug 2019 at 17:34, Finkel, Hal J. via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>
> On 8/30/19 10:18 AM, Sam Elliott via llvm-dev wrote:
> > TL;DR: I am proposing to add the GCC C Torture suite [1], as an additional external source of tests for the “nightly” test suite. If you are willing to review the patch, it is here: https://reviews.llvm.org/D66887
>
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
2019 Sep 03
2
RFC: Adding GCC C Torture Suite to External Test Suites
There are 1500 tests total, and about 100 on the platform-agnostic blacklist. Alex and I do not think this is an onerous burden for maintenance, either as an external test suite or if the test suite is imported.
In the long term, if we import the tests, we know we will have to do updates when the Embecosm work lands, and beyond that updates can be more sporadic. It’s not clear to me how much
2007 Feb 28
2
Building Samba 4 - Includes.c missing?
Hello all,
I've been peacefully using Samba 3 for about 3 years now, and it has done a wonderful job in my little world as domain member servers for file and print serving. Much bettetrver farms that some of my peers in the company are using.
So I want to try Samba 4 and see if I can play with making it my PDC. The only problem is that when I go to make, I receive the following error:
...
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
2003 Dec 09
2
Telemarketer Torture
Hello--
I submitted of extensions.conf that contains my "telemarketer torture"
menus, last week sometime to the mailing list.
I got back a note from the mailing list machinery, stating that it was
too big, and would be subject to approval. No such approval came, I
guess. Either I missed it, or it didn't rate, or the moderator just
plain hasn't gotten around to it yet.
So, I
2009 Jul 22
2
[LLVMdev] ARM backend failures from (gcc) c torture suite
I have run the torture test again svn head rev 76522 (2009/07/20) there are
now
2 compilation and 23 runtime failure. A tarball with reproducers is
attached.
Most problems are still vargs related.
Robert
On Fri, Jun 12, 2009 at 11:09 AM, Sandeep Patel <deeppatel1987 at gmail.com>wrote:
> I don't have a target in front of me to run these tests at the moment,
> but walking
2007 May 05
3
asterisk telemarketer torture sound files
Hi,
I have some annoying telemarketer calling me on a recurring basis,
but I'd like to discourage them a bit and have some fun.
I found this:
http://www.voip-info.org/wiki/view/Asterisk+AEL+Telemarketer+Torture
but the link to download the sound files is dead (wyoming.e-tools.com
is NXDOMAIN).
Anyone have a copy of these?
-Adam
2009 Jul 24
0
[LLVMdev] ARM backend failures from (gcc) c torture suite
Can you file a bug? Thanks.
Evan
On Jul 22, 2009, at 8:30 AM, robert muth wrote:
> I have run the torture test again svn head rev 76522 (2009/07/20)
> there are now
> 2 compilation and 23 runtime failure. A tarball with reproducers is
> attached.
> Most problems are still vargs related.
>
> Robert
>
> On Fri, Jun 12, 2009 at 11:09 AM, Sandeep Patel