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

vm: do not call mkmntdirs, it does not exists #881

Merged
merged 1 commit into from Nov 17, 2023

Conversation

LaszloGombos
Copy link
Contributor

Attempt to fix the following error at boot:

Nov 17 14:24:04 colima systemd-hostnamed[1859]: Hostname set to <colima> (static)
Nov 17 14:24:04 colima cloud-init[1697]: LIMA| Executing /mnt/lima-cidata/provision.system/00000003
Nov 17 14:24:04 colima cloud-init[1697]: /mnt/lima-cidata/provision.system/00000003: 1: mkmntdirs: not found
Nov 17 14:24:04 colima cloud-init[1697]: LIMA| WARNING: Failed to execute /mnt/lima-cidata/provision.system/00000003

...

Nov 17 14:24:04 colima cloud-init[1697]: Cloud-init v. 23.3.1-0ubuntu2 finished at Fri, 17 Nov 2023 14:24:04 +0000. Datasource DataSourceNoCloud [seed=/dev/vdb][dsmode=net].  Up 5.89 seconds
Nov 17 14:24:04 colima systemd[1]: cloud-final.service: Main process exited, code=exited, status=1/FAILURE
Nov 17 14:24:04 colima systemd[1]: cloud-final.service: Failed with result 'exit-code'.
Nov 17 14:24:04 colima systemd[1]: cloud-final.service: Unit process 1696 (sh) remains running after unit stopped.
Nov 17 14:24:04 colima systemd[1]: cloud-final.service: Unit process 1697 (tee) remains running after unit stopped.
Nov 17 14:24:04 colima systemd[1]: Failed to start cloud-final.service - Execute cloud user/final scripts.

@abiosoft
Copy link
Owner

Thanks :)

@abiosoft abiosoft merged commit 603f37e into abiosoft:main Nov 17, 2023
10 checks passed
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 this pull request may close these issues.

None yet

2 participants