Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

run PSME-compute but has error message #34

Closed
housemic opened this issue Jan 4, 2018 · 5 comments
Closed

run PSME-compute but has error message #34

housemic opened this issue Jan 4, 2018 · 5 comments

Comments

@housemic
Copy link

housemic commented Jan 4, 2018

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

@tbykowsk
Copy link
Member

tbykowsk commented Jan 8, 2018

Hi @housemic,

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 .

@housemic
Copy link
Author

housemic commented Jan 8, 2018

Dear tbykowsk

  1. Do I need to prepare the hardware CY7C65215 device to startup PSME compute agent ?
  2. If I don't have the hardware CY7C65215 device, Can I startup PSME compute agent ?
    thank you
    House

@tbykowsk
Copy link
Member

tbykowsk commented Jan 8, 2018

  1. The reference PSME Compute Agent depends upon the cyMUX service, which requires a CY7C65215 device.
  2. 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.

@housemic
Copy link
Author

Dear tbykowsk
the issue can be closed, thank you very much.
House

@tbykowsk
Copy link
Member

You are welcome @housemic!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants