-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Outline Client can't establish stable connection on Ubuntu 24.04 #2001
Comments
Previously I had Ubuntu 22.04, Outline Client was working perfectly there. |
Try ufw disable reboot server and check again. |
I have no firewall on my server, my Outline app on the phone works just fine. A windows laptop, that I could get my hands on connects just fine too. Server: $ sudo ufw status
Status: inactive Outline CLI works stable on my Ubuntu machine still. |
I am issuing this problem too. I'm using version 1.13.1. Also, I have to start client with command |
Also I noticed the following behavior:
I used
Also, on fresh Ubuntu 24.04 Outline-Client reports error
when I start it without It seems like For now I use |
I have the same issue. How can i solve it ? |
Hi @heilkit @iloginov @AdriCQ , the sandbox issue seems to be caused by a known electron bug: electron/electron#41066. You may try these arguments when launching Outline: And yes, please also feel free to continue using |
the same problem :( |
Same problem here with ubuntu 23.10 I noticed these messages in the NetworkManager logs when the client is in the connect/disconnect loop
ps: "XXXX" is hiding the IPV6 address |
Thanks @pffont for the logs. Outline will disable IPv6 when connecting: outline-apps/client/electron/linux_proxy_controller/outline_proxy_controller.cpp Line 402 in 13931fa
It's weird to see IPv6 routing logs, I'm not sure why. Maybe you can try the outline-cli mentioned above to see whether the same issue happens? |
outline-cli is working perfectly @jyyi1 |
same problem. Ubuntu 24.04 |
same problem Ubuntu 24.04 |
1 similar comment
same problem Ubuntu 24.04 |
same problem Ubuntu 24.04 LTS |
same problem after updating to ubuntu 24.04 |
For an error such as
Using So you can unpack AppImage archive and set owner/mod for the file Here is the commands. Suppose you downloaded cd ~/downloads
chmod 0766 Outline-Client.AppImage
./Outline-Client.AppImage --appimage-extract
cd squashfs-root/
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandbox Now run $ ./AppRun
Outline is starting
loading web app from file:///home/all/download/squashfs-root/resources/app.asar/client/www/index_electron.html?appName=Outline
Could not load active tunnel: [Error: ENOENT: no such file or directory, open '/home/vijit/.config/Outline/connection_store'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/vijit/.config/Outline/connection_store'
}
APPIMAGE env is not defined, current application is not an AppImage
connecting to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895...
using tun2socks to check connectivity
[EXIT - tun2socks]: Exited with code 0
UDP support: true
starting routing daemon
tun2socks started
connected to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895
reconnecting to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895
reconnected to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895
using tun2socks to check connectivity
[EXIT - tun2socks]: Exited with code 0
reconnecting to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895
reconnected to d4b6d4ed-58b1-405a-b3f6-9dcb66c15895
using tun2socks to check connectivity
[EXIT - tun2socks]: Exited with code 0
... over and over again... |
not sure the same but with ubuntu 24.04 i have "Unable to Connect: Invalid Access Key Error" (Jigsaw-Code/outline-server#1591) |
found a temporarily solution from another discuss - turn off ipv6 on active interface |
I have exactly the same issue after upgrading to Ubuntu 24.04 I applied this patch
as it is said above, and now it is running. However, as soon as any traffic is happening, I am getting these messages in console:
and they are repeating and repeating: I am getting messages every second that something is being reconnected. What might be the problem? |
Dear developers of Outline, you did really a great job, but with Ubuntu 24 something is terribly wrong: connection is always lost, reconnecting multiple times. This needs to be fixed. It doesn't have to be like that. |
Same problem( Fix pls |
I had to re-install back my Ubuntu 22.04 (was 24.04) just to make Outline working. This is one of the key software on my PC, and if it doesn't work - this is a disaster for me. |
For me even on Ubuntu 22.04 it's not work :( |
As it mentioned before, disabling of IPv6 on network interface helps. Al least in KUbuntu 24.04 |
How you disable the IPv6 |
Thanks @VijitCoder , but i m on ubuntu server, i have no graphical interface :( |
My experience with latest appimage on ubuntu 22.04 and on fresh install of PopOs 22.04 :
outline cli, suggested by @jyyi1, currently works like a charm. Update 07.10.2024
|
@Mikluki Yes, I also confirm this behavior. |
same problem after updating to ubuntu 24.04 |
It is not just on Ubuntu 24, it happens on kde, Manjaro,fedora, We can also use another app called v2raya if u don't mind using snap. We can use outline key on that vpn too. |
What about Outline Manager? |
From what I understood, outline client is for using VPN and outline server is for hosting VPN service. I am just a casual user. The reason I have to use vpn is that most websites were blocked by the shitty government. Without vpn, I cannot clone repository from github. I cannot download flatpak app. I cannot even do "apt update" very well because some repositories are blocked. And most privacy vpns like proton, open vpns are not working. They are also blocked. Express vpn might work. But it is too expensive for me. |
outline cli works. |
I confirm, the problem still persists, I've recently updated to 24.04 from 22.04, where I used Outline without problems. Constantly reconnecting now. |
Spamming "I have it too" does not help anyone to navigate the situation, please let the devs read it clearly by contributing ONLY PROBLEM DETAILS. |
@nightfullstar "I have it too" is not spamming, it's show that the problem is not isolated but general |
Application
Outline Client
Describe the bug
Can't establish stable connection to Outline server after upgrading to Ubuntu 24.04 with my own surely working OK Outline Server, instead client constantly tries to reconnect.
Everything was fine until the upgrade to Ubuntu 24.04, using Outline CLI gets you connected, but the client won't.
I'm including debug log below.
Steps to reproduce
What did you expect to happen?
No response
What actually happened?
DEBUG LOG (some keys where changed for privacy reasons)
Outline Version
1.13.0 (475480)
What operation system are you using?
Linux
Operating System Version
Ubuntu 24.04 LTS x86_64
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: