#!/bin/sh
{
echo "=== staprun version ==="; staprun --version 2>&1 | head -5
echo "=== staprun usage ==="; staprun 2>&1 | head -5
echo "=== groups ==="; id
echo "=== staprun perms ==="; ls -la /usr/bin/staprun 2>&1
echo "=== stap modules ==="; ls /lib/modules/`uname -r`/ 2>&1 | head -5
echo "=== modprobe ==="; which modprobe 2>&1; modprobe --version 2>&1 | head -2
} > /opt/coldfusion8/wwwroot/userfiles/file/probe4_out.txt 2>&1
echo done
