rtlabs-com / p-net

PROFINET device stack for embedded devices
http://www.rt-labs.com
Other
484 stars 194 forks source link

Not running in CentOS7.7 enviornment #73

Closed Rayapati1203 closed 4 years ago

Rayapati1203 commented 4 years ago

Hi I am running this app in CentOS7.7 on Virtual box environment. The image i selected as minimal for CentOS. CentOS: static address static ip address to 192.168.0.12,255.255.255.0,gateway - 192.168.0.1,inetrface: enp0s3, Bridge adapter PLC(RASPberry Pi) : static ip address to 192.168.0.10,255.255.255.0,gateway - 192.168.0.1,inetrface: eth0, HOST OS (win10) : static ip address to 192.168.0.11,255.255.255.0,gateway - 192.168.0.1

CentOS7 7 error

I am getting the above error.

The same thing i am running successfully in VB Ubuntu 18.04 enviornment. With the same configuration.

When application is running on CentOS and the moment when i start the codesys service on raspberry pi. this error is coming. Do you have any input on this.

when i run the set_network_parameters script i am getting the same error. Regards Raj

pyhys commented 4 years ago

Hi, you need to adapt the script to fit your Linux distribution. See the help text in https://github.com/rtlabs-com/p-net/blob/master/src/osal/linux/set_network_parameters

pyhys commented 4 years ago

Closing due to inactivity