autobuild[sn-devel-144]: intermittent test failure detected

2018-03-09 Thread autobuild
The autobuild test system (on sn-devel-144) 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.sn-devel-144/2018-03-10-0858/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2018-03-10-0858/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2018-03-10-0858/samba.stdout
  
The top commit at the time of the failure was:

commit 9e954bcbf43d67a18ee55f84cda0b09028f96b92
Author: Martin Schwenke 
Date:   Thu Mar 8 11:49:56 2018 +1100

ctdb-tests: Don't use nc -d or -w options

nmap-ncat is used in some distributions to replace netcat.  It has a
different meaning for these options.

We can get the same effect as the current combination of -d and -w by
piping a sleep process to nc.  Subsequent use of $! works because it
gets the last process in pipeline.

Note that redirecting from /dev/null doesn't work with some versions
of nc.  They just exit when they get EOF.

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

Autobuild-User(master): Martin Schwenke 
Autobuild-Date(master): Fri Mar  9 12:24:13 CET 2018 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2018-03-09 Thread Martin Schwenke
The branch, master has been updated
   via  9e954bc ctdb-tests: Don't use nc -d or -w options
   via  bd66445 Revert "ctdb-doc: Fix monitoring bug in example NFS Ganesha 
call-out"
   via  98bd5b6 ctdb-tests: Depend on setup_ctdb_base() to install events.d/
   via  8559848 ctdb-tests: Make fake ssh script set CTDB_BASE
   via  a7a5216 ctdb-tests: Use setup_ctdb_base() for simple tests
   via  caf6b1c ctdb-tests: Reindent setup_ctdb() function
   via  670668f ctdb-tests: Clean up nodes and public address file setup
   via  2b09dc9 ctdb-tests: Use SIMPLE_TESTS_VAR_DIR for data for local 
daemons tests
   via  ee9051b ctdb-tests: New directory for simple test state
   via  2b38b82 ctdb-tests: Use setup_ctdb_base() for onnode unit tests
   via  258e1e0 ctdb-tests: Use setup_ctdb_base() for eventscript unit tests
   via  b1c87b2 ctdb-tests: Factor out setup of fake CTDB_BASE
   via  52cdb03 ctdb-scripts: Drop PID file argument from wrapper
   via  b0d892b ctdb-daemon: CTDB_PIDFILE environment variable overrides 
default
   via  6a54738 ctdb-daemon: Provide default location for ctdbd PID file
   via  a2c6c98 ctdb-scripts: Drop init script PID directory backward 
compatibility
   via  0e5d537 ctdb-scripts: Don't create directory for PID file
   via  9fe85f4 ctdb-packaging: Package up relevant /var subdirectories
   via  bf250fe ctdb-scripts: Drop unnecessary complexity from wrapper
   via  a821306 ctdb-scripts: Drop broken wrapper code that uses PID
   via  914c877 ctdb-tests: Rework simple tests daemon start/stop
   via  5a99835 ctdb-packaging: Use RPM's local state directory
   via  b416ed7 ctdb-scripts: Simplify the names of NFS fail counter files
   via  bcadab7 ctdb-scripts: Move failure counters to the service state 
directory
   via  e6aae12 ctdb-scripts: Move the reconfigure flag to the script state 
directory
   via  ef0962a ctdb-scripts: Drop unused function 
ctdb_setup_service_state_dir()
   via  eed0e3f ctdb-scripts: Use ctdb_setup_state_dir()
   via  fac6d23 ctdb-scripts: Factor out function ctdb_setup_state_dir()
   via  2089961 ctdb-scripts: Move script state to its own directory
   via  ba71230 ctdb-tools: Fix documentation for ctdb ping command
   via  8053f65 ctdb-tools: Event script commands cannot be run without 
daemon
   via  53c550d ctdb-common: Drop unused function ctdb_sys_find_ifname()
   via  efe3a72 ctdb-tools: Drop ipiface command from ctdb tool
   via  35cc786 ctdb-tools: Wait for ctdb daemon to go away in shutdown
   via  376e979 ctdb-client: Client code should never free the client 
context
   via  f70164d ctdb-ib: Avoid fall through case statements
  from  f0bebcc ldb_tdb: Remove unnecessary call to tdb_get_seqnum

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


- Log -
commit 9e954bcbf43d67a18ee55f84cda0b09028f96b92
Author: Martin Schwenke 
Date:   Thu Mar 8 11:49:56 2018 +1100

ctdb-tests: Don't use nc -d or -w options

nmap-ncat is used in some distributions to replace netcat.  It has a
different meaning for these options.

We can get the same effect as the current combination of -d and -w by
piping a sleep process to nc.  Subsequent use of $! works because it
gets the last process in pipeline.

Note that redirecting from /dev/null doesn't work with some versions
of nc.  They just exit when they get EOF.

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

Autobuild-User(master): Martin Schwenke 
Autobuild-Date(master): Fri Mar  9 12:24:13 CET 2018 on sn-devel-144

commit bd66445eddd1273da034df703f6aba7864e8e542
Author: Martin Schwenke 
Date:   Wed Jan 31 17:07:46 2018 +1100

Revert "ctdb-doc: Fix monitoring bug in example NFS Ganesha call-out"

The check action should be there.  It is used by 20.nfs_ganesha.check.

This reverts commit 4fa9026bbd9f67348d3203e0205c59ff4fb51d2d.

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

commit 98bd5b6a41f656802d075c50be7c5b766333080c
Author: Martin Schwenke 
Date:   Fri Feb 16 14:27:39 2018 +1100

ctdb-tests: Depend on setup_ctdb_base() to install events.d/

This directory is only used by simple tests when running against local
daemons.  Moving it to simple/etc-ctdb/events.d/ means that it is
automatically copied by setup_ctdb_base().

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

commit 85598480fbb3a994b853bcd44438d6da85d8f4f3
Author: Martin Schwenke 
Date:   Fri Mar 2 20:36:39 2018 +1100

ctdb-tests: Make fake ssh script set CTDB_BASE

The 

[SCM] Samba Website Repository - branch master updated

2018-03-09 Thread Martin Schwenke
The branch, master has been updated
   via  eb22034 team: Update URL for my home page
  from  c79d765 NEWS[4.8.0rc4]: Samba 4.8.0rc4 Available for Download

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit eb22034fb1c547343ff5a3b6c199ee2bd048aafc
Author: Martin Schwenke 
Date:   Fri Mar 9 20:11:49 2018 +1100

team: Update URL for my home page

I dropped the subdomain some time ago.

Signed-off-by: Martin Schwenke 

---

Summary of changes:
 team/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/team/index.html b/team/index.html
index 790f115..07d6a59 100755
--- a/team/index.html
+++ b/team/index.html
@@ -90,7 +90,7 @@ mailing list and start contributing to the development of 
Samba.
 Garming Sam(http://catalyst.net.nz/what-we-offer/enterprise-solutions/samba;>Catalyst)
 mailto:c...@samba.org;>Christof Schmitt
 https://www.samba.org/~asn/;>Andreas Schneider(https://www.redhat.com/;>Red Hat)
-http://martin.meltin.net/;>Martin Schwenke
+https://meltin.net/martin/;>Martin Schwenke
 mailto:ksee...@samba.org;>Karolin Seeger(https://www.sernet.de/en/;>SerNet)
 http://www.richardsharpe.com;>Richard Sharpe
 mailto:i...@samba.org;>Simo Sorce(https://www.redhat.com/;>Red Hat)


-- 
Samba Website Repository