]> sourceware.org Git - systemtap.git/commit - main.cxx
PR 16645: Unhelpful feedback when stap fails
authorDave Brolley <brolley@redhat.com>
Wed, 12 Mar 2014 18:31:38 +0000 (14:31 -0400)
committerDave Brolley <brolley@redhat.com>
Wed, 12 Mar 2014 20:56:55 +0000 (16:56 -0400)
commit4e78c7164a79971ac33b5a17181da230a9597997
treed36233af7a2fb7b11024a0a09c1c7eaca090c559
parent9891c54369f10b6769cf0843a995f1b59ef8703b
PR 16645: Unhelpful feedback when stap fails

Under some conditions, stap automatically sets options which
have not been explicitely set, in an attempt to succeed where
it is known that translation would fail without these settings.
Examples are the automatic setting of the --privilege level and
the automatic request for translation via a compile-server for
unprivileged users.

In these cases, when translation still fails it would be helpful
to the user to explain what settings were changed automatically
and why.

It is also helpful to point the user at the appropriate documention
when futher configuration/setup  on his part is required.

This change does the above for --privilege and --use-server.
csclient.cxx
main.cxx
session.cxx
session.h
This page took 0.027093 seconds and 5 git commands to generate.