Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Void linux/runit support #2242

Open
1 task done
zmeyka3310 opened this issue Oct 14, 2024 · 2 comments
Open
1 task done

Void linux/runit support #2242

zmeyka3310 opened this issue Oct 14, 2024 · 2 comments

Comments

@zmeyka3310
Copy link

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/*

run: /var/service/NetworkManager: (pid 994) 333917s; run: log: (pid 993) 333917s
run: /var/service/agetty-tty1: (pid 1032) 333917s
run: /var/service/agetty-tty2: (pid 1033) 333917s
run: /var/service/agetty-tty3: (pid 1034) 333917s
run: /var/service/agetty-tty4: (pid 1035) 333917s
run: /var/service/agetty-tty5: (pid 1036) 333917s
run: /var/service/agetty-tty6: (pid 1037) 333917s
run: /var/service/bluetoothd: (pid 1006) 333917s; run: log: (pid 1005) 333917s
run: /var/service/chronyd: (pid 1016) 333917s; run: log: (pid 1015) 333917s
run: /var/service/dbus: (pid 987) 333917s; run: log: (pid 986) 333917s
run: /var/service/dhcpcd: (pid 984) 333917s; run: log: (pid 983) 333917s
run: /var/service/docker: (pid 1031) 333917s; run: log: (pid 1028) 333917s
run: /var/service/elogind: (pid 999) 333917s; run: log: (pid 998) 333917s
run: /var/service/gdm: (pid 992) 333917s; run: log: (pid 991) 333917s
run: /var/service/seatd: (pid 1004) 333917s; run: log: (pid 1003) 333917s
run: /var/service/udevd: (pid 1041) 333917s; run: log: (pid 1040) 333917s

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.

@zmeyka3310 zmeyka3310 added the feature request New feature, we are tracking it label Oct 14, 2024
@sbruens
Copy link
Contributor

sbruens commented Oct 15, 2024

This is a request for an unsupported distro. You can try using our experimental Outline CLI.

We'll leave this open as a feature request to support the mentioned new platform.

@zmeyka3310
Copy link
Author

thank you, this solved my issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants