June 8, 201412 yr I just did the upgrade procedures for unRAID beta. I wiped my flash drive, installed 6.0 beta 4, overwrote config file with 5.x config directory, and booted. It booted to a login screen that is displaying my old server name ("fileserver"). I can telnet to the box, but the web interface doesn't load. What are some troubleshooting steps?
June 8, 201412 yr Author Additional info: Attempted to run the emhttp process and received the following error: root@fileserver:/boot# /usr/local/sbin/emhttp: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directory not sure where this file is supposed to be? Also, I did some research and found that GO files could be trying to load some old plugins that are 32bit and causing crashes. Here is my old GO file. Is the only way to update the file to actually pull the USB stick? I tried VI #!/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 installpkg /boot/package/unraid_notify-2.55-noarch-unRAID.tgz unraid_notify start echo -e "Subject: unRAID Booted Up\n\unRAID has just booted." | ssmtp -d root installpkg /boot/packages/hamachi-2.1.0.76-i686-unRAID.tgz I've modified it to just #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & rebooting now..
June 8, 201412 yr Author For others running into issues with the upgrade. It was being caused by some of the various plugins that I have installed. I simply renamed the /boot/config/plugins folder to /boot/config/pluginsback. Restarted the server (cmd: shutdown -r now) and it all booted up. Now to slowly start fixing broken plugins. Does a forum exist for 6.0 discussions?? IF not, it should
Archived
This topic is now archived and is closed to further replies.