
$ ./Outline-Client.AppImage
loading web app from file:///tmp/.mount_OutlinK6eLfr/resources/app.asar/www/electron_index.html?appName=Outline
(node:28847) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
Could not load active tunnel: [Error: ENOENT: no such file or directory, open '/home/user/.config/Outline/connection_store'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/user/.config/Outline/connection_store'
}
Checking for update
(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
Outline is starting
Update for version 1.4.0 is not available (latest version: 1.4.0, downgrade is disallowed).
connecting to 3f8039ae-83b8-41f7-bdc6-7cc561db272c...
(node:28847) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
UDP support: true
(re-)installing routing daemon
copying service files to /tmp/rPVBsY
[EXIT - badvpn-tun2socks]: Exited with code 1
a helper has exited, disconnecting
could not stop routing: Cannot call write after a stream was destroyed
[EXIT - ss-local]: Exited with code 0
could not connect: h (routing daemon is not running)
Promise "DNS lookup" resolved before 10000 ms
I had the same bug. The problem appeared after a kernel update. It happens because there is no kernel module TUN. This can be checked with the following command:
Outline needs to create a TUN interface to work properly.
If you don’t get this output, simply reboot and check again.
If it is still missing, add a TUN kernel module and reboot.
I hope it helps.
This problem exists in the following versions and I tested it.
Ubuntu 20.04 Ubuntu 21.10 Ubuntu 22.04 PopOS 22.04
Please fix this bug.
As a workaround you can recompile the client locally. I’ve just tried it and it’s working just fine on Ubuntu 22.04
Outline-Client.AppImageand you can run itI’m using the latest outline appimage on Debian 11 and 12
I start the app
Then I click on connect
The app asks for my root password
I enter the password and then the app says “Initializing Outline…Outline has been successfully initialized. please try again to conenct to the server” and that’s it… connecting again doesn’t seem to be working
The server is running on Debian 11. Windows and android apps work fine.
PS It looks you need to reboot your PC to make the app working… The devs should have specified it in the app description tbh…
I have the same issue in Ubuntu 22.04.
In my case for some reason i was not in the
outlinevpngroup. Added to the group. Rebooted. It works.Fedora 35, AppImage 1.7.0, same reslut.