-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
WireGuard
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-wireguard.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Alpine
π Provide a clear and concise description of the issue.
alpWireGuard:~# df /boot --output=size | tail -n 1
df: unrecognized option: output=size
BusyBox v1.37.0 (2025-05-26 20:04:45 UTC) multi-call binary.
π Steps to reproduce the issue.
Clean install of alpine , updated to edge....
β Paste the full error output (if available).
| | / ()______ ____ ___ ______ / /
| | /| / / / / _ / __ / / / / __ / / __ /
| |/ |/ / / / / __/ // / // / // / / / // /
|/|__/// ___/_, /_,/_,// _,/
/____/
df: unrecognized option: output=size
BusyBox v1.37.0 (2025-05-26 20:04:45 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 893: exit code 0: while executing command total_size=$(df /boot --output=size | tail -n 1)
alpWireGuard:~# df /boot --output=size | tail -n 1
df: unrecognized option: output=size
BusyBox v1.37.0 (2025-05-26 20:04:45 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
πΌοΈ Additional context (optional).
Why i'am doing clean install of alpine , because the main script set alpine DNS servers to some strange ones.
And my firewall is not allowing the machine to connect to other servers...