Jump to content

FredG89

Members
  • Posts

    213
  • Joined

  • Last visited

Everything posted by FredG89

  1. I've run the computer in safe mode for a couple of days now and it was working fine. Now my emhttp has frozen up and my "Media" folder has completely disappeared. I have not rebooted the computer yet, as I wanted you all to see. I can still access the cache, disks and even play media from them, but the Media folder where everything is aggregated is gone.
  2. I have not tried to run UnRaid without Emby. I will do that today. Run it for the next few 2-3 days and see what happens and no, I haven't put emby in a docker yet. Is there a guide for that? Not sure how that would work as my emby plugin now uses about 60 GB of my cache drive.
  3. Ran for 26 hours and 23 passes...0 errors.
  4. After I updated to 6.0.1, my unraid server has become unstable. The Emby plugin that I have for PHAZE stops randomly and the EMHTTP and the SMB lock up just about every day. Most of my drives have reiserfs, one using xfs and my cache using btrfs. Does anyone know if these different systems would cause this issue?
  5. I'm in the same situation. My Emby plugin is very unstable and my server emhttp and smb locks up pretty much everyday.
  6. I dont know. I uninstalled and completely deleted emby and tried to reinstall it and it wouldn't work. I know, whatever it is, is causing the plugin from actually starting even if it says it started.
  7. This is what i was talking about when i said the new update isn't working.
  8. Looks like the new update doesn't work. Tried to uninstall and install again and it doesn't start.
  9. I do not think this can be done using standard unRAID features. The cache pool is designed to use a RAID-1 like capability in BTRFS to provide a resilient cache. Not sure if you can fool unRAID if you are prepared to descend to the command line and manually manage the cache pool. If you want RAID-0 then (assuming you have a spare slot) an easy way to do this is to use a cheap SATA adapter card that can provide a RAID-0 array (as well as other RAID variants) at the hardware level for 2 to 4 drives and present it to unRAID as if it was a single drive. I am using such a card to use 2x4TB drives inRAID-0 mode to use as a 8TB Parity drive at the unRAID level. You do not mention why you are intending to use 2xSSD's and for what usages? There may be an easy way to achieve what you want using standard capabilities. Ah, I didn't know if UnRaid would work well using a card that could do hardware raid. Basically, I am running emby server and it appears that queries are taking more than what I like. If I add everything but my Movies and tv shows. It's snappy, but as soon as I add those folders, it takes anywhere from 3-9 seconds to load the images, etc. I was hoping to decrease this time by running two ssd's in raid-0. I'm already running an SSD as my cache with no other plugins running. It could be that in those directories alone, there are over 1k movies and 500+ tv shows with over 23k episodes.
  10. Does Unraid allow the cache drives to run in raid 0? I'd like to know before I go ahead and buy two SSDs.
  11. This can be accomplished in emby. Really? I thought Emby was a Plex like server, and while you can view books and comics you have to do a bunch of stuff to make it work. So Emby can be used as a comic reader? No, i don't think Emby is the right app for this. So I'm guessing the app "Streams" the comic books in real-time. Emby just allows you to download it to your phone from anywhere. Meh, works for me. I have comic-rack as my reader.
  12. This can be accomplished in emby.
  13. Phaze. I know I asked you about this before, but is there a way to make this compatiable with unraid? When trying to use it as a custom repo, it fails to install...I'm guessing because it's not a plugin? https://github.com/hernandito/Maraschino-Portal
  14. Disk 9. The one that's not spun up. The path of the files are on my cache and they're supposed to be moved to the "Media" folder which is supposed to be on all disks. A split level of two is supposed to put the 2 top level folders on all disks, no?
  15. So I'm having an issue where unraid is not writing to one of the drives. If I manually move files to a media folder, it will write, but the mover won't write to the disk. Here are screen shots of my settings.
  16. Did you try a fresh install and delete the previous data? I've noticed that media browser leaves behind a lot of files when you uninstall.
  17. Looks like the new Emby link is working.
  18. This is what I'm getting from the link you posted Phaze. /usr/local/sbin/plugin install https://github.com/PhAzE-Variance/unRAID/raw/e4634e3ce23a3d99668db15205ee1abbfd5f0689/Plugins/Embyserver.plg 2>&1 plugin: installing: https://github.com/PhAzE-Variance/unRAID/raw/e4634e3ce23a3d99668db15205ee1abbfd5f0689/Plugins/Embyserver.plg plugin: downloading https://github.com/PhAzE-Variance/unRAID/raw/e4634e3ce23a3d99668db15205ee1abbfd5f0689/Plugins/Embyserver.plg plugin: creating: /tmp/Embyserver-script - from INLINE content plugin: running: /tmp/Embyserver-script Cleaning up previous install files... ...Cleanup complete! Downloading any missing plugin files... Latest plugin control files downloading Plugin control files have passed MD5 check Latest plugin dependency files downloading ...Downloaded plugin dependency files have failed MD5 check. Deleting and aborting install plugin: run failed: /bin/bash retval: 1
  19. Hey phaze, think you can add this as in option in Maraschino?..or is there already a way to add this in? https://github.com/hernandito/Maraschino-Portal
  20. Phaze. I'm getting this in mylar when I try to search. 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. Traceback (most recent call last): File "/mnt/cache/applications/mylar/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() File "/mnt/cache/applications/mylar/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/mnt/cache/applications/mylar/cherrypy/_cpdispatch.py", line 29, in __call__ return self.callable(*self.args, **self.kwargs) File "/mnt/cache/applications/mylar/mylar/webserve.py", line 200, in searchit searchresults, explicit = mb.findComic(name, mode, issue=None, explicit=explicit) File "/mnt/cache/applications/mylar/mylar/mb.py", line 111, in findComic searched = pullsearch(comicapi,comicquery,0,explicit,type) File "/mnt/cache/applications/mylar/mylar/mb.py", line 51, in pullsearch file = urllib2.urlopen(PULLURL) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 404, in open response = self._open(req, data) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 422, in _open '_open', req) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 1214, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/urllib2.py", line 1187, in do_open r = h.getresponse(buffering=True) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/httplib.py", line 1045, in getresponse response.begin() File "/usr/local/PhAzE-Common/usr/lib64/python2.7/httplib.py", line 409, in begin version, status, reason = self._read_status() File "/usr/local/PhAzE-Common/usr/lib64/python2.7/httplib.py", line 365, in _read_status line = self.fp.readline(_MAXLINE + 1) File "/usr/local/PhAzE-Common/usr/lib64/python2.7/socket.py", line 476, in readline data = self._sock.recv(self._rbufsize) error: [Errno 104] Connection reset by peer
×
×
  • Create New...