Re: [proaudio] rtirq borked |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] rtirq borked
- From: karsten <k.gebbert@xxxxxxxxx>
- Date: Thu, 14 Sep 2006 15:50:20 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=ZVpyZ40Usw6RHuN/mpye+Dsr4tscwOv3AB+EIy7MdEhpG8afWy11tIcSOgaQNPvpwz0gp81L5wuSDVPIIvSmdgLT32sM/o0rnOh7XjvScuwNOyY/ia/Ix9+PG7yGYXDtKMKuPDuU/7aSNxXCnkmwMdT4NfIf63+BGS5oS9Kw7k4=
> >> bash -x /etc/init.d/rtirq.sh restart &> rtirq.log
> >>
> >> ++ basename /etc/init.d/rtirq.sh
> >> + PREPEND='rtirq.sh: start [snd] irq=16'
> >> + for THREADED in '/proc/irq/${IRQ}/*/threaded'
> >> + '[' -f '/proc/irq/16/*/threaded' ']'
> >> ++ /bin/pidof 'IRQ 16'
> >>
> the script expects to get only one pid but
> >> + PID='1003 1002'
> >>
> gets to, therefore the script fails
> >> /etc/init.d/rtirq.sh: line 107: 1003 1002: syntax error in expression (error token is "1002")
> >> + exit 0
> >>
>
> please post the output of
> ps aux|grep 'IRQ 16'
>
Hi Frieder,
here is the output of
ps aux|grep 'IRQ 16'
rambazamba ~ # ps aux|grep 'IRQ 16'
root 1002 0.0 0.0 0 0 ? S< 10:28 0:00 [IRQ
16]
root 1003 0.0 0.0 0 0 ? S< 10:28 0:00 [IRQ
16]
root 18059 0.0 0.1 1624 608 pts/1 R+ 16:08 0:00 grep
--colour=auto IRQ 16