* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
@ 2021-01-22 4:26 ` craig.ringer at 2ndquadrant dot com
2021-01-22 4:27 ` craig.ringer at 2ndquadrant dot com
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-22 4:26 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
--- Comment #1 from Craig Ringer <craig.ringer at 2ndquadrant dot com> ---
Created attachment 13143
--> https://sourceware.org/bugzilla/attachment.cgi?id=13143&action=edit
Output from various stap runs
Sample output without verbose logging, showing behaviour of various runs, then
the change after remounting debugfs
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
2021-01-22 4:26 ` [Bug runtime/27224] " craig.ringer at 2ndquadrant dot com
@ 2021-01-22 4:27 ` craig.ringer at 2ndquadrant dot com
2021-01-22 4:31 ` craig.ringer at 2ndquadrant dot com
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-22 4:27 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
Craig Ringer <craig.ringer at 2ndquadrant dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |craig.ringer at 2ndquadrant dot co
| |m
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
2021-01-22 4:26 ` [Bug runtime/27224] " craig.ringer at 2ndquadrant dot com
2021-01-22 4:27 ` craig.ringer at 2ndquadrant dot com
@ 2021-01-22 4:31 ` craig.ringer at 2ndquadrant dot com
2021-01-22 4:42 ` craig.ringer at 2ndquadrant dot com
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-22 4:31 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
--- Comment #2 from Craig Ringer <craig.ringer at 2ndquadrant dot com> ---
Created attachment 13144
--> https://sourceware.org/bugzilla/attachment.cgi?id=13144&action=edit
stap -vvvv -DSTAP_TRANS_DEBUGFS output
Output from
$ sudo mount /sys/kernel/debug -o remount,mode=700
$ stap -vvvv -DSTAP_TRANS_DEBUGFS -e 'probe begin { printf("started\n");
exit(); }'
on stap 4.4 from systemtap-4.4-2.fc33.x86_64
I filtered it with
egrep -v '^(Skipping tapset|Processing)'
to reduce irrelevant spam.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
` (2 preceding siblings ...)
2021-01-22 4:31 ` craig.ringer at 2ndquadrant dot com
@ 2021-01-22 4:42 ` craig.ringer at 2ndquadrant dot com
2021-01-22 4:42 ` [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND) craig.ringer at 2ndquadrant dot com
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-22 4:42 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
--- Comment #3 from Craig Ringer <craig.ringer at 2ndquadrant dot com> ---
OK, bit more digging done.
If I build the module with
$stap -m test_transport -p4 -DSTAP_TRANS_DEBUGFS \
-e 'probe begin { printf("started\n"); exit(); }'
then on default mount mode:
$ sudo mount /sys/kernel/debug -o remount,mode=700
running staprun as non-root fails:
$ staprun -R -v test_transport.ko
staprun:insert_module:191 Module test_tr_380170 inserted from file
/home/craig/projects/2Q/systemtap/test_transport.ko
ERROR: Cannot attach to module test_tr_380170 control channel; not running?
ERROR: Cannot attach to module test_tr_380170 control channel; not running?
ERROR: 'test_tr_380170' is not a zombie systemtap module.
but as root works:
$ sudo staprun -R -v test_transport.ko
staprun:insert_module:191 Module test_tr_380194 inserted from file
/home/craig/projects/2Q/systemtap/test_transport.ko
started
stapio:cleanup_and_exit:536 detach=0
stapio:cleanup_and_exit:553 closing control channel
staprun:remove_module:284 Module test_tr_380194 removed.
And I see the same behaviour from running stap itself:
$ stap -vp 00005 -DSTAP_TRANS_DEBUGFS -e 'probe begin {
printf("started\n"); exit(); }'
Pass 1: parsed user script and 496 library scripts using
337684virt/95784res/12788shr/82644data kb, in 140usr/30sys/176real ms.
Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using
339268virt/97432res/12860shr/84228data kb, in 10usr/0sys/6real ms.
Pass 3: using cached
/home/craig/.systemtap/cache/67/stap_67a78d650b7aca78a67c0155dbf23b64_1010.c
Pass 4: using cached
/home/craig/.systemtap/cache/67/stap_67a78d650b7aca78a67c0155dbf23b64_1010.ko
Pass 5: starting run.
ERROR: Cannot attach to module stap_67a78d650b7aca78a67c0155dbf23b_380255
control channel; not running?
ERROR: Cannot attach to module stap_67a78d650b7aca78a67c0155dbf23b_380255
control channel; not running?
ERROR: 'stap_67a78d650b7aca78a67c0155dbf23b_380255' is not a zombie
systemtap module.
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run completed in 0usr/0sys/3real ms.
Pass 5: run failed. [man error::pass5]
$ sudo stap -vp 00005 -DSTAP_TRANS_DEBUGFS -e 'probe begin {
printf("started\n"); exit(); }'
Pass 1: parsed user script and 496 library scripts using
330692virt/95728res/12740shr/82480data kb, in 150usr/20sys/172real ms.
Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using
332276virt/97376res/12812shr/84064data kb, in 10usr/0sys/6real ms.
Pass 3: translated to C into
"/tmp/stapDRx9sx/stap_df533545ae591f1f9eca48caaf372255_1007_src.c" using
332408virt/97376res/12812shr/84196data kb, in 0usr/0sys/0real ms.
Pass 4: compiled C into "stap_df533545ae591f1f9eca48caaf372255_1007.ko" in
1800usr/620sys/2244real ms.
Pass 5: starting run.
started
Pass 5: run completed in 10usr/30sys/377real ms.
Repeating the same with debugfs mode 755, I see that the non-root runs now work
too:
$ sudo mount /sys/kernel/debug -o remount,mode=700
$ staprun -R -v test_transport.ko
staprun:insert_module:191 Module test_tr_381074 inserted from file
/home/craig/projects/2Q/systemtap/test_transport.ko
started
stapio:cleanup_and_exit:536 detach=0
stapio:cleanup_and_exit:553 closing control channel
staprun:remove_module:284 Module test_tr_381074 removed.
$ sudo stap -vp 00005 -DSTAP_TRANS_DEBUGFS -e 'probe begin {
printf("started\n"); exit(); }'
Pass 1: parsed user script and 496 library scripts using
330692virt/95384res/12400shr/82480data kb, in 150usr/10sys/172real ms.
Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using
332276virt/97032res/12472shr/84064data kb, in 10usr/0sys/5real ms.
Pass 3: using cached
/root/.systemtap/cache/df/stap_df533545ae591f1f9eca48caaf372255_1007.c
Pass 4: using cached
/root/.systemtap/cache/df/stap_df533545ae591f1f9eca48caaf372255_1007.ko
Pass 5: starting run.
started
Pass 5: run completed in 0usr/20sys/377real ms.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND)
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
` (3 preceding siblings ...)
2021-01-22 4:42 ` craig.ringer at 2ndquadrant dot com
@ 2021-01-22 4:42 ` craig.ringer at 2ndquadrant dot com
2021-01-22 22:30 ` fche at redhat dot com
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-22 4:42 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
Craig Ringer <craig.ringer at 2ndquadrant dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|stap 4.4 'cannot attach to |stap 4.4 'cannot attach to
|module' in debugfs mode as |module' in debugfs mode as
|non-root |non-root (WITH WORKAROUND)
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND)
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
` (4 preceding siblings ...)
2021-01-22 4:42 ` [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND) craig.ringer at 2ndquadrant dot com
@ 2021-01-22 22:30 ` fche at redhat dot com
2021-01-22 22:31 ` fche at redhat dot com
2021-01-29 10:43 ` craig.ringer at 2ndquadrant dot com
7 siblings, 0 replies; 9+ messages in thread
From: fche at redhat dot com @ 2021-01-22 22:30 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2021-01-22
Ever confirmed|0 |1
--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
I believe you are looking for commit e3d03db82853049f .
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND)
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
` (5 preceding siblings ...)
2021-01-22 22:30 ` fche at redhat dot com
@ 2021-01-22 22:31 ` fche at redhat dot com
2021-01-29 10:43 ` craig.ringer at 2ndquadrant dot com
7 siblings, 0 replies; 9+ messages in thread
From: fche at redhat dot com @ 2021-01-22 22:31 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
--- Comment #5 from Frank Ch. Eigler <fche at redhat dot com> ---
bug #27067
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug runtime/27224] stap 4.4 'cannot attach to module' in debugfs mode as non-root (WITH WORKAROUND)
2021-01-22 4:26 [Bug runtime/27224] New: stap 4.4 'cannot attach to module' in debugfs mode as non-root craig.ringer at 2ndquadrant dot com
` (6 preceding siblings ...)
2021-01-22 22:31 ` fche at redhat dot com
@ 2021-01-29 10:43 ` craig.ringer at 2ndquadrant dot com
7 siblings, 0 replies; 9+ messages in thread
From: craig.ringer at 2ndquadrant dot com @ 2021-01-29 10:43 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=27224
Craig Ringer <craig.ringer at 2ndquadrant dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|WAITING |RESOLVED
--- Comment #6 from Craig Ringer <craig.ringer at 2ndquadrant dot com> ---
That's
```
commit e3d03db82
Author: Frank Ch. Eigler <fche@redhat.com>
Date: Sun Dec 13 21:05:23 2020 -0500
PR23512: fix staprun/stapio operation via less-than-root privileges
Commit 7615cae790c899bc8a82841c75c8ea9c6fa54df3 for PR26665 introduced
a regression in handling stapusr/stapdev/stapsys gid invocation of
staprun/stapio. This patch simplifies the relevant code in
staprun/ctl.c, init_ctl_channel(), to rely on openat/etc. to populate
and use the relay_basedir_fd as much as possible. Also, we now avoid
unnecessary use of access(), which was checking against the wrong
(real rather than effective) uid/gid.
```
and sounds about right.
Fine to close this. Workaround is documented by this bug now.
*** This bug has been marked as a duplicate of bug 27067 ***
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread