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
When I follow the Method 2: Pre-build the SDE, then build Stratum with Docker (Recommended), after the stratum/hal/bin/barefoot/docker/build-stratum-bf-container.sh I ran the stratum by 'start-stratum-container.sh', The stratum returns
symbol lookup error: /usr/bin/stratum_bf: undefined symbol: onlp_sw_init
I don't know how to fix it. Does somebody know how to deal with it?
The log of stratum is as below:
`root@localhost:~/stratum-master# stratum/hal/bin/barefoot/docker/start-stratum-container.sh
I tried the main branch, as to some experiment needs, I have to use sde-9.2.0, there are many related measures for sde-9.2.0 on my whole network. And my switch is ingrasys platform rather than the accton platform,it's may not be listed in docker images. Do you know how to build compatible stratum:sde9.2.0 for other platforms.
As mentioned in the other issue, support for 9.2.0 has been removed in 4df8d28. You could try to patch it in locally on your own by reverting the commit, but that'd be purely on you.
When I follow the Method 2: Pre-build the SDE, then build Stratum with Docker (Recommended), after the
stratum/hal/bin/barefoot/docker/build-stratum-bf-container.sh
I ran the stratum by 'start-stratum-container.sh', The stratum returnsI don't know how to fix it. Does somebody know how to deal with it?
The log of stratum is as below:
`root@localhost:~/stratum-master# stratum/hal/bin/barefoot/docker/start-stratum-container.sh
cat /etc/onl/platform
awk '{print "-v " $1 ":" $1 " " }'
ls /lib/x86_64-linux-gnu/libonlp-platform-defaults.so /lib/x86_64-linux-gnu/libonlp-platform-defaults.so.1 /lib/x86_64-linux-gnu/libonlp-platform.so /lib/x86_64-linux-gnu/libonlp-platform.so.1 /lib/x86_64-linux-gnu/libonlp.so /lib/x86_64-linux-gnu/libonlp.so.1 /lib/x86_64-linux-gnu/libonlp-x86-64-accton-wedge100bf-32x.so.1
-v /lib/x86_64-linux-gnu/libonlp-platform-defaults.so.1:/lib/x86_64-linux-gnu/libonlp-platform-defaults.so.1
-v /lib/x86_64-linux-gnu/libonlp-platform.so:/lib/x86_64-linux-gnu/libonlp-platform.so
-v /lib/x86_64-linux-gnu/libonlp-platform.so.1:/lib/x86_64-linux-gnu/libonlp-platform.so.1
-v /lib/x86_64-linux-gnu/libonlp.so:/lib/x86_64-linux-gnu/libonlp.so
-v /lib/x86_64-linux-gnu/libonlp.so.1:/lib/x86_64-linux-gnu/libonlp.so.1
-v /lib/x86_64-linux-gnu/libonlp-x86-64-accton-wedge100bf-32x.so.1:/lib/x86_64-linux-gnu/libonlp-x86-64-accton-wedge100bf-32x.so.1 '
-v /lib/x86_64-linux-gnu/libonlp-platform-defaults.so.1:/lib/x86_64-linux-gnu/libonlp-platform-defaults.so.1
-v /lib/x86_64-linux-gnu/libonlp-platform.so:/lib/x86_64-linux-gnu/libonlp-platform.so
-v /lib/x86_64-linux-gnu/libonlp-platform.so.1:/lib/x86_64-linux-gnu/libonlp-platform.so.1
-v /lib/x86_64-linux-gnu/libonlp.so:/lib/x86_64-linux-gnu/libonlp.so
-v /lib/x86_64-linux-gnu/libonlp.so.1:/lib/x86_64-linux-gnu/libonlp.so.1
-v /lib/x86_64-linux-gnu/libonlp-x86-64-accton-wedge100bf-32x.so.1:/lib/x86_64-linux-gnu/libonlp-x86-64-accton-wedge100bf-32x.so.1 -v /lib/platform-config:/lib/platform-config -v /etc/onl:/etc/onl'
uname -r
uname -r
Cannot find , skip installing the Kernel module.
/usr/bin/stratum_bf: symbol lookup error: /usr/bin/stratum_bf: undefined symbol: onlp_sw_init
`
The text was updated successfully, but these errors were encountered: