syncthing - wrong config path? #1082

Open
opened 2025-11-20 05:04:04 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @PozhidaevGM on GitHub (May 11, 2025).

Have you read and understood the above guidelines?

yes

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

Syncthing

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

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

I've tried default, verbose and advanced setup but it ended up by the same error:

⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory
 ⠋
[ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable

Get same error running this script:
https://github.com/tteck/Proxmox/raw/refs/heads/main/ct/syncthing.sh

I found same closed issues, but the problem yet exist:
https://github.com/tteck/Proxmox/discussions/2168
https://github.com/community-scripts/ProxmoxVE/pull/753
https://github.com/community-scripts/ProxmoxVE/issues/752

🔄 Steps to reproduce the issue.

run script ans just wait)
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh)"

Paste the full error output (if available).

⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory
 ⠋
[ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml
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 @PozhidaevGM on GitHub (May 11, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Syncthing ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. I've tried default, verbose and advanced setup but it ended up by the same error: ``` ⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory ⠋ [ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ``` Get same error running this script: https://github.com/tteck/Proxmox/raw/refs/heads/main/ct/syncthing.sh I found same closed issues, but the problem yet exist: https://github.com/tteck/Proxmox/discussions/2168 https://github.com/community-scripts/ProxmoxVE/pull/753 https://github.com/community-scripts/ProxmoxVE/issues/752 ### 🔄 Steps to reproduce the issue. run script ans just wait) bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh)" ### ❌ Paste the full error output (if available). ``` ⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory ⠋ [ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bugnot planned labels 2025-11-20 05:04:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1082