Actions
Bug #17145
closedRudder 6 check postgresql process failes
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Hi,
after a fresh installation of the Rudder 6.0.4 on SLES12 SP4 there the following error with "Check postgresql process".
Best regards
Alex
OS: SLES12 SP4
Rudder agent: 6.0.4
Rudder server: 6.0.4
rudder:~ # rudder agent run -q
Rudder agent 6.0.4.release
Node uuid: root
Start execution with config [20200416-142857-9962ba1e]
M| State Technique Component Key Message
E| error server-roles Check postgresql process postgresql service running could not be repaired
## Summary #####################################################################
36 components verified in 6 directives
=> 36 components in Enforce mode
-> 30 compliant
-> 5 not-applicable
-> 1 error
Execution time: 2.14s
################################################################################
rudder:~ #
rudder:~ # chkconfig |egrep postgres
rudder:~ # systemctl status postgresql.service
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2020-04-16 14:27:59 CEST; 19h ago
Main PID: 5127 (postgres)
Tasks: 20 (limit: 512)
CGroup: /system.slice/postgresql.service
[...]
rudder:~ #
Actions