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

Can't start services #67

Closed
elswerky opened this issue Dec 31, 2018 · 9 comments
Closed

Can't start services #67

elswerky opened this issue Dec 31, 2018 · 9 comments

Comments

@elswerky
Copy link

why i can't start services in arch on wsl ??
for example if i run
sudo sercie status ssh in arch on wsl
the output is service command not found

but if i run the same command on ubuntu18.04 on wsl it works and gives me status of ssh

i mentioned ssh here as an example for any service
can you help me please
i know this may be not the place to report such problem ,hope you can help

these screenshots ,,one from arch on gui desktop
and the other from ubuntu bash

arch

ubuntu

@yuk7
Copy link
Owner

yuk7 commented Dec 31, 2018

Arch uses systemd for service, but WSL does not support systemd...
There is no service command in the arch.

@elswerky
Copy link
Author

elswerky commented Dec 31, 2018

Arch uses systemd for service, but WSL does not support systemd...
There is no service command in the arch.

so there is no hope in running such apps and tools on arch on wsl currently ??

@yuk7
Copy link
Owner

yuk7 commented Dec 31, 2018

You can execute the command to start the service manually.
Or you can install a service manager such as OpenRC which is not officially supported by Arch.

@elswerky
Copy link
Author

elswerky commented Dec 31, 2018

I see another Arch for wsl here on github
https://github.com/bilguun0203/WSL-ArchLinux

also the one i posted its link is avilable on choclatey on windows as it appears in this screenshot

choclatey gui

@elswerky
Copy link
Author

elswerky commented Dec 31, 2018

You can execute the command to start the service manually.
Or you can install a service manager such as OpenRC which is not officially supported by Arch.

1- how to execute the command to start the service manually
say ssh ,, how to do this for it ?

@yuk7
Copy link
Owner

yuk7 commented Dec 31, 2018

how to execute the command to start the service manually

Since there are many service files in /usr/lib/systemd/system, please see there.

probably can start with /usr/bin/sshd -D

@yuk7
Copy link
Owner

yuk7 commented Dec 31, 2018

1,2 -
This project was started before the official store version launcher code was released.
To be published on the Windows store, it need to review by Microsoft.
Store applications do not have flexibility, multiple installations etc can not be done.

3 -
I dont know...
Please check the X server's font and locale

@elswerky
Copy link
Author

OpenRC

can you provide me with a manual to install and activate openrc in arch_wsl ,,because in arch wiki it says add it to kernel paramter ,,i don't know how to do this ,,there is no grub menu to add kernel parameter on it

@yuk7
Copy link
Owner

yuk7 commented Feb 22, 2019

Related #20

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