Skip to content

Seafile - Failed to complete installationΒ #4034

@BradSimard

Description

@BradSimard

βœ… 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.

  1. Run the script: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seafile.sh)"
  2. 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

Labels

bugSomething isn't workingdelete scriptA change that deletes a script

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions