-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dietpi-update fails to set files/file permissions in /run/dietpi #3505
Comments
Many thanks for your report. What user you use to perform the activities? |
update:
woes no errors/whatsoever
login:
above errors |
So you are using an own created user and not |
For updates/system activities: root (via |
But not for login after reboot, correct? |
correct |
@PeterLacknase I'll check. Meanwhile for MOTD, this fixes it: 31747d2 |
@MichaIng
|
sure. And the owner id shouldn't be set to the number of the beast. >.) |
@MichaIng
|
@Joulinar @PeterLacknase Too few people (including me) use non-root users regularly it seems, so it slipped through the long beta phase. |
jup was thinking the same already. Will change me testing approach next time. |
I'll wait a few hours, just in case something else appears, and then release v6.29.3 as hotfix. It is nothing urgent but simply ugly.
Yes, it is impossible to test really everything, but one login as non-root, including some autostart options, should be put into the testing schedule. Probably we should write down the steps that make sense to test and could even split this up then across all who are willing to help. Also nice for beta testers. |
what about the |
ok will do some test on |
@ALL: many thanks! |
@MichaIng |
I also pushed fix via MOTD hack 😉. But Let's see the fstab bug that may require a hotfix release anyway. |
yes there are more thinks that would need attention next to |
Required Information
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=29
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME
orcat /etc/debian_version
buster
uname -a
Linux hostname 4.19.97+ #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l GNU/Linux
echo $G_HW_MODEL_NAME
or (EG: RPi3)RPi Zero W (armv6l)
(as well as rpi3b+/armv7l and another rpi zero w - it's all the same)
5V / 2A dedicated
SanDisk Extreme 64GB
Additional Information (if applicable)
not sure
Steps to reproduce
sudo dietpi-update
reboot
Expected behaviour
(maybe: 3. ownership should be right)
Actual behaviour
error message:
/boot/dietpi/func/dietpi-banner: line 222: /run/dietpi/.dietpi_motd: no permission
/boot/dietpi/func/obtain_network_details: line 143: /run/dietpi/.network: no permission
Extra details
Nothing to declare ;-)
The text was updated successfully, but these errors were encountered: