Re: [proaudio] rtirq and softirq |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] rtirq and softirq
- From: Reuben Martin <reuben.m@xxxxxxxxx>
- Date: Mon, 13 Oct 2008 17:27:24 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=bmCgDeD8XY2P7359ZtvLpQSCdrGtIrvZo7Wk4O7t51A=; b=dI7r3aNNQwRT2XSY6kDBgkIbe4jIOHZRCFGu/5TvTtWEgOEpOMxhm7mR4Ff6OUbPNI mRwj5mY9HSsTek+6cufc/Pq0b7U9ZvP9zDudzQvR1jc4pxswIY/pTUbivNo9QxCH8t9b wI6cZHQvgPhaly3TvW6VXpwoPWCNT/VxfVx4Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=mVOkkyStIsVjPDBxoVDTZ9iD0cWppns7EOQ+W+8LNiwZ3zJW0IScke/Uwf2j/BizGJ O33HjDEKp9u5SVVwvABr7KhIEz+e8TsJZXkwfFhwrRMyseliI6Lyge5Ibf0nHkkPxzbI g6PhSC8mz8Yauh7uMP2icam0FAfHA/vlHw3B8=
Why is it that when I try to get a status report, all I get is:
* status: started
and then nothing. Am I missing something here?
-Reuben
Back on Monday 13 October 2008, Steve Long was like:
> On Saturday 11 October 2008 16:15:36 Dominique Michel wrote:
> > Well, I found it. In /etc/init.d/rtirq.sh, the line (status function)
> >
> > | egrep '(^[[:blank:]]*PID|IRQ|softirq)' \
> >
> > must be
> >
> > | egrep '(^[[:blank:]]*PID|IRQ|sirq)' \
>
> Yay, well done :D
>
> I'd change to:
> | egrep '(^[[:blank:]]*PID|IRQ|s(oft)?irq)' \
>
> ..to work on both kernel versions; upstream would likely prefer that. (The
> config stuff would be useful for a report too.)