robox icon indicating copy to clipboard operation
robox copied to clipboard

Several setup tasks not executed for fedora38|39 with provider vmware

Open rbrunckhorst opened this issue 2 years ago • 1 comments

There is no ~/vagrant/.ssh directory created which results in 'default: Warning: Authentication failure. Retrying...' in an endless loop when starting such an OS (fedora38|39). fedora37 and older are working.

For me it seems that several scripts are not executed in generic-vmware-x64.json for fedora38|39 like it is done for instance for fedora37: { "type": "shell", "timeout": "120m", "scripts": [ "scripts/fedora37/kernel.sh", "scripts/fedora37/updatedb.sh", "scripts/fedora37/vga.sh", "scripts/fedora37/virtualbox.sh", "scripts/fedora37/parallels.sh", "scripts/fedora37/vmware.sh", "scripts/fedora37/qemu.sh", "scripts/fedora37/vagrant.sh", "scripts/fedora37/tuning.sh", "scripts/fedora37/cleanup.sh" ], "pause_before": "120s", "start_retry_timeout": "15m", "expect_disconnect": "true", "only": [ "generic-fedora37-vmware-x64" ] },

rbrunckhorst avatar Dec 10 '23 11:12 rbrunckhorst

Just experienced this on molecule vagrant runs, we have automated tests for fedora, debian and amazonlinux; none of fedora 38 & 39 worked, and had to switch to the official fedora cloud base images to be able to perform some runs.

dlouzan avatar Dec 14 '23 19:12 dlouzan