• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Seit Update auf 11.2 merkwürdige Ausgabe von rcSuSEfirewall2

Seit meinem Update von 11.1 auf 11.2 bekomme ich beim Ausführen von "rcSuSEfirewall2 start" folgende Ausgabe:

Code:
linux:~ # rcSuSEfirewall2 start
Starting Firewall Initialization (phase 2 of 2) SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release.
iptables-batch v1.4.4: host/network `##' not found
Try `iptables-batch -h' or 'iptables-batch --help' for more information.
SuSEfirewall2: Error: iptables-batch failed, re-running using iptables
iptables v1.4.4: host/network `##' not found
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4: host/network `##' not found
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4: host/network `string' not found
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4: host/network `string' not found
Try `iptables -h' or 'iptables --help' for more information.
ip6tables-batch v1.4.4: host/network `##' not found
Try `ip6tables-batch -h' or 'ip6tables-batch --help' for more information.
SuSEfirewall2: Error: ip6tables-batch failed, re-running using ip6tables
ip6tables v1.4.4: host/network `##' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables v1.4.4: host/network `##' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables v1.4.4: host/network `Type:' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables v1.4.4: host/network `Type:' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables v1.4.4: host/network `string' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables v1.4.4: host/network `string' not found
Try `ip6tables -h' or 'ip6tables --help' for more information.
                                                                                                                                                                                                                                  done
linux:~ #

Das sieht für mich nach einem Haufen falscher config-Dateien aus und als ob meine Firewall dadurch nicht richtig funktionieren könnte. Kann ich da etwas tun?
Habe ein 32-bit-System.
 
D.Cent schrieb:
WARNING: All config files need .conf: /etc/modprobe.d/module-renames, it will be ignored in a future release
Bei mir gibt es diese Datei garnicht. Würde mich nicht wundern wenn die Fehlermeldungen ein Resultat dieser Datei sind. Probiere mal heraus zu finden wo das Ding her kommt, rpm -qf /etc/modprobe.d/module-renames oder mal hinein schauen.
 
Oben