Caddy Alpine thows error for "update" #2024

Closed
opened 2025-11-20 05:22:03 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @zolakt on GitHub (Oct 7, 2025).

Have you read and understood the above guidelines?

yes

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

Caddy

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📈 Which Proxmox version are you on?

9.0.10

📝 Provide a clear and concise description of the issue.

Running "update" in a Caddy Alpine LXC throw an error.
[ERROR] in line 1038: exit code 0: while executing command total_size=$(df /boot --output=size | tail -n 1)

I've just installed it today, didn't have any issues.
So this only happens for update, not initial install

🔄 Steps to reproduce the issue.

  1. update

Paste the full error output (if available).

    ___    __      _                  ______          __    __     
   /   |  / /___  (_)___  ___        / ____/___ _____/ /___/ /_  __
  / /| | / / __ \/ / __ \/ _ \______/ /   / __ `/ __  / __  / / / /
 / ___ |/ / /_/ / / / / /  __/_____/ /___/ /_/ / /_/ / /_/ / /_/ / 
/_/  |_/_/ .___/_/_/ /_/\___/      \____/\__,_/\__,_/\__,_/\__, /  
        /_/                                               /____/   
df: unrecognized option: output=size
BusyBox v1.37.0 (2025-08-05 16:40:33 UTC) multi-call binary.

Usage: df [-PkmhTai] [-B SIZE] [-t TYPE] [FILESYSTEM]...

Print filesystem usage statistics

        -P      POSIX output format
        -k      1024-byte blocks (default)
        -m      1M-byte blocks
        -h      Human readable (e.g. 1K 243M 2G)
        -T      Print filesystem type
        -t TYPE Print only mounts of this type
        -a      Show all filesystems
        -i      Inodes
        -B SIZE Blocksize

[ERROR] in line 1038: exit code 0: while executing command total_size=$(df /boot --output=size | tail -n 1)

public-proxy-server:/etc/caddy#

🖼️ Additional context (optional).

No response

Originally created by @zolakt on GitHub (Oct 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Caddy ### 📂 What was the exact command used to execute the script? `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-caddy.sh)"` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📈 Which Proxmox version are you on? 9.0.10 ### 📝 Provide a clear and concise description of the issue. Running "update" in a Caddy Alpine LXC throw an error. `[ERROR] in line 1038: exit code 0: while executing command total_size=$(df /boot --output=size | tail -n 1)` I've just installed it today, didn't have any issues. So this only happens for update, not initial install ### 🔄 Steps to reproduce the issue. 1. `update` ### ❌ Paste the full error output (if available). ``` ___ __ _ ______ __ __ / | / /___ (_)___ ___ / ____/___ _____/ /___/ /_ __ / /| | / / __ \/ / __ \/ _ \______/ / / __ `/ __ / __ / / / / / ___ |/ / /_/ / / / / / __/_____/ /___/ /_/ / /_/ / /_/ / /_/ / /_/ |_/_/ .___/_/_/ /_/\___/ \____/\__,_/\__,_/\__,_/\__, / /_/ /____/ df: unrecognized option: output=size BusyBox v1.37.0 (2025-08-05 16:40:33 UTC) multi-call binary. Usage: df [-PkmhTai] [-B SIZE] [-t TYPE] [FILESYSTEM]... Print filesystem usage statistics -P POSIX output format -k 1024-byte blocks (default) -m 1M-byte blocks -h Human readable (e.g. 1K 243M 2G) -T Print filesystem type -t TYPE Print only mounts of this type -a Show all filesystems -i Inodes -B SIZE Blocksize [ERROR] in line 1038: exit code 0: while executing command total_size=$(df /boot --output=size | tail -n 1) public-proxy-server:/etc/caddy# ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:22:03 -05:00
Author
Owner

@MickLesk commented on GitHub (Oct 7, 2025):

Done

@MickLesk commented on GitHub (Oct 7, 2025): Done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2024