[GH-ISSUE #11755] Element Synapse broken #2474

Closed
opened 2026-02-26 12:52:34 +03:00 by kerem · 0 comments
Owner

Originally created by @summoningpixels on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11755

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Element Synapse

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/elementsynapse.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve)

📝 Provide a clear and concise description of the issue.

Tried installing the script but got this error:

✖️ in line 42: exit code 1 (General error / Operation not permitted): while executing command systemctl enable -q --now matrix-synapse
--- Last 20 lines of silent log ---
Get:3 https://packages.matrix.org/debian trixie/main amd64 matrix-org-archive-keyring all 1.4 [3,360 B]
Preconfiguring packages ...
Fetched 51.5 MB in 1s (40.3 MB/s)
Selecting previously unselected package matrix-synapse-py3.
(Reading database ... 26487 files and directories currently installed.)
Preparing to unpack .../matrix-synapse-py3_1.146.0+trixie1_amd64.deb ...
Unpacking matrix-synapse-py3 (1.146.0+trixie1) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../libpq5_17.7-0+deb13u1_amd64.deb ...
Unpacking libpq5:amd64 (17.7-0+deb13u1) ...
Selecting previously unselected package matrix-org-archive-keyring.
Preparing to unpack .../matrix-org-archive-keyring_1.4_all.deb ...
Unpacking matrix-org-archive-keyring (1.4) ...
Setting up matrix-org-archive-keyring (1.4) ...
Setting up libpq5:amd64 (17.7-0+deb13u1) ...
Setting up matrix-synapse-py3 (1.146.0+trixie1) ...
Created symlink '/etc/systemd/system/multi-user.target.wants/matrix-synapse.service' → '/usr/lib/systemd/system/matrix-synapse.service'.
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148.
Processing triggers for man-db (2.13.1-1) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
📋 Log saved to: /root/.install-3d568887.log
✖️ Installation failed in container 117 (exit code: 1)`

Log file output:

✔️ Template debian-13-standard_13.1-2_amd64.tar.zst is present and valid.
Hit:1 http://security.debian.org/debian-security trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Get:3 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Hit:5 http://download.proxmox.com/debian/pve trixie InRelease
Fetched 47.3 kB in 1s (77.5 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
lxc-pve is already the newest version (6.0.5-4).
The following packages were automatically installed and are no longer required:
libzpool6linux proxmox-kernel-6.14.11-4-pve-signed
proxmox-kernel-6.17.2-1-pve-signed proxmox-kernel-6.17.4-1-pve-signed
Use 'apt autoremove' to remove them.
The following packages will be upgraded:
pve-container
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 156 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://download.proxmox.com/debian/pve trixie/pve-no-subscription amd64 pve-container all 6.1.1 [156 kB]
apt-listchanges: Reading changelogs...
Fetched 156 kB in 0s (1,074 kB/s)
(Reading database ... 112164 files and directories currently installed.)
Preparing to unpack .../pve-container_6.1.1_all.deb ...
Unpacking pve-container (6.1.1) over (6.1.0) ...
Setting up pve-container (6.1.1) ...
Processing triggers for systemd (257.9-1~deb13u1) ...
Processing triggers for man-db (2.13.1-1) ...
Processing triggers for procps (2:4.0.4-9) ...
Processing triggers for pve-ha-manager (5.1.0) ...
Processing triggers for pve-manager (9.1.5) ...`

🔄 Steps to reproduce the issue.

Run the script, type the name of the server and get the error above.

Paste the full error output (if available).

🖼️ Additional context (optional).

No response

Originally created by @summoningpixels on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11755 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Element Synapse ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/elementsynapse.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve) ### 📝 Provide a clear and concise description of the issue. Tried installing the script but got this error: > ✖️ in line 42: exit code 1 (General error / Operation not permitted): while executing command systemctl enable -q --now matrix-synapse --- Last 20 lines of silent log --- Get:3 https://packages.matrix.org/debian trixie/main amd64 matrix-org-archive-keyring all 1.4 [3,360 B] Preconfiguring packages ... Fetched 51.5 MB in 1s (40.3 MB/s) Selecting previously unselected package matrix-synapse-py3. (Reading database ... 26487 files and directories currently installed.) Preparing to unpack .../matrix-synapse-py3_1.146.0+trixie1_amd64.deb ... Unpacking matrix-synapse-py3 (1.146.0+trixie1) ... Selecting previously unselected package libpq5:amd64. Preparing to unpack .../libpq5_17.7-0+deb13u1_amd64.deb ... Unpacking libpq5:amd64 (17.7-0+deb13u1) ... Selecting previously unselected package matrix-org-archive-keyring. Preparing to unpack .../matrix-org-archive-keyring_1.4_all.deb ... Unpacking matrix-org-archive-keyring (1.4) ... Setting up matrix-org-archive-keyring (1.4) ... Setting up libpq5:amd64 (17.7-0+deb13u1) ... Setting up matrix-synapse-py3 (1.146.0+trixie1) ... Created symlink '/etc/systemd/system/multi-user.target.wants/matrix-synapse.service' → '/usr/lib/systemd/system/matrix-synapse.service'. Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. Processing triggers for man-db (2.13.1-1) ... Processing triggers for libc-bin (2.41-12+deb13u1) ... 📋 Log saved to: /root/.install-3d568887.log ✖️ Installation failed in container 117 (exit code: 1)` Log file output: > ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst is present and valid. Hit:1 http://security.debian.org/debian-security trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Get:3 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease Hit:5 http://download.proxmox.com/debian/pve trixie InRelease Fetched 47.3 kB in 1s (77.5 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... lxc-pve is already the newest version (6.0.5-4). The following packages were automatically installed and are no longer required: libzpool6linux proxmox-kernel-6.14.11-4-pve-signed proxmox-kernel-6.17.2-1-pve-signed proxmox-kernel-6.17.4-1-pve-signed Use 'apt autoremove' to remove them. The following packages will be upgraded: pve-container 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 156 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://download.proxmox.com/debian/pve trixie/pve-no-subscription amd64 pve-container all 6.1.1 [156 kB] apt-listchanges: Reading changelogs... Fetched 156 kB in 0s (1,074 kB/s) (Reading database ... 112164 files and directories currently installed.) Preparing to unpack .../pve-container_6.1.1_all.deb ... Unpacking pve-container (6.1.1) over (6.1.0) ... Setting up pve-container (6.1.1) ... Processing triggers for systemd (257.9-1~deb13u1) ... Processing triggers for man-db (2.13.1-1) ... Processing triggers for procps (2:4.0.4-9) ... Processing triggers for pve-ha-manager (5.1.0) ... Processing triggers for pve-manager (9.1.5) ...` ### 🔄 Steps to reproduce the issue. Run the script, type the name of the server and get the error above. ### ❌ Paste the full error output (if available). - ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:34 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2474
No description provided.