Docmost LXC startup for container failed #538

Closed
opened 2026-02-04 19:42:05 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @domoticauser on GitHub (Feb 22, 2025).

Have you read and understood the above guidelines?

yes

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

Docmost LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docmost.sh)"

📝 Provide a clear and concise description of the issue.

I have used the script, but i have an error

⠦ Creating LXC Container
Message from syslogd@pve at Feb 22 12:37:47 ...
kernel:[ 436.011843] EXT4-fs (dm-15): failed to convert unwritten extents to written extents -- potential data loss! (inode 134098, error -5)
✔️ LXC Container 102 was successfully created.
⠙run_buffer: 571 Script exited with status 32
lxc_init: 845 Failed to run lxc.hook.pre-start for container "102"
__lxc_start: 2034 Failed to initialize container "102"
startup for container '102' failed

[ERROR] in line 1115: exit code 0: while executing command pct start "$CTID"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

After the error, I restarted, removed the container, and tried again. The same problem occurred. Another container (Domoticz) isn’t starting anymore. After removing Docmost, it runs again.

Paste the full error output (if available).

[ERROR] in line 1115: exit code 0: while executing command pct start "$CTID"

🖼️ Additional context (optional).

No response

Originally created by @domoticauser on GitHub (Feb 22, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docmost LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docmost.sh)" ### 📝 Provide a clear and concise description of the issue. I have used the script, but i have an error ⠦ Creating LXC Container Message from syslogd@pve at Feb 22 12:37:47 ... kernel:[ 436.011843] EXT4-fs (dm-15): failed to convert unwritten extents to written extents -- potential data loss! (inode 134098, error -5) ✔️ LXC Container 102 was successfully created. ⠙run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "102" __lxc_start: 2034 Failed to initialize container "102" startup for container '102' failed ⠹ [ERROR] in line 1115: exit code 0: while executing command pct start "$CTID" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. After the error, I restarted, removed the container, and tried again. The same problem occurred. Another container (Domoticz) isn’t starting anymore. After removing Docmost, it runs again. ### ❌ Paste the full error output (if available). [ERROR] in line 1115: exit code 0: while executing command pct start "$CTID" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 19:42:05 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 22, 2025):

kernel:[ 436.011843] EXT4-fs (dm-15): failed to convert unwritten extents to written extents -- potential data loss! (inode 134098, error -5)

Your FS has Issues. Not the lxc

@MickLesk commented on GitHub (Feb 22, 2025): kernel:[ 436.011843] EXT4-fs (dm-15): failed to convert unwritten extents to written extents -- potential data loss! (inode 134098, error -5) Your FS has Issues. Not the lxc
Author
Owner

@tremor021 commented on GitHub (Feb 22, 2025):

whats funny is, how in the hell he ever concluded that script that does installation of one container can break his other ones...

@tremor021 commented on GitHub (Feb 22, 2025): whats funny is, how in the hell he ever concluded that script that does installation of one container can break his other ones...
Author
Owner

@domoticauser commented on GitHub (Feb 22, 2025):

Thanks, It looks like my HD is broken. I just added a external HD, and that works fine.
How do i access the config file of docmost?

@domoticauser commented on GitHub (Feb 22, 2025): Thanks, It looks like my HD is broken. I just added a external HD, and that works fine. How do i access the config file of docmost?
Author
Owner

@MickLesk commented on GitHub (Feb 22, 2025):

All stored in /opt/docmost

@MickLesk commented on GitHub (Feb 22, 2025): All stored in /opt/docmost
Author
Owner

@domoticauser commented on GitHub (Feb 22, 2025):

Thanks! The file size was 0, i changed it to
FILE_UPLOAD_SIZE_LIMIT=10mb
Maybe good to set that default.

@domoticauser commented on GitHub (Feb 22, 2025): Thanks! The file size was 0, i changed it to FILE_UPLOAD_SIZE_LIMIT=10mb Maybe good to set that default.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#538