Ferdi not working at all (TrueCharts and offical!)

PyCoder

Dabbler
Joined
Nov 5, 2019
Messages
30
Hi

I have issues to get ferdi to run on TrueNAS.
It doesn't matter if I use the offical docker image (https://hub.docker.com/r/getferdi/ferdi-server) or the TrueCharts one.

In both cases the connection to port 3333 got refused.

For the offical ferdi I used a custom IP like 192.168.0.28 which showed me with a ping that the docker is up but port 3333 refused.

With the TrueCharts I get the following message:

Code:
023-03-29 16:50:19
Startup probe failed: dial tcp 172.16.2.158:3333: connect: connection refused
2023-03-29 16:50:09
Started container ferdi-server
2023-03-29 16:50:08
Created container ferdi-server
2023-03-29 16:50:07
Container image "tccr.io/truecharts/ferdi-server:v1.3.2@sha256:f8e0023f5bb616e08174af1030ea69364d2d85e5d3c393daf6f1f453a8a5a37e" already present on machine
2023-03-29 16:49:55
Started container ferdi-server-postgresql
2023-03-29 16:49:54
Started container db-wait
2023-03-29 16:49:53
Created container ferdi-server-postgresql
2023-03-29 16:49:52
Updated LoadBalancer with new IPs: [] -> [192.168.0.10]
2023-03-29 16:49:52
Created container db-wait


There is nothing on my side running on port 3333 neither on 192.168.0.10 (host) nor the custom 192.168.0.28 and its only port 3333 doing stupid for some reason?!

Also netstat doesn't show me anything on 3333

Someone knows a solution?
 
Last edited:

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
To be clear:
TrueCharts builds Helm Charts and App, we generally (with some exceptions) do not build the docker images.

If you need any help with TrueCharts be sure to reach out to our support staff on Discord :)
 

PyCoder

Dabbler
Joined
Nov 5, 2019
Messages
30
To be clear:
TrueCharts builds Helm Charts and App, we generally (with some exceptions) do not build the docker images.

If you need any help with TrueCharts be sure to reach out to our support staff on Discord :)
I know that and no1 is blaming TrueCharts.

The docker image is working on Unraid but for some reason not properly on TrueNAS Scale because the port is "blocked" even though netstat says its not.

I figured now that at least the official docker image is working after 30min waiting time for some reason according to the log.

Maybe just a bug in TrueNAS Scale.
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
I know that and no1 is blaming TrueCharts.

The docker image is working on Unraid but for some reason not properly on TrueNAS Scale because the port is "blocked" even though netstat says its not.

I figured now that at least the official docker image is working after 30min waiting time for some reason according to the log.

Maybe just a bug in TrueNAS Scale.

Not saying you where, just saying that we've active support staff for this available which you should preferably make use of.
As far as we're aware this App should be working perfectly fine.
 

PyCoder

Dabbler
Joined
Nov 5, 2019
Messages
30
I setup now a brand new TrueNAS Scale in a VM.
Made a new pool
Installed ferdi-server and only the APP_URL the rest is default.

EXACT the same issue!

So I assume kubernetes is the issue?!

Code:
2023-04-14 17:27:51
Readiness probe failed: HTTP probe failed with statuscode: 500

2023-04-14 17:27:50
Readiness probe failed: Get "http://172.16.0.20:8000/readyz": dial tcp 172.16.0.20:8000: connect: connection refused

2023-04-14 17:27:50
Startup probe failed: Get "http://172.16.0.17:3333/health": dial tcp 172.16.0.17:3333: connect: connection refused




Untitled.jpg
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Port 3333 has been officially assigned to Dec Notes.
"DEC Notes is a program for electronic
conferencing. DEC Notes is a computer-mediated
conferencing system that lets you conduct online
conferences or meetings."

This might be the cause?
 
Top