Hi All again,
I am also not able to run the rtirq script on my 64studio install:
r...@64studio:~/rtirq-20090920# sh rtirq.sh
rtirq.sh: 65: source: not found
rtirq.sh: 74: Syntax error: "(" unexpected
Here is the relevant part of the script:
# Check for existence of needed config file and read it.
RTIRQ_CONFIG=/etc/sysconfig/rtirq
[ -r ${RTIRQ_CONFIG} ] || RTIRQ_CONFIG=/etc/default/rtirq
[ -r ${RTIRQ_CONFIG} ] || RTIRQ_CONFIG=/etc/rtirq.conf
[ -r ${RTIRQ_CONFIG} ] || {
echo "`basename $0`: ${RTIRQ_CONFIG}: not found."
[ "${RTIRQ_ACTION}" = "stop" ] && exit 0 || exit 6
}
# Read configuration.
source ${RTIRQ_CONFIG}
Any ideas?
Martin
_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users