dcasota
dcasota
@argumemnon Beside the wiki, there are some docs entries good to know about Photon OS real-time flavor. https://vmware.github.io/photon/docs/overview/flavours/ https://vmware.github.io/photon/docs/administration-guide/photon-real-time-operating-system/ https://wiki.linuxfoundation.org/realtime/start https://wiki.linuxfoundation.org/realtime/preempt_rt_versions ( thanks to @srivatsabhat ) In a VMware virtualization...
For a later secureboot bootmode, adding *.rpms doesn’t give security hence “crashing” the installer imho isn’t that wrong. A comprehensive error message would be nice though.
meson specs comes with following specs BuildRequires: gcc BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: ninja-build BuildRequires: gtest-devel BuildRequires: gmock-devel BuildRequires: gettext Requires: ninja-build Requires: python3 Requires: python3-setuptools Just curious, less to...
Which meson package version do you use? https://github.com/vmware/photon/tree/5.0/SPECS/meson should work but hasn’t been backported yet to ph3. You could try the ph5beta. Is python3-setuptools preinstalled as well ? haven’t found...
Unfortunately, I didn't learn yet how to write good pull requests and when I did, it was because a doc syntax was wrong spelled and sometimes this correction was wrong...
Secure Boot and installing drivers highly depend on the hardware manufacturer + environment. There is no methodology description in the Photon OS docs yet. I hope in 2023 we will...
Hi, install/reboot/downgrade/update/uninstall of the daemons [containerd, docker] sometimes are buggy. That's it. That's the message. Now, a tdnf-automatic analytics for the cascaded daemons [containerd, docker] intervention clamp must handle install/reboot/downgrade/update/uninstall....
Let‘s try to track this down these next three weeks. Can‘t be that difficult !
@sshedi With respect to the actual handling using `%{_sharedstatedir}/rpm-state/docker-is-active` in https://github.com/vmware/photon/blob/4.0/SPECS/docker/docker-20.10.spec, the following code snippet might be a (multi-portable) fix. ``` %posttrans engine if [ $1 -ge 0 ] ;...
Hi @atilllla2 would you mind to hang in here to a micro part of this issue and share some findings? The attached vanila service [testyml.txt](https://github.com/vmware/photon/files/8693002/testyml.txt) (-> rename to test.yml) might...