-
-
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?
alpine-transmission.sh
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-transmission.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.
Installing Transmissionsed: /var/lib/transmission/config/settings.json: No such file or directory
[ERROR] in line 20: exit code 1: while executing command sed -i '{s/"rpc-whitelist-enabled": true/"rpc-whitelist-enabled": false/g; s/"rpc-host-whitelist-enabled": true,/"rpc-host-whitelist-enabled": false,/g}' /var/lib/transmission/config/settings.json
/dev/fd/63: line 72: SPINNER_PID: unbound variable
π Steps to reproduce the issue.
Start a normal installation with the following advanced configuration:
π§© Using Advanced Settings on node moxy-2
π₯οΈ Operating System: alpine
π Version: 3.21
π¦ Container Type: Unprivileged
π Root Password: ********
π Container ID: 115
π Hostname: alpine-transmission
πΎ Disk Size: 1 GB
π§ CPU Cores: 2
π οΈ RAM Size: 4096 MiB
π Bridge: vmbr0
π‘ IP Address: 192.168.68.233/24
π Gateway IP Address: 192.168.68.1
π« Disable IPv6: yes
βοΈ Interface MTU Size: Default
π DNS Search Domain: Host
π‘ DNS Server IP Address: Host
π·οΈ Vlan: Default
π‘ Tags: community-script;alpine;torrent;media
π Root SSH Access: yes
Warning: No SSH key provided.
π Verbose Mode: no
π Creating a Alpine-Transmission LXC using the above advanced settings
β Paste the full error output (if available).
Installing Transmissionsed: /var/lib/transmission/config/settings.json: No such file or directory
[ERROR] in line 20: exit code 1: while executing command sed -i '{s/"rpc-whitelist-enabled": true/"rpc-whitelist-enabled": false/g; s/"rpc-host-whitelist-enabled": true,/"rpc-host-whitelist-enabled": false,/g}' /var/lib/transmission/config/settings.json
/dev/fd/63: line 72: SPINNER_PID: unbound variable
πΌοΈ Additional context (optional).
Nothing special. I have a number of Helper-Script LXC containers running on a proxmox cluster. This is the first one that has resulted in an error.