Shreenidhi Shedi
Shreenidhi Shedi
Try this script and check: (run the script as root) ``` #!/bin/bash set -o pipefail source $PWD/../.lib/test-lib.sh reg_usr="regusr" reg_pass="changeme" PHOTON_OS_VERSION="$(get_photon_release)" if (( $(echo "$PHOTON_OS_VERSION < 3.0" | bc -l) ));...
What's the version of `rpm` you are using in your build host? pastee the output of `rpm -q rpm`
@loadit it seems like an user error. ``` rpm -qlp linux-esx-6.1.10-10.ph5.x86_64.rpm | grep cifs /lib/modules/6.1.10-10.ph5-esx/kernel/fs/cifs /lib/modules/6.1.10-10.ph5-esx/kernel/fs/cifs/cifs.ko.xz /lib/modules/6.1.10-10.ph5-esx/kernel/fs/smbfs_common/cifs_arc4.ko.xz /lib/modules/6.1.10-10.ph5-esx/kernel/fs/smbfs_common/cifs_md4.ko.xz ``` So, `modprobe cifs` should work fine. Also, `cifs-utils` provides `mount.cifs` binary....
You can do: ``` sudo make minimal-iso THREADS=8 ``` This takes less time but builds a small iso. If you are a `dev` branch user, you can do: ``` sudo...
Hi @dcasota , we don't upgrade core package versions post release. Glibc type packages are not upgraded unless absolutely necessary. > Actually the 2.32 version is bad for tdnf. A...
@prashant1221 can you please take this fix? cc: @tapakund
https://bugs.ntp.org/show_bug.cgi?id=3753 this was sent back in Jan 2022.
@jcustenborder - we already support this from Photon. We have VMwareGuestInfo & OVF datasource available in Photon. Explore a bit on https://github.com/vmware/cloud-init-vmware-guestinfo and give an update here. What you are...
Hi, can you please explain what you are doing currently? And what you are expecting from cloud-init? Can you try making using OVF data source and in ovf-env.xml set seedfrom...
It seems what you are doing is correct and NoCloud should read info from `/boot`. One thing I noticed is, missing `vendor-data` file in `/boot`. NoCloud DS expects it to...