![]() |
|
Minimserver start process - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Minimserver start process (/showthread.php?tid=7478) |
RE: Minimserver start process - lafuente - 13-03-2025 09:28 I think I get it : if "autoupdate" is set to true, it fail. if set to false, it's OK ;-) RE: Minimserver start process - simoncn - 13-03-2025 11:28 If autoupdate detects that an update is available, it downloads the update and puts the update files in the minimserver/libext directory. If the minimserver/libext directory is in RAM, the update would no longer be installed when the RAM system is restarted but I am not sure why this would cause a problem. What exactly happened when you did this? RE: Minimserver start process - lafuente - 15-03-2025 10:00 I uinderstand that I can't update minimserver while running it in RAM. It was a miss in my configuration to still have the .update set to 'true' that came from a previous "not in ram" launch. Nothing unusual here. But while I was searching WHY ERROR 13 STILL HAPPEN, even after had it solved per SYSTEMD requires target, I found that it was because .update parameter in minimserver. I just wanted to tell this to you, nothing more, nothing else ;-) Best regards, Manu RE: Minimserver start process - simoncn - 15-03-2025 14:41 Thanks for clarifying that the error you saw with autoUpdate enabled was the "error 13" message. I have reviewed the update server logs. It looks like the problem with autoUpdate enabled was caused by some timing issue related to accessing the update server to check whether an automatic update was available. As you have found a workaround, no further investigation is needed at this stage. |