Linux client not working
See original GitHub issue$ ./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
Issue Analytics
- State:
- Created a year ago
- Reactions:11
- Comments:18 (1 by maintainers)
Top Results From Across the Web
Linux client not connecting to server - Forums - IBM Support
Linux client not connecting to server the pmr # : 16212 ... In your case, the BigFix server is running v9.5.4.38, so you...
Read more >Troubleshooting VIA Client for Linux - Aruba Networks
The following table provides information to help you troubleshoot the issues you may encounter when installing, connecting, and using the VIA client for...
Read more >Linux client not working : r/Tailscale - Reddit
Linux client not working · the email address or GitHub account for the tailnet · the IP address of the NAS and Linux...
Read more >Repair Install of Linux : Client not showing up in Commserve
I had this issue; wherein I had installed Linux agent; which took a bit of time and waited on Registering screen during the...
Read more >Linux troubleshooting - AWS Client VPN
The problem occurs because systemd-resolved doesn't set the highest priority to DNS servers that are provided by the ClientVPN endpoint. Instead, it appends...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.