-
-
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?
adventurelog
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adventurelog.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 Version 9.1.2 (Kernel: 6.17.2-2-pve)
π Provide a clear and concise description of the issue.
βοΈ Using Default Settings on node pve
π‘ PVE Version 9.1.2 (Kernel: 6.17.2-2-pve)
π Container ID: 139
π₯οΈ Operating System: debian (13)
π¦ Container Type: Unprivileged
πΎ Disk Size: 7 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Creating a AdventureLog LXC using the above default settings
βοΈ Storage local (Free: 66,9GB Used: 24,8GB) [Template]
βοΈ Storage local-lvm (Free: 1,2TB Used: 409,6GB) [Container]
βοΈ Storage 'local-lvm' (lvmthin) validated
βοΈ Template storage 'local' validated
βοΈ Cluster is quorate
βοΈ Template search completed
βοΈ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
βοΈ LXC Container 139 was successfully created.
βοΈ Started LXC Container
βοΈ Network in LXC is reachable (ping)
βοΈ Customized LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.176.154
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ Git DNS: github.com:(βοΈ ) raw.githubusercontent.com:(βοΈ ) api.github.com:(βοΈ ) git.community-scripts.org:(βοΈ )
βοΈ Updated Container OS
βοΈ Installed Dependencies
βοΈ Python 3.13 installed
βοΈ Setup uv 0.9.15
βοΈ Setup Node.js 22
βοΈ Installed Node.js modules: pnpm@latest
βοΈ Setup PostgreSQL 17
βοΈ Set up PostgreSQL Database
βοΈ Deployed: adventurelog (0.11.0)
βοΈ in line 66: exit code 1 (General error / Operation not permitted)
β /opt/adventurelog/backend/server/.venv/bin/python -m manage migrate
--- Last 10 lines of silent log ---
with self.db.wrap_database_errors:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/utils.py", line 91, in exit
raise dj_exc_value.with_traceback(traceback) from exc_value
File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/backends/utils.py", line 103, in _execute
return self.cursor.execute(sql)
~~~~~~~~~~~~~~~~~~~^^^^^
django.db.utils.ProgrammingError: FEHLER: keine Berechtigung, um Erweiterung Β»postgisΒ« zu erzeugen
HINT: Nur Superuser kΓΆnnen diese Erweiterung anlegen.
π View full log (14805 lines): /root/.install-f4c5380d.log
βοΈ Installation failed in container 139 (exit code: 1)
β Installation log: /tmp/install-lxc-139-f4c5380d.log
Remove broken container 139? (Y/n) [auto-remove in 60s]: n
Container 139 kept for d
π Steps to reproduce the issue.
Tried again but error keeps
β Paste the full error output (if available).
see top
πΌοΈ Additional context (optional).
No response