-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
FreshRSS
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/freshrss.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 installing via the install script FreshRSS 3 times, with the same error. 2 Times with Advanced Settings, and one with Default. All 3 times it has failed installing PHP 8.2.
Screenshot below of Advanced Install w/ verbose logging enabled.
π Steps to reproduce the issue.
-
Run on Proxmox Host Shell:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/freshrss.sh)" -
Choose any settings (Default or Advanced)
-
Go through Prompts
-
It will fail installing PHP 8.2
β Paste the full error output (if available).
π Container ID: 101
π₯οΈ Operating System: debian (12)
π¦ Container Type: Unprivileged
πΎ Disk Size: 4 GB
π§ CPU Cores: 2
π οΈ RAM Size: 1024 MiB
π Creating a FreshRSS LXC using the above default settings
βοΈ Validated Storage (rootdir / vztmpl).
βοΈ LXC Template List Updated
βοΈ Started LXC Container
βοΈ Customized LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.1.173
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ Git DNS: github.com:(βοΈ ) raw.githubusercontent.com:(βοΈ ) api.github.com:(βοΈ ) git.community-scripts.org:(βοΈ )
βοΈ Updated Container OS
β ΄ Setup PHP 8.2
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1
[ERROR] in line 1233: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
πΌοΈ Additional context (optional).
No response