[GH-ISSUE #11017] Running any script hangs on 'Searching for template' for a long time before progressing #2361

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

Originally created by @tom-orchard on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11017

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?

Homepage, Alpine-AdGuard, Alpine-Vaultwarden

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.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.4/5ac30304265fbd8e (running kernel: 6.17.4-2-pve)

📝 Provide a clear and concise description of the issue.

Hi,

When running any script, my system seems to hang on 'Searching for template $(template-name) for ~10 minutes before the installation progresses and installs the application successfully. My system is single node and only has a network share for backups and I have already downloaded the template, in which the script confirms it is local

'Template search completed'
'Template debian-13-standard_13.1-2_amd64.tar.zst [local]'

I've tested with multiple DNS servers (i have internal and cloudflare DNS in the DNS1, DNS2 network config of PVE)

Pasting the installation output (this is non verbose, when selecting verbose there is no specific output at this stage pointing to issues with the 'searching for template' (some of the output changed to 'X'

Please let me know if there is anything specific command/log that I can find to pinpoint this issue

Thanks

🔄 Steps to reproduce the issue.

(Ran the following script: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.sh)"

   __  __                                          
   / / / /___  ____ ___  ___  ____  ____ _____ ____ 
  / /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \
 / __  / /_/ / / / / / /  __/ /_/ / /_/ / /_/ /  __/
/_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/ 
                          /_/          /____/       
  ⚙️  Using User Defaults (default.vars) on node pve1
  💡  PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
  🆔  Container ID: 103
  🖥️  Operating System: debian (13)
  📦  Container Type: Unprivileged
  💾  Disk Size: 6 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 4096 MiB
  🚀  Creating a Homepage LXC using the above default settings
  
  ✔️   Storage space validated
  ✔️   Storage local (Free: 59.0GB  Used: 5.3GB) [Template]
  ✔️   Storage local-lvm (Free: 116.8GB  Used: 24.2GB) [Container]
  ✔️   Storage 'local-lvm' (lvmthin) validated
  ✔️   Template storage 'local' validated
⠇ Searching for template 'debian-13'
  ✔️   Template search completed
  ✔️   Template debian-13-standard_13.1-2_amd64.tar.zst [local]
  ✔️   LXC Container 103 was successfully created.
  ✔️   Started LXC Container
  ✔️   Network in LXC is reachable (ping)
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 10.X.X.X 24XX:XXXX:XXXX:X:XXXX:XXXX:XXXX:XXX 
  ✔️   IPv4 Internet Connected
  ✔️   IPv6 Internet Connected
  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
  ✔️   Installed Dependencies
  ✔️   Setup Node.js 22
  ✔️   Installed Node.js modules: pnpm@latest
  ✔️   Deployed: homepage (1.9.0)
  ✔️   Installed Homepage
  ✔️   Created Service
  ✔️   Customized Container
  ✔️   Cleaned
  ✔️   Completed successfully!

  🚀  Homepage setup has been successfully initialized!
  💡   Access it using the following URL:
    🌐  http://10.X.X.X:3000



### ❌ Paste the full error output (if available).

Hangs on the line

⠇ Searching for template 'debian-13'


### 🖼️ Additional context (optional).

<img width="1563" height="217" alt="Image" src="https://github.com/user-attachments/assets/69a8c482-b215-4a57-bb1e-a166a66e4ba2" />
Originally created by @tom-orchard on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11017 ### ✅ 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? Homepage, Alpine-AdGuard, Alpine-Vaultwarden ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.1.4/5ac30304265fbd8e (running kernel: 6.17.4-2-pve) ### 📝 Provide a clear and concise description of the issue. Hi, When running any script, my system seems to hang on 'Searching for template $(template-name) for ~10 minutes before the installation progresses and installs the application successfully. My system is single node and only has a network share for backups and I have already downloaded the template, in which the script confirms it is local 'Template search completed' 'Template debian-13-standard_13.1-2_amd64.tar.zst [local]' I've tested with multiple DNS servers (i have internal and cloudflare DNS in the DNS1, DNS2 network config of PVE) Pasting the installation output (this is non verbose, when selecting verbose there is no specific output at this stage pointing to issues with the 'searching for template' (some of the output changed to 'X' Please let me know if there is anything specific command/log that I can find to pinpoint this issue Thanks ### 🔄 Steps to reproduce the issue. ``` (Ran the following script: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.sh)" __ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \ / __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/ /_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/ /_/ /____/ ⚙️ Using User Defaults (default.vars) on node pve1 💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve) 🆔 Container ID: 103 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 6 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🚀 Creating a Homepage LXC using the above default settings ✔️ Storage space validated ✔️ Storage local (Free: 59.0GB Used: 5.3GB) [Template] ✔️ Storage local-lvm (Free: 116.8GB Used: 24.2GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ⠇ Searching for template 'debian-13' ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local] ✔️ LXC Container 103 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.X.X.X 24XX:XXXX:XXXX:X:XXXX:XXXX:XXXX:XXX ✔️ IPv4 Internet Connected ✔️ IPv6 Internet Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: pnpm@latest ✔️ Deployed: homepage (1.9.0) ✔️ Installed Homepage ✔️ Created Service ✔️ Customized Container ✔️ Cleaned ✔️ Completed successfully! 🚀 Homepage setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://10.X.X.X:3000 ### ❌ Paste the full error output (if available). Hangs on the line ⠇ Searching for template 'debian-13' ### 🖼️ Additional context (optional). <img width="1563" height="217" alt="Image" src="https://github.com/user-attachments/assets/69a8c482-b215-4a57-bb1e-a166a66e4ba2" />
kerem 2026-02-26 12:52:11 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Q-Berto commented on GitHub (Jan 21, 2026):

Have you had any issues previously? Have you changed your storage config recently, and perhaps there is a permissions misalignment somewhere in the chain? I have had it happen where the "root" dir, had become inaccessible because I had changed something in the proxmox UI. One of those things I learned the hard way. I just ran the script with no issues. (Edit for clarification) - The change I made, caused container templates and iso files to be unassailable from containers, when I locked the root down.


__ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ ____ / _ / __ / __ / __ / _
/ __ / // / / / / / / __/ // / // / // / /
// //_
// // //_/ ./_,/_, /___/
// /___/
⚙️ Using Default Settings on node scif2
💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
🆔 Container ID: 1027
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 6 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🚀 Creating a Homepage LXC using the above default settings

✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template]
✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local]
✔️ LXC Container 1027 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 10.0.42.104
✔️ 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
✔️ Setup Node.js 22
✔️ Installed Node.js modules: pnpm@latest
✔️ Deployed: homepage (1.9.0)
✔️ Installed Homepage
✔️ Created Service
✔️ Customized Container
✔️ Cleaned
✔️ Completed successfully!

🚀 Homepage setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://10.0.42.104:3000`

<!-- gh-comment-id:3775876364 --> @Q-Berto commented on GitHub (Jan 21, 2026): Have you had any issues previously? Have you changed your storage config recently, and perhaps there is a permissions misalignment somewhere in the chain? I have had it happen where the "root" dir, had become inaccessible because I had changed something in the proxmox UI. One of those things I learned the hard way. I just ran the script with no issues. **(Edit for clarification) - The change I made, caused container templates and iso files to be unassailable from containers, when I locked the root down.** _____________________________________________________________________________________________________ ` __ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \ / __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/ /_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/ /_/ /____/ ⚙️ Using Default Settings on node scif2 💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve) 🆔 Container ID: 1027 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 6 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🚀 Creating a Homepage LXC using the above default settings ✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template] ✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local] ✔️ LXC Container 1027 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.0.42.104 ✔️ 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 ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: pnpm@latest ✔️ Deployed: homepage (1.9.0) ✔️ Installed Homepage ✔️ Created Service ✔️ Customized Container ✔️ Cleaned ✔️ Completed successfully! 🚀 Homepage setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://10.0.42.104:3000`
Author
Owner

@tom-orchard commented on GitHub (Jan 21, 2026):

This is a fresh PVE installation, and happens on every script installation.

No changes to the storage configuration, installation to the SSD was left to be handled by Proxmox. I only have one SSD.

Image

Outside of these scripts, I believe I've only run the 'PVE Post Install' script prior to this

<!-- gh-comment-id:3775921707 --> @tom-orchard commented on GitHub (Jan 21, 2026): This is a fresh PVE installation, and happens on every script installation. No changes to the storage configuration, installation to the SSD was left to be handled by Proxmox. I only have one SSD. <img width="1223" height="185" alt="Image" src="https://github.com/user-attachments/assets/ede9b012-a330-41be-b7c9-140fd7589daf" /> Outside of these scripts, I believe I've only run the 'PVE Post Install' script prior to this
Author
Owner

@Q-Berto commented on GitHub (Jan 21, 2026):

This is a fresh PVE installation, and happens on every script installation.

No changes to the storage configuration, installation to the SSD was left to be handled by Proxmox. I only have one SSD.

Image Outside of these scripts, I believe I've only run the 'PVE Post Install' script prior to this

Try running the script with all defaults for now, and run it in verbose mode. That should give some insight as to where the hangup may be. **Edit: I believe you may have to choose advanced, but only to enable verbose mode. Everything else should be the faults.
I will run through another now, just to get a verbose printout.

<!-- gh-comment-id:3775976458 --> @Q-Berto commented on GitHub (Jan 21, 2026): > This is a fresh PVE installation, and happens on every script installation. > > No changes to the storage configuration, installation to the SSD was left to be handled by Proxmox. I only have one SSD. > > <img alt="Image" width="1223" height="185" src="https://private-user-images.githubusercontent.com/40448949/538329602-ede9b012-a330-41be-b7c9-140fd7589daf.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Njg5NjY2NzEsIm5iZiI6MTc2ODk2NjM3MSwicGF0aCI6Ii80MDQ0ODk0OS81MzgzMjk2MDItZWRlOWIwMTItYTMzMC00MWJlLWI3YzktMTQwZmQ3NTg5ZGFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTIxVDAzMzI1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllZjRkODZmMTRiMjdjNzg5MDk5NmY5YzA4ODM3ZTk5NzRmMGZlZWUxZDA5NmJkMjAwNjI0Y2QwM2IwNGM5ZGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mSbnlfqfwM0XbrFtg9X6sz02bERrMCJPJDEu8IRrXvo"> > Outside of these scripts, I believe I've only run the 'PVE Post Install' script prior to this Try running the script with all defaults for now, and run it in verbose mode. That should give some insight as to where the hangup may be. **Edit: I believe you may have to choose advanced, but only to enable verbose mode. Everything else should be the faults. I will run through another now, just to get a verbose printout.
Author
Owner

@Q-Berto commented on GitHub (Jan 21, 2026):

Fresh install. Caused a lightbulb. Have you run pveam update , in the proxmox shell? that will make sure your template list is up to date. (another confusing gotchya that got me once.)

<!-- gh-comment-id:3775995434 --> @Q-Berto commented on GitHub (Jan 21, 2026): Fresh install. Caused a lightbulb. Have you run `pveam update` , in the proxmox shell? that will make sure your template list is up to date. (another confusing gotchya that got me once.)
Author
Owner

@Q-Berto commented on GitHub (Jan 21, 2026):

Here is my verbose output, with just the defaults.

__ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ ____ / _ / __ / __ / __ / _
/ __ / // / / / / / / __/ // / // / // / /
// //_
// // //_/ ./_,/_, /___/
// /___/
🧩 Using Advanced Install on node scif2

💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
🖥️ Operating System: debian
🌟 Version: 13
📦 Container Type: Unprivileged
🆔 Container ID: 1027
🏠 Hostname: homepage
💾 Disk Size: 6 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🌉 Bridge: vmbr0
📡 IPv4: dhcp
📡 IPv6: auto
🗂️ FUSE Support: yes
📦 Nesting: Enabled
🎮 GPU Passthrough: no
💡 Timezone: America/New_York
🔍 Verbose Mode: yes
🚀 Creating a Homepage LXC using the above advanced settings
✔️ Saved app defaults: /usr/local/community-scripts/defaults/homepage.vars
✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template]
✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local]
✔️ LXC Container 1027 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
💡 No SSH keys to install (skipping).
✔️ Set up Container OS
✔️ Network Connected: 10.0.42.104
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
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
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
base-files bash bind9-dnsutils bind9-host bind9-libs dhcpcd-base distro-info-data e2fsprogs libc-bin libc-l10n libc6 libcap2 libcap2-bin libcom-err2
libext2fs2t64 libgnutls30t64 libnss-systemd libpam-systemd libpam-wtmpdb libss2 libssl3t64 libsystemd-shared libsystemd0 libudev1 libwtmpdb0 libxml2
locales logsave openssl openssl-provider-legacy postfix python3-urllib3 sqv systemd systemd-sysv systemd-timesyncd udev wtmpdb
38 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.1 MB of archives.
After this operation, 49.2 kB of additional disk space will be used.
Get:1 http://security.debian.org trixie-security/main amd64 python3-urllib3 all 2.3.0-3+deb13u1 [115 kB]
Get:2 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u1 [2851 kB]
Get:3 http://deb.debian.org/debian trixie/main amd64 base-files amd64 13.8+deb13u3 [73.3 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 bash amd64 5.2.37-2+b7 [1501 kB]
Get:5 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u1 [637 kB]
Get:6 http://deb.debian.org/debian trixie/main amd64 logsave amd64 1.47.2-3+b7 [24.9 kB]
Get:7 http://deb.debian.org/debian trixie/main amd64 libext2fs2t64 amd64 1.47.2-3+b7 [213 kB]
Get:8 http://deb.debian.org/debian trixie/main amd64 e2fsprogs amd64 1.47.2-3+b7 [591 kB]
Get:9 http://deb.debian.org/debian trixie/main amd64 libcap2 amd64 1:2.75-10+b3 [28.8 kB]
Get:10 http://deb.debian.org/debian trixie/main amd64 libsystemd0 amd64 257.9-1deb13u1 [453 kB]
Get:11 http://deb.debian.org/debian trixie/main amd64 libnss-systemd amd64 257.9-1
deb13u1 [218 kB]
Get:12 http://deb.debian.org/debian trixie/main amd64 systemd-sysv amd64 257.9-1deb13u1 [64.5 kB]
Get:13 http://deb.debian.org/debian trixie/main amd64 libpam-systemd amd64 257.9-1
deb13u1 [297 kB]
Get:14 http://deb.debian.org/debian trixie/main amd64 libsystemd-shared amd64 257.9-1deb13u1 [2151 kB]
Get:15 http://deb.debian.org/debian trixie/main amd64 systemd amd64 257.9-1
deb13u1 [3096 kB]
Get:16 http://deb.debian.org/debian trixie/main amd64 systemd-timesyncd amd64 257.9-1deb13u1 [93.0 kB]
Get:17 http://deb.debian.org/debian trixie/main amd64 udev amd64 257.9-1
deb13u1 [1392 kB]
Get:18 http://deb.debian.org/debian trixie/main amd64 libudev1 amd64 257.9-1deb13u1 [152 kB]
Get:19 http://deb.debian.org/debian trixie/main amd64 openssl-provider-legacy amd64 3.5.4-1
deb13u1 [308 kB]
Get:20 http://deb.debian.org/debian trixie/main amd64 libssl3t64 amd64 3.5.4-1deb13u1 [2441 kB]
Get:21 http://deb.debian.org/debian trixie/main amd64 postfix amd64 3.10.5-1
deb13u1 [1600 kB]
Get:22 http://deb.debian.org/debian trixie/main amd64 sqv amd64 1.3.0-3+b2 [661 kB]
Get:23 http://deb.debian.org/debian trixie/main amd64 dhcpcd-base amd64 1:10.1.0-11+deb13u2 [201 kB]
Get:24 http://deb.debian.org/debian trixie/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u2 [698 kB]
Get:25 http://deb.debian.org/debian trixie/main amd64 bind9-dnsutils amd64 1:9.20.15-1deb13u1 [165 kB]
Get:26 http://deb.debian.org/debian trixie/main amd64 bind9-host amd64 1:9.20.15-1
deb13u1 [55.4 kB]
Get:27 http://deb.debian.org/debian trixie/main amd64 bind9-libs amd64 1:9.20.15-1deb13u1 [1238 kB]
Get:28 http://deb.debian.org/debian trixie/main amd64 libc-l10n all 2.41-12+deb13u1 [738 kB]
Get:29 http://deb.debian.org/debian trixie/main amd64 wtmpdb amd64 0.73.0-3+deb13u1 [21.8 kB]
Get:30 http://deb.debian.org/debian trixie/main amd64 libpam-wtmpdb amd64 0.73.0-3+deb13u1 [10.8 kB]
Get:31 http://deb.debian.org/debian trixie/main amd64 libwtmpdb0 amd64 0.73.0-3+deb13u1 [13.1 kB]
Get:32 http://deb.debian.org/debian trixie/main amd64 locales all 2.41-12+deb13u1 [3925 kB]
Get:33 http://deb.debian.org/debian trixie/main amd64 distro-info-data all 0.66+deb13u1 [6724 B]
Get:34 http://deb.debian.org/debian trixie/main amd64 libcap2-bin amd64 1:2.75-10+b3 [36.4 kB]
Get:35 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b7 [25.0 kB]
Get:36 http://deb.debian.org/debian trixie/main amd64 libgnutls30t64 amd64 3.8.9-3+deb13u1 [1466 kB]
Get:37 http://deb.debian.org/debian trixie/main amd64 libss2 amd64 1.47.2-3+b7 [29.7 kB]
Get:38 http://deb.debian.org/debian trixie/main amd64 openssl amd64 3.5.4-1
deb13u1 [1495 kB]
Fetched 29.1 MB in 1s (28.7 MB/s)
apt-listchanges: Reading changelogs...
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libc6_2.41-12+deb13u1_amd64.deb ...
Unpacking libc6:amd64 (2.41-12+deb13u1) over (2.41-12) ...
Setting up libc6:amd64 (2.41-12+deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../base-files_13.8+deb13u3_amd64.deb ...
Unpacking base-files (13.8+deb13u3) over (13.8+deb13u1) ...
Setting up base-files (13.8+deb13u3) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../bash_5.2.37-2+b7_amd64.deb ...
Unpacking bash (5.2.37-2+b7) over (5.2.37-2+b5) ...
Setting up bash (5.2.37-2+b7) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.41-12+deb13u1_amd64.deb ...
Unpacking libc-bin (2.41-12+deb13u1) over (2.41-12) ...
Setting up libc-bin (2.41-12+deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../logsave_1.47.2-3+b7_amd64.deb ...
Unpacking logsave (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../libext2fs2t64_1.47.2-3+b7_amd64.deb ...
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Setting up libext2fs2t64:amd64 (1.47.2-3+b7) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.2-3+b7_amd64.deb ...
Unpacking e2fsprogs (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../libcap2_1%3a2.75-10+b3_amd64.deb ...
Unpacking libcap2:amd64 (1:2.75-10+b3) over (1:2.75-10+b1) ...
Setting up libcap2:amd64 (1:2.75-10+b3) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257.9-1deb13u1_amd64.deb ...
Unpacking libsystemd0:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Setting up libsystemd0:amd64 (257.9-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_257.9-1deb13u1_amd64.deb ...
Unpacking libnss-systemd:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../systemd-sysv_257.9-1
deb13u1_amd64.deb ...
Unpacking systemd-sysv (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libpam-systemd_257.9-1deb13u1_amd64.deb ...
Unpacking libpam-systemd:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libsystemd-shared_257.9-1
deb13u1_amd64.deb ...
Unpacking libsystemd-shared:amd64 (257.9-1deb13u1) over (257.8-1deb13u2) ...
Setting up libsystemd-shared:amd64 (257.9-1deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../systemd_257.9-1
deb13u1_amd64.deb ...
Unpacking systemd (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../systemd-timesyncd_257.9-1deb13u1_amd64.deb ...
Unpacking systemd-timesyncd (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../udev_257.9-1
deb13u1_amd64.deb ...
Unpacking udev (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libudev1_257.9-1deb13u1_amd64.deb ...
Unpacking libudev1:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Setting up libudev1:amd64 (257.9-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../openssl-provider-legacy_3.5.4-1deb13u1_amd64.deb ...
Unpacking openssl-provider-legacy (3.5.4-1
deb13u1) over (3.5.1-1+deb13u1) ...
Setting up openssl-provider-legacy (3.5.4-1deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libssl3t64_3.5.4-1
deb13u1_amd64.deb ...
Unpacking libssl3t64:amd64 (3.5.4-1deb13u1) over (3.5.1-1+deb13u1) ...
Setting up libssl3t64:amd64 (3.5.4-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../postfix_3.10.5-1deb13u1_amd64.deb ...
Unpacking postfix (3.10.5-1
deb13u1) over (3.10.4-1deb13u1) ...
Preparing to unpack .../sqv_1.3.0-3+b2_amd64.deb ...
Unpacking sqv (1.3.0-3+b2) over (1.3.0-3) ...
Setting up sqv (1.3.0-3+b2) ...
(Reading database ... 20273 files and directories currently installed.)
Preparing to unpack .../00-dhcpcd-base_1%3a10.1.0-11+deb13u2_amd64.deb ...
Unpacking dhcpcd-base (1:10.1.0-11+deb13u2) over (1:10.1.0-11) ...
Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) over (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
Preparing to unpack .../02-bind9-dnsutils_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-dnsutils (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../03-bind9-host_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-host (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../04-bind9-libs_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-libs:amd64 (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../05-libc-l10n_2.41-12+deb13u1_all.deb ...
Unpacking libc-l10n (2.41-12+deb13u1) over (2.41-12) ...
Preparing to unpack .../06-wtmpdb_0.73.0-3+deb13u1_amd64.deb ...
Unpacking wtmpdb (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../07-libpam-wtmpdb_0.73.0-3+deb13u1_amd64.deb ...
Unpacking libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../08-libwtmpdb0_0.73.0-3+deb13u1_amd64.deb ...
Unpacking libwtmpdb0:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../09-locales_2.41-12+deb13u1_all.deb ...
Unpacking locales (2.41-12+deb13u1) over (2.41-12) ...
Preparing to unpack .../10-distro-info-data_0.66+deb13u1_all.deb ...
Unpacking distro-info-data (0.66+deb13u1) over (0.66) ...
Preparing to unpack .../11-libcap2-bin_1%3a2.75-10+b3_amd64.deb ...
Unpacking libcap2-bin (1:2.75-10+b3) over (1:2.75-10+b1) ...
Preparing to unpack .../12-libcom-err2_1.47.2-3+b7_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../13-libgnutls30t64_3.8.9-3+deb13u1_amd64.deb ...
Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u1) over (3.8.9-3) ...
Preparing to unpack .../14-libss2_1.47.2-3+b7_amd64.deb ...
Unpacking libss2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../15-openssl_3.5.4-1
deb13u1_amd64.deb ...
Unpacking openssl (3.5.4-1deb13u1) over (3.5.1-1+deb13u1) ...
Preparing to unpack .../16-python3-urllib3_2.3.0-3+deb13u1_all.deb ...
Unpacking python3-urllib3 (2.3.0-3+deb13u1) over (2.3.0-3) ...
Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u1) ...
Setting up libc-l10n (2.41-12+deb13u1) ...
Setting up distro-info-data (0.66+deb13u1) ...
Setting up systemd (257.9-1
deb13u1) ...
/usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
Setting up libcom-err2:amd64 (1.47.2-3+b7) ...
Setting up locales (2.41-12+deb13u1) ...
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
Setting up libcap2-bin (1:2.75-10+b3) ...
Setting up systemd-timesyncd (257.9-1~deb13u1) ...
systemd-time-wait-sync.service is a disabled or a static __ __
/ / / /___ ____ ___ ___ ____ ____ _____ ____
/ // / __ / __ __ \/ _ \/ __ \/ __ / __ `/ _
/ __ / /
/ / / / / / / / // / // / // / __/
/
/ //_
// // //_/ ./_,/_, /___/
/
/ /____/
🧩 Using Advanced Install on node scif2

💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
🖥️ Operating System: debian
🌟 Version: 13
📦 Container Type: Unprivileged
🆔 Container ID: 1027
🏠 Hostname: homepage
💾 Disk Size: 6 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🌉 Bridge: vmbr0
📡 IPv4: dhcp
📡 IPv6: auto
🗂️ FUSE Support: yes
📦 Nesting: Enabled
🎮 GPU Passthrough: no
💡 Timezone: America/New_York
🔍 Verbose Mode: yes
🚀 Creating a Homepage LXC using the above advanced settings
✔️ Saved app defaults: /usr/local/community-scripts/defaults/homepage.vars
✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template]
✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local]
✔️ LXC Container 1027 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
💡 No SSH keys to install (skipping).
✔️ Set up Container OS
✔️ Network Connected: 10.0.42.104
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
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
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
base-files bash bind9-dnsutils bind9-host bind9-libs dhcpcd-base distro-info-data e2fsprogs libc-bin libc-l10n libc6 libcap2 libcap2-bin libcom-err2
libext2fs2t64 libgnutls30t64 libnss-systemd libpam-systemd libpam-wtmpdb libss2 libssl3t64 libsystemd-shared libsystemd0 libudev1 libwtmpdb0 libxml2
locales logsave openssl openssl-provider-legacy postfix python3-urllib3 sqv systemd systemd-sysv systemd-timesyncd udev wtmpdb
38 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.1 MB of archives.
After this operation, 49.2 kB of additional disk space will be used.
Get:1 http://security.debian.org trixie-security/main amd64 python3-urllib3 all 2.3.0-3+deb13u1 [115 kB]
Get:2 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u1 [2851 kB]
Get:3 http://deb.debian.org/debian trixie/main amd64 base-files amd64 13.8+deb13u3 [73.3 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 bash amd64 5.2.37-2+b7 [1501 kB]
Get:5 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u1 [637 kB]
Get:6 http://deb.debian.org/debian trixie/main amd64 logsave amd64 1.47.2-3+b7 [24.9 kB]
Get:7 http://deb.debian.org/debian trixie/main amd64 libext2fs2t64 amd64 1.47.2-3+b7 [213 kB]
Get:8 http://deb.debian.org/debian trixie/main amd64 e2fsprogs amd64 1.47.2-3+b7 [591 kB]
Get:9 http://deb.debian.org/debian trixie/main amd64 libcap2 amd64 1:2.75-10+b3 [28.8 kB]
Get:10 http://deb.debian.org/debian trixie/main amd64 libsystemd0 amd64 257.9-1deb13u1 [453 kB]
Get:11 http://deb.debian.org/debian trixie/main amd64 libnss-systemd amd64 257.9-1
deb13u1 [218 kB]
Get:12 http://deb.debian.org/debian trixie/main amd64 systemd-sysv amd64 257.9-1deb13u1 [64.5 kB]
Get:13 http://deb.debian.org/debian trixie/main amd64 libpam-systemd amd64 257.9-1
deb13u1 [297 kB]
Get:14 http://deb.debian.org/debian trixie/main amd64 libsystemd-shared amd64 257.9-1deb13u1 [2151 kB]
Get:15 http://deb.debian.org/debian trixie/main amd64 systemd amd64 257.9-1
deb13u1 [3096 kB]
Get:16 http://deb.debian.org/debian trixie/main amd64 systemd-timesyncd amd64 257.9-1deb13u1 [93.0 kB]
Get:17 http://deb.debian.org/debian trixie/main amd64 udev amd64 257.9-1
deb13u1 [1392 kB]
Get:18 http://deb.debian.org/debian trixie/main amd64 libudev1 amd64 257.9-1deb13u1 [152 kB]
Get:19 http://deb.debian.org/debian trixie/main amd64 openssl-provider-legacy amd64 3.5.4-1
deb13u1 [308 kB]
Get:20 http://deb.debian.org/debian trixie/main amd64 libssl3t64 amd64 3.5.4-1deb13u1 [2441 kB]
Get:21 http://deb.debian.org/debian trixie/main amd64 postfix amd64 3.10.5-1
deb13u1 [1600 kB]
Get:22 http://deb.debian.org/debian trixie/main amd64 sqv amd64 1.3.0-3+b2 [661 kB]
Get:23 http://deb.debian.org/debian trixie/main amd64 dhcpcd-base amd64 1:10.1.0-11+deb13u2 [201 kB]
Get:24 http://deb.debian.org/debian trixie/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u2 [698 kB]
Get:25 http://deb.debian.org/debian trixie/main amd64 bind9-dnsutils amd64 1:9.20.15-1deb13u1 [165 kB]
Get:26 http://deb.debian.org/debian trixie/main amd64 bind9-host amd64 1:9.20.15-1
deb13u1 [55.4 kB]
Get:27 http://deb.debian.org/debian trixie/main amd64 bind9-libs amd64 1:9.20.15-1deb13u1 [1238 kB]
Get:28 http://deb.debian.org/debian trixie/main amd64 libc-l10n all 2.41-12+deb13u1 [738 kB]
Get:29 http://deb.debian.org/debian trixie/main amd64 wtmpdb amd64 0.73.0-3+deb13u1 [21.8 kB]
Get:30 http://deb.debian.org/debian trixie/main amd64 libpam-wtmpdb amd64 0.73.0-3+deb13u1 [10.8 kB]
Get:31 http://deb.debian.org/debian trixie/main amd64 libwtmpdb0 amd64 0.73.0-3+deb13u1 [13.1 kB]
Get:32 http://deb.debian.org/debian trixie/main amd64 locales all 2.41-12+deb13u1 [3925 kB]
Get:33 http://deb.debian.org/debian trixie/main amd64 distro-info-data all 0.66+deb13u1 [6724 B]
Get:34 http://deb.debian.org/debian trixie/main amd64 libcap2-bin amd64 1:2.75-10+b3 [36.4 kB]
Get:35 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b7 [25.0 kB]
Get:36 http://deb.debian.org/debian trixie/main amd64 libgnutls30t64 amd64 3.8.9-3+deb13u1 [1466 kB]
Get:37 http://deb.debian.org/debian trixie/main amd64 libss2 amd64 1.47.2-3+b7 [29.7 kB]
Get:38 http://deb.debian.org/debian trixie/main amd64 openssl amd64 3.5.4-1
deb13u1 [1495 kB]
Fetched 29.1 MB in 1s (28.7 MB/s)
apt-listchanges: Reading changelogs...
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libc6_2.41-12+deb13u1_amd64.deb ...
Unpacking libc6:amd64 (2.41-12+deb13u1) over (2.41-12) ...
Setting up libc6:amd64 (2.41-12+deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../base-files_13.8+deb13u3_amd64.deb ...
Unpacking base-files (13.8+deb13u3) over (13.8+deb13u1) ...
Setting up base-files (13.8+deb13u3) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../bash_5.2.37-2+b7_amd64.deb ...
Unpacking bash (5.2.37-2+b7) over (5.2.37-2+b5) ...
Setting up bash (5.2.37-2+b7) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.41-12+deb13u1_amd64.deb ...
Unpacking libc-bin (2.41-12+deb13u1) over (2.41-12) ...
Setting up libc-bin (2.41-12+deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../logsave_1.47.2-3+b7_amd64.deb ...
Unpacking logsave (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../libext2fs2t64_1.47.2-3+b7_amd64.deb ...
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Setting up libext2fs2t64:amd64 (1.47.2-3+b7) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.2-3+b7_amd64.deb ...
Unpacking e2fsprogs (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../libcap2_1%3a2.75-10+b3_amd64.deb ...
Unpacking libcap2:amd64 (1:2.75-10+b3) over (1:2.75-10+b1) ...
Setting up libcap2:amd64 (1:2.75-10+b3) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257.9-1deb13u1_amd64.deb ...
Unpacking libsystemd0:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Setting up libsystemd0:amd64 (257.9-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_257.9-1deb13u1_amd64.deb ...
Unpacking libnss-systemd:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../systemd-sysv_257.9-1
deb13u1_amd64.deb ...
Unpacking systemd-sysv (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libpam-systemd_257.9-1deb13u1_amd64.deb ...
Unpacking libpam-systemd:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libsystemd-shared_257.9-1
deb13u1_amd64.deb ...
Unpacking libsystemd-shared:amd64 (257.9-1deb13u1) over (257.8-1deb13u2) ...
Setting up libsystemd-shared:amd64 (257.9-1deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../systemd_257.9-1
deb13u1_amd64.deb ...
Unpacking systemd (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../systemd-timesyncd_257.9-1deb13u1_amd64.deb ...
Unpacking systemd-timesyncd (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../udev_257.9-1
deb13u1_amd64.deb ...
Unpacking udev (257.9-1deb13u1) over (257.8-1deb13u2) ...
Preparing to unpack .../libudev1_257.9-1deb13u1_amd64.deb ...
Unpacking libudev1:amd64 (257.9-1
deb13u1) over (257.8-1deb13u2) ...
Setting up libudev1:amd64 (257.9-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../openssl-provider-legacy_3.5.4-1deb13u1_amd64.deb ...
Unpacking openssl-provider-legacy (3.5.4-1
deb13u1) over (3.5.1-1+deb13u1) ...
Setting up openssl-provider-legacy (3.5.4-1deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../libssl3t64_3.5.4-1
deb13u1_amd64.deb ...
Unpacking libssl3t64:amd64 (3.5.4-1deb13u1) over (3.5.1-1+deb13u1) ...
Setting up libssl3t64:amd64 (3.5.4-1
deb13u1) ...
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../postfix_3.10.5-1deb13u1_amd64.deb ...
Unpacking postfix (3.10.5-1
deb13u1) over (3.10.4-1deb13u1) ...
Preparing to unpack .../sqv_1.3.0-3+b2_amd64.deb ...
Unpacking sqv (1.3.0-3+b2) over (1.3.0-3) ...
Setting up sqv (1.3.0-3+b2) ...
(Reading database ... 20273 files and directories currently installed.)
Preparing to unpack .../00-dhcpcd-base_1%3a10.1.0-11+deb13u2_amd64.deb ...
Unpacking dhcpcd-base (1:10.1.0-11+deb13u2) over (1:10.1.0-11) ...
Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) over (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
Preparing to unpack .../02-bind9-dnsutils_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-dnsutils (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../03-bind9-host_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-host (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../04-bind9-libs_1%3a9.20.15-1
deb13u1_amd64.deb ...
Unpacking bind9-libs:amd64 (1:9.20.15-1deb13u1) over (1:9.20.11-4) ...
Preparing to unpack .../05-libc-l10n_2.41-12+deb13u1_all.deb ...
Unpacking libc-l10n (2.41-12+deb13u1) over (2.41-12) ...
Preparing to unpack .../06-wtmpdb_0.73.0-3+deb13u1_amd64.deb ...
Unpacking wtmpdb (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../07-libpam-wtmpdb_0.73.0-3+deb13u1_amd64.deb ...
Unpacking libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../08-libwtmpdb0_0.73.0-3+deb13u1_amd64.deb ...
Unpacking libwtmpdb0:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ...
Preparing to unpack .../09-locales_2.41-12+deb13u1_all.deb ...
Unpacking locales (2.41-12+deb13u1) over (2.41-12) ...
Preparing to unpack .../10-distro-info-data_0.66+deb13u1_all.deb ...
Unpacking distro-info-data (0.66+deb13u1) over (0.66) ...
Preparing to unpack .../11-libcap2-bin_1%3a2.75-10+b3_amd64.deb ...
Unpacking libcap2-bin (1:2.75-10+b3) over (1:2.75-10+b1) ...
Preparing to unpack .../12-libcom-err2_1.47.2-3+b7_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../13-libgnutls30t64_3.8.9-3+deb13u1_amd64.deb ...
Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u1) over (3.8.9-3) ...
Preparing to unpack .../14-libss2_1.47.2-3+b7_amd64.deb ...
Unpacking libss2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
Preparing to unpack .../15-openssl_3.5.4-1
deb13u1_amd64.deb ...
Unpacking openssl (3.5.4-1deb13u1) over (3.5.1-1+deb13u1) ...
Preparing to unpack .../16-python3-urllib3_2.3.0-3+deb13u1_all.deb ...
Unpacking python3-urllib3 (2.3.0-3+deb13u1) over (2.3.0-3) ...
Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u1) ...
Setting up libc-l10n (2.41-12+deb13u1) ...
Setting up distro-info-data (0.66+deb13u1) ...
Setting up systemd (257.9-1
deb13u1) ...
/usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
Setting up libcom-err2:amd64 (1.47.2-3+b7) ...
Setting up locales (2.41-12+deb13u1) ...
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
Setting up libcap2-bin (1:2.75-10+b3) ...
Setting up systemd-timesyncd (257.9-1deb13u1) ...
systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it.
Setting up udev (257.9-1
deb13u1) ...
systemd-udevd.service is a disabled or a static unit not running, not starting it.
Setting up libss2:amd64 (1.47.2-3+b7) ...
Setting up dhcpcd-base (1:10.1.0-11+deb13u2) ...
Installing new version of config file /etc/dhcpcd.conf ...
Setting up logsave (1.47.2-3+b7) ...
Setting up python3-urllib3 (2.3.0-3+deb13u1) ...
Setting up postfix (3.10.5-1~deb13u1) ...

Postfix (main.cf) configuration was not modified by debconf. If you need to
make changes, edit /etc/postfix/main.cf (and others) as needed. To view
Postfix configuration values, see postconf(1).

After modifying main.cf, be sure to run 'systemctl reload postfix'.

Setting up libwtmpdb0:amd64 (0.73.0-3+deb13u1) ...
Setting up openssl (3.5.4-1deb13u1) ...
Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
Setting up systemd-sysv (257.9-1
deb13u1) ...
Setting up bind9-libs:amd64 (1:9.20.15-1deb13u1) ...
Setting up libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) ...
Setting up libnss-systemd:amd64 (257.9-1
deb13u1) ...
Setting up e2fsprogs (1.47.2-3+b7) ...
Setting up wtmpdb (0.73.0-3+deb13u1) ...
Setting up libpam-systemd:amd64 (257.9-1deb13u1) ...
Setting up bind9-host (1:9.20.15-1
deb13u1) ...
Setting up bind9-dnsutils (1:9.20.15-1deb13u1) ...
Processing triggers for man-db (2.13.1-1) ...
Processing triggers for dbus (1.16.2-2) ...
Processing triggers for shared-mime-info (2.4-5+b2) ...
Processing triggers for procps (2:4.0.4-9) ...
Processing triggers for debianutils (5.23.2) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
Processing triggers for postfix (3.10.5-1
deb13u1) ...
Restarting postfix
✔️ Updated Container OS
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jq is already the newest version (1.7.1-6+deb13u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
✔️ Installed Dependencies
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
All packages are up to date.
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
Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
Get:5 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [8918 B]
Fetched 21.1 kB in 0s (81.7 kB/s)
All packages are up to date.
Installing:
nodejs

Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 37.6 MB
Space needed: 237 MB / 5055 MB available

Get:1 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.22.0-1nodesource1 [37.6 MB]
Fetched 37.6 MB in 1s (35.5 MB/s)
Selecting previously unselected package nodejs.
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../nodejs_22.22.0-1nodesource1_amd64.deb ...
Unpacking nodejs (22.22.0-1nodesource1) ...
Setting up nodejs (22.22.0-1nodesource1) ...
Processing triggers for man-db (2.13.1-1) ...

removed 54 packages, and changed 98 packages in 3s

16 packages are looking for funding
run npm fund for details
✔️ Setup Node.js 22
Installing pnpm@latest
added 1 package in 2s

1 package is looking for funding
run npm fund for details
✔️ Installed Node.js modules: pnpm@latest
✔️ Deployed: homepage (1.9.0)
Installing Homepage (Patience)Lockfile is up to date, resolution step is skipped
Packages: +626
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Downloading @img/sharp-libvips-linux-x64@1.2.4: 7.53 MB/7.53 MB, done
Downloading @img/sharp-libvips-linuxmusl-x64@1.2.4: 7.65 MB/7.65 MB, done
Downloading next@15.5.9: 30.41 MB/30.41 MB, done
Downloading @next/swc-linux-x64-musl@15.5.7: 47.31 MB/47.31 MB, done
Downloading react-icons@5.5.0: 22.22 MB/22.22 MB, done
Downloading @next/swc-linux-x64-gnu@15.5.7: 47.36 MB/47.36 MB, done
Progress: resolved 626, reused 0, downloaded 626, added 626, done
node_modules/.pnpm/sharp@0.34.5/node_modules/sharp: Running install script, done in 84ms

dependencies:

  • @headlessui/react 2.2.9
  • @kubernetes/client-node 1.0.0
  • classnames 2.5.1
  • compare-versions 6.1.1
  • dockerode 4.0.7
  • follow-redirects 1.15.11
  • gamedig 5.3.2
  • i18next 25.5.3
  • ical.js 2.1.0
  • js-yaml 4.1.1
  • json-rpc-2.0 1.7.0
  • luxon 3.6.1
  • memory-cache 0.2.0
  • minecraftstatuspinger 1.2.2
  • next 15.5.9
  • next-i18next 12.1.0
  • ping 0.4.4
  • pretty-bytes 7.1.0
  • raw-body 3.0.2
  • react 18.3.1
  • react-dom 18.3.1
  • react-i18next 15.5.3
  • react-icons 5.5.0
  • recharts 3.1.2
  • swr 2.3.3
  • systeminformation 5.27.11
  • tough-cookie 6.0.0
  • urbackup-server-api 0.91.0
  • winston 3.17.0
  • ws 8.18.3
  • xml-js 1.6.11

devDependencies:

  • @tailwindcss/forms 0.5.10
  • @tailwindcss/postcss 4.1.18
  • eslint 9.25.1
  • eslint-config-next 15.2.4
  • eslint-config-prettier 10.1.8
  • eslint-plugin-import 2.32.0
  • eslint-plugin-jsx-a11y 6.10.2
  • eslint-plugin-prettier 5.5.4
  • eslint-plugin-react 7.37.4
  • eslint-plugin-react-hooks 5.2.0
  • postcss 8.5.6
  • prettier 3.7.3
  • prettier-plugin-organize-imports 4.3.0
  • tailwind-scrollbar 4.0.2
  • tailwindcss 4.0.9
  • typescript 5.7.3

╭ Warning ───────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: core-js@3.40.0, cpu-features@0.0.10, protobufjs@7.5.3, ssh2@1.16.0. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────╯
Done in 14.8s using pnpm v10.28.1

homepage@1.9.0 build /opt/homepage
next build

▲ Next.js 15.5.9

✓ Linting and checking validity of types
Creating an optimized production build ...
✓ Compiled successfully in 41s
✓ Collecting page data
✓ Generating static pages (5/5)
✓ Collecting build traces
✓ Finalizing page optimization

Route (pages) Size First Load JS
┌ ● / 109 kB 221 kB
├ /_app 0 B 112 kB
├ ○ /404 184 B 112 kB
├ ƒ /api/bookmarks 0 B 112 kB
├ ƒ /api/config/[path] 0 B 112 kB
├ ƒ /api/docker/stats/[...service] 0 B 112 kB
├ ƒ /api/docker/status/[...service] 0 B 112 kB
├ ƒ /api/hash 0 B 112 kB
├ ƒ /api/healthcheck 0 B 112 kB
├ ƒ /api/kubernetes/stats/[...service] 0 B 112 kB
├ ƒ /api/kubernetes/status/[...service] 0 B 112 kB
├ ƒ /api/ping 0 B 112 kB
├ ƒ /api/proxmox/stats/[...service] 0 B 112 kB
├ ƒ /api/releases 0 B 112 kB
├ ƒ /api/revalidate 0 B 112 kB
├ ƒ /api/search/searchSuggestion 0 B 112 kB
├ ƒ /api/services 0 B 112 kB
├ ƒ /api/services/proxy 0 B 112 kB
├ ƒ /api/siteMonitor 0 B 112 kB
├ ƒ /api/theme 0 B 112 kB
├ ƒ /api/validate 0 B 112 kB
├ ƒ /api/widgets 0 B 112 kB
├ ƒ /api/widgets/glances 0 B 112 kB
├ ƒ /api/widgets/kubernetes 0 B 112 kB
├ ƒ /api/widgets/longhorn 0 B 112 kB
├ ƒ /api/widgets/openmeteo 0 B 112 kB
├ ƒ /api/widgets/openweathermap 0 B 112 kB
├ ƒ /api/widgets/resources 0 B 112 kB
├ ƒ /api/widgets/stocks 0 B 112 kB
├ ƒ /api/widgets/weather 0 B 112 kB
├ ƒ /browserconfig.xml 254 B 112 kB
├ ƒ /robots.txt 251 B 112 kB
└ ƒ /site.webmanifest 254 B 112 kB

  • First Load JS shared by all 128 kB
    ├ chunks/framework-ca2f8fe4a887959b.js 44.9 kB
    ├ chunks/main-a2c107dac468e4cb.js 36.9 kB
    ├ chunks/pages/_app-8777e04d5963eeb8.js 25.6 kB
    ├ css/4f1ac28396bb54f0.css 16.1 kB
    └ other shared chunks (total) 4.37 kB

ƒ Middleware 34.1 kB

○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses getStaticProps)
ƒ (Dynamic) server-rendered on demand

✔️ Installed Homepage
✔️ Created Service
✔️ Customized Container
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
✔️ Cleaned
✔️ Completed successfully!

🚀 Homepage setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://10.0.42.104:3000
root@scif2:# unit not running, not starting it.
Setting up udev (257.9-1
deb13u1) ...
systemd-udevd.service is a disabled or a static unit not running, not starting it.
Setting up libss2:amd64 (1.47.2-3+b7) ...
Setting up dhcpcd-base (1:10.1.0-11+deb13u2) ...
Installing new version of config file /etc/dhcpcd.conf ...
Setting up logsave (1.47.2-3+b7) ...
Setting up python3-urllib3 (2.3.0-3+deb13u1) ...
Setting up postfix (3.10.5-1~deb13u1) ...

Postfix (main.cf) configuration was not modified by debconf. If you need to
make changes, edit /etc/postfix/main.cf (and others) as needed. To view
Postfix configuration values, see postconf(1).

After modifying main.cf, be sure to run 'systemctl reload postfix'.

Setting up libwtmpdb0:amd64 (0.73.0-3+deb13u1) ...
Setting up openssl (3.5.4-1deb13u1) ...
Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
Setting up systemd-sysv (257.9-1
deb13u1) ...
Setting up bind9-libs:amd64 (1:9.20.15-1deb13u1) ...
Setting up libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) ...
Setting up libnss-systemd:amd64 (257.9-1
deb13u1) ...
Setting up e2fsprogs (1.47.2-3+b7) ...
Setting up wtmpdb (0.73.0-3+deb13u1) ...
Setting up libpam-systemd:amd64 (257.9-1deb13u1) ...
Setting up bind9-host (1:9.20.15-1
deb13u1) ...
Setting up bind9-dnsutils (1:9.20.15-1deb13u1) ...
Processing triggers for man-db (2.13.1-1) ...
Processing triggers for dbus (1.16.2-2) ...
Processing triggers for shared-mime-info (2.4-5+b2) ...
Processing triggers for procps (2:4.0.4-9) ...
Processing triggers for debianutils (5.23.2) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
Processing triggers for postfix (3.10.5-1
deb13u1) ...
Restarting postfix
✔️ Updated Container OS
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jq is already the newest version (1.7.1-6+deb13u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
✔️ Installed Dependencies
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
All packages are up to date.
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
Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
Get:5 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [8918 B]
Fetched 21.1 kB in 0s (81.7 kB/s)
All packages are up to date.
Installing:
nodejs

Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 37.6 MB
Space needed: 237 MB / 5055 MB available

Get:1 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.22.0-1nodesource1 [37.6 MB]
Fetched 37.6 MB in 1s (35.5 MB/s)
Selecting previously unselected package nodejs.
(Reading database ... 20272 files and directories currently installed.)
Preparing to unpack .../nodejs_22.22.0-1nodesource1_amd64.deb ...
Unpacking nodejs (22.22.0-1nodesource1) ...
Setting up nodejs (22.22.0-1nodesource1) ...
Processing triggers for man-db (2.13.1-1) ...

removed 54 packages, and changed 98 packages in 3s

16 packages are looking for funding
run npm fund for details
✔️ Setup Node.js 22
Installing pnpm@latest
added 1 package in 2s

1 package is looking for funding
run npm fund for details
✔️ Installed Node.js modules: pnpm@latest
✔️ Deployed: homepage (1.9.0)
Installing Homepage (Patience)Lockfile is up to date, resolution step is skipped
Packages: +626
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Downloading @img/sharp-libvips-linux-x64@1.2.4: 7.53 MB/7.53 MB, done
Downloading @img/sharp-libvips-linuxmusl-x64@1.2.4: 7.65 MB/7.65 MB, done
Downloading next@15.5.9: 30.41 MB/30.41 MB, done
Downloading @next/swc-linux-x64-musl@15.5.7: 47.31 MB/47.31 MB, done
Downloading react-icons@5.5.0: 22.22 MB/22.22 MB, done
Downloading @next/swc-linux-x64-gnu@15.5.7: 47.36 MB/47.36 MB, done
Progress: resolved 626, reused 0, downloaded 626, added 626, done
node_modules/.pnpm/sharp@0.34.5/node_modules/sharp: Running install script, done in 84ms

dependencies:

  • @headlessui/react 2.2.9
  • @kubernetes/client-node 1.0.0
  • classnames 2.5.1
  • compare-versions 6.1.1
  • dockerode 4.0.7
  • follow-redirects 1.15.11
  • gamedig 5.3.2
  • i18next 25.5.3
  • ical.js 2.1.0
  • js-yaml 4.1.1
  • json-rpc-2.0 1.7.0
  • luxon 3.6.1
  • memory-cache 0.2.0
  • minecraftstatuspinger 1.2.2
  • next 15.5.9
  • next-i18next 12.1.0
  • ping 0.4.4
  • pretty-bytes 7.1.0
  • raw-body 3.0.2
  • react 18.3.1
  • react-dom 18.3.1
  • react-i18next 15.5.3
  • react-icons 5.5.0
  • recharts 3.1.2
  • swr 2.3.3
  • systeminformation 5.27.11
  • tough-cookie 6.0.0
  • urbackup-server-api 0.91.0
  • winston 3.17.0
  • ws 8.18.3
  • xml-js 1.6.11

devDependencies:

  • @tailwindcss/forms 0.5.10
  • @tailwindcss/postcss 4.1.18
  • eslint 9.25.1
  • eslint-config-next 15.2.4
  • eslint-config-prettier 10.1.8
  • eslint-plugin-import 2.32.0
  • eslint-plugin-jsx-a11y 6.10.2
  • eslint-plugin-prettier 5.5.4
  • eslint-plugin-react 7.37.4
  • eslint-plugin-react-hooks 5.2.0
  • postcss 8.5.6
  • prettier 3.7.3
  • prettier-plugin-organize-imports 4.3.0
  • tailwind-scrollbar 4.0.2
  • tailwindcss 4.0.9
  • typescript 5.7.3

╭ Warning ───────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: core-js@3.40.0, cpu-features@0.0.10, protobufjs@7.5.3, ssh2@1.16.0. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────╯
Done in 14.8s using pnpm v10.28.1

homepage@1.9.0 build /opt/homepage
next build

▲ Next.js 15.5.9
a
✓ Linting and checking validity of types
Creating an optimized production build ...
✓ Compiled successfully in 41s
✓ Collecting page data
✓ Generating static pages (5/5)
✓ Collecting build traces
✓ Finalizing page optimization

Route (pages) Size First Load JS
┌ ● / 109 kB 221 kB
├ /_app 0 B 112 kB
├ ○ /404 184 B 112 kB
├ ƒ /api/bookmarks 0 B 112 kB
├ ƒ /api/config/[path] 0 B 112 kB
├ ƒ /api/docker/stats/[...service] 0 B 112 kB
├ ƒ /api/docker/status/[...service] 0 B 112 kB
├ ƒ /api/hash 0 B 112 kB
├ ƒ /api/healthcheck 0 B 112 kB
├ ƒ /api/kubernetes/stats/[...service] 0 B 112 kB
├ ƒ /api/kubernetes/status/[...service] 0 B 112 kB
├ ƒ /api/ping 0 B 112 kB
├ ƒ /api/proxmox/stats/[...service] 0 B 112 kB
├ ƒ /api/releases 0 B 112 kB
├ ƒ /api/revalidate 0 B 112 kB
├ ƒ /api/search/searchSuggestion 0 B 112 kB
├ ƒ /api/services 0 B 112 kB
├ ƒ /api/services/proxy 0 B 112 kB
├ ƒ /api/siteMonitor 0 B 112 kB
├ ƒ /api/theme 0 B 112 kB
├ ƒ /api/validate 0 B 112 kB
├ ƒ /api/widgets 0 B 112 kB
├ ƒ /api/widgets/glances 0 B 112 kB
├ ƒ /api/widgets/kubernetes 0 B 112 kB
├ ƒ /api/widgets/longhorn 0 B 112 kB
├ ƒ /api/widgets/openmeteo 0 B 112 kB
├ ƒ /api/widgets/openweathermap 0 B 112 kB
├ ƒ /api/widgets/resources 0 B 112 kB
├ ƒ /api/widgets/stocks 0 B 112 kB
├ ƒ /api/widgets/weather 0 B 112 kB
├ ƒ /browserconfig.xml 254 B 112 kB
├ ƒ /robots.txt 251 B 112 kB
└ ƒ /site.webmanifest 254 B 112 kB

  • First Load JS shared by all 128 kB
    ├ chunks/framework-ca2f8fe4a887959b.js 44.9 kB
    ├ chunks/main-a2c107dac468e4cb.js 36.9 kB
    ├ chunks/pages/_app-8777e04d5963eeb8.js 25.6 kB
    ├ css/4f1ac28396bb54f0.css 16.1 kB
    └ other shared chunks (total) 4.37 kB

ƒ Middleware 34.1 kB

○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses getStaticProps)
ƒ (Dynamic) server-rendered on demand

✔️ Installed Homepage
✔️ Created Service
✔️ Customized Container
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
✔️ Cleaned
✔️ Completed successfully!

🚀 Homepage setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://10.0.42.104:3000
#####################################################################

Part of my brain is stuck on the pveam update catch.

<!-- gh-comment-id:3776005393 --> @Q-Berto commented on GitHub (Jan 21, 2026): Here is my verbose output, with just the defaults. ` __ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \ / __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/ /_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/ /_/ /____/ 🧩 Using Advanced Install on node scif2 💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve) 🖥️ Operating System: debian 🌟 Version: 13 📦 Container Type: Unprivileged 🆔 Container ID: 1027 🏠 Hostname: homepage 💾 Disk Size: 6 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🌉 Bridge: vmbr0 📡 IPv4: dhcp 📡 IPv6: auto 🗂️ FUSE Support: yes 📦 Nesting: Enabled 🎮 GPU Passthrough: no 💡 Timezone: America/New_York 🔍 Verbose Mode: yes 🚀 Creating a Homepage LXC using the above advanced settings ✔️ Saved app defaults: /usr/local/community-scripts/defaults/homepage.vars ✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template] ✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local] ✔️ LXC Container 1027 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container 💡 No SSH keys to install (skipping). ✔️ Set up Container OS ✔️ Network Connected: 10.0.42.104 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) 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 Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: base-files bash bind9-dnsutils bind9-host bind9-libs dhcpcd-base distro-info-data e2fsprogs libc-bin libc-l10n libc6 libcap2 libcap2-bin libcom-err2 libext2fs2t64 libgnutls30t64 libnss-systemd libpam-systemd libpam-wtmpdb libss2 libssl3t64 libsystemd-shared libsystemd0 libudev1 libwtmpdb0 libxml2 locales logsave openssl openssl-provider-legacy postfix python3-urllib3 sqv systemd systemd-sysv systemd-timesyncd udev wtmpdb 38 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 29.1 MB of archives. After this operation, 49.2 kB of additional disk space will be used. Get:1 http://security.debian.org trixie-security/main amd64 python3-urllib3 all 2.3.0-3+deb13u1 [115 kB] Get:2 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u1 [2851 kB] Get:3 http://deb.debian.org/debian trixie/main amd64 base-files amd64 13.8+deb13u3 [73.3 kB] Get:4 http://deb.debian.org/debian trixie/main amd64 bash amd64 5.2.37-2+b7 [1501 kB] Get:5 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u1 [637 kB] Get:6 http://deb.debian.org/debian trixie/main amd64 logsave amd64 1.47.2-3+b7 [24.9 kB] Get:7 http://deb.debian.org/debian trixie/main amd64 libext2fs2t64 amd64 1.47.2-3+b7 [213 kB] Get:8 http://deb.debian.org/debian trixie/main amd64 e2fsprogs amd64 1.47.2-3+b7 [591 kB] Get:9 http://deb.debian.org/debian trixie/main amd64 libcap2 amd64 1:2.75-10+b3 [28.8 kB] Get:10 http://deb.debian.org/debian trixie/main amd64 libsystemd0 amd64 257.9-1~deb13u1 [453 kB] Get:11 http://deb.debian.org/debian trixie/main amd64 libnss-systemd amd64 257.9-1~deb13u1 [218 kB] Get:12 http://deb.debian.org/debian trixie/main amd64 systemd-sysv amd64 257.9-1~deb13u1 [64.5 kB] Get:13 http://deb.debian.org/debian trixie/main amd64 libpam-systemd amd64 257.9-1~deb13u1 [297 kB] Get:14 http://deb.debian.org/debian trixie/main amd64 libsystemd-shared amd64 257.9-1~deb13u1 [2151 kB] Get:15 http://deb.debian.org/debian trixie/main amd64 systemd amd64 257.9-1~deb13u1 [3096 kB] Get:16 http://deb.debian.org/debian trixie/main amd64 systemd-timesyncd amd64 257.9-1~deb13u1 [93.0 kB] Get:17 http://deb.debian.org/debian trixie/main amd64 udev amd64 257.9-1~deb13u1 [1392 kB] Get:18 http://deb.debian.org/debian trixie/main amd64 libudev1 amd64 257.9-1~deb13u1 [152 kB] Get:19 http://deb.debian.org/debian trixie/main amd64 openssl-provider-legacy amd64 3.5.4-1~deb13u1 [308 kB] Get:20 http://deb.debian.org/debian trixie/main amd64 libssl3t64 amd64 3.5.4-1~deb13u1 [2441 kB] Get:21 http://deb.debian.org/debian trixie/main amd64 postfix amd64 3.10.5-1~deb13u1 [1600 kB] Get:22 http://deb.debian.org/debian trixie/main amd64 sqv amd64 1.3.0-3+b2 [661 kB] Get:23 http://deb.debian.org/debian trixie/main amd64 dhcpcd-base amd64 1:10.1.0-11+deb13u2 [201 kB] Get:24 http://deb.debian.org/debian trixie/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u2 [698 kB] Get:25 http://deb.debian.org/debian trixie/main amd64 bind9-dnsutils amd64 1:9.20.15-1~deb13u1 [165 kB] Get:26 http://deb.debian.org/debian trixie/main amd64 bind9-host amd64 1:9.20.15-1~deb13u1 [55.4 kB] Get:27 http://deb.debian.org/debian trixie/main amd64 bind9-libs amd64 1:9.20.15-1~deb13u1 [1238 kB] Get:28 http://deb.debian.org/debian trixie/main amd64 libc-l10n all 2.41-12+deb13u1 [738 kB] Get:29 http://deb.debian.org/debian trixie/main amd64 wtmpdb amd64 0.73.0-3+deb13u1 [21.8 kB] Get:30 http://deb.debian.org/debian trixie/main amd64 libpam-wtmpdb amd64 0.73.0-3+deb13u1 [10.8 kB] Get:31 http://deb.debian.org/debian trixie/main amd64 libwtmpdb0 amd64 0.73.0-3+deb13u1 [13.1 kB] Get:32 http://deb.debian.org/debian trixie/main amd64 locales all 2.41-12+deb13u1 [3925 kB] Get:33 http://deb.debian.org/debian trixie/main amd64 distro-info-data all 0.66+deb13u1 [6724 B] Get:34 http://deb.debian.org/debian trixie/main amd64 libcap2-bin amd64 1:2.75-10+b3 [36.4 kB] Get:35 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b7 [25.0 kB] Get:36 http://deb.debian.org/debian trixie/main amd64 libgnutls30t64 amd64 3.8.9-3+deb13u1 [1466 kB] Get:37 http://deb.debian.org/debian trixie/main amd64 libss2 amd64 1.47.2-3+b7 [29.7 kB] Get:38 http://deb.debian.org/debian trixie/main amd64 openssl amd64 3.5.4-1~deb13u1 [1495 kB] Fetched 29.1 MB in 1s (28.7 MB/s) apt-listchanges: Reading changelogs... Extracting templates from packages: 100% Preconfiguring packages ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libc6_2.41-12+deb13u1_amd64.deb ... Unpacking libc6:amd64 (2.41-12+deb13u1) over (2.41-12) ... Setting up libc6:amd64 (2.41-12+deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../base-files_13.8+deb13u3_amd64.deb ... Unpacking base-files (13.8+deb13u3) over (13.8+deb13u1) ... Setting up base-files (13.8+deb13u3) ... Installing new version of config file /etc/debian_version ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../bash_5.2.37-2+b7_amd64.deb ... Unpacking bash (5.2.37-2+b7) over (5.2.37-2+b5) ... Setting up bash (5.2.37-2+b7) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libc-bin_2.41-12+deb13u1_amd64.deb ... Unpacking libc-bin (2.41-12+deb13u1) over (2.41-12) ... Setting up libc-bin (2.41-12+deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../logsave_1.47.2-3+b7_amd64.deb ... Unpacking logsave (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../libext2fs2t64_1.47.2-3+b7_amd64.deb ... Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64' Unpacking libext2fs2t64:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Setting up libext2fs2t64:amd64 (1.47.2-3+b7) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../e2fsprogs_1.47.2-3+b7_amd64.deb ... Unpacking e2fsprogs (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../libcap2_1%3a2.75-10+b3_amd64.deb ... Unpacking libcap2:amd64 (1:2.75-10+b3) over (1:2.75-10+b1) ... Setting up libcap2:amd64 (1:2.75-10+b3) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libsystemd0_257.9-1~deb13u1_amd64.deb ... Unpacking libsystemd0:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libsystemd0:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libnss-systemd_257.9-1~deb13u1_amd64.deb ... Unpacking libnss-systemd:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../systemd-sysv_257.9-1~deb13u1_amd64.deb ... Unpacking systemd-sysv (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libpam-systemd_257.9-1~deb13u1_amd64.deb ... Unpacking libpam-systemd:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_amd64.deb ... Unpacking libsystemd-shared:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libsystemd-shared:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../systemd_257.9-1~deb13u1_amd64.deb ... Unpacking systemd (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../systemd-timesyncd_257.9-1~deb13u1_amd64.deb ... Unpacking systemd-timesyncd (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../udev_257.9-1~deb13u1_amd64.deb ... Unpacking udev (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libudev1_257.9-1~deb13u1_amd64.deb ... Unpacking libudev1:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libudev1:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb ... Unpacking openssl-provider-legacy (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Setting up openssl-provider-legacy (3.5.4-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libssl3t64_3.5.4-1~deb13u1_amd64.deb ... Unpacking libssl3t64:amd64 (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Setting up libssl3t64:amd64 (3.5.4-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../postfix_3.10.5-1~deb13u1_amd64.deb ... Unpacking postfix (3.10.5-1~deb13u1) over (3.10.4-1~deb13u1) ... Preparing to unpack .../sqv_1.3.0-3+b2_amd64.deb ... Unpacking sqv (1.3.0-3+b2) over (1.3.0-3) ... Setting up sqv (1.3.0-3+b2) ... (Reading database ... 20273 files and directories currently installed.) Preparing to unpack .../00-dhcpcd-base_1%3a10.1.0-11+deb13u2_amd64.deb ... Unpacking dhcpcd-base (1:10.1.0-11+deb13u2) over (1:10.1.0-11) ... Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) over (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... Preparing to unpack .../02-bind9-dnsutils_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-dnsutils (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../03-bind9-host_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-host (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../04-bind9-libs_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-libs:amd64 (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../05-libc-l10n_2.41-12+deb13u1_all.deb ... Unpacking libc-l10n (2.41-12+deb13u1) over (2.41-12) ... Preparing to unpack .../06-wtmpdb_0.73.0-3+deb13u1_amd64.deb ... Unpacking wtmpdb (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../07-libpam-wtmpdb_0.73.0-3+deb13u1_amd64.deb ... Unpacking libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../08-libwtmpdb0_0.73.0-3+deb13u1_amd64.deb ... Unpacking libwtmpdb0:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../09-locales_2.41-12+deb13u1_all.deb ... Unpacking locales (2.41-12+deb13u1) over (2.41-12) ... Preparing to unpack .../10-distro-info-data_0.66+deb13u1_all.deb ... Unpacking distro-info-data (0.66+deb13u1) over (0.66) ... Preparing to unpack .../11-libcap2-bin_1%3a2.75-10+b3_amd64.deb ... Unpacking libcap2-bin (1:2.75-10+b3) over (1:2.75-10+b1) ... Preparing to unpack .../12-libcom-err2_1.47.2-3+b7_amd64.deb ... Unpacking libcom-err2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../13-libgnutls30t64_3.8.9-3+deb13u1_amd64.deb ... Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u1) over (3.8.9-3) ... Preparing to unpack .../14-libss2_1.47.2-3+b7_amd64.deb ... Unpacking libss2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../15-openssl_3.5.4-1~deb13u1_amd64.deb ... Unpacking openssl (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Preparing to unpack .../16-python3-urllib3_2.3.0-3+deb13u1_all.deb ... Unpacking python3-urllib3 (2.3.0-3+deb13u1) over (2.3.0-3) ... Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u1) ... Setting up libc-l10n (2.41-12+deb13u1) ... Setting up distro-info-data (0.66+deb13u1) ... Setting up systemd (257.9-1~deb13u1) ... /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. Setting up libcom-err2:amd64 (1.47.2-3+b7) ... Setting up locales (2.41-12+deb13u1) ... Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Setting up libcap2-bin (1:2.75-10+b3) ... Setting up systemd-timesyncd (257.9-1~deb13u1) ... systemd-time-wait-sync.service is a disabled or a static __ __ / / / /___ ____ ___ ___ ____ ____ _____ ____ / /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \ / __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/ /_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/ /_/ /____/ 🧩 Using Advanced Install on node scif2 💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve) 🖥️ Operating System: debian 🌟 Version: 13 📦 Container Type: Unprivileged 🆔 Container ID: 1027 🏠 Hostname: homepage 💾 Disk Size: 6 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🌉 Bridge: vmbr0 📡 IPv4: dhcp 📡 IPv6: auto 🗂️ FUSE Support: yes 📦 Nesting: Enabled 🎮 GPU Passthrough: no 💡 Timezone: America/New_York 🔍 Verbose Mode: yes 🚀 Creating a Homepage LXC using the above advanced settings ✔️ Saved app defaults: /usr/local/community-scripts/defaults/homepage.vars ✔️ Storage local (Free: 54.6GB Used: 7.7GB) [Template] ✔️ Storage local-lvm (Free: 83.8GB Used: 51.3GB) [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 [local] ✔️ LXC Container 1027 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container 💡 No SSH keys to install (skipping). ✔️ Set up Container OS ✔️ Network Connected: 10.0.42.104 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) 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 Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: base-files bash bind9-dnsutils bind9-host bind9-libs dhcpcd-base distro-info-data e2fsprogs libc-bin libc-l10n libc6 libcap2 libcap2-bin libcom-err2 libext2fs2t64 libgnutls30t64 libnss-systemd libpam-systemd libpam-wtmpdb libss2 libssl3t64 libsystemd-shared libsystemd0 libudev1 libwtmpdb0 libxml2 locales logsave openssl openssl-provider-legacy postfix python3-urllib3 sqv systemd systemd-sysv systemd-timesyncd udev wtmpdb 38 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 29.1 MB of archives. After this operation, 49.2 kB of additional disk space will be used. Get:1 http://security.debian.org trixie-security/main amd64 python3-urllib3 all 2.3.0-3+deb13u1 [115 kB] Get:2 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u1 [2851 kB] Get:3 http://deb.debian.org/debian trixie/main amd64 base-files amd64 13.8+deb13u3 [73.3 kB] Get:4 http://deb.debian.org/debian trixie/main amd64 bash amd64 5.2.37-2+b7 [1501 kB] Get:5 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u1 [637 kB] Get:6 http://deb.debian.org/debian trixie/main amd64 logsave amd64 1.47.2-3+b7 [24.9 kB] Get:7 http://deb.debian.org/debian trixie/main amd64 libext2fs2t64 amd64 1.47.2-3+b7 [213 kB] Get:8 http://deb.debian.org/debian trixie/main amd64 e2fsprogs amd64 1.47.2-3+b7 [591 kB] Get:9 http://deb.debian.org/debian trixie/main amd64 libcap2 amd64 1:2.75-10+b3 [28.8 kB] Get:10 http://deb.debian.org/debian trixie/main amd64 libsystemd0 amd64 257.9-1~deb13u1 [453 kB] Get:11 http://deb.debian.org/debian trixie/main amd64 libnss-systemd amd64 257.9-1~deb13u1 [218 kB] Get:12 http://deb.debian.org/debian trixie/main amd64 systemd-sysv amd64 257.9-1~deb13u1 [64.5 kB] Get:13 http://deb.debian.org/debian trixie/main amd64 libpam-systemd amd64 257.9-1~deb13u1 [297 kB] Get:14 http://deb.debian.org/debian trixie/main amd64 libsystemd-shared amd64 257.9-1~deb13u1 [2151 kB] Get:15 http://deb.debian.org/debian trixie/main amd64 systemd amd64 257.9-1~deb13u1 [3096 kB] Get:16 http://deb.debian.org/debian trixie/main amd64 systemd-timesyncd amd64 257.9-1~deb13u1 [93.0 kB] Get:17 http://deb.debian.org/debian trixie/main amd64 udev amd64 257.9-1~deb13u1 [1392 kB] Get:18 http://deb.debian.org/debian trixie/main amd64 libudev1 amd64 257.9-1~deb13u1 [152 kB] Get:19 http://deb.debian.org/debian trixie/main amd64 openssl-provider-legacy amd64 3.5.4-1~deb13u1 [308 kB] Get:20 http://deb.debian.org/debian trixie/main amd64 libssl3t64 amd64 3.5.4-1~deb13u1 [2441 kB] Get:21 http://deb.debian.org/debian trixie/main amd64 postfix amd64 3.10.5-1~deb13u1 [1600 kB] Get:22 http://deb.debian.org/debian trixie/main amd64 sqv amd64 1.3.0-3+b2 [661 kB] Get:23 http://deb.debian.org/debian trixie/main amd64 dhcpcd-base amd64 1:10.1.0-11+deb13u2 [201 kB] Get:24 http://deb.debian.org/debian trixie/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u2 [698 kB] Get:25 http://deb.debian.org/debian trixie/main amd64 bind9-dnsutils amd64 1:9.20.15-1~deb13u1 [165 kB] Get:26 http://deb.debian.org/debian trixie/main amd64 bind9-host amd64 1:9.20.15-1~deb13u1 [55.4 kB] Get:27 http://deb.debian.org/debian trixie/main amd64 bind9-libs amd64 1:9.20.15-1~deb13u1 [1238 kB] Get:28 http://deb.debian.org/debian trixie/main amd64 libc-l10n all 2.41-12+deb13u1 [738 kB] Get:29 http://deb.debian.org/debian trixie/main amd64 wtmpdb amd64 0.73.0-3+deb13u1 [21.8 kB] Get:30 http://deb.debian.org/debian trixie/main amd64 libpam-wtmpdb amd64 0.73.0-3+deb13u1 [10.8 kB] Get:31 http://deb.debian.org/debian trixie/main amd64 libwtmpdb0 amd64 0.73.0-3+deb13u1 [13.1 kB] Get:32 http://deb.debian.org/debian trixie/main amd64 locales all 2.41-12+deb13u1 [3925 kB] Get:33 http://deb.debian.org/debian trixie/main amd64 distro-info-data all 0.66+deb13u1 [6724 B] Get:34 http://deb.debian.org/debian trixie/main amd64 libcap2-bin amd64 1:2.75-10+b3 [36.4 kB] Get:35 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b7 [25.0 kB] Get:36 http://deb.debian.org/debian trixie/main amd64 libgnutls30t64 amd64 3.8.9-3+deb13u1 [1466 kB] Get:37 http://deb.debian.org/debian trixie/main amd64 libss2 amd64 1.47.2-3+b7 [29.7 kB] Get:38 http://deb.debian.org/debian trixie/main amd64 openssl amd64 3.5.4-1~deb13u1 [1495 kB] Fetched 29.1 MB in 1s (28.7 MB/s) apt-listchanges: Reading changelogs... Extracting templates from packages: 100% Preconfiguring packages ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libc6_2.41-12+deb13u1_amd64.deb ... Unpacking libc6:amd64 (2.41-12+deb13u1) over (2.41-12) ... Setting up libc6:amd64 (2.41-12+deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../base-files_13.8+deb13u3_amd64.deb ... Unpacking base-files (13.8+deb13u3) over (13.8+deb13u1) ... Setting up base-files (13.8+deb13u3) ... Installing new version of config file /etc/debian_version ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../bash_5.2.37-2+b7_amd64.deb ... Unpacking bash (5.2.37-2+b7) over (5.2.37-2+b5) ... Setting up bash (5.2.37-2+b7) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libc-bin_2.41-12+deb13u1_amd64.deb ... Unpacking libc-bin (2.41-12+deb13u1) over (2.41-12) ... Setting up libc-bin (2.41-12+deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../logsave_1.47.2-3+b7_amd64.deb ... Unpacking logsave (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../libext2fs2t64_1.47.2-3+b7_amd64.deb ... Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64' Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64' Unpacking libext2fs2t64:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Setting up libext2fs2t64:amd64 (1.47.2-3+b7) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../e2fsprogs_1.47.2-3+b7_amd64.deb ... Unpacking e2fsprogs (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../libcap2_1%3a2.75-10+b3_amd64.deb ... Unpacking libcap2:amd64 (1:2.75-10+b3) over (1:2.75-10+b1) ... Setting up libcap2:amd64 (1:2.75-10+b3) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libsystemd0_257.9-1~deb13u1_amd64.deb ... Unpacking libsystemd0:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libsystemd0:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libnss-systemd_257.9-1~deb13u1_amd64.deb ... Unpacking libnss-systemd:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../systemd-sysv_257.9-1~deb13u1_amd64.deb ... Unpacking systemd-sysv (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libpam-systemd_257.9-1~deb13u1_amd64.deb ... Unpacking libpam-systemd:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_amd64.deb ... Unpacking libsystemd-shared:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libsystemd-shared:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../systemd_257.9-1~deb13u1_amd64.deb ... Unpacking systemd (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../systemd-timesyncd_257.9-1~deb13u1_amd64.deb ... Unpacking systemd-timesyncd (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../udev_257.9-1~deb13u1_amd64.deb ... Unpacking udev (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Preparing to unpack .../libudev1_257.9-1~deb13u1_amd64.deb ... Unpacking libudev1:amd64 (257.9-1~deb13u1) over (257.8-1~deb13u2) ... Setting up libudev1:amd64 (257.9-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb ... Unpacking openssl-provider-legacy (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Setting up openssl-provider-legacy (3.5.4-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../libssl3t64_3.5.4-1~deb13u1_amd64.deb ... Unpacking libssl3t64:amd64 (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Setting up libssl3t64:amd64 (3.5.4-1~deb13u1) ... (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../postfix_3.10.5-1~deb13u1_amd64.deb ... Unpacking postfix (3.10.5-1~deb13u1) over (3.10.4-1~deb13u1) ... Preparing to unpack .../sqv_1.3.0-3+b2_amd64.deb ... Unpacking sqv (1.3.0-3+b2) over (1.3.0-3) ... Setting up sqv (1.3.0-3+b2) ... (Reading database ... 20273 files and directories currently installed.) Preparing to unpack .../00-dhcpcd-base_1%3a10.1.0-11+deb13u2_amd64.deb ... Unpacking dhcpcd-base (1:10.1.0-11+deb13u2) over (1:10.1.0-11) ... Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) over (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... Preparing to unpack .../02-bind9-dnsutils_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-dnsutils (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../03-bind9-host_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-host (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../04-bind9-libs_1%3a9.20.15-1~deb13u1_amd64.deb ... Unpacking bind9-libs:amd64 (1:9.20.15-1~deb13u1) over (1:9.20.11-4) ... Preparing to unpack .../05-libc-l10n_2.41-12+deb13u1_all.deb ... Unpacking libc-l10n (2.41-12+deb13u1) over (2.41-12) ... Preparing to unpack .../06-wtmpdb_0.73.0-3+deb13u1_amd64.deb ... Unpacking wtmpdb (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../07-libpam-wtmpdb_0.73.0-3+deb13u1_amd64.deb ... Unpacking libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../08-libwtmpdb0_0.73.0-3+deb13u1_amd64.deb ... Unpacking libwtmpdb0:amd64 (0.73.0-3+deb13u1) over (0.73.0-3) ... Preparing to unpack .../09-locales_2.41-12+deb13u1_all.deb ... Unpacking locales (2.41-12+deb13u1) over (2.41-12) ... Preparing to unpack .../10-distro-info-data_0.66+deb13u1_all.deb ... Unpacking distro-info-data (0.66+deb13u1) over (0.66) ... Preparing to unpack .../11-libcap2-bin_1%3a2.75-10+b3_amd64.deb ... Unpacking libcap2-bin (1:2.75-10+b3) over (1:2.75-10+b1) ... Preparing to unpack .../12-libcom-err2_1.47.2-3+b7_amd64.deb ... Unpacking libcom-err2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../13-libgnutls30t64_3.8.9-3+deb13u1_amd64.deb ... Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u1) over (3.8.9-3) ... Preparing to unpack .../14-libss2_1.47.2-3+b7_amd64.deb ... Unpacking libss2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ... Preparing to unpack .../15-openssl_3.5.4-1~deb13u1_amd64.deb ... Unpacking openssl (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ... Preparing to unpack .../16-python3-urllib3_2.3.0-3+deb13u1_all.deb ... Unpacking python3-urllib3 (2.3.0-3+deb13u1) over (2.3.0-3) ... Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u1) ... Setting up libc-l10n (2.41-12+deb13u1) ... Setting up distro-info-data (0.66+deb13u1) ... Setting up systemd (257.9-1~deb13u1) ... /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. Setting up libcom-err2:amd64 (1.47.2-3+b7) ... Setting up locales (2.41-12+deb13u1) ... Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Setting up libcap2-bin (1:2.75-10+b3) ... Setting up systemd-timesyncd (257.9-1~deb13u1) ... systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. Setting up udev (257.9-1~deb13u1) ... systemd-udevd.service is a disabled or a static unit not running, not starting it. Setting up libss2:amd64 (1.47.2-3+b7) ... Setting up dhcpcd-base (1:10.1.0-11+deb13u2) ... Installing new version of config file /etc/dhcpcd.conf ... Setting up logsave (1.47.2-3+b7) ... Setting up python3-urllib3 (2.3.0-3+deb13u1) ... Setting up postfix (3.10.5-1~deb13u1) ... Postfix (main.cf) configuration was not modified by debconf. If you need to make changes, edit /etc/postfix/main.cf (and others) as needed. To view Postfix configuration values, see postconf(1). After modifying main.cf, be sure to run 'systemctl reload postfix'. Setting up libwtmpdb0:amd64 (0.73.0-3+deb13u1) ... Setting up openssl (3.5.4-1~deb13u1) ... Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... Setting up systemd-sysv (257.9-1~deb13u1) ... Setting up bind9-libs:amd64 (1:9.20.15-1~deb13u1) ... Setting up libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) ... Setting up libnss-systemd:amd64 (257.9-1~deb13u1) ... Setting up e2fsprogs (1.47.2-3+b7) ... Setting up wtmpdb (0.73.0-3+deb13u1) ... Setting up libpam-systemd:amd64 (257.9-1~deb13u1) ... Setting up bind9-host (1:9.20.15-1~deb13u1) ... Setting up bind9-dnsutils (1:9.20.15-1~deb13u1) ... Processing triggers for man-db (2.13.1-1) ... Processing triggers for dbus (1.16.2-2) ... Processing triggers for shared-mime-info (2.4-5+b2) ... Processing triggers for procps (2:4.0.4-9) ... Processing triggers for debianutils (5.23.2) ... Processing triggers for libc-bin (2.41-12+deb13u1) ... Processing triggers for postfix (3.10.5-1~deb13u1) ... Restarting postfix ✔️ Updated Container OS Reading package lists... Done Building dependency tree... Done Reading state information... Done jq is already the newest version (1.7.1-6+deb13u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ✔️ Installed Dependencies 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 All packages are up to date. 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 Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB] Get:5 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [8918 B] Fetched 21.1 kB in 0s (81.7 kB/s) All packages are up to date. Installing: nodejs Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 Download size: 37.6 MB Space needed: 237 MB / 5055 MB available Get:1 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.22.0-1nodesource1 [37.6 MB] Fetched 37.6 MB in 1s (35.5 MB/s) Selecting previously unselected package nodejs. (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../nodejs_22.22.0-1nodesource1_amd64.deb ... Unpacking nodejs (22.22.0-1nodesource1) ... Setting up nodejs (22.22.0-1nodesource1) ... Processing triggers for man-db (2.13.1-1) ... removed 54 packages, and changed 98 packages in 3s 16 packages are looking for funding run `npm fund` for details ✔️ Setup Node.js 22 ⏳ Installing pnpm@latest added 1 package in 2s 1 package is looking for funding run `npm fund` for details ✔️ Installed Node.js modules: pnpm@latest ✔️ Deployed: homepage (1.9.0) ⏳ Installing Homepage (Patience)Lockfile is up to date, resolution step is skipped Packages: +626 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Downloading @img/sharp-libvips-linux-x64@1.2.4: 7.53 MB/7.53 MB, done Downloading @img/sharp-libvips-linuxmusl-x64@1.2.4: 7.65 MB/7.65 MB, done Downloading next@15.5.9: 30.41 MB/30.41 MB, done Downloading @next/swc-linux-x64-musl@15.5.7: 47.31 MB/47.31 MB, done Downloading react-icons@5.5.0: 22.22 MB/22.22 MB, done Downloading @next/swc-linux-x64-gnu@15.5.7: 47.36 MB/47.36 MB, done Progress: resolved 626, reused 0, downloaded 626, added 626, done node_modules/.pnpm/sharp@0.34.5/node_modules/sharp: Running install script, done in 84ms dependencies: + @headlessui/react 2.2.9 + @kubernetes/client-node 1.0.0 + classnames 2.5.1 + compare-versions 6.1.1 + dockerode 4.0.7 + follow-redirects 1.15.11 + gamedig 5.3.2 + i18next 25.5.3 + ical.js 2.1.0 + js-yaml 4.1.1 + json-rpc-2.0 1.7.0 + luxon 3.6.1 + memory-cache 0.2.0 + minecraftstatuspinger 1.2.2 + next 15.5.9 + next-i18next 12.1.0 + ping 0.4.4 + pretty-bytes 7.1.0 + raw-body 3.0.2 + react 18.3.1 + react-dom 18.3.1 + react-i18next 15.5.3 + react-icons 5.5.0 + recharts 3.1.2 + swr 2.3.3 + systeminformation 5.27.11 + tough-cookie 6.0.0 + urbackup-server-api 0.91.0 + winston 3.17.0 + ws 8.18.3 + xml-js 1.6.11 devDependencies: + @tailwindcss/forms 0.5.10 + @tailwindcss/postcss 4.1.18 + eslint 9.25.1 + eslint-config-next 15.2.4 + eslint-config-prettier 10.1.8 + eslint-plugin-import 2.32.0 + eslint-plugin-jsx-a11y 6.10.2 + eslint-plugin-prettier 5.5.4 + eslint-plugin-react 7.37.4 + eslint-plugin-react-hooks 5.2.0 + postcss 8.5.6 + prettier 3.7.3 + prettier-plugin-organize-imports 4.3.0 + tailwind-scrollbar 4.0.2 + tailwindcss 4.0.9 + typescript 5.7.3 ╭ Warning ───────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Ignored build scripts: core-js@3.40.0, cpu-features@0.0.10, protobufjs@7.5.3, ssh2@1.16.0. │ │ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────╯ Done in 14.8s using pnpm v10.28.1 > homepage@1.9.0 build /opt/homepage > next build ▲ Next.js 15.5.9 ✓ Linting and checking validity of types Creating an optimized production build ... ✓ Compiled successfully in 41s ✓ Collecting page data ✓ Generating static pages (5/5) ✓ Collecting build traces ✓ Finalizing page optimization Route (pages) Size First Load JS ┌ ● / 109 kB 221 kB ├ /_app 0 B 112 kB ├ ○ /404 184 B 112 kB ├ ƒ /api/bookmarks 0 B 112 kB ├ ƒ /api/config/[path] 0 B 112 kB ├ ƒ /api/docker/stats/[...service] 0 B 112 kB ├ ƒ /api/docker/status/[...service] 0 B 112 kB ├ ƒ /api/hash 0 B 112 kB ├ ƒ /api/healthcheck 0 B 112 kB ├ ƒ /api/kubernetes/stats/[...service] 0 B 112 kB ├ ƒ /api/kubernetes/status/[...service] 0 B 112 kB ├ ƒ /api/ping 0 B 112 kB ├ ƒ /api/proxmox/stats/[...service] 0 B 112 kB ├ ƒ /api/releases 0 B 112 kB ├ ƒ /api/revalidate 0 B 112 kB ├ ƒ /api/search/searchSuggestion 0 B 112 kB ├ ƒ /api/services 0 B 112 kB ├ ƒ /api/services/proxy 0 B 112 kB ├ ƒ /api/siteMonitor 0 B 112 kB ├ ƒ /api/theme 0 B 112 kB ├ ƒ /api/validate 0 B 112 kB ├ ƒ /api/widgets 0 B 112 kB ├ ƒ /api/widgets/glances 0 B 112 kB ├ ƒ /api/widgets/kubernetes 0 B 112 kB ├ ƒ /api/widgets/longhorn 0 B 112 kB ├ ƒ /api/widgets/openmeteo 0 B 112 kB ├ ƒ /api/widgets/openweathermap 0 B 112 kB ├ ƒ /api/widgets/resources 0 B 112 kB ├ ƒ /api/widgets/stocks 0 B 112 kB ├ ƒ /api/widgets/weather 0 B 112 kB ├ ƒ /browserconfig.xml 254 B 112 kB ├ ƒ /robots.txt 251 B 112 kB └ ƒ /site.webmanifest 254 B 112 kB + First Load JS shared by all 128 kB ├ chunks/framework-ca2f8fe4a887959b.js 44.9 kB ├ chunks/main-a2c107dac468e4cb.js 36.9 kB ├ chunks/pages/_app-8777e04d5963eeb8.js 25.6 kB ├ css/4f1ac28396bb54f0.css 16.1 kB └ other shared chunks (total) 4.37 kB ƒ Middleware 34.1 kB ○ (Static) prerendered as static content ● (SSG) prerendered as static HTML (uses getStaticProps) ƒ (Dynamic) server-rendered on demand ✔️ Installed Homepage ✔️ Created Service ✔️ Customized Container Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 ✔️ Cleaned ✔️ Completed successfully! 🚀 Homepage setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://10.0.42.104:3000 root@scif2:~# unit not running, not starting it. Setting up udev (257.9-1~deb13u1) ... systemd-udevd.service is a disabled or a static unit not running, not starting it. Setting up libss2:amd64 (1.47.2-3+b7) ... Setting up dhcpcd-base (1:10.1.0-11+deb13u2) ... Installing new version of config file /etc/dhcpcd.conf ... Setting up logsave (1.47.2-3+b7) ... Setting up python3-urllib3 (2.3.0-3+deb13u1) ... Setting up postfix (3.10.5-1~deb13u1) ... Postfix (main.cf) configuration was not modified by debconf. If you need to make changes, edit /etc/postfix/main.cf (and others) as needed. To view Postfix configuration values, see postconf(1). After modifying main.cf, be sure to run 'systemctl reload postfix'. Setting up libwtmpdb0:amd64 (0.73.0-3+deb13u1) ... Setting up openssl (3.5.4-1~deb13u1) ... Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... Setting up systemd-sysv (257.9-1~deb13u1) ... Setting up bind9-libs:amd64 (1:9.20.15-1~deb13u1) ... Setting up libpam-wtmpdb:amd64 (0.73.0-3+deb13u1) ... Setting up libnss-systemd:amd64 (257.9-1~deb13u1) ... Setting up e2fsprogs (1.47.2-3+b7) ... Setting up wtmpdb (0.73.0-3+deb13u1) ... Setting up libpam-systemd:amd64 (257.9-1~deb13u1) ... Setting up bind9-host (1:9.20.15-1~deb13u1) ... Setting up bind9-dnsutils (1:9.20.15-1~deb13u1) ... Processing triggers for man-db (2.13.1-1) ... Processing triggers for dbus (1.16.2-2) ... Processing triggers for shared-mime-info (2.4-5+b2) ... Processing triggers for procps (2:4.0.4-9) ... Processing triggers for debianutils (5.23.2) ... Processing triggers for libc-bin (2.41-12+deb13u1) ... Processing triggers for postfix (3.10.5-1~deb13u1) ... Restarting postfix ✔️ Updated Container OS Reading package lists... Done Building dependency tree... Done Reading state information... Done jq is already the newest version (1.7.1-6+deb13u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ✔️ Installed Dependencies 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 All packages are up to date. 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 Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB] Get:5 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [8918 B] Fetched 21.1 kB in 0s (81.7 kB/s) All packages are up to date. Installing: nodejs Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 Download size: 37.6 MB Space needed: 237 MB / 5055 MB available Get:1 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.22.0-1nodesource1 [37.6 MB] Fetched 37.6 MB in 1s (35.5 MB/s) Selecting previously unselected package nodejs. (Reading database ... 20272 files and directories currently installed.) Preparing to unpack .../nodejs_22.22.0-1nodesource1_amd64.deb ... Unpacking nodejs (22.22.0-1nodesource1) ... Setting up nodejs (22.22.0-1nodesource1) ... Processing triggers for man-db (2.13.1-1) ... removed 54 packages, and changed 98 packages in 3s 16 packages are looking for funding run `npm fund` for details ✔️ Setup Node.js 22 ⏳ Installing pnpm@latest added 1 package in 2s 1 package is looking for funding run `npm fund` for details ✔️ Installed Node.js modules: pnpm@latest ✔️ Deployed: homepage (1.9.0) ⏳ Installing Homepage (Patience)Lockfile is up to date, resolution step is skipped Packages: +626 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Downloading @img/sharp-libvips-linux-x64@1.2.4: 7.53 MB/7.53 MB, done Downloading @img/sharp-libvips-linuxmusl-x64@1.2.4: 7.65 MB/7.65 MB, done Downloading next@15.5.9: 30.41 MB/30.41 MB, done Downloading @next/swc-linux-x64-musl@15.5.7: 47.31 MB/47.31 MB, done Downloading react-icons@5.5.0: 22.22 MB/22.22 MB, done Downloading @next/swc-linux-x64-gnu@15.5.7: 47.36 MB/47.36 MB, done Progress: resolved 626, reused 0, downloaded 626, added 626, done node_modules/.pnpm/sharp@0.34.5/node_modules/sharp: Running install script, done in 84ms dependencies: + @headlessui/react 2.2.9 + @kubernetes/client-node 1.0.0 + classnames 2.5.1 + compare-versions 6.1.1 + dockerode 4.0.7 + follow-redirects 1.15.11 + gamedig 5.3.2 + i18next 25.5.3 + ical.js 2.1.0 + js-yaml 4.1.1 + json-rpc-2.0 1.7.0 + luxon 3.6.1 + memory-cache 0.2.0 + minecraftstatuspinger 1.2.2 + next 15.5.9 + next-i18next 12.1.0 + ping 0.4.4 + pretty-bytes 7.1.0 + raw-body 3.0.2 + react 18.3.1 + react-dom 18.3.1 + react-i18next 15.5.3 + react-icons 5.5.0 + recharts 3.1.2 + swr 2.3.3 + systeminformation 5.27.11 + tough-cookie 6.0.0 + urbackup-server-api 0.91.0 + winston 3.17.0 + ws 8.18.3 + xml-js 1.6.11 devDependencies: + @tailwindcss/forms 0.5.10 + @tailwindcss/postcss 4.1.18 + eslint 9.25.1 + eslint-config-next 15.2.4 + eslint-config-prettier 10.1.8 + eslint-plugin-import 2.32.0 + eslint-plugin-jsx-a11y 6.10.2 + eslint-plugin-prettier 5.5.4 + eslint-plugin-react 7.37.4 + eslint-plugin-react-hooks 5.2.0 + postcss 8.5.6 + prettier 3.7.3 + prettier-plugin-organize-imports 4.3.0 + tailwind-scrollbar 4.0.2 + tailwindcss 4.0.9 + typescript 5.7.3 ╭ Warning ───────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Ignored build scripts: core-js@3.40.0, cpu-features@0.0.10, protobufjs@7.5.3, ssh2@1.16.0. │ │ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────╯ Done in 14.8s using pnpm v10.28.1 > homepage@1.9.0 build /opt/homepage > next build ▲ Next.js 15.5.9 a ✓ Linting and checking validity of types Creating an optimized production build ... ✓ Compiled successfully in 41s ✓ Collecting page data ✓ Generating static pages (5/5) ✓ Collecting build traces ✓ Finalizing page optimization Route (pages) Size First Load JS ┌ ● / 109 kB 221 kB ├ /_app 0 B 112 kB ├ ○ /404 184 B 112 kB ├ ƒ /api/bookmarks 0 B 112 kB ├ ƒ /api/config/[path] 0 B 112 kB ├ ƒ /api/docker/stats/[...service] 0 B 112 kB ├ ƒ /api/docker/status/[...service] 0 B 112 kB ├ ƒ /api/hash 0 B 112 kB ├ ƒ /api/healthcheck 0 B 112 kB ├ ƒ /api/kubernetes/stats/[...service] 0 B 112 kB ├ ƒ /api/kubernetes/status/[...service] 0 B 112 kB ├ ƒ /api/ping 0 B 112 kB ├ ƒ /api/proxmox/stats/[...service] 0 B 112 kB ├ ƒ /api/releases 0 B 112 kB ├ ƒ /api/revalidate 0 B 112 kB ├ ƒ /api/search/searchSuggestion 0 B 112 kB ├ ƒ /api/services 0 B 112 kB ├ ƒ /api/services/proxy 0 B 112 kB ├ ƒ /api/siteMonitor 0 B 112 kB ├ ƒ /api/theme 0 B 112 kB ├ ƒ /api/validate 0 B 112 kB ├ ƒ /api/widgets 0 B 112 kB ├ ƒ /api/widgets/glances 0 B 112 kB ├ ƒ /api/widgets/kubernetes 0 B 112 kB ├ ƒ /api/widgets/longhorn 0 B 112 kB ├ ƒ /api/widgets/openmeteo 0 B 112 kB ├ ƒ /api/widgets/openweathermap 0 B 112 kB ├ ƒ /api/widgets/resources 0 B 112 kB ├ ƒ /api/widgets/stocks 0 B 112 kB ├ ƒ /api/widgets/weather 0 B 112 kB ├ ƒ /browserconfig.xml 254 B 112 kB ├ ƒ /robots.txt 251 B 112 kB └ ƒ /site.webmanifest 254 B 112 kB + First Load JS shared by all 128 kB ├ chunks/framework-ca2f8fe4a887959b.js 44.9 kB ├ chunks/main-a2c107dac468e4cb.js 36.9 kB ├ chunks/pages/_app-8777e04d5963eeb8.js 25.6 kB ├ css/4f1ac28396bb54f0.css 16.1 kB └ other shared chunks (total) 4.37 kB ƒ Middleware 34.1 kB ○ (Static) prerendered as static content ● (SSG) prerendered as static HTML (uses getStaticProps) ƒ (Dynamic) server-rendered on demand ✔️ Installed Homepage ✔️ Created Service ✔️ Customized Container Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 ✔️ Cleaned ✔️ Completed successfully! 🚀 Homepage setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://10.0.42.104:3000 ##################################################################### Part of my brain is stuck on the `pveam update` catch.
Author
Owner

@tom-orchard commented on GitHub (Jan 21, 2026):

Thanks mate, I think the root cause has been identified.

When running 'pveam update' it would just sit there for a while.

I went down a bit of a thread and looked at IPv6 on the host which had nothing for the vmbr0 interface, however my vmbr0.20 VLAN had received one from DHCPv6 upstream. I flushed the vmbr0.20 IPv6 addresses and reran the command which worked instantly

Ran the script for netbox and the template search was immediate however the script failed with a pct create error:

    _   __     __  ____            
   / | / /__  / /_/ __ )____  _  __
  /  |/ / _ \/ __/ __  / __ \| |/_/
 / /|  /  __/ /_/ /_/ / /_/ />  <  
/_/ |_/\___/\__/_____/\____/_/|_|  
                                   
  🧩  Using Advanced Install on node pve1

  💡  PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
  🖥️  Operating System: debian
  🌟  Version: 13
  📦  Container Type: Unprivileged
  🆔  Container ID: 104
  🏠  Hostname: netbox
  💾  Disk Size: 4 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048 MiB
  🌉  Bridge: vmbr0
  📡  IPv4: dhcp
  📡  IPv6: none
  🗂️  FUSE Support: no
  📦  Nesting: Enabled
  🎮  GPU Passthrough: no
  💡  Timezone: Australia/Sydney
  🔍  Verbose Mode: no
  🚀  Creating a NetBox LXC using the above advanced settings
  ✔️   Updated app defaults: /usr/local/community-scripts/defaults/netbox.vars
  ✔️   Storage local (Free: 59.0GB  Used: 5.3GB) [Template]
  ✔️   Storage local-lvm (Free: 112.4GB  Used: 28.6GB) [Container]
  ✔️   Storage 'local-lvm' (lvmthin) validated
  ✔️   Template storage 'local' validated
  ✔️   Template search completed
  ✔️   Template debian-13-standard_13.1-2_amd64.tar.zst [local]
  ✖️   Container creation failed. See /tmp/pct_create_104_20260121_152636_8014a336.log
+ pct create 104 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst -features nesting=1,keyctl=1 -hostname netbox -tags -net0 name=eth0,bridge=vmbr0,ip=dhcp,tag=20 -onboot 1 -cores 2 -memory 2048 -unprivileged 1 -timezone Australia/Sydney --password (REDACTED) -rootfs local-lvm:4
+ tee -a /tmp/pct_create_104_20260121_152636_8014a336.log
400 too many arguments
pct create <vmid> <ostemplate> [OPTIONS]
+ set +x

The PCT create failed error is unrelated to this issue, so will confirm once I fix whatever is going on with the hosts IPv6 config and should be able to close this issue.

Thanks TaxiarchAnonymous appreciate your help

<!-- gh-comment-id:3776123579 --> @tom-orchard commented on GitHub (Jan 21, 2026): Thanks mate, I think the root cause has been identified. When running 'pveam update' it would just sit there for a while. I went down a bit of a thread and looked at IPv6 on the host which had nothing for the vmbr0 interface, however my vmbr0.20 VLAN had received one from DHCPv6 upstream. I flushed the vmbr0.20 IPv6 addresses and reran the command which worked instantly Ran the script for netbox and the template search was immediate however the script failed with a pct create error: ``` _ __ __ ____ / | / /__ / /_/ __ )____ _ __ / |/ / _ \/ __/ __ / __ \| |/_/ / /| / __/ /_/ /_/ / /_/ /> < /_/ |_/\___/\__/_____/\____/_/|_| 🧩 Using Advanced Install on node pve1 💡 PVE Version 9.1.4 (Kernel: 6.17.4-2-pve) 🖥️ Operating System: debian 🌟 Version: 13 📦 Container Type: Unprivileged 🆔 Container ID: 104 🏠 Hostname: netbox 💾 Disk Size: 4 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🌉 Bridge: vmbr0 📡 IPv4: dhcp 📡 IPv6: none 🗂️ FUSE Support: no 📦 Nesting: Enabled 🎮 GPU Passthrough: no 💡 Timezone: Australia/Sydney 🔍 Verbose Mode: no 🚀 Creating a NetBox LXC using the above advanced settings ✔️ Updated app defaults: /usr/local/community-scripts/defaults/netbox.vars ✔️ Storage local (Free: 59.0GB Used: 5.3GB) [Template] ✔️ Storage local-lvm (Free: 112.4GB Used: 28.6GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local] ✖️ Container creation failed. See /tmp/pct_create_104_20260121_152636_8014a336.log + pct create 104 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst -features nesting=1,keyctl=1 -hostname netbox -tags -net0 name=eth0,bridge=vmbr0,ip=dhcp,tag=20 -onboot 1 -cores 2 -memory 2048 -unprivileged 1 -timezone Australia/Sydney --password (REDACTED) -rootfs local-lvm:4 + tee -a /tmp/pct_create_104_20260121_152636_8014a336.log 400 too many arguments pct create <vmid> <ostemplate> [OPTIONS] + set +x ``` The PCT create failed error is unrelated to this issue, so will confirm once I fix whatever is going on with the hosts IPv6 config and should be able to close this issue. Thanks TaxiarchAnonymous appreciate your help
Author
Owner

@Q-Berto commented on GitHub (Jan 21, 2026):

Glad to have been able to steer us in the right direction! Cheers!! Anything else pops up, have at it!

<!-- gh-comment-id:3776128511 --> @Q-Berto commented on GitHub (Jan 21, 2026): Glad to have been able to steer us in the right direction! Cheers!! Anything else pops up, have at it!
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#2361
No description provided.