Alpine-Nextcloud script fails to install #483

Closed
opened 2025-11-20 04:49:07 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @johanngrobe on GitHub (Feb 6, 2025).

Have you read and understood the above guidelines?

yes

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

Alpine-Nextcloud

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

bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-nextcloud.sh)"

📝 Provide a clear and concise description of the issue.

I am running the script on Proxmox 8.3.3. It fails to install.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

🔄 Steps to reproduce the issue.

Just run the install script with default settings

Paste the full error output (if available).

    _   __          __       __                __   __  __      __
   / | / /__  _  __/ /______/ /___  __  ______/ /  / / / /_  __/ /_
  /  |/ / _ \| |/_/ __/ ___/ / __ \/ / / / __  /  / /_/ / / / / __ \
 / /|  /  __/>  </ /_/ /__/ / /_/ / /_/ / /_/ /  / __  / /_/ / /_/ /
/_/ |_/\___/_/|_|\__/\___/_/\____/\__,_/\__,_/  /_/ /_/\__,_/_.___/
Alpine
Using Default Settings
Using Distribution: alpine
Using alpine Version: 3.19
Using Container Type: 1
Using Root Password: Automatic Login
Using Container ID: 102
Using Hostname: alpine-nextcloud
Using Disk Size: 2GB
Allocated Cores 2
Allocated Ram 1024
Using Bridge: vmbr0
Using Static IP Address: dhcp
Using Gateway IP Address: Default
Using Apt-Cacher IP Address: Default
Disable IPv6: No
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server Address: Host
Using MAC Address: Default
Using VLAN Tag: Default
Enable Root SSH Access: No
Enable Verbose Mode: No
Creating a Alpine-Nextcloud LXC using the above default settings
 ✓ Using local for Template Storage.
 ✓ Using local-lvm for Container Storage.
 ✓ Updated LXC Template List
 ✓ LXC Container 102 was successfully created.
 ✓ Started LXC Container
 ✓ Set up Container OS
 ✓ Network Connected: xxx.xxx.xxx.xx
 ✓ Internet Connected
 ✓ DNS Resolved github.com to xxx.xx.xxx.x
 ✓ Updated Container OS
 ✓ Installed Dependencies
 ✓ Installed PHP/Redis
 - Installing MySQL Database...mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
 ✓ Installed MySQL Database
 - Installing Nextcloud...sed: /etc/php82/php-fpm.d/nextcloud.conf: No such file or directory

[ERROR] in line 138: exit code 1: while executing command sed -i -E '/^php_admin_(flag|value)\[opcache/s/^/;/' /etc/php82/php-fpm.d/nextcloud.conf

🖼️ Additional context (optional).

No response

Originally created by @johanngrobe on GitHub (Feb 6, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Alpine-Nextcloud ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-nextcloud.sh)" ### 📝 Provide a clear and concise description of the issue. I am running the script on Proxmox 8.3.3. It fails to install. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 🔄 Steps to reproduce the issue. Just run the install script with default settings ### ❌ Paste the full error output (if available). ``` _ __ __ __ __ __ __ __ / | / /__ _ __/ /______/ /___ __ ______/ / / / / /_ __/ /_ / |/ / _ \| |/_/ __/ ___/ / __ \/ / / / __ / / /_/ / / / / __ \ / /| / __/> </ /_/ /__/ / /_/ / /_/ / /_/ / / __ / /_/ / /_/ / /_/ |_/\___/_/|_|\__/\___/_/\____/\__,_/\__,_/ /_/ /_/\__,_/_.___/ Alpine Using Default Settings Using Distribution: alpine Using alpine Version: 3.19 Using Container Type: 1 Using Root Password: Automatic Login Using Container ID: 102 Using Hostname: alpine-nextcloud Using Disk Size: 2GB Allocated Cores 2 Allocated Ram 1024 Using Bridge: vmbr0 Using Static IP Address: dhcp Using Gateway IP Address: Default Using Apt-Cacher IP Address: Default Disable IPv6: No Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server Address: Host Using MAC Address: Default Using VLAN Tag: Default Enable Root SSH Access: No Enable Verbose Mode: No Creating a Alpine-Nextcloud LXC using the above default settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List ✓ LXC Container 102 was successfully created. ✓ Started LXC Container ✓ Set up Container OS ✓ Network Connected: xxx.xxx.xxx.xx ✓ Internet Connected ✓ DNS Resolved github.com to xxx.xx.xxx.x ✓ Updated Container OS ✓ Installed Dependencies ✓ Installed PHP/Redis - Installing MySQL Database...mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead ✓ Installed MySQL Database - Installing Nextcloud...sed: /etc/php82/php-fpm.d/nextcloud.conf: No such file or directory [ERROR] in line 138: exit code 1: while executing command sed -i -E '/^php_admin_(flag|value)\[opcache/s/^/;/' /etc/php82/php-fpm.d/nextcloud.conf ``` ### 🖼️ Additional context (optional). _No response_
Author
Owner

@tremor021 commented on GitHub (Feb 6, 2025):

Wrong repo

@tremor021 commented on GitHub (Feb 6, 2025): Wrong repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#483