On Fedora 17, a 'yum install systemtap-server' is run and installed successfully. However a 'service stap-server start' command returns /usr/bin/stap-server: line 29: /usr/libexec/systemtap/stap-env: No such file or directory /usr/bin/stap-server: line 430: stap_get_arch: command not found Starting stap-server -a "" -r "3.5.2-3.fc17.x86_64" -u "stap-server" --log "/log/stap-server/log" runuser: user stap-server does not exist [FAILED] the user is properly listed in /etc/group $cat /etc/group [...] stap-server:x:155: $rpm -qa | grep systemtap systemtap-sdt-devel-1.8-4.fc17.x86_64 systemtap-server-1.8-4.fc17.x86_64 systemtap-devel-1.8-4.fc17.x86_64
The /stap-env part of the problem is handled as bug #14535. The "user stap-server does not exist" part is a fedora selinux bug: https://bugzilla.redhat.com/show_bug.cgi?id=853456