Daemon Sync Server (Script Error > File not found) #863

Closed
opened 2026-02-04 21:57:12 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @FranzBenoist on GitHub (Apr 27, 2025).

Have you read and understood the above guidelines?

yes

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

Daemon Sync Server

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/daemonsync.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.

Error > 404: Not Found
Is > https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/daemonsync_2.2.0.0059_amd64.deb
should > https://github.com/tteck/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb

🔄 Steps to reproduce the issue.

run script

Paste the full error output (if available).

[ERROR] in line 21: exit code 0: while executing command curl -fsSL "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/daemonsync_2.2.0.0059_amd64.deb" -o "daemonsync_2.2.0.0059_amd64.deb"
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @FranzBenoist on GitHub (Apr 27, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Daemon Sync Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/daemonsync.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. **Error** > 404: Not Found _**Is**_ > https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/daemonsync_2.2.0.0059_amd64.deb _**should**_ > https://github.com/tteck/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb ### 🔄 Steps to reproduce the issue. run script ### ❌ Paste the full error output (if available). [ERROR] in line 21: exit code 0: while executing command curl -fsSL "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/daemonsync_2.2.0.0059_amd64.deb" -o "daemonsync_2.2.0.0059_amd64.deb" curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bugnot planned labels 2026-02-04 21:57:12 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 27, 2025):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

@github-actions[bot] commented on GitHub (Apr 27, 2025): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
Author
Owner

@MickLesk commented on GitHub (Apr 27, 2025):

Fixed with next PR.

Our action close all tteck bash's, but we have seen your Issue.

@MickLesk commented on GitHub (Apr 27, 2025): Fixed with next PR. Our action close all tteck bash's, but we have seen your Issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#863