All Activity
This stream auto-updates
- Past hour
-
-
-
-
-
-
-
- Today
-
-
-
-
Hello! The problem has been finally isolated. From the provider customer service, just a few hours ago: "We have located the issue with the cabling, and have asked to [...] swap cables and ports around. This will correct the issue. [...] We expect this work to be completed within 24hrs". Kind regards
-
- Yesterday
-
-
-
ANSWERED Can we get an update for Taiwan server outage?
Staff replied to ksdlajfvhfukefdil's topic in Troubleshooting and Problems
Hello! Sulafat is now up. The problem was that some of its IP addresses remained null-routed after a flood attack. Kind regards -
Thank you, under investigation. screen or any other multiplexer is unnecessary thanks to the async mode (option --async). We will keep you posted. Kind regards
- Last week
-
Linux: AirVPN Suite 2.0.0 preview available
Pwbkkee replied to Staff's topic in News and Announcement
The log snippet that I posted is the full log concerning the SIGABRT failure. The rest of Bluetit's log shows nothing abnormal. Only 2.0.0 RC2 has this issue; all previous versions of Bluetit exited cleanly. My setup allows me to run both Bluetit and Goldcrest in sandboxed environments. It also allows me to run Goldcrest in the background without using screen. I start and stop both Bluetit and Goldcrest manually, and my goldcrest@.service file allows me to specify which server I want to connect to. I can't do that with Bluetit's automatic connection feature. -
-
-
-
@Pwbkkee Hello and thank you for your tests! Please post at your convenience the complete Bluetit log to let us investigate. Suite components are designed after a client-daemon architecture, where Bluetit is a real daemon (not a generic service, a real daemon) and Goldcrest is a client. Your setup is odd and poses a few problems, since you turn a client into a service and you try to have a service-service arch. What is it that you can't do with current architecture that forces you into this sort of aberration? For example, in your case if you want Bluetit to connect by itself you don't need an auxiliary service, you can do it through the run control directives in bluetit.rc file and you would have a connection as soon as Bluetit comes up, instead of being forced to wait for yet another service to come up. Kind regards
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Linux: AirVPN Suite 2.0.0 preview available
Pwbkkee replied to Staff's topic in News and Announcement
Bluetit 2.0.0 RC 2 does not exit cleanly. Either it fails with SIGSEGV when Goldcrest is terminated or it fails with SIGABRT when systemd sends it a SIGTERM. Here is the log showing Bluetit's SIGABRT failure: Jun 25 01:03:00 systemd[962]: Stopping goldcrest@Delphinus.service - Goldcrest... Jun 25 01:03:00 bluetit[1288]: Requested method "bluetit_status -> Bluetit is connected to VPN (OpenVPN)" Jun 25 01:03:00 bluetit[1288]: Requested method "stop_connection" Jun 25 01:03:00 bluetit[1288]: Stopping OpenVPN synchronous connection Jun 25 01:03:00 bluetit[1288]: Connection statistics updater thread terminated Jun 25 01:03:00 bluetit[1288]: OpenVPN3 connection thread terminated Jun 25 01:03:00 systemd-networkd[646]: tun0: Link DOWN Jun 25 01:03:00 systemd-networkd[646]: tun0: Lost carrier Jun 25 01:03:00 bluetit[1288]: Sending event 'event_disconnected' Jun 25 01:03:00 bluetit[1288]: Connection time: 04:00:56 Jun 25 01:03:00 bluetit[1288]: Total transferred Input data: 39.03 MB Jun 25 01:03:00 bluetit[1288]: Total transferred Output data: 2.67 MB Jun 25 01:03:00 bluetit[1288]: Max Input rate: 542.04 Kbit/s Jun 25 01:03:00 bluetit[1288]: Max Output rate: 55.31 Kbit/s Jun 25 01:03:00 bluetit[1288]: Logging out AirVPN user Pwbkkee Jun 25 01:03:00 bluetit[1288]: Sending event 'event_end_of_session' Jun 25 01:03:00 bluetit[1288]: Sending event 'event_end_of_session' Jun 25 01:03:00 dbus-daemon[642]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.39" (uid=1000 pid=1298 comm="/usr/local/bin/goldcrest --air-connect --air-serve") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.37" (uid=0 pid=1288 comm="/usr/local/bin/bluetit") Jun 25 01:03:00 systemd[962]: Stopped goldcrest@Delphinus.service - Goldcrest. Jun 25 01:03:00 systemd[962]: goldcrest@Delphinus.service: Consumed 6.388s CPU time. Jun 25 01:04:00 sudo[3244]: user : TTY=pts/0 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/systemctl stop bluetit.service Jun 25 01:04:00 sudo[3244]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) Jun 25 01:04:00 bluetit[1288]: Received Terminated signal. Terminating Bluetit. Jun 25 01:04:00 systemd[1]: Stopping bluetit.service - AirVPN Bluetit Daemon... Jun 25 01:04:00 bluetit[1288]: AirVPN Manifest updater thread terminated Jun 25 01:04:00 bluetit[1288]: Sending event 'event_end_of_session' Jun 25 01:04:00 systemd[1]: bluetit.service: Main process exited, code=dumped, status=6/ABRT Jun 25 01:04:00 systemd[1]: bluetit.service: Failed with result 'core-dump'. Jun 25 01:04:00 systemd[1]: Stopped bluetit.service - AirVPN Bluetit Daemon. Jun 25 01:04:00 systemd[1]: bluetit.service: Consumed 8.632s CPU time. Here is my bluetit.service file: [Unit] Description=AirVPN Bluetit Daemon [Service] CapabilityBoundingSet=CAP_NET_ADMIN ConfigurationDirectory=airvpn DeviceAllow=/dev/net/tun rw DevicePolicy=closed ExecStart=/usr/local/bin/bluetit KillMode=mixed LockPersonality=true MemoryDenyWriteExecute=true Nice=-10 NoNewPrivileges=true PrivateIPC=true PrivateMounts=true PrivateTmp=true ProtectControlGroups=true ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true ProtectProc=invisible ProtectSystem=strict RemoveIPC=true RestrictAddressFamilies=AF_ALG AF_INET AF_INET6 AF_NETLINK AF_UNIX RestrictNamespaces=true RestrictRealtime=true RestrictSUIDSGID=true SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=forking WorkingDirectory=/etc/airvpn Here is my goldcrest@.service file: [Unit] Description=Goldcrest [Service] DevicePolicy=closed ExecStart=/usr/local/bin/goldcrest --air-connect --air-server %i LockPersonality=true MemoryDenyWriteExecute=true NoNewPrivileges=true RestrictAddressFamilies=AF_UNIX RestrictNamespaces=true RestrictNetworkInterfaces=lo RestrictRealtime=true RestrictSUIDSGID=true Slice=background.slice StandardError=null StandardOutput=null SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service My system is running Debian 12 "bookworm" with linux 6.1.140-1 and systemd 254.26~bpo12+1. -
-
No worries Team. You guys are awesome !
-
-
-
-
-
Linux: AirVPN Suite 2.0.0 preview available
jeffiscow replied to Staff's topic in News and Announcement
Awesome! Going to give it another go with this release, will report back. Any public repos to post issues to? It seems like the GitLab reop hasnt been updated in bit. Thanks for this, I'm a firewalld fan would have been trying to mess with this to fix it forever! -
Hello! Yes, a problem with the network interface arose, we're sorry. We are bringing the server down. We will work with the datacenter technicians to resolve the issue. Kind regards
-
I am not getting good speed at all with this server for some reason. Anyone else has same issue ?
-
Been asking for a new server in Toronto! thank you this should really help with bandwidth issues Canadian servers were having with the new amount of users, airvpn is the best <3
-
Hello! We're very glad to inform you that a new 10 Gbit/s full duplex server located in Toronto (Ontario, Canada), is available: Kornephoros. The AirVPN client will show automatically the new server; if you use any other OpenVPN or WireGuard client you can generate all the files to access it through our configuration/certificates/key generator (menu "Client Area"->"Config generator"). The server accepts connections on ports 53, 80, 443, 1194, 2018 UDP and TCP for OpenVPN and ports 1637, 47107 and 51820 UDP for WireGuard. Kornephoros supports OpenVPN over SSL and OpenVPN over SSH, TLS 1.3, OpenVPN tls-crypt and WireGuard. Full IPv6 support is included as well. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses. You can check the status as usual in our real time servers monitor . Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
-
-
-
-
ANSWERED ubuntu + qbt + airvpn = stalled
flat4 replied to daif's topic in Troubleshooting and Problems
I've been dealing with this issue for a long time, the port is open and I can get to it while on airvpn. What i discovered is that this tracker will refuse connections from any European ip. If i do a US or Canadian works. In their forums they been know to ban this tracker. But like you in windows it would work flawlessly even to the European sites. It would nor work in docker or linux. -
iMac 3.2 GHz 6-Core Intel Core i7 Sequoia 15.5 3.2 GHz 6-Core Intel Core i7 Is anybody listening out of there ??!! I have reported many times a MacOs gui bug, the flow speed in the main window i always 0(zero) look also at the Conncted since:.... garbage VPN even if this bug occur still work with no problems. any way to get tis fixed ? Only a restart will fix this for a short peiod of time eddie 2.24.0 work perfectly !!!!!
-
ANSWERED ubuntu + qbt + airvpn = stalled
OpenSourcerer replied to daif's topic in Troubleshooting and Problems
that's extreme. But okay. - Earlier
-
Any news on adding any of the Hagezi lists?
-
I have also a problem with the new version. The old one "eddie-ui_2.21.8_linux_x64_debian.deb" works fine but when I launch the new one "eddie-ui_2.24.6_linux_x64_debian.deb" I get this error I 2025.06.23 22:59:16 - Checking route IPv4 I 2025.06.23 22:59:16 - Checking route IPv6 Waiting for Eddie to connect... . 2025.06.23 22:59:23 - Unexpected: Connection reset by peer - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.ShowWindowsNotification (System.String level, System.String message) [0x00015] in <7f43ecababb74a4e9f031f2a26324cba>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException (0x80004005): Network subsystem is down at System.Net.Sockets.Socket.Receive (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue, System.Boolean allowIdle) [0x0011e] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, System.IntPtr handle, System.Int32 wFilterMin, System.Int32 wFilterMax) [0x0001c] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, System.IntPtr hWnd, System.Int32 wFilterMin, System.Int32 wFilterMax) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x0034e] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00011] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 at Eddie.Forms.Linux.Program.Main () [0x000ef] in <60b1ca447033455c98a7e6659cfa3c83>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Above log line repeated 1 times more . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 F 2025.06.23 22:59:23 - Unexpected crash of elevated helper:Connection reset by peer . 2025.06.23 22:59:23 - Above log line repeated 2 times more . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0 . 2025.06.23 22:59:23 - Unexpected: The socket has been shut down - Stack: at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00027] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.XplatUI.SendAsyncMethod (System.Windows.Forms.AsyncMethodData data) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args, System.Windows.Forms.Control control) [0x0003f] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00009] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <1ad3b9c5e8484f3cb4aaaf843739b786>:0 . 2025.06.23 22:59:23 - at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[]) . 2025.06.23 22:59:23 - at Eddie.Forms.Forms.Main.OnRefreshUi (Eddie.Core.Engine+RefreshUiMode mode) [0x0002f] in <7f43ecababb74a4e9f031f2a26324cba>:0
-
ANSWERED ubuntu + qbt + airvpn = stalled
daif replied to daif's topic in Troubleshooting and Problems
I could. meh, I nuked it and switched to windows. not proud - but it works. -
ANSWERED ubuntu + qbt + airvpn = stalled
OpenSourcerer replied to daif's topic in Troubleshooting and Problems
Can you connect on <AirVPN exit IP>:45578 yourself? -
Hey guys, I'm struggling to get my qbt to work correctly with AirVPN. I've been yelling at chatgpt to check everything and it should work - but it's not. qbt version - 4.4.1. Ubuntu 22.04 LTS I've used eddie (with tcp/utp on/off,etc) and the OpenVPN, my qbt is erroring out on stalled. I have added my port - 45578 (upnp / NAT - unchecked) to my qbt, and made sure my network int is set to wg-airvpn. ip is set to all interfaces. I have also added 45578 rules to ufw. I'm also testing with pub Linux torrents - Fedora, LinuxMint, Debian, Ubuntu and Kali - they all start, then the status changes to Stalled. (I added the torrents and don't see any peers) I'm sure I'm missing something, just not sure what.
-
Bonjour Je rencontre ce problème pour tous les ports réservés. Ma configuration n’a pas changé.
-
ANSWERED Remote Desktop stop working after update 2.24.6
tim2009 replied to tim2009's topic in Eddie - AirVPN Client
Thanks for the response and advice. After unchecking the Ensure in session, it works perfectly.