jjslegacy

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by jjslegacy

  1. Phaze, Is the serviio plugin broken? I tried to clean start and reinstall but at the end I see: Updating export file Serviio script not found, no changes were made. Serviio webUI script not found, no changes were made. Cleaning up temp files/folders ...Install complete! plugin: installed If I go to the plugin it says not installed and if I click install I get: Failed to download or locate Serviio install file. Aborting installation. Any ideas?
  2. Serviio upgrade went smooth and all seems well. I noticed it shows it's using FFMPEG 1.2 - the version bundled with 1.5 should be from the 2.4 branch. Any reason you have the older one? Also as for the console. You don't necessarily need a 3rd party product. You can install serviio itself on a windows machine for example and just put the console on and point it at a remote install and it will work fine for configuring.
  3. oh yes yes it does - sorry slow morning. I have the serviio console installed on another machine that connects remotely. I can't say I have ever used the webui. Seems the author of the wrapper needs to update for 1.5 but not sure he actively works on it anymore. I sent him a msg on the serviio board but he hasn't logged in since May 2013 so I won't expect much.
  4. Turns out serviio latest version doesn't work with the webui version that is it at the moment (or at least I couldn't get it working) so I'll continue to look at this tomorrow. Did you get it working just by updating java? Yeah the wrapper doesn't seem to work anymore so I just didn't use it and started it with serviio.sh. I haven't looked but I am not exactly sure what the wrapper does or is needed for.
  5. Very cool and very much appreciate your work. If you need a tester I can definitely test the serviio one.
  6. Perfect thanks! I am sure it's prettier than my hack job
  7. I figured out the problem - Serviio 1.5 was released and it does indeed require Java 8. I hacked up your code and made it use java8 but the wrapper still fails. I can start serviio by just using serviio.sh so I haven't dug into the wrapper issue yet.
  8. which config folder? Also I removed the plugin completely and still see the problem so it seems to be something outside of the plugin? *edit* I assume you mean the config folder under /usr/local/serviio/config - I removed and still no luck. Trying to run serviio directly (not sure if I can but I think I use to be able to start this way I get: root@MJMS:/mnt/cache/.serviio/bin# ./serviio.sh Exception in thread "main" java.lang.UnsupportedClassVersionError: org/serviio/MediaServer : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source) That to me says serviio is compiled with java 8. On the serviio website I see: if on Linux, Java 8 must be installed. Windows and OSX come with Java runtime aready included in the installation. Maybe they are requiring java 8 now?
  9. I haven't installed a thing. Infact the only plugins I have are the APC one and this serviio one. The few others I have are dockers. The java version being installed is 7U55 I have started fully from scratch with a freshly booted unraid. The rc.serviio install looked clean everything said "Install OK" Then I run: root@MJMS:/etc/rc.d# ./rc.serviio start Starting Serviio: sudo -H -u nobody /bin/bash -c ". /boot/config/plugins/serviio/startcfg.sh; nohup /usr/local/serviio/bin/serviio-wrapper.sh > /dev/null 2>&1 &" PID created but process did not start ... Start Failed I am completely baffled
  10. Phaze, I have a problem with the serviiio pluggin that I am baffled on. This has been working flawlessly for months. Today when I turned on the unraid server 6.0 b12 the serviio plugin failed to load. Upon further investigating I see the message: PID created but process did not start If I run the command that starts it I see: root@MJMS:/etc/rc.d# sudo -H -u nobody /bin/bash -c ". /boot/config/plugins/serviio/startcfg.sh; /usr/local/serviio/bin/serviio-wrapper.sh" Exception in thread "main" java.lang.NoSuchMethodError: org.restlet.routing.VirtualHost.attach(Ljava/lang/String;Lorg/restlet/Restlet;)Lorg/restlet/routing/Route; at org.serviio.restui.RestletProxy.runServer(Unknown Source) at org.serviio.restui.RestletProxy.checkForRunningInstances(Unknown Source) at org.serviio.restui.RestletProxy.main(Unknown Source) at org.serviio.restui.ServiioWrapper.main(Unknown Source) I have tried literally everything I can think of. I have removed it fully and started with all default settings etc. Any ideas? Nothing has changed on the system that I know of. Thanks!
  11. You can stop docker and resize through the webgui - I have never tried to shrink one though only grow.
  12. I had my first red ball disk yesterday and I got an alert in dynamix and also an email as the drive states changed. Was nice to get the e-mail vs me checking the webgui randomly.
  13. Thanks for all the hardwork - very excited about all of this. One question on email notifications. The old simplefeatures email notify would email me when the server was booted and give me some basic info. Does this still exist? I have the email notify setup but don't get anything on boot. Is the new system only for major issues etc? Thanks!
  14. I am trying to remember if this was the same problem I had but for the heck of it try this: chgrp nobody /var/lib/php Now try to log into the web pgae I had to put that in my go file as it turned out to be a permissions issue as the root cause and the invalid username/pwd was just a side effect
  15. No issues here going from Beta8 to Beta9. Copied my docker templates and added the template repository. BTRFS cache drive came back fine. Doing some testing now but so far so good. Hopefully this is behind us. Great job guys.
  16. Would love to see that setup also - give it a quick shot and couldn't get the webserver listening it seemed - will have to take a deeper look at it
  17. Yeah, just edit the file manually and don't ever touch anything in the configuration side of the web interface or hit save and it works fine. I use phpvirtualbox to do all my management anyway. Yep that's my plan although from the first page looks like phpvirtualbox doesn't work in v6 yet? Have to figure what to do here -- I take that back looks like I will install the apache plugin and go from there
  18. I have the same problem on 6b6 where if I hit the save configuration button it wipes everything out of the file.
  19. That folder is typically for the plugin config files and shouldn't have the application run files in there. If you change the install directory to /usr/local/serviio are you able to get it to start? Out of curiosity, why are you running the application of your USB stick? Doing that will shorten the life of the sick substantially and then you will need to buy a new unraid licence when it dies. If you install it on a hard drive or to the default directory /use/local/serviio you will have the USB stick longer. If I remember correctly the previous serviio plugin put it there so I was just following that model. I don't really think the application accesses the drive all that much as I don't use it a ton and only update it when I need to - it doesn't rescan etc based on time. Having said that - I will just move it and be done with it as yes it does work with a "normal" install from your plugin.
  20. What exact settings do you need? All I did was set the install directory to: /boot/config/plugins/serviio
  21. I had tried to set the cfg first and also tried your command with the same problem: root@MJMS:~# sudo -H -u nobody /bin/bash -c ". /boot/config/plugins/serviio/startcfg.sh; ffmpeg" ffmpeg: error while loading shared libraries: libavdevice.so.54: cannot open shared object file: No such file or directory I also noted if I try to run an upgrade (knowing there isn't one) I see lots of: cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/FreeMarker-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/FFmpeg-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/Derby-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/dcraw-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/commons-io-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal/commons-codec-licence.txt': Operation not permitted cp: failed to preserve ownership for `/boot/config/plugins/serviio/./legal': Operation not permitted
  22. Phaze, Testing out serviio installing under /boot/config/plugins/serviio where I had my previous install. I am seeing: FFMPEG installed but not working. If I just try to run ffmpeg manually I see: ffmpeg: error while loading shared libraries: libavdevice.so.54: cannot open shared object file: No such file or directory It seems if I leave it as a default install in /usr/local.... it works fine but when I set a custom directory something isn't working.
  23. I have been manually updating the v5 version on my machine and would definitely like it running on v6. I know in the serviio plugin thread there were a handful of people wanting updates and waiting as the original designer hasn't been around. your work is much appreciated! I'm really only stuck on getting a proper version of ffmpeg that works on both unraid 5 and 6 without having to compile my own. After that is figured out, it should be ready. They need specific codecs setup with ffmpeg though, like x264 and vpx. The versions on the slackware repo I don't beleve are setup with those. Excellent - if you need a tester let me know. i run v5 now but will play with v6 if you have a serviio version for it also
  24. I have been manually updating the v5 version on my machine and would definitely like it running on v6. I know in the serviio plugin thread there were a handful of people wanting updates and waiting as the original designer hasn't been around. your work is much appreciated!