public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug server/19992] New: polymorphic operation
@ 2016-04-25 20:28 fche at redhat dot com
  2016-05-02 16:10 ` [Bug server/19992] " fche at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fche at redhat dot com @ 2016-04-25 20:28 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

            Bug ID: 19992
           Summary: polymorphic operation
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

A single stap-server daemon should be able to auto-configure itself to support
compilation services to all locally-installed kernels.  This could be done
either by the stap-server driver shell script (auto-forking N stap-serverd's),
or by stap-serverd (doing its own kernel-devel search, avahi-announcing itself
N times).  Clients already identify the target kernel of interest (the sysinfo:
field), so theoretically one TCP port could multiplex them.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
@ 2016-05-02 16:10 ` fche at redhat dot com
  2016-05-13 19:48 ` flu at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2016-05-02 16:10 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
Probably the simplest user-interface to it would be to let stap-serverd accept
multiple "-r KERNEL-RELEASE" flags.  Let the stap-server shell script seek out
(or be configured with) all the kernel-devel type trees it can find and pass
them to stap-serverd via -r flags.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
  2016-05-02 16:10 ` [Bug server/19992] " fche at redhat dot com
@ 2016-05-13 19:48 ` flu at redhat dot com
  2016-05-18 17:06 ` mcermak at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: flu at redhat dot com @ 2016-05-13 19:48 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

Felix Lu <flu at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flu at redhat dot com,
                   |                            |mcermak at redhat dot com

--- Comment #2 from Felix Lu <flu at redhat dot com> ---
Added in commit 3532c11da3918dab4.

We still need some nice way to test this feature. The host
needs to have multiple kernel-versions installed and running stap-server -i
should spawn a server that can handle all of the installed kernel-versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
  2016-05-02 16:10 ` [Bug server/19992] " fche at redhat dot com
  2016-05-13 19:48 ` flu at redhat dot com
@ 2016-05-18 17:06 ` mcermak at redhat dot com
  2016-05-18 17:10 ` mcermak at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mcermak at redhat dot com @ 2016-05-18 17:06 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

--- Comment #3 from Martin Cermak <mcermak at redhat dot com> ---
Kicked off a new testcase: https://bugzilla.redhat.com/1337272 .

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
                   ` (2 preceding siblings ...)
  2016-05-18 17:06 ` mcermak at redhat dot com
@ 2016-05-18 17:10 ` mcermak at redhat dot com
  2016-05-19 19:07 ` flu at redhat dot com
  2016-05-26 17:40 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: mcermak at redhat dot com @ 2016-05-18 17:10 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

--- Comment #4 from Martin Cermak <mcermak at redhat dot com> ---
The feature seems to work fine except of systemd based test boxes (el7), where
the current systemd unit file doesn't pass the -i option to the server.  Adding
it there by hand makes the testcase pass.  But I am not sure how to do this the
systemd way.  We should also think of how to pass the switch to the server in
case the server is called using the old style service command (which wraps
systemctl).

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
                   ` (3 preceding siblings ...)
  2016-05-18 17:10 ` mcermak at redhat dot com
@ 2016-05-19 19:07 ` flu at redhat dot com
  2016-05-26 17:40 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: flu at redhat dot com @ 2016-05-19 19:07 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

Felix Lu <flu at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Felix Lu <flu at redhat dot com> ---
The stap-server service now passes the -i option as the default.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug server/19992] polymorphic operation
  2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
                   ` (4 preceding siblings ...)
  2016-05-19 19:07 ` flu at redhat dot com
@ 2016-05-26 17:40 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2016-05-26 17:40 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=19992

--- Comment #6 from Frank Ch. Eigler <fche at redhat dot com> ---
*** Bug 14930 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-26 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 20:28 [Bug server/19992] New: polymorphic operation fche at redhat dot com
2016-05-02 16:10 ` [Bug server/19992] " fche at redhat dot com
2016-05-13 19:48 ` flu at redhat dot com
2016-05-18 17:06 ` mcermak at redhat dot com
2016-05-18 17:10 ` mcermak at redhat dot com
2016-05-19 19:07 ` flu at redhat dot com
2016-05-26 17:40 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).