Search Criteria
Package Details: oomd 0.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oomd.git (read-only, click to copy) |
---|---|
Package Base: | oomd |
Description: | A userspace out-of-memory killer. |
Upstream URL: | https://github.com/facebookincubator/oomd |
Keywords: | killer memory oom |
Licenses: | GPL2 |
Conflicts: | oomd-git |
Provides: | oomd |
Submitter: | nicoulaj |
Maintainer: | syntheit |
Last Packager: | syntheit |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-06 12:20 (UTC) |
Last Updated: | 2022-08-17 23:02 (UTC) |
Dependencies (6)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- gmock (googletest-gitAUR, gtest) (check)
- gtest (googletest-gitAUR) (check)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR) (optional)
Latest Comments
nicoulaj commented on 2019-10-27 17:36 (UTC)
Indeed, I don't know why I pushed that... I applied your first two points, and I am disowning the package as I don't use it and don't have time to dig into it.
tasn commented on 2019-10-09 10:09 (UTC) (edited on 2019-10-16 13:26 (UTC) by tasn)
No longer runs for a few reasons:
First: The oomd binary is now called oomd and not oomd_bin.
Second: Even after fixing the service file I'm now getting a bunch of errors:
You need to disable:
Third: we need to pass the binary the correct cgroup2 path by again editing the service file like this:
EDIT: the above is not good enough. Apparently we need to disable cgroup v1 and only use v2 (memory controller can't be mounted to both), though this would break Docker it seems, which relies on cgroups v1.
More information: https://github.com/facebookincubator/oomd/blob/master/docs/production_setup.md
nicoulaj commented on 2019-09-20 18:26 (UTC)
Still failing, I disabled
check()
on 0.2.0...rvlander commented on 2019-08-07 16:31 (UTC)
One test fails. See log. Should I raise an issue upstream?
viq commented on 2019-05-08 16:18 (UTC)
Thank you!
nicoulaj commented on 2019-05-07 20:02 (UTC)
@viq dropped linux dependency (I asked the question on aur-general for reference: https://lists.archlinux.org/pipermail/aur-general/2019-May/035106.html)
viq commented on 2019-05-06 16:32 (UTC)
I checked
linux
,linux-lts
andlinux-zen
and neither of them does do that...nicoulaj commented on 2019-05-06 15:08 (UTC) (edited on 2019-05-06 15:09 (UTC) by nicoulaj)
I might be wrong but it seems to me the
linux-hardened
package is missing something likeprovides=("linux=${pkgver}")
? For instancelinux-lts49
does it correctly.viq commented on 2019-05-06 14:42 (UTC)
This doesn't seem to accept linux-hardened as fulfilling the dependencies.