Skip to content

Use /sbin/sysctl in service unit to enable overcommitting memory for Ubuntu #200

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

pmenzel
Copy link
Contributor

@pmenzel pmenzel commented Aug 2, 2021

This is for the Ubuntu running POWER 8 server flughafenberlinbrandenburgwillybrandt.

Ubuntu’s package *procps* 2:3.3.16-5ubuntu3.1 installs `sysctl` only in
`/sbin/sysctl`, and therefore the service unit fails to be started.

Instead of `/usr/sbin/sysctl`, use `/sbin/sysctl`, which is a symbolic
link on MarIuX.

    $ ls -l /sbin/sysctl # usrlinks-1.0-0.x86_64
    lrwxrwxrwx 1 root root 16 May 29 15:02 /sbin/sysctl -> /usr/sbin/sysctl

Alternatively, as systemd does not require absolute pathnames anymore,
only `sysctl` could be used, but be explicit for now.
@donald
Copy link
Collaborator

donald commented Aug 2, 2021

What is eddb by the way ( 819c842 4fea5c7) ?

@donald donald merged commit 0a6a3e3 into master Aug 2, 2021
@pmenzel
Copy link
Contributor Author

pmenzel commented Aug 2, 2021

What is eddb by the way ( 819c842 4fea5c7) ?

Just a short cut for those not using (bash) completion.

$ grep eddb /package/dns/src/hosts
141.14.26.41    flughafenberlinbrandenburgwillybrandt eddb # POWER8 EDV

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants