May 12, 201511 yr Hello Installed MySQL for Kodi Movie Libary. http://lime-technology.com/forum/index.php?topic=11473.0 Have Powerdown Script enabled to allow control alt del to shut down server Before the MySqL install when i hit ctrl alt del on the keyboard the server would power down to the point of all lights in chassi going out. Now when in the UNRAID menu I see that coinfig is stopped all drive appear to be shut down but the pc stays powered. This weekend was moving stuff around and used the power button to shut the pc off after this and it would seem mysql does not like that. Looking for some guidance on what I need to do to shut UNRAID off now.
May 12, 201511 yr That's a pretty old post you linked. That post, and also the powerdown thread, specifically mentions this problem and how to deal with it. But better yet, there are newer MySQL threads on the forum. It is usually better to use more recent versions of things if they exist. See my sig for help on searching the forum.
May 12, 201511 yr Author Okay will start searching The old post I used did indeed work but it did not like being restarted I would like to keep the install of MySql the same just use the lastest plugin. Started searching and there seems to be alot of posts on Dockers and I am not that well versed in this and really new to UNRAID Any help pointing me to a good plugin source for MYSQL I should be good from there.
May 12, 201511 yr Dockers are not supported on V5, so you can ignore them completely unless you want to use V6 beta. I don't use MySQL currently. Probably something with recent posts in the plugin subforum is what you should be looking at.
May 12, 201511 yr Author The search continues How do I uninstall MySQL currently. Also would this be an okay plg to use http://lime-technology.com/forum/index.php?topic=20603.0
May 12, 201511 yr If you installed it from unMenu then you should be able to go to the PKG Manager in unMenu and there will be something that says "disable re-install on reboot" or something like that. Don't currently have unMenu installed so I can't check. Then when you reboot it will not get re-installed. The thing to remember about unRAID is that its OS files are actually in RAM. These OS files are unpacked fresh from bzimage, bzroot on your flash drive. Anything that gets installed after that has to have some way of re-installing on reboot or it won't be there the next time. Here's a newer thread I found: Comprehensive n00bs Guide on Installing MySQL (and unMENU) to an unRAID Server
May 12, 201511 yr Author turl thanks for your help I did not install from UnMenu used a plg Will remove old plg from the plugins folder reboot and install from new using the plugin on the UNRAID Plugins page. It seems to be dated 2013 I have noticed a share was created with mysql on my array, think it had something to do with me having my install on my cache drive. what is the easiest way to remove this or is it even a concern? Really appreciate your help
May 12, 201511 yr turl thanks for your help I did not install from UnMenu used a plg Will remove old plg from the plugins folder reboot and install from new using the plugin on the UNRAID Plugins page. It seems to be dated 2013 I have noticed a share was created with mysql on my array, think it had something to do with me having my install on my cache drive. what is the easiest way to remove this or is it even a concern? Really appreciate your help Cache is where people usually install things. The easiest way is to use Midnight Commander (the mc command) from the unRAID command line. Navigate to /mnt/cache and delete the mysql folder. Then you can delete the share from the webGUI or just reboot and the share should go away.
May 13, 201511 yr Author One more question What is the best way to remove UnMenu. It seems like I really donnt need it and would like to make it go away
May 13, 201511 yr unMenu is started in your go file along with any of the packages it installed. You can just comment out those lines then when you reboot it won't be started. It will still be on your flash but that's OK. Don't remember exactly, but if you post your go file I will tell you how to fix it. The go file is on your flash in the config folder.
May 13, 201511 yr Author #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & #install Powerdown Scripe CTRLALTDEL=YES LOGSAVE=30 installpkg /boot/packages/powerdown-1.02-noarch-unRAID.tgz boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c I did find this post http://lime-technology.com/forum/index.php?topic=11764.msg112137;topicseen#msg112137 Just want to make sure that it doesnt mess my array up Will install everything from the plgs on UNRAID plugins page
May 13, 201511 yr #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & #install Powerdown Scripe CTRLALTDEL=YES LOGSAVE=30 installpkg /boot/packages/powerdown-1.02-noarch-unRAID.tgz boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c I did find this post http://lime-technology.com/forum/index.php?topic=11764.msg112137;topicseen#msg112137 Just want to make sure that it doesnt mess my array up Will install everything from the plgs on UNRAID plugins page The instructions in that post would work up to a point, but it assumes you are going to reinstall it. The thing it leaves out is removing the stuff in your go file that starts unMenu and any of its packages. The first 3 lines of your go file are the original lines. Everything after that can be deleted. Or just copy it from the unRAID zip file you downloaded when you first installed unRAID. Then go to this thread for the plugin version of the latest powerdown: Powerdown package for unRAID v5 and v6
May 13, 201511 yr Author thx a big bunch trurl in process of fixing things up and will try a fresh install of MySql Will indicated solved when complete Will consider this closed although I am having problems getting MySQL setup again for Kodi but I believe something in my config is messed up The powerdown script is functional and unmenu is gone
May 13, 201511 yr I assume you are referring to the plugins on this wiki. That does look like it may be the latest MySQL plugin. The latest author seems to be CHBMB, and looking at his posts in the thread where that version appears, he links to this post of his in the thread you first found. That is probably a good place to start. Unfortunately, that wiki page is a little out of date in places also. You should go to PhAzE plugin thread first to see if he has something. It will be the latest and best supported currently.
May 13, 201511 yr Author I ended up downloading the package from hitgrub and installed it in the packages folder. plg from plugins paged installed perfect after that. Now the problem is getting my kodi clients to resync and build libary backup There seems to be an issue there that wasnt present before the original powerdown problem. When I add video files and try to scrap it just doesnt. Will work at it and then see what happens from there Good thing is array is good and everything appears to be running and working ---UPDATE--- Okay this problem is solved Power outage caused old mysql to go crazy Removed mysql plg disabled unmenu tried reinstall of mysql no joy removed mysql plg again cleaned up all folders associated with mysql and shares reinstalled mysql from plg on plugins page and downloaded package from hitgrub to allow it to load properly and everything works used install instructions http://lime-technology.com/forum/index.php?topic=20603.0 Used section 4 http://forum.kodi.tv/showthread.php?tid=172548 Trurl man you rock for your help
Archived
This topic is now archived and is closed to further replies.