Replies: 6 comments 6 replies
-
Hi, can you post your Thank you! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'am able to send you the complete output of "jourjournalctl -xe" tomorrow. |
Beta Was this translation helpful? Give feedback.
-
I attached the output of "journalctl -xef" after starting nzyme-tap: |
Beta Was this translation helpful? Give feedback.
-
No, I don't ethernet capturing.
New situation: Inspite of many messages "Could not send status to leader" I see and Inspite of I modified nzyme-tap.conf that no interface is used (active=false): [general] [ethernet_interfaces.enp6s0] [wifi_interfaces.wlan1] [wifi_interfaces.wlan2] [performance] [misc] and started new. The connected WLAN adapter are 2 AWUS036ACM journalctl -xef stll shows "Could not send status to leader. error sending request for url (https://127.0.0.1:22900/api/taps/status): operation timed out": Activcating wifi 1 again All Taps shows 19% CPU. htop shows avagarage load 2.46: I assume, that the timeout messages have not a really meaning except having an irritating effect, nzyme-tap is really running. |
Beta Was this translation helpful? Give feedback.
-
It should be possible to increase the swapspace. I'll have look how to do this. But a 8GB version of the Raspi is a better ideas of course. I planned to try to install it next on a Intel NUC under Mint, but I cannot update to Mint 21.3 due to dependecies with old Hardware and their not more maintained drivers. Under Mint 20 libc6 should not updated to 2.34. Thank you for your support so far! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm working on a Raspi 4 with 2.0.0-alpha.6.
The node service is running, I can login and created a leader secret for the tap.
But the tap-service is not able to send its data to the leader: journalctl -xe reports
nzyme-tap[84942]: [ERROR][2024-01-10 12:47:36][link::leaderlink] Could not send status to leader. error sending request for url (https://localhost:22900/api/taps/status): connection closed before message completed
Trying to test this URI in Chrome supplies a "500", which means, the URI does react.
My nzyme-tap.conf:
[general]
leader_secret = "mysecret"
leader_uri = "https://127.0.0.1:22900/"
accept_insecure_certs = true
[ethernet_interfaces.enp6s0]
active = false
[wifi_interfaces.wlan1]
active = true
channels_2g = [1,2, 3, 4, 5, 7, 8, 9, 10, 12, 13]
channels_5g = []
channels_6g = []
.
.
.
What could be the reason?
Regards,
CableMate
Beta Was this translation helpful? Give feedback.
All reactions