Skip to main content

Hello everyone, 

I have a challenge to the below error in Agent installation and also enabling application-aware. Oracle Linux 6.10

 

Which Linux kernel type are you using @Moustafa_Hindawi ? RH? Ubuntu?


Which Linux kernel type are you using @Moustafa_Hindawi ? RH? Ubuntu?

It is Oracle Linux


Ah, ok. You actually have that in your orig post..oops 😊

By your error, it appears you may simply need to install the package listed in the error in your Linux kernel.

According to Oracle docs, the syntax to install would be:

sudo dnf install package_name (in this case, the pkg would be kernel-uek-devel-2.6.39-400.318.1.e16uek.x86_64 )

Install the pkg, then reattempt.

 


Ah, ok. You actually have that in your orig post..oops 😊

By your error, it appears you may simply need to install the package listed in the error in your Linux kernel.

According to Oracle docs, the syntax to install would be:

sudo dnf install package_name (in this case, the pkg would be kernel-uek-devel-2.6.39-400.318.1.e16uek.x86_64 )

Install the pkg, then reattempt.

 

Thank you @coolsport00 , let me check and revert


Hello @coolsport00 

I contact Veeam support, and they said the same to install the below:

- Python3
- kernel-headers (for RedHat-based systems)
- kernel-devel (for RedHat-based systems)

I will revert after trying installing them


Ok, sounds good. Keep me posted @Moustafa_Hindawi 


Ok, sounds good. Keep me posted @Moustafa_Hindawi 

Solved, thank you


Awesome. Glad to hear! 


Comment