• EfficiOS Enterprise Packages
  • RHEL 7
  • SLE 12

These repositories are currently in extended maintenance for current users but won't be updated to newer major releases. Contact our support for any inquiries related to custom repositories or our enterprise support offers.

Red Hat Enterprise Linux 7

Installing using Yum

Add the official EfficiOS RHEL7 package repository to your system.
wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
Also add the SRPMS repository if you need the sources.
wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-SRPMS.repo
Import our package signing key.
rpmkeys --import https://packages.efficios.com/rhel/repo.key
And install the packages.
yum install lttng-modules-dkms lttng-tools babeltrace

Notes on SELinux

Starting with RHEL7 Update 3, the targeted SELinux policy includes an lttng-tools module which does not permit normal operation of LTTng. If you run with SELinux enabled in enforcing mode with the targeted policy, you will have to disable the lttng-tools module.
semodule -d lttng-tools
And restart the session daemon.
systemctl restart lttng-sessiond

Notes on kernel modules

This repository previously provided pre-built kernel modules, however the weak-update system in RHEL that loads older modules in newer kernels sometimes caused instability problems with lttng-modules. We replaced those with DKMS packages that will build the modules specifically for each installed kernel.

To migrate an existing install to these new packages, you will need to first uninstall the kmod and then install the dkms variant.

yum remove kmod-lttng-modules
yum install lttng-modules-dkms

Manual package installation

Packages can be manually downloaded here.

SuSE Linux Enterprise 12 SP2

Installing using Zypper

Add the official EfficiOS SLE12 SP2 package repository to Zypper.
zypper addrepo https://packages.efficios.com/repo.files/EfficiOS-SLE12-x86-64.repo
Also add the SRPMS repository if you need the sources.
zypper addrepo https://packages.efficios.com/repo.files/EfficiOS-SLE12-SRPMS.repo
Import our package signing key.
rpmkeys --import https://packages.efficios.com/sle/repo.key
Refresh Zypper's package database.
zypper refresh

Manual package installation

Packages can be manually downloaded here.
  • Back to top

Copyright © 2021, EfficiOS Inc.