-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using epics7 env for rocky9 compatibility #223
Conversation
I agree with this conceptually and I agree with the implementation |
Everything was the same except for these super old pulse picker screens which are now using a less readable variant |
I will move the update EDMDATAFILES to use the old pcds_motionScreens directory. I assumed the newer version would just be better, but I guess not. Thanks for checking all this. Do you think there is anything else I should test? |
I think if for a bunch of PVs and on the hutch operator machines (-daq, -control) we get the same results, then everything should be good. We want to enable this on rocky9 but not at the expense of ongoing experiments who may rely on this script. |
I have tested this on these machines
And everything looks identical to me. The only "problem" I saw was that on ioc-mfx-misc01, the typhos screens did not open. When I tried to run motor-typhos directly (motor-expert-screen redirects stderr/out to /dev/null) I saw these errors
I ran it on another rhel5 host, ioc-cxi-usr1 and got the same results. I don't think this is a problem though since nobody really opens screens from rhel5 ioc hosts. If it, I imagine that installing one of the listed versions of glibc would fix it. I used the pvs you tried plus MEC:USR:MMC:01 for mmc and TMO:MCS2:02:m4 for unencoded smaracts. I think this is ready, but I can wait or test this some other way if you woudl like. |
I think you've done more than enough testing! |
Description
motor-expert-screen was using epicsenv-3.14.12.sh, but the oldest version of epics base available on rocky9 is 7.0.2, so motor-expert-screen will use that environment from now on
I also had to update how :PN motors are opened, because originally they executed a file that tried to activate the epics 3.14 environment. Now I am directly opening the screen with edm and I added the path to EDMDATAFILES
Motivation and Context
https://jira.slac.stanford.edu/browse/ECS-6842
How Has This Been Tested?
Interactively
Where Has This Been Documented?
n/a