[15:02] meena: you have any suggestions on what it might be that it's still not including the new class I added? This error looks like it isn't even searching that class. - https://dpaste.com/GNEGPUL26. Just tying to fix one issue at a time from the logs until I get a clean run on this instance in CloudStack. [15:02] gonna be afk for next ~5hrs though...but thought I'd drop this here for when i get back 😄 [15:07] Im doing some housework, I'll try to get this reproduced [17:15] init: did you check /var/log/cloud-init.log to see if an update does or does not occur? [17:24] of course [17:24] this was the culprit [17:24] 2023-12-02 18:24:33,364 - util.py[WARNING]: Failed to install packages: ['gnupg', 'apache2', 'gcsfuse'] [17:24] in particular the gcsfuse package [17:30] init: I'm referrring to when you said "I suspect this is because $ apt update isn't ran after the source is added" [17:30] the logs will show if it is run or not [19:14] right, it's being ran prior to the source being added [19:15] anyways, I have to use packer to build a new vm img anyways [19:15] startup time is way too slow [19:28] init: package_update_upgrade_install should run later (in 'final') than apt_configure (in 'config' stage) as defined in /etc/cloud/cloud.cfg [19:28] so I don't understand how you're seeing an update run first [20:01] I am [20:01] I have the logs to show it [20:02] as mentioned this is only happening on the ubuntu minimal minotaur gcp vm images [20:02] I tried the same configuration with a different image and it worked! === meena3 is now known as meena [21:45] init: so then check /etc/cloud/cloud.cfg (or additional /etc/cloud/cloud.cfg.d/ files) so see if they changed the apt_configure and package_update_upgrade_install ordering