dnutan
(Marc)
1
The service status reported by the hint message is not correct (it is reversed), while the service list columns show the correct status.
As an example, when starting ntopng service a hint warns about the service being enabled but not running:
# systemctl is-enabled ntopng
disabled
# systemctl is-active ntopng
active
1 Like
mamengoni
(Matteo Mengoni)
2
yes you’re right, the label description is wrong.
What do you say we change it into:
“The service is enabled but not running, or the service is running but the service is not enabled”
?
1 Like
dnutan
(Marc)
3
The service is running but not enabled.
1 Like
giacomo
(Giacomo Sanchietti)
4
Yes, but there is only label error which applies to both cases. Basically the error raises if the is-running
and is-enabled
differ.
So what error label is the best match for all cases?
1 Like
NLS
(Nick Sardelianos)
5
Well this is basically wrong, it should be two labels then. 
But since there is one, I guess this fits:
The service is either not running or not enabled.
3 Likes
giacomo
(Giacomo Sanchietti)
6
Excellent suggestion! The patch will be merged soon.