part-db lxc install crash #1975

Closed
opened 2026-02-05 03:08:28 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @Stephane-Peel on GitHub (Nov 10, 2025).

Have you read and understood the above guidelines?

yes

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

part-db

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

Try to launch the script both with default et advanced config.

An error appear during the yarn run part of the script.
It appeart with the same code everytime during the process...

The LXC still complete but part-db instance is not running.

🔄 Steps to reproduce the issue.

nothing special just launch the script...

Paste the full error output (if available).

yarn run v1.22.22
$ encore production --progress
Running webpack ...

WARNING The value passed to setPublicPath() should usually start with "/" or be a full URL (http://...). If you're not sure, then you should probably change your public path and make this message disappear.
63% building 27/28 entries 4783/4800 dependencies 918/1147 modules[BABEL] Note: The code generator has deoptimised the styling of /opt/partdb/var/translations/index.js as it exceeds the max of 500KB.
92% sealing asset processing CKEditor5Plugin[CKEditorTranslationsPlugin] Error: No translation has been found for the en language.
92% sealing asset processing TerserPluginKilled
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

[ERROR] in line 55: exit code 0: while executing command $STD yarn build

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Image
Originally created by @Stephane-Peel on GitHub (Nov 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? part-db ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/part-db.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. Try to launch the script both with default et advanced config. An error appear during the yarn run part of the script. It appeart with the same code everytime during the process... The LXC still complete but part-db instance is not running. ### 🔄 Steps to reproduce the issue. nothing special just launch the script... ### ❌ Paste the full error output (if available). yarn run v1.22.22 $ encore production --progress Running webpack ... WARNING The value passed to setPublicPath() should *usually* start with "/" or be a full URL (http://...). If you're not sure, then you should probably change your public path and make this message disappear. 63% building 27/28 entries 4783/4800 dependencies 918/1147 modules[BABEL] Note: The code generator has deoptimised the styling of /opt/partdb/var/translations/index.js as it exceeds the max of 500KB. 92% sealing asset processing CKEditor5Plugin[CKEditorTranslationsPlugin] Error: No translation has been found for the en language. 92% sealing asset processing TerserPluginKilled error Command failed with exit code 137. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [ERROR] in line 55: exit code 0: while executing command $STD yarn build [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). <img width="1161" height="678" alt="Image" src="https://github.com/user-attachments/assets/f1d55f2b-47d7-4e55-940b-659916b6bba2" />
OVERLORD added the bug label 2026-02-05 03:08:28 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 10, 2025):

137 = OOM, your hardware break the install, try with more ram / cpu

@MickLesk commented on GitHub (Nov 10, 2025): 137 = OOM, your hardware break the install, try with more ram / cpu
Author
Owner

@Stephane-Peel commented on GitHub (Nov 10, 2025):

137 = OOM, your hardware break the install, try with more ram / cpu

The script default is 1024 let's rty it with 4096

@Stephane-Peel commented on GitHub (Nov 10, 2025): > 137 = OOM, your hardware break the install, try with more ram / cpu The script default is 1024 let's rty it with 4096
Author
Owner

@Stephane-Peel commented on GitHub (Nov 10, 2025):

137 = OOM, your hardware break the install, try with more ram / cpu

it seem to do the job !

Image
@Stephane-Peel commented on GitHub (Nov 10, 2025): > 137 = OOM, your hardware break the install, try with more ram / cpu it seem to do the job ! <img width="1162" height="330" alt="Image" src="https://github.com/user-attachments/assets/6208cf72-da51-44f9-91a0-07ed2bebcc33" />
Author
Owner

@Stephane-Peel commented on GitHub (Nov 10, 2025):

Part-Db run fine !

A minor script adjustment seem to be needed :)

@Stephane-Peel commented on GitHub (Nov 10, 2025): Part-Db run fine ! A minor script adjustment seem to be needed :)
Author
Owner

@Stephane-Peel commented on GitHub (Nov 11, 2025):

additional remark :

  • I didn't see anywhere the admin password printed during the installation

  • i tried to RTFM and try under root user or a created user to run "php bin/console app:set-password admin" to reset it
    It fail with the error "Could not open input file: bin/console"

any help will be nice

@Stephane-Peel commented on GitHub (Nov 11, 2025): additional remark : - I didn't see anywhere the admin password printed during the installation - i tried to RTFM and try under root user or a created user to run "_php bin/console app:set-password admin_" to reset it It fail with the error "_Could not open input file: bin/console_" any help will be nice
Author
Owner

@MickLesk commented on GitHub (Nov 11, 2025):

Like all of our Scripts, Check Website and you see cat partdb.creds

@MickLesk commented on GitHub (Nov 11, 2025): Like all of our Scripts, Check Website and you see cat partdb.creds
Author
Owner

@Stephane-Peel commented on GitHub (Nov 11, 2025):

Ohhh ... missed this one... my bad about it.

Many many thanks for your patience and take time for an answer...

@Stephane-Peel commented on GitHub (Nov 11, 2025): Ohhh ... missed this one... my bad about it. Many many thanks for your patience and take time for an answer...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1975