PlatonB

Results 52 comments of PlatonB

Fedora developers' thoughts on the subject: https://fedoraproject.org/wiki/Changes/ReduceInitialSetupRedundancy

Discussion in the Gnome bug tracker: https://bugzilla.gnome.org/show_bug.cgi?id=793501

@maddyhof @rohanmehra20 Why do you say it's not a bug?

Unfortunately, tech support hasn't responded in a week.

@maddyhof Unfortunately, the bug is also present in `v1.11.0`.

Hi, @jyyi1 ``` journalctl -u outline_proxy_controller ``` ``` -- No entries -- ```

``` # ./OutlineProxyController --socket-filename=/var/run/outline_controller --owning-user-id=1000 ``` ``` -bash: ./OutlineProxyController: Access denied ```

@jyyi1 ``` $ systemctl status outline_proxy_controller ``` ``` Unit outline_proxy_controller.service could not be found. ```

@jyyi1, yes, I have root access: ![Access denies](https://github.com/Jigsaw-Code/outline-client/assets/25541767/ede690c1-8c24-4803-a10b-87a19dcfbae7) > sudo ./OutlineProxyController Presumably, `sudo ./any_file` is invalid syntax: ``` sudo: ./OutlineProxyController: command not found ```

@jyyi1 Thanks for the recommendation. I added the `executable` permission. Now the file can be launched. ``` # ./OutlineProxyController --socket-filename=/var/run/outline_controller --owning-user-id=27 ``` ``` OutlineProxyController [for OutlineVPN Client] v0.1.0 1687860745.147369: [INFO]...