March 23, 201313 yr Hi! Sorry if this been asked before but i've tried many things i found on these forums but it didnt work at all. So if anyone would be able to help me that would be highly appreciated! Problem: I don't see the standard Unraid Menu anymore and my shares. The advanced menu (Unmenu?) i installed does work and it shows that my drives are working okay. I can even telnet in using Putty and access my drives from there, including the shares on it. Surprisingly, i cán access SABnzbd but i can't access Sickbear or Mylar. I cán access the flash share over my local network but all the other shares are gone. Possible cause: I tried installing p910nd under pkgmanager in unmenu which was supposed to allow me to hook up a printer so i could use it in my network. Sadly it didn't work. What i tried sofar: When i found out that my shares and menu wasn't working anymore, i disabled re-install on boot and then reboot the PC. That didn't help. I hunted down the p910nd files i could find (mostly under packages) and deleted those so i was sure it wouldn't try to reinstall it. (in hindsight this was probably overkill) After that i inspected the go file if i noticed any traces of the printer service but i don't spot anything too weird. (seems to be some double booting of some plugins in it but that wasn't a problem before either) I tried killing emhttp and then restarting unraid menu by going to boot/unmenu and then run uu. Didn't seem to work. I tried rebooting/shutting down many times, didnt work. Go file: http://pastebin.com/XwWekjbX log file: http://pastebin.com/xqiH7AmP (attaching didnt seem to work for me, sorry!) I really hope it makes more sense to someone else and he or she can give me some pointers. Thanks in advance!
March 23, 201313 yr Personally I'd start by uninstalling all plugins & resetting your go script then slowly add one item at a time until you work out why it's not rebooting. Takes awhile though, even more so if you're server takes 10+ minutes to reboot.
March 24, 201313 yr Author I just noticed i have about 120 files in /boot/packages. Are all these plugins installed on reboot? (i have this in my go-file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c ) I have no idea if i need all this stuff so i was renaming some to .0tgx so it wouldn't load but now sabnzbd doesn't work anymore. Seems i got little clue what i'm doing.
March 24, 201313 yr I just noticed i have about 120 files in /boot/packages. Are all these plugins installed on reboot? (i have this in my go-file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c ) I have no idea if i need all this stuff so i was renaming some to .0tgx so it wouldn't load but now sabnzbd doesn't work anymore. Seems i got little clue what i'm doing. The files in /boot/packages are not likely to be your problem. Instead, it is VERY LIKELY to be one of file files in /boot/plugins, or /boot/config/plugins, or /boot/extra. rename those directories, or the files in them, reboot, and then proceed to incrementally re-name them back. There have been many early versions of plugins files that would prevent a reboot from being successful. You are not likely to be running the fixed versions. Joe L.
March 25, 201313 yr I have no idea if i need all this stuff so i was renaming some to .0tgx so it wouldn't load but now sabnzbd doesn't work anymore. Seems i got little clue what i'm doing. thats because those are needed for sabnzbd and others to run. when unmenu sets a program to run on startup, it puts all the packages pertaining to that program in there and adds ".auto_install" to the end. by renaming it, you tell it not to install. and if a program needs that package to run, it won't.
March 25, 201313 yr Author Thanks for the help guys, i got it working again. The only issue that remains is that one plugin called mylar doesn't work for me anymore. As soon as i enable that, unraid menu and my shares are offline again. Which is typical as i had that same problem when i tried to install mylar 4 months ago. When i tried to install it again 2 months ago, it suddenly worked but now i'm back where i was before. Anyway, can access my drives again and have a better idea where to look to solve this last issue. Once again thanks!
Archived
This topic is now archived and is closed to further replies.