This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/11853] New: staprun errors do not appear on xterm


With stap 1.3

By mistake I tried to do a probe without being root.

This just gives a useless error message:
Pass 5: run failed.  Try again with another '--vp 00001' option.

Even with -vvvvvvvvvv and the suggest --vp option it doesn't get
better, it doesn't say anywhere that I'm not root.

It looks like this gets printed internally according to strace by
one of the children:
13352 execve("/bin/sh", ["sh", "-c", "/pkg/systemtap-1.3/bin/staprun -"...], [/*
82 vars */]) = 0
...
13352 write(2, "ERROR: The effective user ID of "..., 141) = 141
13352 exit_group(1)                     = ?

but that never appeared on my xterm. It should.

-- 
           Summary: staprun errors do not appear on xterm
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: andi-bz at firstfloor dot org
  GCC host triplet: x86_64-linux


http://sourceware.org/bugzilla/show_bug.cgi?id=11853

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]