-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β 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?
Zammad
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zammad.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Which Proxmox version are you on?
9.1.2
π Provide a clear and concise description of the issue.
Attempted to update my Zammad LXC, it errored out.
π Steps to reproduce the issue.
Run the update script within a Zammad LXC.
β Paste the full error output (if available).
/__ / ____ _____ ___ ____ ___ ____ _/ /
/ / / __ / __ / __ __ \/ __ / __ /
/ // // / / / / / / / / / / / // / // /
//_,// // /// // //_,/_,_/
βοΈ Stopped Service
βοΈ in line 37: exit code 100 (APT: Package manager error (broken packages / dependency problems))
β apt -y upgrade
--- Last 10 lines of silent log ---
Job for redis-server.service failed because the control process exited with error code.
See "systemctl status redis-server.service" and "journalctl -xeu redis-server.service" for details.
Something went wrong. Please check any error output above and fix the issues.
Then run the package installation again.
dpkg: error processing package zammad (--configure):
installed zammad package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
zammad
Error: Sub-process /usr/bin/dpkg returned an error code (1)
π View full log (46 lines): /tmp/create-lxc-0633e3b8.log
Logfile:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://security.debian.org trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Get:5 https://dl.packager.io/srv/deb/zammad/zammad/stable/debian 12 InRelease [1,845 B]
Fetched 1,845 B in 1s (1,910 B/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Warning: https://dl.packager.io/srv/deb/zammad/zammad/stable/debian/dists/12/InRelease: Policy will reject signature within a year, see --audit for details
zammad set on hold.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
Not upgrading:
zammad
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 1
1 not fully installed or removed.
Space needed: 0 B / 5,269 MB available
Setting up zammad (6.5.2-1764330797.bc4a754e.bookworm) ...
Enforcing Redis...
Creating Redis bootstart
Synchronizing state of redis-server.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.^M
Executing: /usr/lib/systemd/systemd-sysv-install enable redis-server^M
Starting Redis server
^[[0;1;31mJob for redis-server.service failed because the control process exited with error code.^[[0m^M
^[[0;1;31mSee "systemctl status redis-server.service" and "journalctl -xeu redis-server.service" for details.^[[0m^M
Something went wrong. Please check any error output above and fix the issues.
Then run the package installation again.
dpkg: error processing package zammad (--configure):
installed zammad package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
zammad
Error: Sub-process /usr/bin/dpkg returned an error code (1)
πΌοΈ Additional context (optional).
No response