nut: Fix permissions of /var/etc/nut#21014
Open
lhuedepohl wants to merge 1 commit into
Open
Conversation
Contributor
|
Not me any more sorry. I'm a bit out of date with openwrt, but I think you need to bump PKG_RELEASE in the Makefile as well. @EricLuehrsen provided the last meaningful update so might be able to assist with the maintainer signoff. |
Contributor
|
This package is looking for a maintainer. The change does seem straight forward and okay. Repeat do update |
Previously, upsd bailed out with Can't open /etc/nut/ups.conf: Can't open /etc/nut/ups.conf: Permission denied and procd reported a crash loop. Signed-off-by: Lorenz Hüdepohl <dev@stellardeath.org>
Author
Did that now, thanks! |
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 1, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson
added a commit
to danielfdickinson/packages
that referenced
this pull request
Jun 2, 2026
The scripts were a mess. Attempting even a simple update caused many Copilot complaints. So we rewrite the scripts to be cleaner and resolve the issues found by automated code review (such as Copilot). Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI code reviews during development. In the process we deduplicate the nut-server and nut-monitor initscripts and split them into several files, for easier automatic and human review. Incorporates and supersedes: openwrt#28308 Should supersede openwrt#21014 Closes: openwrt#28298 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously, upsd bailed out with
Can't open /etc/nut/ups.conf: Can't open /etc/nut/ups.conf: Permission deniedand procd reported a crash loop.
Maintainer: @cyanidium (?)
Compile tested: n/a
Run tested: aarch64_generic, friendlyarm,nanopi-r4s, 22.03.5
Description:
Really just a very simple permission fix