Linux Client Permissions Issue
See original GitHub issueDescribe the bug
The Outline-Client.AppImage
application for Linux has a permissions issue. The client states that it needs administrative privileges (assuming they are to make needed network interfaces). But launching the client with administrative privileges is prohibited by the client itself.
To Reproduce Steps to reproduce the behavior:
- Install
Outline-Manager.AppImage
and setup server. - Download the Linux client
- Make the client executable with
chmod u+x Outline-Client.AppImage
- Launch the client application with
./Outline-Client.AppImage
- Click the
connect
button. - Observe the error.
Expected behavior I expected the client to connect to me to my server.
Screenshots
Desktop (please complete the following information):
- OS: Arch Linux, i3wm
- Browser: N/A
- Version: 1.22
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
How to fix 'permission denied' error in Linux? [Solutions]
For solving this error, you need to add the correct permissions to the file to execute. However, you need to be a “root”...
Read more >How to resolve the "Permission Denied" error in Linux
While using Linux, you may encounter the error, “permission denied”. This error occurs when the user does not have the privileges to make...
Read more >How to Solve File Permissions Issues on Linux - HostAdvice
1.. 2. In terminal type the following commands:
for p in $(rpm -qa); do rpm --setperms $p; done
for p in $(rpm -qa); do rpm...
Read more >Troubleshoot Permission Issues - Bitnami Documentation
For more information about permissions, see this guide. A permission issue occurs when an application (or system user) is performing an unauthorized operation...
Read more >Fix file permission errors on Linux - Opensource.com
Fix file permission errors on Linux · 1. Determine the correct user · 2. Get the current owner · 3. Change permissions to...
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.
Doesn’t work for me. Just a blank window. Ubuntu 22.04
UPDATE:
xhost + local:
Solved the issue