This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug server/16342] stap --list-servers lists spurious line when having two stap-serverd instances
- From: "jlebon at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 20 Dec 2013 20:35:06 +0000
- Subject: [Bug server/16342] stap --list-servers lists spurious line when having two stap-serverd instances
- Auto-submitted: auto-generated
- References: <bug-16342-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=16342
Jonathan Lebon <jlebon at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
Fixed in commit 2436ada. For reference, what was happening was that the first
avahi entry would get resolved, but not the second, since the cache reported
that hostname as already resolved. When the time came to merge the avahi
entries, only the first one found its equivalent, while the second one kept its
short hostname(2). Afterwards, since the hostname(2) doesn't match the hostname
in the database, we see the 'offline' line there.
Here is what we see now:
[root@machine.domain ~]# stap --list-servers=all
Systemtap Compile Server Status for 'all'
host=machine.domain address=XX.XX.XX.XX port=42444
sysinfo="3.10.0-61.el7.x86_64 x86_64" version=2.4 certinfo="00:9d:bc:89:1e"
host=machine.domain address=XX.XX.XX.XX port=59489
sysinfo="3.10.0-61.el7.x86_64 x86_64" version=2.4 certinfo="00:9d:bc:76:aa"
--
You are receiving this mail because:
You are the assignee for the bug.