我试图将自己添加到stapdev
并stapusr
在stap
没有sudo
. 我正在尝试运行一个简单的示例,但出现如下错误:
$ groups
gokce adm cdrom sudo dip plugdev lpadmin sambashare stapdev stapusr
$ cat hello.stp
probe begin
{
print ("hello world\\n")
exit ()
}
$ stap hello.stp
Warning: /usr/bin/staprun exited with status: 1
Pass 5: run failed. Try again with another '--vp 00001' option.
使用sudo
它似乎工作正常:
$ sudo stap hello.stp
hello world
我怎样才能做到这一点?
笔记
我使用的是 ubuntu 12.04 系统并安装了systemtap
包
编辑
$ ls -la /usr/bin | grep staprun
-rwsr-x--- 1 root stapusr 148712 Jan 30 2012 staprun