We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem encountered on: S4248FBL-ON, with OPX-unstable-2.3.1-beta-01
Steps to reproduce the problem:
source /etc/opx/opx-environment.sh sudo opx_ifconfig e101-001-0 up
The following error message shows up:
""" ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/dn_user_net_ioctl.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. """
However, seems to be up, afterwards.
Suggested workaround (not tested, yet):
root@OPX:# cp /usr/lib/dn_user_net_ioctl.so /usr/lib/x86_64-linux-gnu/dn_user_net_ioctl.so
The text was updated successfully, but these errors were encountered:
Thanks for reporting, we will address this. The suggested workaround should be ok to move on.
Sorry, something went wrong.
atanu-mandal
No branches or pull requests
Problem encountered on: S4248FBL-ON, with OPX-unstable-2.3.1-beta-01
Steps to reproduce the problem:
source /etc/opx/opx-environment.sh
sudo opx_ifconfig e101-001-0 up
The following error message shows up:
"""
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/dn_user_net_ioctl.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
"""
However, seems to be up, afterwards.
Suggested workaround (not tested, yet):
root@OPX:# cp /usr/lib/dn_user_net_ioctl.so /usr/lib/x86_64-linux-gnu/dn_user_net_ioctl.so
The text was updated successfully, but these errors were encountered: