Stirling-PDF latest update broke update and installation #1239

Closed
opened 2026-02-04 23:52:39 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @zaifkhan on GitHub (Jul 7, 2025).

Have you read and understood the above guidelines?

yes

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

Striling-PDF

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.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.

Stirling PDF had a major release today and both update and install scripts fail to run and break the existing installation.

🔄 Steps to reproduce the issue.

  1. Install the script with default settings.
  2. Try to update existing install with update command inside the LXC.

Paste the full error output (if available).

⠼ Installing Stirling-PDF (Additional Patience)mv: target '/usr/share/fonts/opentype/noto/': No such file or directory
⠦ Installing Stirling-PDF (Additional Patience)
[ERROR] in line 89: exit code 0: while executing command mv stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/

[ERROR] in line 1249: 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).

No response

Originally created by @zaifkhan on GitHub (Jul 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Striling-PDF ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Stirling PDF had a major release today and both update and install scripts fail to run and break the existing installation. ### 🔄 Steps to reproduce the issue. 1. Install the script with default settings. 2. Try to update existing install with _update_ command inside the LXC. ### ❌ Paste the full error output (if available). ``` ⠼ Installing Stirling-PDF (Additional Patience)mv: target '/usr/share/fonts/opentype/noto/': No such file or directory ⠦ Installing Stirling-PDF (Additional Patience) [ERROR] in line 89: exit code 0: while executing command mv stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ [ERROR] in line 1249: 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). _No response_
OVERLORD added the bug label 2026-02-04 23:52:39 +03:00
Author
Owner

@Loman0815 commented on GitHub (Jul 8, 2025):

Same here

BUILD SUCCESSFUL in 1m 27s
15 actionable tasks: 15 executed
cp: target '/usr/share/fonts/opentype/noto/': No such file or directory

[ERROR] in line 46: exit code 0: while executing command cp -r stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/
@Loman0815 commented on GitHub (Jul 8, 2025): Same here ``` BUILD SUCCESSFUL in 1m 27s 15 actionable tasks: 15 executed cp: target '/usr/share/fonts/opentype/noto/': No such file or directory [ERROR] in line 46: exit code 0: while executing command cp -r stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ ```
Author
Owner

@elektronaut69 commented on GitHub (Jul 8, 2025):

Same here

mv: target '/usr/share/fonts/opentype/noto/': No such file or directory

[ERROR] in line 89: exit code 0: while executing command mv stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/

[ERROR] in line 1249: 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)"
@elektronaut69 commented on GitHub (Jul 8, 2025): Same here ``` mv: target '/usr/share/fonts/opentype/noto/': No such file or directory [ERROR] in line 89: exit code 0: while executing command mv stirling-pdf/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ [ERROR] in line 1249: 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)" ```
Author
Owner

@MickLesk commented on GitHub (Jul 8, 2025):

Refactor comes in some hours - but maybe you need to recreate the whole LXC

@MickLesk commented on GitHub (Jul 8, 2025): Refactor comes in some hours - but maybe you need to recreate the whole LXC
Author
Owner

@BudBundi commented on GitHub (Jul 8, 2025):

After creating the noto/ folder under /usr/share/fonts/opentype/ the update no longer fails

@BudBundi commented on GitHub (Jul 8, 2025): After creating the noto/ folder under /usr/share/fonts/opentype/ the update no longer fails
Author
Owner

@MickLesk commented on GitHub (Jul 9, 2025):

Here is just an Refactor, now it support all functions of stirling-pdf:

https://github.com/community-scripts/ProxmoxVE/pull/5872

Maybe its better to recreate the LXC, there are a lot of changes, including unoserver, java, uv, libreoffice deps and so on.

@MickLesk commented on GitHub (Jul 9, 2025): Here is just an Refactor, now it support all functions of stirling-pdf: https://github.com/community-scripts/ProxmoxVE/pull/5872 Maybe its better to recreate the LXC, there are a lot of changes, including unoserver, java, uv, libreoffice deps and so on.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1239