Bug 1228245 - Tumbleweed: rng-tools.service start fails with unrecognized option '--fill-watermark=3700'
Summary: Tumbleweed: rng-tools.service start fails with unrecognized option '--fill-wa...
Status: CONFIRMED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Ruediger Oertel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-23 09:50 UTC by Alexander Hass
Modified: 2024-07-24 07:24 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Hass 2024-07-23 09:50:36 UTC
# rpm -q rng-tools
rng-tools-6.17-1.1.x86_64

# systemctl status rng-tools.service
× rng-tools.service - Start the rngd daemon
     Loaded: loaded (/usr/lib/systemd/system/rng-tools.service; enabled; preset: disabled)
     Active: failed (Result: exit-code) since Tue 2024-07-23 11:43:10 CEST; 2min 36s ago
   Duration: 107ms
   Main PID: 890 (code=exited, status=64)
        CPU: 71ms

Jul 23 11:43:10 tumbleweed systemd[1]: Started Start the rngd daemon.
Jul 23 11:43:10 tumbleweed rngd[890]: Usage: rngd [OPTION...]
Jul 23 11:43:10 tumbleweed rngd[890]: Try `rngd --help' or `rngd --usage' for more information.
Jul 23 11:43:10 tumbleweed systemd[1]: rng-tools.service: Main process exited, code=exited, status=64/USAGE
Jul 23 11:43:10 tumbleweed systemd[1]: rng-tools.service: Failed with result 'exit-code'.

/usr/lib/systemd/system/rng-tools.service
ExecStart=/usr/sbin/rngd --foreground --fill-watermark=3700

# rngd --help
[..]
  -W, --fill-watermark=n     Do not stop feeding entropy to random-device until
                             at least n bits of entropy are available in the
                             pool (default: 3/4 of poolsize), 0 <= n <= 256