Why systemtap service display warning message at the system starting ?

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux 6

Issue

  • Why systemtap service display warning message at the system starting ?
Starting systemtap:   [WARNING]

Resolution

If installed systemtap-initscript package and restart system below message is happened, because there is no any script for systemtap.

# cat systemtap.log 
Aug 9 16:54:21: Starting systemtap: 
Aug 9 16:54:21: Warning: No scripts exist.

If the user does not use systemtap service, please run the following command:

# chkconfig systemtap off
# service systemtap stop

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments