-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingdelete scriptA change that deletes a scriptA change that deletes a script
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Seafile
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seafile.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.
Upon trying to install seafile, it will fail at the Setting up Seafile step with the following output:
_____ _____ __
/ ___/___ ____ _/ __(_) /__
\__ \/ _ \/ __ `/ /_/ / / _ \
___/ / __/ /_/ / __/ / / __/
/____/\___/\__,_/_/ /_/_/\___/
βοΈ Using Default Settings on node glowey
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 20 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Container ID: 107
π Creating a Seafile LXC using the above default settings
βοΈ Using local for Template Storage.
βοΈ Using glowey_zfs for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ LXC Container 107 was successfully created.
βοΈ Started LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.1.92
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 140.82.112.4
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
βοΈ Installed MariaDB
βοΈ MariaDB setup for Seafile
βοΈ Installed Seafile Python Dependecies
βοΈ Installed Seafile
βοΈ Memcached Started
βοΈ Conf files adjusted
β Setting up Seafile
[ERROR] in line 50: exit code 0: while executing command "$@" > /dev/null 2>&1
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.
/dev/fd/63: line 72: SPINNER_PID: unbound variable
I've tried to run it twice and also tried an advanced install. All three have failed at the same step, with the same error
π Steps to reproduce the issue.
- Run the script:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seafile.sh)" - Observe the error in the output
β Paste the full error output (if available).
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.
/dev/fd/63: line 72: SPINNER_PID: unbound variable```
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdelete scriptA change that deletes a scriptA change that deletes a script