Problem With Millumin Always wanting to update!!!
I am running a permanent installation far from where I live, I took the risk and decided to use millumin for running the data.
I have the computer rebooting every week and an autostart opening millumin and other software.
Well even if I turn off Auto Update or Ask for update in millumin, it always check marks itself after it reboots, basically it doesn't remain uncheck. I don't want to update it anymore and I don't want it to ask me to update this prompt is preventing my computer to shut down properly and restart properly.
what should I do?
Comments
I sent you via email, a special version that fix this problem.
Best. Philippe
11 years later, i have the same issue:
i set
settings → Automatically check for updates → off
then restart millumin, and: it's back on.
that's with millumin 5.14j
when i turn the feature off, quit millumin and look at the defaults, it looks like:
meso@mesos-Mac-Studio ~ % defaults read com.anomes.millumin.v2 | grep -i -E 'SUEnable|SUAuto|SUScheduled|SULast'
SUAutomaticallyUpdate = 0;
SUEnableAutomaticChecks = 0;
SULastCheckTime = "2026-05-26 16:44:09 +0000";
SUScheduledCheckInterval = 315360000;
…
but if i run millumin again, and test the same command immediately:
meso@mesos-Mac-Studio ~ % defaults read com.anomes.millumin.v2 | grep -i -E 'SUEnable|SUAuto|SUScheduled|SULast'
SUAutomaticallyUpdate = 0;
SUEnableAutomaticChecks = 1;
SULastCheckTime = "2026-05-26 16:45:49 +0000";
SUScheduledCheckInterval = 315360000;
so i'm rather confused. My customer says the update message was back on frequently, although i do not see that and the interval looks like 10 yxears… ?
Hello @mesomax,
The following command should work in your case :
defaults write com.anomes.millumin.v2 SUSkippedVersion "99.99"But we strongly recommend to keep Millumin up-to-date, as important fixes might be released.
Best. Philippe