chewitt, is it possible to install bash on LE? Then we could use wg-quick. Manually managing is so ... manual.
Posts by elgatito
-
-
I've reported the PresharedKey issue so that bad config handling can be improved. The routing issue remains unresolved. It's been reported but the main connman developer working on WireGuard has been offline for a while. He's resurfaced in the last week so hopefully we might see some progress.
Maybe we can do something manually? Maybe manage routes after setting up the interface.
-
it helped for me, obviously it must not be empty.
Omg... Helped me as well.
Thanks
-
Hello,
Having same issue.
Having this configuration currently:
Code
Display More[provider_wireguard] Type = WireGuard Name = Mullvad Host = pl2-wireguard.mullvad.net Domain = my.home.network WireGuard.Address = 10.66.185.79/32 WireGuard.ListenPort = 51820 WireGuard.PrivateKey = Z0u/4vY15F23PJUrBljSHKK+AElMJ+2UYrgSf/k= WireGuard.PublicKey = 9v9VK6f98rFS2iZvYxqTvNWeeT34EYn6TRRZqNC= WireGuard.PresharedKey = WireGuard.DNS = 8.8.8.8, 1.1.1.1 WireGuard.AllowedIPs = 0.0.0.0/0 WireGuard.EndpointPort = 51820 WireGuard.PersistentKeepalive = 25
When running connman I get this:
Code$ connmanctl connect vpn_pl2_wireguard_mullvad_net_my_home_network Error /net/connman/service/vpn_pl2_wireguard_mullvad_net_my_home_network: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
I ran connman with debug:
Code
Display More# /usr/sbin/connmand -nr --config=/etc/connman/main.conf -d ... connmand[8613]: ../src/service.c:connect_service() service 0x1cfb180 connmand[8613]: ../src/service.c:__connman_service_connect() service 0x1cfb180 state failure connect reason user -> user connmand[8613]: ../src/service.c:__connman_service_clear_error() service 0x1cfb180 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 7 (failure) new state 1 (idle) type 1 (IPv4) connmand[8613]: ../src/ipconfig.c:__connman_ipconfig_disable() ipconfig 0x1cfb318 connmand[8613]: ../src/service.c:service_indicate_state() service 0x1cfb180 old failure - new idle/idle => idle connmand[8613]: ../plugins/vpn.c:vpn_disconnect_check() connmand[8613]: ../src/session.c:service_state_changed() service 0x1cfb180 state 1 connmand[8613]: ../src/service.c:__connman_service_disconnect() service 0x1cfb180 connmand[8613]: ../src/agent.c:connman_agent_cancel() context 0x1cfb180 connmand[8613]: ../src/provider.c:connman_provider_disconnect() provider 0x1cead48 connmand[8613]: ../plugins/vpn.c:provider_disconnect() provider 0x1cead48 connmand[8613]: ../src/provider.c:provider_indicate_state() state 6 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 1 (idle) new state 6 (disconnect) type 1 (IPv4) connmand[8613]: ipconfig state 6 ipconfig method 1 connmand[8613]: ../src/provider.c:provider_indicate_state() state 1 connmand[8613]: ../src/6to4.c:__connman_6to4_remove() tunnel ip address (null) connmand[8613]: ../src/inet.c:connman_inet_clear_address() index 0 address (null) prefix_len 0 peer (null) broadcast (null) connmand[8613]: ../src/session.c:ipconfig_changed() service 0x1cfb180 ipconfig 0x1cfb318 connmand[8613]: ../src/session.c:ipconfig_changed() service 0x1cfb180 ipconfig 0x1cfb388 connmand[8613]: ../src/ipconfig.c:__connman_ipconfig_disable() ipconfig 0x1cfb318 connmand[8613]: ../src/ipconfig.c:__connman_ipconfig_disable() ipconfig 0x1cfb388 connmand[8613]: ../src/connection.c:__connman_connection_update_gateway() default 0x1cf6808 connmand[8613]: ../src/provider.c:__connman_provider_connect() provider 0x1cead48 connmand[8613]: ../plugins/vpn.c:connect_provider() data 0x1ceb8d8 user (nil) path /net/connman/vpn/connection/pl2_wireguard_mullvad_net_my_home_network sender :1.1286 connmand[8613]: ../plugins/vpn.c:connect_provider() transport ethernet_001e064234a8_cable connmand[8613]: ../src/provider.c:provider_indicate_state() state 2 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 1 (idle) new state 2 (association) type 1 (IPv4) connmand[8613]: ../src/service.c:service_indicate_state() service 0x1cfb180 old idle - new association/idle => association connmand[8613]: ../plugins/vpn.c:vpn_disconnect_check() connmand[8613]: ../src/session.c:service_state_changed() service 0x1cfb180 state 2 connmand[8613]: ../src/connection.c:__connman_connection_update_gateway() default 0x1cf6808 connmand[8613]: ipconfig state 2 ipconfig method 1 connmand[8613]: ../src/service.c:__connman_service_connect() service 0x1cfb180 err -115 connmand[8613]: ../plugins/vpn.c:connect_reply() user_data 0x1ceb8d8 path (null) connmand[8613]: Connect reply: Invalid arguments (net.connman.Error.InvalidArguments) connmand[8613]: ../plugins/vpn.c:connect_reply() data 0x1ceb8d8 cb_data (nil) connmand[8613]: ../src/service.c:service_send_changed() connmand[8613]: ../src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_001e064234a8_cable connmand[8613]: ../src/service.c:service_append_added_foreach() changed /net/connman/service/vpn_pl2_wireguard_mullvad_net_my_home_network connmand[8613]: ../src/service.c:connect_timeout() service 0x1cfb180 connmand[8613]: ../src/provider.c:connman_provider_disconnect() provider 0x1cead48 connmand[8613]: ../plugins/vpn.c:provider_disconnect() provider 0x1cead48 connmand[8613]: ../src/provider.c:provider_indicate_state() state 6 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 2 (association) new state 6 (disconnect) type 1 (IPv4) connmand[8613]: ../src/service.c:service_rp_filter() disconnected vpn_pl2_wireguard_mullvad_net_my_home_network ipconfig 0x1cfb318 method 3 count 0 filter 0 connmand[8613]: ../src/service.c:service_indicate_state() service 0x1cfb180 old association - new disconnect/idle => disconnect connmand[8613]: ../plugins/vpn.c:vpn_disconnect_check() connmand[8613]: ../src/session.c:service_state_changed() service 0x1cfb180 state 6 connmand[8613]: ../src/provider.c:provider_service_changed() service 0x1cfb180 vpn_pl2_wireguard_mullvad_net_my_home_network state 6 index 0/-1 connmand[8613]: ../src/wispr.c:__connman_wispr_stop() service 0x1cfb180 connmand[8613]: ../src/wpad.c:__connman_wpad_stop() service 0x1cfb180 connmand[8613]: ../src/connection.c:__connman_connection_update_gateway() default 0x1cf6808 connmand[8613]: ipconfig state 6 ipconfig method 1 connmand[8613]: ../src/provider.c:provider_indicate_state() state 1 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 6 (disconnect) new state 1 (idle) type 1 (IPv4) connmand[8613]: ../src/ipconfig.c:__connman_ipconfig_disable() ipconfig 0x1cfb318 connmand[8613]: ../src/service.c:service_indicate_state() service 0x1cfb180 old disconnect - new idle/idle => idle connmand[8613]: ../plugins/vpn.c:vpn_disconnect_check() connmand[8613]: ../src/session.c:service_state_changed() service 0x1cfb180 state 1 connmand[8613]: ../src/connection.c:__connman_connection_update_gateway() default 0x1cf6808 connmand[8613]: ../src/service.c:__connman_service_ipconfig_indicate_state() service 0x1cfb180 (vpn_pl2_wireguard_mullvad_net_my_home_network) old state 1 (idle) new state 7 (failure) type 1 (IPv4) connmand[8613]: ../src/ipconfig.c:__connman_ipconfig_disable() ipconfig 0x1cfb318 connmand[8613]: ../src/service.c:service_indicate_state() service 0x1cfb180 old idle - new failure/idle => failure connmand[8613]: ../plugins/vpn.c:vpn_disconnect_check() connmand[8613]: ../src/session.c:service_state_changed() service 0x1cfb180 state 7 connmand[8613]: ../src/provider.c:provider_service_changed() service 0x1cfb180 vpn_pl2_wireguard_mullvad_net_my_home_network state 7 index 0/-1 connmand[8613]: ../src/agent.c:connman_agent_report_error_full() agent 0x1cf4358 sender (null) context 0x1cfb180 path //agent_wifi connmand[8613]: ../src/service.c:service_save() service 0x1cfb180 new 1 connmand[8613]: ../src/connection.c:__connman_connection_update_gateway() default 0x1cf6808 connmand[8613]: ipconfig state 7 ipconfig method 1 connmand[8613]: ../src/service.c:run_vpn_auto_connect() stopping, no autoconnectable VPNs found connmand[8613]: ../src/service.c:service_send_changed() connmand[8613]: ../src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_001e064234a8_cable connmand[8613]: ../src/service.c:service_append_added_foreach() changed /net/connman/service/vpn_pl2_wireguard_mullvad_net_my_home_network
This one is strange to me:
I can add that I've tried with setting server IP instead of hostname, and removed IPv6 for local address as well, and tried few modification, always got same errors.
-
I think this is related to WD's VCD (Virtual CD).
"The VCD (Virtual CD) is an area of the external hard drive made visible by the drive's firmware. It contains the WD SmartWare software and other drive utilities.
There's a youtube link on the WD website to disable VCD Here
Ya-hoo!!!
Yes, I was trying to google a bit on how to delete that virtual disk, but did not find any info that it can be just disabled easily.
After I disabled it - Disk menu item is gone at last!
Thanks a lot!
-
This could help you: [solved] prevent OpenELEC5/Kodi14 from auto-mount partitions - Raspberry Pi Forums
Thanks. That helped to avoid mount and no entry in /media/ being created. But still Kodi thinks I have a dvd drive and adds "Play Disk" menu item
-
Hello.
I have an external WD drive which includes "WD Startware" disk. And it's mounted as DVD drive ( /dev/sr0 ).
How can I disable auto-mounting for that specific device?
Why I need it - because Kodi thinks I have a dvd player plugged in and so showing "DVD/CD" menu item and so on.
-
I'm still with issue about Disk menu in Estuary.
Tried fresh installation on Mini M8S, with actual dtb.img - I see Disk menu in Estuary, which should not be there, because we don't have optical drives.
Anyone also have it? -
So bug does not happen anymore after all groups in tvheadend are disabled (not deleted, but just disabled, so not passed to the client).
So now curious who's bug is that Kodi, PRV.HTS? -
I'm curious, in Settings - Audio, there is an option of output device, by default it's "AML-M8Audio, PCM", but there is another "AML-M8Audio, HDMI".
What is the difference if I use TV as an audio device (without external audio receivers)?
Maybe maximum audio level is bigger or something? -
Deleted all groups in tvheadend. 1 day passed, no ocurrence of the issue noticed... Very strange.
-
Okay. So if I delete channels from Settings-PVR and they get downloaded from tvheadend - everything works. But when I stop TV and time passes - same issue, when I try to open tv - I get reboot and even reboot is not a solution.
-
Anyone has Disk item in main menu of Estuary in 8.0.0?
-
Was runnng Beta1 with proper dtb.img on S905, then I updated to Beta6, but forgot to include dtb.img into Update folder.
Now I see "Disks" menu item. Updated to latest 8.0.0b with proper dtb.img and still see Disks menu item. Is there a way to remove it? -
Hello.
I've been using PVR.HTS on kszaq's Libreelec on Amlogic device, everything worked fine.
About a week ago I have such a thing:
When I try to open a channel (for the first time) - Kodi stuck and then restarts in a few minutes. That can happen many times in a row. No matter which channel. Once it loads fine, once not. If channel is opened fine then switching is also fine.
So this happen only when you try to open LiveTV for the first time. Not always, but most of time.Tried to update Libreelec. Restored backup from when it worked just fine, still get the error.
Here are log files:
LaBG
RNKh
EVLj
[hr]
Interesting thing, I have noticed.
When I change menu to TV in Estuary - Recent channels is empty = reboot on channel open, when it's there - channel opens fine.
Can be some kind of a database breakage? -
Also searching for a working Gbit adapter.
According to this link RTL8152 (100 mbit)/RTL8153 (1000mbit) should be starting from kernel 3.14.
RTL8153 is widespread on aliexpress.