-
Notifications
You must be signed in to change notification settings - Fork 30
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
RaspberryPi OS 32bit Lite install (10th Nov 2022) PROCESS UPDATE #148
Comments
Looks like this must be related to https://forums.raspberrypi.com/viewtopic.php?t=341605 the disk use matches when running:
The procedure described by druck works a treat: Add the following to /etc/systemd/journald.conf
Restart the service
Delete the journald log files
|
Continues from #12 after reboot emonpiupdate.log will be present, remove to ensure emonpifirstupdate runs next time... 1. Set WiFi country code
2. Prepare wifiAP:
3. Remove emoncms logs
4. Disable SSH
5. Check that emonpiupdate.log has been removed before creating image. 6. Update emonSD-DDMMMYY file on boot partition and in safe-update list on master branch /var/log/rotated_logs make cause log2ram to fail?? Remove using SD card reader 7. Create image:
|
Other steps: Enable SPI using raspi-config Enable DS18B20 support see https://github.com/openenergymonitor/emonhub/tree/master/conf/interfacer_examples/DS18B20 Copy new default.emonhub.conf from emonhub repo |
This generates errors. This has been added to the docs to enable if required - most will not I suggest. |
TL:DR - just delete the
Issue with By the time you came to install I looked at this ages ago and perchance I came across this question I asked... https://unix.stackexchange.com/questions/513212/journald-storage-persistent-just-disk-or-ram-disk You can see what files are in use using this
There may be some advantage to saving the Note: adding to the standard file is always a bad idea. As we do for other configuration changes, add in a drop-in to the
Looking at the commands that have been added, - these 2 are the default so are having no impact.
Next, the size of this is larger than the size of the
By default this option will use 10% of the available space, so I think it is mute. Again from the man
With this setting we see that:
Taking the
As you have removed the directory Restart the daemon and it stays as volatile. |
openenergymonitor/EmonScripts#148 (comment) If the folder is present, journald defaults to persistent journal files. If deleted, it reverts to volatile journal files by default. The size of the files is limited to 10% of available space on mount point.
Fixed via a PR in |
Outstanding issues;
I realised these are specific to the emonPi. Do we need to do something to enable these via the UI if they need to be connected to make the SDCard more flexible? I think we should ignore the ARMv6 issue and make a note in the Scripts page. |
1. Default SSH password set using userconf file in /boot
2. After running init_resize I then ran firstboot but with the do_resize part commented out
Building on: #145 and: #147
3. After completion enabled SPI via raspi-config and one wire temperature sensing support.
4. Ran steps here: #12
Issues
wpa_supplicant.conf has wrong permissions, initial WiFi setup UI cannot access it, changed to:
No logrotate partition visible yet?
The text was updated successfully, but these errors were encountered: