You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I make rpm of resource-agents from sourcecode,the version of resource-agents is 4.11.0,it succeed.
When I execute the following command
[root@192 Packages]# rpm -ivh resource-agents-4.11.0-1.a.ky10.loongarch64.rpm
Verifying... ################################# [100%]
准备中... ################################# [100%]
正在升级/安装...
1:resource-agents-4.11.0-1.a.ky10 ################################# [100%]
/usr/lib/tmpfiles.d/net-snmp.conf:1: Line references path below legacy directory /var/run/, updating /var/run/net-snmp → /run/net-snmp; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/slapd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/openldap → /run/openldap; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/spice-vdagentd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/spice-vdagentd → /run/spice-vdagentd; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/subscription-manager.conf:1: Line references path below legacy directory /var/run/, updating /var/run/rhsm → /run/rhsm; please update the tmpfiles.d/ drop-in file accordingly.
when i make it into yum source,I execute the following command
[root@192 Packages]# yum install resource-agents
Last metadata expiration check: 0:56:58 ago on 2023年03月06日 星期一 15时21分44秒.
Error:
Problem: conflicting requests
nothing provides /bin/ps needed by resource-agents-4.11.0-1.a.ky10.loongarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
my system already has ps.
[root@192 Packages]# ps --version
ps from procps-ng 3.3.16
Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
You can update the path in the spec file if your distro doesnt have it in the expected path (it's probably in /usr/bin/). Or you can add --nodeps to ignore the error, as the agents doesnt seem to call it with full path.
Hi,I make rpm of resource-agents from sourcecode,the version of resource-agents is 4.11.0,it succeed.
When I execute the following command
[root@192 Packages]# rpm -ivh resource-agents-4.11.0-1.a.ky10.loongarch64.rpm
Verifying... ################################# [100%]
准备中... ################################# [100%]
正在升级/安装...
1:resource-agents-4.11.0-1.a.ky10 ################################# [100%]
/usr/lib/tmpfiles.d/net-snmp.conf:1: Line references path below legacy directory /var/run/, updating /var/run/net-snmp → /run/net-snmp; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/slapd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/openldap → /run/openldap; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/spice-vdagentd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/spice-vdagentd → /run/spice-vdagentd; please update the tmpfiles.d/ drop-in file accordingly.
/usr/lib/tmpfiles.d/subscription-manager.conf:1: Line references path below legacy directory /var/run/, updating /var/run/rhsm → /run/rhsm; please update the tmpfiles.d/ drop-in file accordingly.
when i make it into yum source,I execute the following command
[root@192 Packages]# yum install resource-agents
Last metadata expiration check: 0:56:58 ago on 2023年03月06日 星期一 15时21分44秒.
Error:
Problem: conflicting requests
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
my system already has ps.
[root@192 Packages]# ps --version
ps from procps-ng 3.3.16
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: