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

Add to support for MIRACLE LINUX 8 and 9 to agent.py and check_os.py #1825

Open
mikazo777 opened this issue Oct 20, 2023 · 0 comments · May be fixed by #1826
Open

Add to support for MIRACLE LINUX 8 and 9 to agent.py and check_os.py #1825

mikazo777 opened this issue Oct 20, 2023 · 0 comments · May be fixed by #1826

Comments

@mikazo777
Copy link

I want to deploy azure monitor agent for MIRACLE LINUX 8 and 9 on Azure.These images are released at the following sites.

https://azuremarketplace.microsoft.com/ja-jp/marketplace/apps/miraclelinux.miracle-linux-9-0-rc
https://azuremarketplace.microsoft.com/ja-jp/marketplace/apps/miraclelinux.miraclelinux-8-6

But, deploying is failed.

The following error message is displayed.
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"Conflict","message":"{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"VMExtensionHandlerNonTransientError\",\r\n \"message\": \"VM 拡張機能の種類 'Microsoft.Azure.Monitor.AzureMonitorLinuxAgent' のハンドラーで VM 拡張機能 'AzureMonitorLinuxAgent' のターミナル エラーが報告されました。エラー メッセージ: '[ExtensionOperationError] Non-zero exit code: 51, /var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-1.28.8/./shim.sh -install\\n[stdout]\\n2023/10/20 02:49:42 [Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-1.28.8] Install,failed,51,Unsupported operating system: miraclelinux 9.0\\n\\n\\n[stderr]\\n'。\\r\\n \\r\\n'Install handler failed for the extension. More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot'\"\r\n }\r\n ]\r\n }\r\n}"}]}
I think agent.py and check_os.py need to be add 'miracle' in servral places.

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

Successfully merging a pull request may close this issue.

1 participant