unifi service not starting

anicka

Cadet
Joined
Mar 18, 2024
Messages
1
Hi! I am trying to run unifi controller in a jail, but the service won't start. Here's what I've done :

Code:
pkg install unifi8
sysrc "unifi_enable=YES"
service unifi start


but when I check if the service is running I get this response.
Code:
root@unifi:~ # service unifi start
Starting unifi.
root@unifi:~ # service unifi status
unifi is not running


Jail runs on 13.3 and when i try to connect to the UI connection is refused.
 

KuBand12

Cadet
Joined
Jun 13, 2022
Messages
2
Hi! I am trying to run unifi controller in a jail, but the service won't start. Here's what I've done :

Code:
pkg install unifi8
sysrc "unifi_enable=YES"
service unifi start


but when I check if the service is running I get this response.
Code:
root@unifi:~ # service unifi start
Starting unifi.
root@unifi:~ # service unifi status
unifi is not running


Jail runs on 13.3 and when i try to connect to the UI connection is refused.
I'm having the exact same problem.
 

KuBand12

Cadet
Joined
Jun 13, 2022
Messages
2
This is due to a change in 13.3 which is incompatible with the base system used by TrueNAS. You will need to use a 13.2 jail until TrueNAS CORE receives a new update in the next months.

See this thread for more details on the issue.
That worked for me. Thanks.
 

wassy

Cadet
Joined
May 4, 2023
Messages
3
This is due to a change in 13.3 which is incompatible with the base system used by TrueNAS. You will need to use a 13.2 jail until TrueNAS CORE receives a new update in the next months.

See this thread for more details on the issue.
+1 This helped me as well. Thank you
 
Top