frankjoke / ioBroker.radar

ioBroker der Verfügbarkeiten von IP- und Bluetooth-Adressen prüft
MIT License
5 stars 5 forks source link

Radar Syslog Meldungen #31

Closed detafun closed 5 years ago

detafun commented 5 years ago

Hallo, wenn ich den Radar Adapter Starte, dann kommen folgende Meldungen in mein Syslog

Feb 3 18:49:36 raspi kernel: [41914.522487] device eth0 entered promiscuous mode Feb 3 18:49:36 raspi kernel: [41914.585034] device eth0 left promiscuous mode Feb 3 18:49:43 raspi kernel: [41920.792619] device eth0 entered promiscuous mode Feb 3 18:49:47 raspi kernel: [41925.566154] device eth0 left promiscuous mode Feb 3 18:51:37 raspi kernel: [42034.982584] device eth0 entered promiscuous mode Feb 3 18:51:42 raspi kernel: [42039.819341] device eth0 left promiscuous mode Feb 3 18:51:51 raspi kernel: [42049.382439] device eth0 entered promiscuous mode

usw. usw... Bis der RAM Speicher voll ist und nix mehr geht! Habe jetzt ein paar Tage den Radar deaktiviert gehabt, und der Raspi läuft ohne Probleme. Was ist das? Wie kann ich das beheben?

cu Deta

frankjoke commented 5 years ago

Hi detafun! I checked on my virtual x86 stretch and my raspi3B+ on stretch (both running for several weeks) and found no single entry on syslog with "promiscuous" or "radar".

Which version of OS, node and radar are you using, and is it a fresh or old installation (does iobroker run as iobroker or as root?)?

frankjoke commented 5 years ago

Probier doch mal: sudo apt-get install libcap2-bin sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich node) Das muss man zumindest bei neueren ioBroker-Installationen ausführen!

detafun commented 5 years ago

If everything runs on a Raspi 3b +, the current buster on the Raspi used to be a strech.

Das andere probiere ich heute Abend mal.

detafun commented 5 years ago

sudo apt-get install libcap2-bin sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f which node) Paketlisten werden gelesen... Fertig E: Nicht unterstützte Datei /home/pi/which auf Befehlszeile angegeben E: Nicht unterstützte Datei /home/pi/node auf Befehlszeile angegeben

Bringt leider einen Fehler

frankjoke commented 5 years ago

Da gehören solche '`' hochkommas um 'which node', die hat das System rausgefiltert... Es sollte auch: sudo apt-get install libcap2-bin ; sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip /usr/bin/node gehen.

Interessant wäre ob du de case geschlossen hast da es jetzt funktioniert?

detafun commented 5 years ago

sudo apt-get install libcap2-bin ; sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip /usr/bin/node Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig libcap2-bin ist schon die neueste Version (1:2.25-1.2). 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Bereits alles installiert. mh...

detafun commented 5 years ago

Sobald radar starte gehen die Meldungen los.

Feb 4 16:27:19 raspi kernel: [ 157.485544] Netfilter messages via NETLINK v0.30. Feb 4 16:27:20 raspi kernel: [ 158.368656] device eth0 entered promiscuous mode Feb 4 16:27:20 raspi kernel: [ 158.449985] device eth0 left promiscuous mode Feb 4 16:27:27 raspi kernel: [ 165.538640] device eth0 entered promiscuous mode Feb 4 16:27:31 raspi kernel: [ 170.189676] device eth0 left promiscuous mode

cu Detafun

frankjoke commented 5 years ago

This seems to come from your 'Netfilter'. I don't know what this is and google showed that it's the linux firewall where you seem to have other than standard settings than on my (latest) Strech installations. Radar has to use UDP ports and also send messages to all devices on the network to scan them, therefore it may be that your firewall config is a bit too restrictive. Check with sudo iptables -L what you have in there, I have only: ` Chain INPUT (policy ACCEPT) target prot opt source destination

Chain FORWARD (policy ACCEPT) target prot opt source destination

Chain OUTPUT (policy ACCEPT) target prot opt source destination `

I am not a specialist on this and never used it so far, just googled for your errors and found this in the web.

detafun commented 5 years ago

Deutsch oder Englisch?

sudo iptables -L iptables: Operation not supported.

Mir ist nicht bewusst, das ich eine Firewall extra auf dem Raspi installiert habe.

cu Detafun

frankjoke commented 5 years ago

Egal, aber du scheinst irgend was anderes dann installiert zu haben welches das Netwerk bzw. die Aktivitäten darauf überwacht und die Fehler generiert!

Ich habe inzwischen auf Raspi, OrangePi2E, CSL-NUK und Ubuntu VM's nachgesehen und diese Meldungen nirgends gefunden.

p.s.: Ich verwende meist server-Images zum Aufsetzuten da ich die grafische Benutzeroberfläche für ioBroker nicht brauche.

detafun commented 5 years ago

Ich habe nur den Pi3b+ , ich wüste nichts was ich da installiert haben soll. Da läuft nur ioBroker und TasmoAdmin drauf. Ursprung war raspian orginal als Server version. Da ich keinen Monitor und Tastatur drann habe. Brauche ich ja auch nicht,

detafun commented 5 years ago

Jemand noch eine Idee was das ist?

detafun commented 5 years ago

So wollte nur sagen, ich bin jetzt auf einen Rock64 ungezogen und da habe ich keine Probleme mehr. Was auch immer das gewesen war.