This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:v2_-_bugfixes [2013/12/29 13:38] 127.0.0.1 external edit |
en:v2_-_bugfixes [2019/05/26 10:40] (current) fischerm [3. TMPFS is mounted multiple times (2.0.90)] |
||
---|---|---|---|
Line 6: | Line 6: | ||
</style> | </style> | ||
- | {{ :images:line.png?nolink |}} | + | {{ :images:line.png?620x3&nolink |}} |
\\ | \\ | ||
Line 32: | Line 32: | ||
* **[color=red]It is an absolutely __must__ to use a __Linux-compatible text editor__ - on a Linux OS - for __all__ changes to be made![/color]** | * **[color=red]It is an absolutely __must__ to use a __Linux-compatible text editor__ - on a Linux OS - for __all__ changes to be made![/color]** | ||
- | {{ :images:line.png?nolink |}} | + | {{ :images:line.png?620x3&nolink |}} |
{{anchor:bugfixes_2090:}} | {{anchor:bugfixes_2090:}} | ||
Line 103: | Line 103: | ||
**See:** [url]http://www.copfilter.org/forum/viewtopic.php?p=2854#p2854[/url] (german)\\ | **See:** [url]http://www.copfilter.org/forum/viewtopic.php?p=2854#p2854[/url] (german)\\ | ||
and [url]http://www.copfilter.org/forum/viewtopic.php?p=2875#p2875[/url] (german)\\ | and [url]http://www.copfilter.org/forum/viewtopic.php?p=2875#p2875[/url] (german)\\ | ||
+ | |||
+ | ==== Problem ==== | ||
//...I had just noticed that /var/log/copfilter/2.0.90/opt/havp/tmp is mounted 6 times...// | //...I had just noticed that /var/log/copfilter/2.0.90/opt/havp/tmp is mounted 6 times...// | ||
Line 486: | Line 488: | ||
</code> | </code> | ||
- | //After installing this fix, you have to disable the blacklist and afterwards activate it again.//\\ | + | //After installing this fix, you have to disable the blacklist and afterwards activate it again.// |
+ | \\ | ||
{{ :images:line.png?nolink |}} | {{ :images:line.png?nolink |}} | ||
Line 557: | Line 560: | ||
if [ $(cat $BASEDIR/etc/icap_counter) -gt 5 ]; then | if [ $(cat $BASEDIR/etc/icap_counter) -gt 5 ]; then | ||
</code> | </code> | ||
+ | |||
+ | {{ :images:line.png?nolink |}} | ||
+ | |||
+ | ===== 15. Error message during IPCop-Start: "stty: standard input: Inappropriate ioctl for device" ===== | ||
+ | |||
+ | **Initiated by:** [url]http://www.copfilter.org/forum/viewtopic.php?p=3452#p3452[/url] | ||
+ | |||
+ | {{ :images:line.png?nolink |}} | ||
+ | |||
+ | ==== Problem ==== | ||
+ | |||
+ | //Booting the IPCop ends with messages that I don't understand:// | ||
+ | |||
+ | //Starting interface RED...stty: standard input: Inappropriate ioctl for device//\\ | ||
+ | //stty: standard input: Inappropriate ioctl for device//\\ | ||
+ | //stty: standard input: Inappropriate ioctl for device//\\ | ||
+ | //stty: standard input: Inappropriate ioctl for device//\\ | ||
+ | |||
+ | {{ :images:line.png?nolink |}} | ||
+ | |||
+ | ==== Cause ==== | ||
+ | |||
+ | When IPCop backup is executed from the GUI, it saves '/etc/rc.d/**rc.firewall.local**', '/etc/rc.d/**rc.event.local**' and\\ '/var/ipcop/main/**menu.lst**' (**V2**) automatically. | ||
+ | |||
+ | After reinstalling the complete IPCop and a subsequent restore and reinstallation of Copfilter these files can contain duplicated Copfilter entries which can lead to these error messages. | ||
+ | |||
+ | {{ :images:line.png?nolink |}} | ||
+ | |||
+ | ==== Solution ==== | ||
+ | |||
+ | **Edit**:\\ | ||
+ | |||
+ | '/var/ipcop/backup/**exclude.system**' | ||
+ | |||
+ | **If they don't exist, add the following lines:**\\ | ||
+ | |||
+ | <code - copfilter_exclude.system># Copfilter exceptions start - do not modify | ||
+ | /etc/rc.d/rc.copfilter | ||
+ | /etc/rc.d/rc.event.local | ||
+ | /etc/rc.d/rc.firewall.local | ||
+ | /var/ipcop/main/menu.lst | ||
+ | /var/log/copfilter | ||
+ | # Copfilter exceptions end - do not modify</code> | ||
+ | |||
+ | Furthermore, the current '/etc/rc.d/**rc.event.local**' and '/etc/rc.d/**rc.firewall.local**' should be checked for duplicate or incorrect Copfilter entries. | ||
+ | |||
+ | This is especially true when updating an older Copfilter-version (for example **2.0.90**)! | ||
{{ :images:line.png?nolink |}} | {{ :images:line.png?nolink |}} |