From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26063 invoked by alias); 13 Sep 2011 15:12:15 -0000 Received: (qmail 26035 invoked by uid 448); 13 Sep 2011 15:12:13 -0000 Date: Tue, 13 Sep 2011 15:12:00 -0000 Message-ID: <20110913151212.26024.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-203-g3845290 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7c7971f5df049cfec2e1d5eaee4795de0e439030 X-Git-Newrev: 3845290458cd498e490078318ae5306911cb47a9 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q3/txt/msg00256.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 3845290458cd498e490078318ae5306911cb47a9 (commit) via 87e00d4e2c4c0a7a9f8f0679f54b0ae6da3e706a (commit) from 7c7971f5df049cfec2e1d5eaee4795de0e439030 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3845290458cd498e490078318ae5306911cb47a9 Author: Dave Brolley Date: Tue Sep 13 11:07:11 2011 -0400 RHBZ 737095: Unable to start a systemtap server - Don't use getlogin to obtain user name because it can fail. - Establish server log before issuing any messages. - Failure of avahi to advertise is now only a warning. Avahi is not always available and the server can still be used directly. commit 87e00d4e2c4c0a7a9f8f0679f54b0ae6da3e706a Author: Dave Brolley Date: Tue Sep 13 11:05:47 2011 -0400 Don't expose local path names in test names. ----------------------------------------------------------------------- Summary of changes: stap-serverd.cxx | 44 ++++++++++++++---------- stap-start-server | 21 ++++++----- testsuite/systemtap.server/client_args.exp | 50 ++++++++++++++-------------- 3 files changed, 61 insertions(+), 54 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool