-
-
Notifications
You must be signed in to change notification settings - Fork 241
[PowerDNS] When deploying the error The requested URL returned error: 404 is received #1594
Description
Script: PowerDNS
Reported by: @bbonnell@bebconsultingservices.com
Guidelines
- Read and understood guidelines: yes
- Verbose mode used: yes
Issue occurs during: Initial Creation / Installation
Environment
- Linux distribution: Debian
- Proxmox version: 9.1
- Default settings: Yes
- Advanced settings: No
- Exact command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/powerdns.sh)"
Description
Both Github and Gitea script both fail with a 404 error.
Steps to reproduce
root@pve5:# bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/powerdns.sh)"# bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/ct/powerdns.sh)"
curl: (22) The requested URL returned error: 404
root@pve5:
curl: (22) The requested URL returned error: 404
Error output
root@pve5:# bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/powerdns.sh)"# bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/ct/powerdns.sh)"
curl: (22) The requested URL returned error: 404
root@pve5:
curl: (22) The requested URL returned error: 404
Additional context
Not sure if this script is in the process of being removed /decommissioned or if there is an actual error or the url changed and is not updated here. So thought to post in case no one is aware.