nscd failed to start #4019

Closed
opened 2026-02-28 03:48:23 -05:00 by deekerman · 0 comments
Owner

Originally created by @DrZacharySmith on GitHub (Mar 8, 2025).

⚠️ Please verify that this question has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

Doing a docker install from Unraid CA and after install I get this error:

2025-03-08T19:35:03-05:00 [SERVICES] INFO: Failed to start nscd

It is the last line in the log. App seems to be functioning. Is this something that is needed?

📝 Error Message(s) or Log

==> Performing startup jobs and maintenance tasks
==> Starting application with user 0 group 0
Welcome to Uptime Kuma
Your Node.js version: 18.20.3
2025-03-08T19:35:02-05:00 [SERVER] INFO: Welcome to Uptime Kuma
2025-03-08T19:35:02-05:00 [SERVER] INFO: Node Env: production
2025-03-08T19:35:02-05:00 [SERVER] INFO: Inside Container: true
2025-03-08T19:35:02-05:00 [SERVER] INFO: Importing Node libraries
2025-03-08T19:35:02-05:00 [SERVER] INFO: Importing 3rd-party libraries
2025-03-08T19:35:03-05:00 [SERVER] INFO: Creating express and socket.io instance
2025-03-08T19:35:03-05:00 [SERVER] INFO: Server Type: HTTP
2025-03-08T19:35:03-05:00 [SERVER] INFO: Importing this project modules
2025-03-08T19:35:03-05:00 [NOTIFICATION] INFO: Prepare Notification Providers
2025-03-08T19:35:03-05:00 [SERVER] INFO: Version: 1.23.16
2025-03-08T19:35:03-05:00 [DB] INFO: Data Dir: ./data/
2025-03-08T19:35:03-05:00 [SERVER] INFO: Connecting to the Database
2025-03-08T19:35:03-05:00 [DB] INFO: SQLite config:
[ { journal_mode: 'wal' } ]
[ { cache_size: -12000 } ]
2025-03-08T19:35:03-05:00 [DB] INFO: SQLite Version: 3.41.1
2025-03-08T19:35:03-05:00 [SERVER] INFO: Connected
2025-03-08T19:35:03-05:00 [DB] INFO: Your database version: 10
2025-03-08T19:35:03-05:00 [DB] INFO: Latest database version: 10
2025-03-08T19:35:03-05:00 [DB] INFO: Database patch not needed
2025-03-08T19:35:03-05:00 [DB] INFO: Database Patch 2.0 Process
2025-03-08T19:35:03-05:00 [SERVER] INFO: Load JWT secret from database.
2025-03-08T19:35:03-05:00 [SERVER] INFO: No user, need setup
2025-03-08T19:35:03-05:00 [SERVER] INFO: Adding route
2025-03-08T19:35:03-05:00 [SERVER] INFO: Adding socket handler
2025-03-08T19:35:03-05:00 [SERVER] INFO: Init the server
2025-03-08T19:35:03-05:00 [SERVER] INFO: Listening on 3001
2025-03-08T19:35:03-05:00 [SERVICES] INFO: Starting nscd
2025-03-08T19:35:03-05:00 [SERVICES] INFO: Failed to start nscd

🐻 Uptime-Kuma Version

?

💻 Operating System and Arch

Unraid 7.0

🌐 Browser

Chrome

🖥️ Deployment Environment

  • Runtime:
  • Database:
  • Filesystem used to store the database on:
  • number of monitors:
Originally created by @DrZacharySmith on GitHub (Mar 8, 2025). ### ⚠️ Please verify that this question has NOT been raised before. - [x] I checked and didn't find similar issue ### 🛡️ Security Policy - [x] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### 📝 Describe your problem Doing a docker install from Unraid CA and after install I get this error: 2025-03-08T19:35:03-05:00 [SERVICES] INFO: Failed to start nscd It is the last line in the log. App seems to be functioning. Is this something that is needed? ### 📝 Error Message(s) or Log ==> Performing startup jobs and maintenance tasks ==> Starting application with user 0 group 0 Welcome to Uptime Kuma Your Node.js version: 18.20.3 2025-03-08T19:35:02-05:00 [SERVER] INFO: Welcome to Uptime Kuma 2025-03-08T19:35:02-05:00 [SERVER] INFO: Node Env: production 2025-03-08T19:35:02-05:00 [SERVER] INFO: Inside Container: true 2025-03-08T19:35:02-05:00 [SERVER] INFO: Importing Node libraries 2025-03-08T19:35:02-05:00 [SERVER] INFO: Importing 3rd-party libraries 2025-03-08T19:35:03-05:00 [SERVER] INFO: Creating express and socket.io instance 2025-03-08T19:35:03-05:00 [SERVER] INFO: Server Type: HTTP 2025-03-08T19:35:03-05:00 [SERVER] INFO: Importing this project modules 2025-03-08T19:35:03-05:00 [NOTIFICATION] INFO: Prepare Notification Providers 2025-03-08T19:35:03-05:00 [SERVER] INFO: Version: 1.23.16 2025-03-08T19:35:03-05:00 [DB] INFO: Data Dir: ./data/ 2025-03-08T19:35:03-05:00 [SERVER] INFO: Connecting to the Database 2025-03-08T19:35:03-05:00 [DB] INFO: SQLite config: [ { journal_mode: 'wal' } ] [ { cache_size: -12000 } ] 2025-03-08T19:35:03-05:00 [DB] INFO: SQLite Version: 3.41.1 2025-03-08T19:35:03-05:00 [SERVER] INFO: Connected 2025-03-08T19:35:03-05:00 [DB] INFO: Your database version: 10 2025-03-08T19:35:03-05:00 [DB] INFO: Latest database version: 10 2025-03-08T19:35:03-05:00 [DB] INFO: Database patch not needed 2025-03-08T19:35:03-05:00 [DB] INFO: Database Patch 2.0 Process 2025-03-08T19:35:03-05:00 [SERVER] INFO: Load JWT secret from database. 2025-03-08T19:35:03-05:00 [SERVER] INFO: No user, need setup 2025-03-08T19:35:03-05:00 [SERVER] INFO: Adding route 2025-03-08T19:35:03-05:00 [SERVER] INFO: Adding socket handler 2025-03-08T19:35:03-05:00 [SERVER] INFO: Init the server 2025-03-08T19:35:03-05:00 [SERVER] INFO: Listening on 3001 2025-03-08T19:35:03-05:00 [SERVICES] INFO: Starting nscd 2025-03-08T19:35:03-05:00 [SERVICES] INFO: Failed to start nscd ### 🐻 Uptime-Kuma Version ? ### 💻 Operating System and Arch Unraid 7.0 ### 🌐 Browser Chrome ### 🖥️ Deployment Environment - Runtime: - Database: - Filesystem used to store the database on: - number of monitors:
deekerman 2026-02-28 03:48:23 -05:00
  • closed this issue
  • added the
    help
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#4019
No description provided.