| Anonymous | Login | Signup for a new account | 2010-02-27 10:39 CET |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000057 | [CapiSuite] scripts | crash | always | 2004-02-03 09:40 | 2004-02-08 12:14 | ||||
| Reporter | bert | View Status | public | ||||||
| Assigned To | gernot | ||||||||
| Priority | normal | Resolution | unable to duplicate | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000057: capi won't start | ||||||||
| Description |
the line "done < <(cat /etc/capisuite/fax.conf)" in /etc/rc.d/capisuite really can't be executed by bash. This was included in the original SuSE 9 package, but I found it again in the just downloaded version 0.4.4-0. Trying to start capisuite results in a bash error. It should look like "< /etc/capisuit/fax.conf". Changing it will still give an 'capi not installed' on a capiinfo command. |
||||||||
| Additional Information |
after installing a new version the kisndwatch was repeatedly wrinting error messages to /var/log/messages: kcapi: appl 2 up kcapi: appl 2 down I have a CC HFC-PCI card which I would like to get running on SuSE 9. |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0000090) gernot 2004-02-08 12:13 |
Sorry, but I can't see the problem here. The scripts work perfectly for me and dozens of other users. I'm not sure why your bash produces an error when you try to execute them: gernot@gernot:~> while read -r sec rest ; do > if [ "${sec:0:1}" = "[" -a "$sec" != "[GLOBAL]" ]; then > configured_fax=yes > break > fi > done < <(cat /etc/capisuite/fax.conf) gernot@gernot:~> echo $configured_fax yes To the other problems: As far as I know, there's no CAPI support available for the CC HFC-PCI card, I'm sorry... :-(( But this has already been discussed on the mailing list (https://lists.berlios.de/pipermail/capisuite-users/2004- [^]February/000479.html) |