R
Runtipi2d ago
JuanQ

Error when starting runtipi on Fedora Server 42

I recently began setting up my home server and installed Fedora Server 42; when I install runtipi I get this error:
juan@localhost:~/runtipi$ sudo ./runtipi-cli start
✓ User permissions are ok
✓ Copied system files
✓ Generated .env file
✓ File permissions ok
✓ Images pulled
✓ Existing containers stopped
✗ Failed to start containers
⠧ Starting containers...
Debug: Container runtipi-db Creating
Container runtipi-db Created
Container runtipi Creating
Container runtipi Created
Container runtipi-reverse-proxy Creating
Container runtipi-reverse-proxy Created
Container runtipi-db Starting
Container runtipi-db Started
Container runtipi-db Waiting
Container runtipi-db Healthy
Container runtipi Starting
Container runtipi Started
Container runtipi Waiting
Container runtipi Error
dependency failed to start: container runtipi is unhealthy
juan@localhost:~/runtipi$ sudo ./runtipi-cli start
✓ User permissions are ok
✓ Copied system files
✓ Generated .env file
✓ File permissions ok
✓ Images pulled
✓ Existing containers stopped
✗ Failed to start containers
⠧ Starting containers...
Debug: Container runtipi-db Creating
Container runtipi-db Created
Container runtipi Creating
Container runtipi Created
Container runtipi-reverse-proxy Creating
Container runtipi-reverse-proxy Created
Container runtipi-db Starting
Container runtipi-db Started
Container runtipi-db Waiting
Container runtipi-db Healthy
Container runtipi Starting
Container runtipi Started
Container runtipi Waiting
Container runtipi Error
dependency failed to start: container runtipi is unhealthy
I had to install the dependencies manually because the installation script failed one of the command’s options had changed and wasn’t updated in the script but although I solved that by installing the dependencies manually, now it still won’t start.
1 Reply
JuanQ
JuanQOP2d ago
I’ve looked at the Docker logs and it shows this:
info > Generating system env file
(node:460) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
error > Error migrating database: {
"length": 100,
"name": "error",
"severity": "FATAL",
"code": "28P01",
"file": "auth.c",
"line": "335",
"routine": "auth_failed"
}
error: password authentication failed for user "tipi"
at /app/main.js:418:13443
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async L1.migrate (/app/main.js:424:5)
at async migrate (/app/main.js:424:43987)
at async _v.migrate (/app/main.js:424:47987)
at async bv.bootstrap (/app/main.js:566:24728)
at async bootstrap (/app/main.js:974:33764) {
length: 100,
severity: 'FATAL',
code: '28P01',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'auth.c',
line: '335',
routine: 'auth_failed'
}
2025-04-22 12:02:27,876 WARN exited: runtipi (exit status 1; not expected)
2025-04-22 12:02:28,876 INFO gave up: runtipi entered FATAL state, too many start retries too quickly
info > Generating system env file
(node:460) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
error > Error migrating database: {
"length": 100,
"name": "error",
"severity": "FATAL",
"code": "28P01",
"file": "auth.c",
"line": "335",
"routine": "auth_failed"
}
error: password authentication failed for user "tipi"
at /app/main.js:418:13443
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async L1.migrate (/app/main.js:424:5)
at async migrate (/app/main.js:424:43987)
at async _v.migrate (/app/main.js:424:47987)
at async bv.bootstrap (/app/main.js:566:24728)
at async bootstrap (/app/main.js:974:33764) {
length: 100,
severity: 'FATAL',
code: '28P01',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'auth.c',
line: '335',
routine: 'auth_failed'
}
2025-04-22 12:02:27,876 WARN exited: runtipi (exit status 1; not expected)
2025-04-22 12:02:28,876 INFO gave up: runtipi entered FATAL state, too many start retries too quickly

Did you find this page helpful?