Skip to content

Known Errors

Oracle Linux: DNF/YUM Update Error "nothing provides libbpf >= 0.6.0 needed by oracleasm-support-3.0.0-6.el8.x86_64 from oraclelinux8-x86_64-addons" Doc ID 3058641.1

https://docs.oracle.com/en/operating-systems/oracle-linux/asmlib/asmlib-InstallingASMLib.html#install_required_packages

If you get the following error then follow the steps below. (Doc ID 3058641.1) https://support.oracle.com/knowledge/Oracle%20Linux%20and%20Virtualization/3058641_1.html

Error: Problem: conflicting requests - nothing provides libbpf >= 0.6.0 needed by oracleasm-support-3.0.0-6.el8.x86_64

https://docs.oracle.com/en/operating-systems/oracle-linux/asmlib/asmlib-ConfiguringASMLib.html#enable_or_disable_i_o_filtering


PRVE-0426

https://stackoverflow.com/questions/58804022/how-to-resize-dev-shm nano /etc/fstab none /dev/shm tmpfs defaults,size=4G 0 0


PRVG-2002

https://www.howtosop.com/how-to-resolve-openssh-8-problems-for-oracle-19c/ The workaround is to disable strict filename checking by adding an option -T to /usr/bin/scp command, according to scp manual page.

cp -p /usr/bin/scp /usr/bin/scp-original
echo "/usr/bin/scp-original -T \$*" > /usr/bin/scp
cat /usr/bin/scp

Comments