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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Deat Intel
I prepare Ubuntu 14.04 LTS. and download Intel RSD Git last ver. 2.2.
I follow 335460-003 PSME user guide "3 , PSME Develop Enviroment"
installed PSME packages and its agents, and use root.crt as ca.crt and generate server.key and ,crt,
"rmm-present" is false,
run PSME REST server success,
sudo ./psme-rest-server ../../application/config/psme-rest-server-configuration.json
but run psme-compute have error message
sudo ./psme-compute ../../agent/compute/configuration.json
2017-12-29 10:36:45.705924178 - ERROR - db - Cannot write file /var/opt/psme/compute-service-uuid.json
2017-12-29 10:36:45.705935923 - INFO - default - Service UUID 1cb9d204-ec41-11e7-a28d-df8968720580 assigned and stored.
2017-12-29 10:36:45.712996847 - INFO - registration - Agent has been registered to http://localhost:8383, interval 3s, rest runs for 0s
2017-12-29 10:36:45.713010062 - INFO - eventing - Sending AMC notifications enabled.
2017-12-29 10:36:48.734942629 - INFO - agent - gpio minimal read interval: 5000ms
2017-12-29 10:36:48.736868600 - ERROR - default - Unable to send/receive data to/from MUX: Connection refused
2017-12-29 10:36:53.736477394 - ERROR - default - Unable to send/receive data to/from MUX: Connection refused
Please support, thank you
House
The text was updated successfully, but these errors were encountered:
The PSME Compute Agent requires communication with the Cypress USB to I2C driver, which is provided by the cyMUX service. Your problem with the service could be hardware related, what is further explained in the issue #35 .
The reference PSME Compute Agent depends upon the cyMUX service, which requires a CY7C65215 device.
However, you can modify the reference source code not to require the communication with cyMUX. It may take some effort to adjust the PSME Compute Agent code to your specific hardware, but it should be possible.
Deat Intel
I prepare Ubuntu 14.04 LTS. and download Intel RSD Git last ver. 2.2.
I follow 335460-003 PSME user guide "3 , PSME Develop Enviroment"
installed PSME packages and its agents, and use root.crt as ca.crt and generate server.key and ,crt,
"rmm-present" is false,
run PSME REST server success,
sudo ./psme-rest-server ../../application/config/psme-rest-server-configuration.json
but run psme-compute have error message
sudo ./psme-compute ../../agent/compute/configuration.json
2017-12-29 10:36:45.705924178 - ERROR - db - Cannot write file /var/opt/psme/compute-service-uuid.json
2017-12-29 10:36:45.705935923 - INFO - default - Service UUID 1cb9d204-ec41-11e7-a28d-df8968720580 assigned and stored.
2017-12-29 10:36:45.712996847 - INFO - registration - Agent has been registered to http://localhost:8383, interval 3s, rest runs for 0s
2017-12-29 10:36:45.713010062 - INFO - eventing - Sending AMC notifications enabled.
2017-12-29 10:36:48.734942629 - INFO - agent - gpio minimal read interval: 5000ms
2017-12-29 10:36:48.736868600 - ERROR - default - Unable to send/receive data to/from MUX: Connection refused
2017-12-29 10:36:53.736477394 - ERROR - default - Unable to send/receive data to/from MUX: Connection refused
Please support, thank you
House
The text was updated successfully, but these errors were encountered: