-
Boss Ibrahim Mussa Gregoire commented on issue #4 at WikiSuite / Virtualmin Tiki Manager
()
Update made.
-
Boss Ibrahim Mussa Gregoire commented on issue #4 at WikiSuite / Virtualmin Tiki Manager
()
Thanks @gbrickell for the update, all description will be update.
-
Geoff Brickell commented on issue #4 at WikiSuite / Virtualmin Tiki Manager
()
Thanks for this! But what would be really helpful for my understanding is if you could set out in simple text what the 'old' code was doing during an upgrade attempt and what your fix would now do. This would help me in trying to understand why my installation has another very large /etc/.git folder with a number of very large pack files in the /etc/.git/objects/pack folder - as I'm thinking this might be a unwanted 'relic' that I can delete to release 4GB of storage. Also once this fix is committed will an update to my Virtualmin/Tiki Manager installation be automatically triggered, just as other updates are notified?
-
Boss Ibrahim Mussa Gregoire commented on issue #4 at WikiSuite / Virtualmin Tiki Manager
()
Here an update to fix the problem tikiwiki/tiki-manager!550
-
Boss Ibrahim Mussa Gregoire commented on merge request !80 at WikiSuite / WikiSuite Packages
()
If i understand correctly the code (i'm not 100% sure), the create_wrapper function i mentioned in the other MR creates this file. But i don't exactly know when. Probably when clicking somewhere in the interface, to enable auto-update. I think that was the reason, the file existed. maybe create the file yourself? I'm not sure if create the file will be a good idea, in case there is a hudj update in the future that could affect the script or the configuration. So, i guess the trick is to find a way to trigger this function when wikisuite is installed. I think this a good option.
-
John Livingston commented on merge request !80 at WikiSuite / WikiSuite Packages
()
If i understand correctly the code (i'm not 100% sure), the create_wrapper function i mentioned in the other MR creates this file. But i don't exactly know when. Probably when clicking somewhere in the interface, to enable auto-update. So, i guess the trick is to find a way to trigger this function when wikisuite is installed. Or maybe create the file yourself? I don't know what is the correct way to do this, i'm not familiar enough with webmin, wikisuite, and the way the 2 are supposed to work together. You should ask someone who is more familiar.
-
Boss Ibrahim Mussa Gregoire commented on merge request !80 at WikiSuite / WikiSuite Packages
()
Oops, I think I guess why the file, does not exist.
-
John Livingston commented on merge request !80 at WikiSuite / WikiSuite Packages
()
This file does not exist on the server where you try to fix this (The one mentioned in the related AvanTech task). So i don't see how applying this MR will solve your issue. I see some code in webmin that seems to be able to create such file. But, unless i'm wrong, this is not called automatically at the installation. If it was, the file would exist on the server we are talking about...
-
Boss Ibrahim Mussa Gregoire commented on merge request !80 at WikiSuite / WikiSuite Packages
()
The file will be available after virtualmin installation. I trying to update existing file path for the auto update cron that sent error message of missing file.
-
John Livingston commented on merge request !80 at WikiSuite / WikiSuite Packages
()
Can't understand this MR. File /etc/webmin/package-updates/update.pl does not exist. And /etc/ is a folder for configuration files only, not for scripts. What are you trying to do?