autobuild: intermittent test failure detected

2013-09-02 Thread autobuild
The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2013-09-03-0535/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-09-03-0535/samba3.stderr
   http://git.samba.org/autobuild.flakey/2013-09-03-0535/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-09-03-0535/samba.stderr
   http://git.samba.org/autobuild.flakey/2013-09-03-0535/samba.stdout
  
The top commit at the time of the failure was:

commit 871488ac43d93eb3d971a64864f8e200a4c8dbed
Author: Michael Adam 
Date:   Mon Sep 2 16:53:48 2013 +0200

docs: fix a typo on the description of "acl check permissions"

Signed-off-by: Michael Adam 
Reviewed-by: Volker Lendecke 

Autobuild-User(master): Volker Lendecke 
Autobuild-Date(master): Mon Sep  2 23:03:01 CEST 2013 on sn-devel-104


[SCM] Samba Shared Repository - branch master updated

2013-09-02 Thread Volker Lendecke
The branch, master has been updated
   via  871488a docs: fix a typo on the description of "acl check 
permissions"
  from  3430448 python/provision: remove unused linklocal=False argument 
from interface_ips_v6()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 871488ac43d93eb3d971a64864f8e200a4c8dbed
Author: Michael Adam 
Date:   Mon Sep 2 16:53:48 2013 +0200

docs: fix a typo on the description of "acl check permissions"

Signed-off-by: Michael Adam 
Reviewed-by: Volker Lendecke 

Autobuild-User(master): Volker Lendecke 
Autobuild-Date(master): Mon Sep  2 23:03:01 CEST 2013 on sn-devel-104

---

Summary of changes:
 .../smbdotconf/protocol/aclcheckpermissions.xml|2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml 
b/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml
index 27ed6c5..341c37a 100644
--- a/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml
+++ b/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml
@@ -8,7 +8,7 @@
 in a future version of Samba.
 
 This boolean parameter controls what 
smbd 
-8does on receiving a protocol 
request of "open for delete"
+8 does on receiving a protocol 
request of "open for delete"
 from a Windows client. If a Windows client doesn't have permissions to 
delete a file then they
 expect this to be denied at open time. POSIX systems normally only detect 
restrictions on delete by
 actually attempting to delete the file or directory. As Windows clients 
can (and do) "back out" a


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v4-0-test updated

2013-09-02 Thread Karolin Seeger
The branch, v4-0-test has been updated
   via  8749a30 s3:lib/gencache: place gencache.tdb into /var/cache/samba
   via  825d273 python/provision: remove unused linklocal=False argument 
from interface_ips_v6()
   via  1cfb0ae s4:samba_upgradedns: don't pass linklocal=False to 
interface_ips_v6()
   via  ad2dc0f python/pyglue: filter out loopback and linklocal addresses 
unless all_interfaces is given
  from  25ded36 Fix the UNIX extensions CHOWN calls to use FCHOWN if 
available, else LCHOWN.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -
commit 8749a307c5d24bf9d613f7edf3354b689eaaf83e
Author: Stefan Metzmacher 
Date:   Thu Mar 28 11:00:27 2013 +0100

s3:lib/gencache: place gencache.tdb into /var/cache/samba

/var/lock/samba is located on tmpfs on newer systems,
but we want to keep things like the server affinity cache
across reboots.

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Volker Lendecke 
(cherry picked from commit 54529fd354275cfb4ece407f95ef34675b202ea3)

Fix bug #9802 - gencache.tdb should be moved to /var/cache/samba.

Autobuild-User(v4-0-test): Karolin Seeger 
Autobuild-Date(v4-0-test): Mon Sep  2 11:57:51 CEST 2013 on sn-devel-104

commit 825d2731a7276848d8a673c05c4a503a37c2904c
Author: Stefan Metzmacher 
Date:   Fri Aug 30 15:18:44 2013 +0200

python/provision: remove unused linklocal=False argument from 
interface_ips_v6()

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 

Autobuild-User(master): Björn Jacke 
Autobuild-Date(master): Fri Aug 30 17:33:58 CEST 2013 on sn-devel-104

(cherry picked from commit 3430448fc01ce3fbe0606a2c239d3c98a5b78361)

The last 3 patches address bug #10030 - ::1 added to nameserver on join.

commit 1cfb0ae84885215c186650f941fd867868df7c11
Author: Stefan Metzmacher 
Date:   Fri Aug 30 15:17:59 2013 +0200

s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()

This is the default...

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 
(cherry picked from commit 9edc0276c742194ec381c266acedf3216ccf1c69)

commit ad2dc0facbc02e82cae1882a3e15aae81f1cfb53
Author: Stefan Metzmacher 
Date:   Fri Aug 30 14:59:01 2013 +0200

python/pyglue: filter out loopback and linklocal addresses unless 
all_interfaces is given

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10030

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 
(cherry picked from commit 0e6aca40413fb3cfd4300f282204a69743be4a65)

