Some services do not start properly

Michel M

Dabbler
Joined
Jun 5, 2019
Messages
18
Hello,
I recently installed the latest release candidate of truenas Scale on my nas but i noticed that some services are not starting properly.
These are the services that are having issues :
```
root@truenas[~]# systemctl list-units --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● exim4.service loaded failed failed LSB: exim Mail Transport Agent
● nslcd.service loaded failed failed LSB: LDAP connection daemon
● openipmi.service loaded failed failed LSB: OpenIPMI Driver init script
● uuidd.service loaded failed failed Daemon for generating UUIDs
● uuidd.socket loaded failed failed UUID daemon activation socket

LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
5 loaded units listed.
root@truenas[~]#
```


Does someone if it is a know issue and if that not the case how to fix the probem ?

Thank you for your help
 

Techassi

Cadet
Joined
Apr 29, 2016
Messages
3
I also encountered this issue today (currently running TrueNAS SCALE 22.02-RC.2):

Code:
root@host[~]# systemctl --failed
  UNIT               LOAD   ACTIVE SUB    DESCRIPTION
● exim4-base.service loaded failed failed exim4-base housekeeping
● exim4.service      loaded failed failed LSB: exim Mail Transport Agent
● nslcd.service      loaded failed failed LSB: LDAP connection daemon
● uuidd.service      loaded failed failed Daemon for generating UUIDs   
● uuidd.socket       loaded failed failed UUID daemon activation socket


These services don't seem to be critical as the system is working as intended. I will do some investigation and see if I can find the underlying problem.
 
Top