Komga not starting on successful install #1390

Closed
opened 2026-02-05 00:35:58 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @analysederix on GitHub (Aug 3, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Komga

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komga.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The Komga service never starts. You can also see below in the outputs I provided that what should actually be a ".komga" directory is actually set as a file.

🔄 Steps to reproduce the issue.

Use the default command and settings to install Komga
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komga.sh)"

Paste the full error output (if available).

root@komga:~# lsof -i -P -n
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
dhclient    93 root    7u  IPv4 936157      0t0  UDP *:68 
master     296 root   13u  IPv4 936601      0t0  TCP 127.0.0.1:25 (LISTEN)
master     296 root   14u  IPv6 936602      0t0  TCP [::1]:25 (LISTEN)
sshd     10210 root    3u  IPv6 936090      0t0  TCP *:22 (LISTEN)
root@komga:~# ls -al /root
total 24
drwx------  3 root root 4096 Aug  3 18:50 .
drwxr-xr-x 18 root root 4096 Aug  3 18:49 ..
-rw-r--r--  1 root root  600 Aug  3 18:50 .bashrc
-rw-r--r--  1 root root    7 Aug  3 18:50 .komga
-rw-r--r--  1 root root  161 Jul  9  2019 .profile
drwx------  2 root root 4096 Sep 11  2024 .ssh
root@komga:~# cat /root/.komga 
1.23.1

🖼️ Additional context (optional).

No response

Originally created by @analysederix on GitHub (Aug 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Komga ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komga.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The Komga service never starts. You can also see below in the outputs I provided that what should actually be a ".komga" directory is actually set as a file. ### 🔄 Steps to reproduce the issue. Use the default command and settings to install Komga bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komga.sh)" ### ❌ Paste the full error output (if available). ``` root@komga:~# lsof -i -P -n COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dhclient 93 root 7u IPv4 936157 0t0 UDP *:68 master 296 root 13u IPv4 936601 0t0 TCP 127.0.0.1:25 (LISTEN) master 296 root 14u IPv6 936602 0t0 TCP [::1]:25 (LISTEN) sshd 10210 root 3u IPv6 936090 0t0 TCP *:22 (LISTEN) ``` ``` root@komga:~# ls -al /root total 24 drwx------ 3 root root 4096 Aug 3 18:50 . drwxr-xr-x 18 root root 4096 Aug 3 18:49 .. -rw-r--r-- 1 root root 600 Aug 3 18:50 .bashrc -rw-r--r-- 1 root root 7 Aug 3 18:50 .komga -rw-r--r-- 1 root root 161 Jul 9 2019 .profile drwx------ 2 root root 4096 Sep 11 2024 .ssh ``` ``` root@komga:~# cat /root/.komga 1.23.1 ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:35:58 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 3, 2025):

done after #6517 merged

@MickLesk commented on GitHub (Aug 3, 2025): done after #6517 merged
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1390