Leaderboard

Popular Content

Showing content with the highest reputation on 04/22/19 in all areas

  1. I can't test right now but I update both to newer packages. Let me know if that fixes it.
    1 point
  2. Following you guys at Twitter. https://twitter.com/bolt_rusted
    1 point
  3. If it's stuck at this point abort and run it again.
    1 point
  4. Mine is also crashing, looks like the "reports" plugin was installed twice. I can see a lot of people having an issue after this update.
    1 point
  5. Hi, After updating the docker today, jellyfin won't come up. My log say this: output: [11:54:49] [INF] Loading assembly /config/data/plugins/Kodi Sync Queue/Jellyfin.Plugin.KodiSyncQueue.dll 2019-04-21 11:54:49,818 DEBG 'jellyfin' stdout output: [11:54:49] [INF] Disposing CoreAppHost 2019-04-21 11:54:49,843 DEBG 'jellyfin' stdout output: [11:54:49] [FTL] Unhandled Exception System.IO.FileLoadException: Assembly with same name is already loaded at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1352 at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray() at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Emby.Server.Implementations.ApplicationHost.DiscoverTypes() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1184 at Emby.Server.Implementations.ApplicationHost.InitAsync(IServiceCollection serviceCollection) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 623 at Jellyfin.Server.Program.StartApp(StartupOptions options) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 137 at Jellyfin.Server.Program.Main(String[] args) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 53 at Jellyfin.Server.Program.<Main>(String[] args) 2019-04-21 11:54:49,844 DEBG 'jellyfin' stderr output: Unhandled Exception: 2019-04-21 11:54:49,846 DEBG 'jellyfin' stderr output: System.IO.FileLoadException: Assembly with same name is already loaded at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1352 at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray() at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Emby.Server.Implementations.ApplicationHost.DiscoverTypes() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1184 at Emby.Server.Implementations.ApplicationHost.InitAsync(IServiceCollection serviceCollection) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 623 at Jellyfin.Server.Program.StartApp(StartupOptions options) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 137 at Jellyfin.Server.Program.Main(String[] args) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 53 at Jellyfin.Server.Program.<Main>(String[] args)
    1 point
  6. Might have been simpler to keep them in the same thread, since the information we need to get (diagnostics) and possibly even the recommendations will be the same. We'll see how it goes here and maybe I will lock that other thread or merge it. That will make it easier to coordinate our responses if they are in one thread. Go to Tools - Diagnostics and attach the complete diagnostics zip file to your next post.
    1 point
  7. 1 point
  8. upgrade from 6.6.6 to 6.6.7 successful and smooth. thank you. no docker/vm/network issues.
    1 point
  9. Just upgraded no issues 6.6.6 to 6.6.7
    1 point
  10. The lines dealing with extraction, since bzroot has 2 sections you need to deal with first part and then skip that section to get to the last part: echo -e " ----- Extract BZROOT microcode" dd if=/boot/bzroot bs=512 count=$(cpio -ivt -H newc < /boot/bzroot 2>&1 > /dev/null | awk '{print $1}') of=bzrootmicrocode echo -e "----- Unpack BZROOT" dd if=/boot/bzroot bs=512 skip=$(cpio -ivt -H newc < /boot/bzroot 2>&1 > /dev/null | awk '{print $1}') | xzcat | cpio -i -d -H newc --no-absolute-filenames
    1 point
  11. When enter a route in the "settings -> Network settings" tab, it will be erased when rebooting the system. How to make this persistent?
    1 point
  12. There's no way other than: * to put the route commands inside go file * use the user scripts plugin and add a script with the route commands to run on array startup FWIW the route command you want is like /sbin/ip route a 192.168.3.0/24 via 192.168.2.4
    1 point
  13. Many many many have wanted to debate this (which, BTW, is typically interpreted as self serving by the asker). No one has convinced LimeTech it is in their best interest. And not expecting it will change. The USBs each include a hardware ID. It is not able to be changed. If you are setting up a server, the unRAID license is a very minor cost. And there is never a request for any type of upgrade fee. Certainly your choice, but the cost of admission to unRAID is well worth it. -SSD
    1 point
  14. OMG! Thank you so much Saarg, I've been trying the whole day to passthrough my dual interface Intel NIC. Tried with and without the "pci-stub" and "vfio-pci" in the syslinux config. Also tried to pass just one of the interfaces.... Tried so many things until i stumbled upon your post with the link for the "vfio_iommu_type1.allow_unsafe_interrupts=1" command. This should be added to the OP's post, I think.
    1 point
  15. SOLVED Thank you for the response. I was using the windows template correctly. However, I searched some more and found out that the Wiki page that I was using (http://lime-technology.com/wiki/index.php/UnRAID_6/VM_Management) included the general steps. It wasn't specific to windows and didn't highlight the exact items to manually load with a fresh install. Using the following page highlighted the issue; http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Installing_a_Windows_VM Next to try to setup GPU Passthrough. Cheers, Ben
    1 point
  16. So update: Did some more reading and found this GEM of a post http://lime-technology.com/forum/index.php?topic=34872.msg325436#msg325436 Basically, enabled bridging on main network and called it green0 (bonding was disabled) putty in via ssh login ifconfig -a ++ here I see eth0 is my main nic with an IP, eth1 has no IP ++ brctl show ++ I can see green0 has both eth0 & eth1 ++ brctl delif green0 eth1 ++ start new bridge ++ brctl addbr red0 brctl stp red0 on brctl addif red0 eth1 ifconfig eth1 up ifconfig red0 up Now from here it was as easy as making a new VM and choosing green0 for the network and red0 for the WAN. No PCI stuff. Then after it all worked I added the config to the go file (check the link). I added delif eth1 from green0 just incase it was being added elsewhere. Quick reboot, manual start of the array and everything came up fine! Now I know this isnt hardware level passing through but it actually gets me up and running and now I can still have the gpu in my only pcie slot to enable a htpc type VM with HDMI. This little HP Gen8 microserver is kicking arse!
    1 point
  17. I'm not an expert on this, but you might be able to use the part titled "Create new bzroot and copy both bzimage and bzroot to USB flash" from this page on the wiki http://lime-technology.com/wiki/index.php/Building_a_custom_kernel mkdir /mnt/dev/bz-mod cd /mnt/dev/bz-mod installpkg /boot/packages/cpio-2.9-i486-2.txz xzcat ../bzroot | cpio -m -i -d -H newc --no-absolute-filenames rsync -av --delete /lib/modules/3.9.11p-unRAID/ lib/modules/3.9.11p-unRAID/ #Here's where I add firmware for my hardware cp /boot/packages/dvb-usb-af9015.fw lib/firmware/ find . | cpio -o -H newc | xz --check=crc32 --x86 --lzma2=preset=9e > /boot/bzroot_new #Copy bzimage_new cp arch/x86/boot/bzImage /boot/bzimage_new I had to modify it a little bit when I built my new kernel, but I do not remember what I did and did not document it But from what I remember I made a new folder on the cache disk to unpack and pack the bzroot again or else my memory would run out. Hope this helps a little
    1 point