February 15, 201511 yr lost my UPS today.. now when I have all back up my Unraid wont boot correctly. This would be the first time in years i did not do a clean shutdown.. stays stuck on Executing install script for Boiler-0.3.0-noarch.unraid.tgz.. On boot before the Unraid or MEMTEST.. any diags, checks I can do via CLI..? Unraid 5 Running inside ESxi 5.5 suggestions? Thanks again..
February 15, 201511 yr Hi Pop your USB key into a Windows machine if you can and let it complete the repair process which should kick off automatically. Let us know how it goes.
February 20, 201511 yr Try removing all addons or boot in safe mode. Specifically, those error messages you are getting are from a package called boiler. Its developer has been absent from these forums for 10 months. I experimented with that package briefly, but it didn't seem to get a following. I don't remember now how it made itself re-install on boot, but must be in either /boot/extra, /boot/plugins, /boot/config/plugins. Don't think it did anything to the go file.
March 2, 201511 yr Wow. I wish I had read this topic before I attempted to install boiler. The install failed and left and enormous amount of junk. Can you please tell me how to uninstall this mess? It appears that it placed a huge number of files in: /boot/custom/gems/ruby It also created: /boot/plugins/custom/boiler/config and /boot/plugins/custom/trolley/config but they are empty. The "go" script contains: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c So I think it is clean. Do you think if I simply deleted these directories that I would be OK?
March 2, 201511 yr Wow. I wish I had read this topic before I attempted to install boiler. The install failed and left and enormous amount of junk. Can you please tell me how to uninstall this mess? It appears that it placed a huge number of files in: /boot/custom/gems/ruby It also created: /boot/plugins/custom/boiler/config and /boot/plugins/custom/trolley/config but they are empty. The "go" script contains: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c So I think it is clean. Do you think if I simply deleted these directories that I would be OK? I still have the /boot/custom/gems/ruby folder hanging around. I am sure I could delete these without causing issue on my system, since boiler and trolley are not installing themselves for me, as can be seen withroot@unSERVER:~# which boiler which: no boiler in (.:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin) root@unSERVER:~# which trolley which: no trolley in (.:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin) . The lines in your go file are just the webGUI and unMenu starting, then the line that unMenu puts there to auto-install anything you have set to auto-install from unMenu PKG Manager. Nothing to do with boiler or trolley. Those error messages seem like you must have them installed though. What do you have in /boot/extra?
Archived
This topic is now archived and is closed to further replies.