mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-03 08:00:49 +00:00
18801eb4ff
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / test-json-files (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Push JSON changes to PocketBase / push-json (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
The /opt/poweradmin/ directory was owned by www-data:www-data (755), but pdns runs as the 'pdns' user which had no write access to the directory. SQLite requires write access to the database directory to create journal/WAL files (powerdns.db-journal, powerdns.db-wal). Without this, pdns fails to start. Changes: - Set directory group to 'pdns' instead of 'www-data' so pdns user can create SQLite journal/WAL files (via group write 775) - Apply same permissions fix in update_script (ct/powerdns.sh) - Fix msg_info -> msg_ok for 'Created Service' completion message Fixes #12572