---

Summary of changes:
 python/pyglue.c|   45 ++-
 python/samba/provision/__init__.py |6 ++--
 source3/lib/gencache.c |2 +-
 source4/scripting/bin/samba_upgradedns |2 +-
 4 files changed, 48 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/python/pyglue.c b/python/pyglue.c
index c21de46..802153a 100644
--- a/python/pyglue.c
+++ b/python/pyglue.c
@@ -164,18 +164,59 @@ static PyObject *py_interface_ips(PyObject *self, 
PyObject *args)
/* first count how many are not loopback addresses */
for (ifcount = i = 0; i 1:
diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
index 95b4811..da779c9 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.c
@@ -63,7 +63,7 @@ static bool gencache_init(void)
/* skip file open if it's already opened */
if (cache) return True;
 
-   cache_fname = lock_path("gencache.tdb");
+   cache_fname = cache_path("gencache.tdb");
 
DEBUG(5, ("Opening cache file at %s\n", cache_fname));
 
diff --git a/source4/scripting/bin/samba_upgradedns 
b/source4/scripting/bin/samba_upgradedns
index 3c30090..b7af98c 100755
--- a/source4/scripting/bin/samba_upgradedns
+++ b/source4/scripting/bin/samba_upgradedns
@@ -331,7 +331,7 @@ if __name__ == '__main__':
 logger.debug("IPv4 addresses: %s" % hostip)
 
 logger.info("Looking up IPv6 addresses")
-hostip6 = interface_ips_v6(lp, linklocal=False)
+hostip6 = interface_ips_v6(lp)
 if not hostip6:
 hostip6 = None
 else:


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v4-1-test updated

2013-09-02 Thread Karolin Seeger
The branch, v4-1-test has been updated
   via  bfd3cc3 python/provision: remove unused linklocal=False argument 
from interface_ips_v6()
   via  21708c1 s4:samba_upgradedns: don't pass linklocal=False to 
interface_ips_v6()
   via  10c1784 python/pyglue: filter out loopback and linklocal addresses 
unless all_interfaces is given
  from  ac1a309 client: add missing newlines to error messages for invalid 
iosize parameter.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-1-test


- Log -
commit bfd3cc399641b251ce1076f99068b6af46f5b89c
Author: Stefan Metzmacher 
Date:   Fri Aug 30 15:18:44 2013 +0200

python/provision: remove unused linklocal=False argument from 
interface_ips_v6()

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 

Autobuild-User(master): Björn Jacke 
Autobuild-Date(master): Fri Aug 30 17:33:58 CEST 2013 on sn-devel-104

(cherry picked from commit 3430448fc01ce3fbe0606a2c239d3c98a5b78361)

The last 3 patches address bug #10030 - ::1 added to nameserver on join.

Autobuild-User(v4-1-test): Karolin Seeger 
Autobuild-Date(v4-1-test): Mon Sep  2 11:50:45 CEST 2013 on sn-devel-104

commit 21708c19b56adfb3df19187d4e6566f0a1e87df3
Author: Stefan Metzmacher 
Date:   Fri Aug 30 15:17:59 2013 +0200

s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()

This is the default...

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 
(cherry picked from commit 9edc0276c742194ec381c266acedf3216ccf1c69)

commit 10c17840245d5604ef1e0c52b0f45fa43c9ad713
Author: Stefan Metzmacher 
Date:   Fri Aug 30 14:59:01 2013 +0200

python/pyglue: filter out loopback and linklocal addresses unless 
all_interfaces is given

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10030

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Bjoern Jacke 
(cherry picked from commit 0e6aca40413fb3cfd4300f282204a69743be4a65)

---

Summary of changes:
 python/pyglue.c|   45 ++-
 python/samba/provision/__init__.py |6 ++--
 source4/scripting/bin/samba_upgradedns |2 +-
 3 files changed, 47 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/python/pyglue.c b/python/pyglue.c
index 735f03a..02fb005 100644
--- a/python/pyglue.c
+++ b/python/pyglue.c
@@ -164,18 +164,59 @@ static PyObject *py_interface_ips(PyObject *self, 
PyObject *args)
/* first count how many are not loopback addresses */
for (ifcount = i = 0; i 1:
diff --git a/source4/scripting/bin/samba_upgradedns 
b/source4/scripting/bin/samba_upgradedns
index 3c30090..b7af98c 100755
--- a/source4/scripting/bin/samba_upgradedns
+++ b/source4/scripting/bin/samba_upgradedns
@@ -331,7 +331,7 @@ if __name__ == '__main__':
 logger.debug("IPv4 addresses: %s" % hostip)
 
 logger.info("Looking up IPv6 addresses")
-hostip6 = interface_ips_v6(lp, linklocal=False)
+hostip6 = interface_ips_v6(lp)
 if not hostip6:
 hostip6 = None
 else:


-- 
Samba Shared Repository