The newer images with newer kernel have some options added for docker. Latest are in the automatic images folder on my gdrive.
wonderful, many thanks for the info, I will test it right away
First of all, it works perfectly.
However, I have problems with the following
Secondly, it does not recognize the 4GB RAM
Seems i have not yet dropped the mem=3G from bootargs…
You can easily override it by adding a uEnv.txt on BPI-BOOT partition setting bootopts without the mem or completely empty
I drop this when i’m at home.
thank you for the information
Have changed in 2024-10-bpi
maybe you are also interested at the following:
So now working,right? Which Webinterface do you use here? I’m asked multiple times which webinterface for debian can be used…but i have not used anyone.
@marco0711 i have seen the thread,but i have a case for r3 and r4 is wothout case,but have not enough space for 19 inch rack
Yes it works, all my docker containers are running.
But still the problems with the network services.
I use the WebGUI
The wait-online is a common issue in systemd where it waits for all interfaces…there was a workaround,but i do not remember exactly…just google for it. Networkmanager is new to me,afaik it is not installed by default
Make a clean boot and when these 2 are still in failed look in the logs/journal
It seems to be that is race condition. At boot process the following message appears for about 15 seconds before the process is completed
In /etc/systemd/network/*.network files:
For a bridge I put:
[Link]
RequiredForOnline=degraded-carrier
For lan ports (bridge slaves):
[Link]
RequiredForOnline=no
For ip-forwarded port (not part of a bridge) choose what you want, but “no
” makes it a lot easier…
Have you found something in the log why hostapd cannot be started? Maybe wifi-interface is not there yet,but i have not changed the order…wifi-interface is up after firmware was loaded by mt76 module. So full log (hostapd messages and kernellog) would be good.
sorry for my late response, next week I will look for it
Hello frank, I disabled the hostapd service, because I don’t use a WiFi Modul. Now everthing runs fine.
Ok,thanks for reporting
maybe i should disable it in the buildimg script
I believe it is better, if everyone can decide of his own, if needed or not. So the default with enabled would be better.