You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Application
Outline Client
What are you trying to do? What is your use case?
Im trying to launch outline client on a runit system (without systemd). i found the service and i launched it with sudo /usr/local/sbin/OutlineProxyController --socket-filename=/var/run/outline_controller --owning-user-id=1000, but despite that it still doesnt work
Is your feature request related to a problem? Please describe it.
outline client creates a service, wich it then unsuccessfully tries to launch with systemctl, wich is a part of systemd. if launched manually without systemd it starts to recconect itself over and the network is unreachable.
1728924072.419228: [INFO] [routing polluted] extra non-Outline default gateway: default via 192.168.0.1 dev wlo1 proto dhcp src 192.168.0.102 metric 600
1728924072.419249: [DEBUG] network condition changed, reconnecting...
1728924072.419267: [DEBUG] Wrote back {"statusCode":0,"action":"statusChanged","connectionStatus":2} to unix socket
1728924072.419270: [INFO] attempting to dismantle routing through outline server
1728924072.427057: [INFO] now routing through the network default gateway
1728924072.427082: [INFO] attempting to route through outline server (my server ip goes here womp womp)
1728924072.432818: [INFO] successfully routing through the outline server
1728924072.432836: [INFO] reconnected successfully
1728924072.432854: [DEBUG] Wrote back {"statusCode":0,"action":"statusChanged","connectionStatus":0} to unix socket
my servies as shown by sudo sv status /var/service/*
i expect the vpn to connect to the server and route my trafic through it
Describe alternatives you've considered
using conty to launch the extracted appimage results in it apparently being unable to connect to the internet, as it just says that the access key is invalid. worst case scenario i could switch to a systemd based distro, but i wouldnt want to do that since im using void for multiple years and im quite happy with it.
The text was updated successfully, but these errors were encountered:
Is there an existing issue that is already proposing this?
Application
Outline Client
What are you trying to do? What is your use case?
Im trying to launch outline client on a runit system (without systemd). i found the service and i launched it with
sudo /usr/local/sbin/OutlineProxyController --socket-filename=/var/run/outline_controller --owning-user-id=1000
, but despite that it still doesnt workIs your feature request related to a problem? Please describe it.
outline client creates a service, wich it then unsuccessfully tries to launch with systemctl, wich is a part of systemd. if launched manually without systemd it starts to recconect itself over and the network is unreachable.
my servies as shown by sudo sv status /var/service/*
Describe the solution you'd like.
i expect the vpn to connect to the server and route my trafic through it
Describe alternatives you've considered
using conty to launch the extracted appimage results in it apparently being unable to connect to the internet, as it just says that the access key is invalid. worst case scenario i could switch to a systemd based distro, but i wouldnt want to do that since im using void for multiple years and im quite happy with it.
The text was updated successfully, but these errors were encountered: