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

Running phpvirtualbox under Windows with WSL #293

Open
Aramorth opened this issue Dec 15, 2021 · 2 comments
Open

Running phpvirtualbox under Windows with WSL #293

Aramorth opened this issue Dec 15, 2021 · 2 comments

Comments

@Aramorth
Copy link

Aramorth commented Dec 15, 2021

Wie beseitige ich das Problem Apache und mysql sind schon installiert nur systemd zickt unter Windows 11 5.10.16.3-microsoft-standard-WSL2

systemctl status vboxweb.service
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Screenshot 2021-12-15 204611

bei var $username = ''; muss ja der Windows Kontobenutzer rein oder nicht
und bei var $password = ''; muss ja das mPasswort für das Benutzerkonto rein

hier habe ich die Standart Gateway reingefügt

/* Set the standard VRDE Port Number / Range, e.g. 1010-1020 or 1027 /
var $vrdeports = '9000-9100';
/
Set the default VRDE address, e.g. 192.168.1.1 */
#var $vrdeaddress = '/';

da habe ich de eingefügt

/* Default language. See languages folder for more language options.

  • Can also be changed in File -> Preferences -> Language in
  • phpVirtualBox.
    */
    var $language = 'de';

ist das so richtig?

@h6w
Copy link
Collaborator

h6w commented Dec 15, 2021

We haven't actually tested this under WSL. I'll open a Wiki page for it so we can work through the issues. I'm not sure how WSL would connect to VirtualBox, for example, because I believe there's some level of sandboxing of WSL, but I could be wrong.

@h6w h6w changed the title /var/www/html/virtualbox# systemctl status vboxweb.service System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down Running phpvirtualbox under WSL Dec 15, 2021
@h6w h6w changed the title Running phpvirtualbox under WSL Running phpvirtualbox under Windows - WSL Dec 15, 2021
@h6w h6w changed the title Running phpvirtualbox under Windows - WSL Running phpvirtualbox under Windows with WSL Dec 15, 2021
@h6w
Copy link
Collaborator

h6w commented Dec 15, 2021

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

No branches or pull requests

2 participants