-
Notifications
You must be signed in to change notification settings - Fork 849
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
failing azcmagent for Azure Arc for servers with WSL #6316
Comments
Can you please post the error message you are receiving? |
chiefubt@LAPTOP-PRBRGP7O:~$ bash ~/install_linux_azcmagent.sh /tmp/packages-microsoft-prod.deb 100%[=====================================================================================================================>] 3.06K --.-KB/s in 0s 2020-12-10 09:07:14 (964 MB/s) - ‘/tmp/packages-microsoft-prod.deb’ saved [3132/3132] (Reading database ... 29473 files and directories currently installed.) |
Those are just warnings but it shows you might have a previous version that wasn't completely removed.
WSL does not support systemd at PID1, WSL init is PID1. To get systemd as PID1 you need to use deamonize or systemd genie, there are a handful of different tools and approaches to getting systemd to work. |
Punting this to /dupe #994. It is likely |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
Download the installation package
wget https://aka.ms/azcmagent -O ~/install_linux_azcmagent.sh
Install the hybrid agent
bash ~/install_linux_azcmagent.sh
Run connect command
azcmagent connect --resource-group "XXXXXXX" --tenant-id "XXX-XXX-XXX-XXX1" --location "eastus" --subscription-id "XXXXXXXXXXX" --cloud "AzureCloud"
The text was updated successfully, but these errors were encountered: