unsainted

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by unsainted

  1. Thats what i had thought. I have /books mapped to my ebooks folder /mnt/user/media/e-books I entered /books into the config for the location and got the same error. I dont have a /books_library path in my setup?
  2. I am installing this docker and when i launch the UI it goes to /config and asks for database location. Is this a pre-defined path, or do i just put in where i want. No matter what i try, i get a 403 forbidden error and this in the logs. [2018-06-11 11:09:39,117] ERROR in app: Exception on /config Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/app/calibre-web/cps/web.py", line 486, in inner return f(*args, **kwargs) File "/app/calibre-web/cps/web.py", line 2510, in basic_configuration return configuration_helper(1) File "/app/calibre-web/cps/web.py", line 2709, in configuration_helper if not db.setup_db(): File "/app/calibre-web/cps/db.py", line 338, in setup_db cc = conn.execute("SELECT id, datatype FROM custom_columns") File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 942, in execute return self._execute_text(object, multiparams, params) File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1104, in _execute_text statement, parameters File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1200, in _execute_context context) File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1413, in _handle_dbapi_exception exc_info File "/usr/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1193, in _execute_context context) File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 508, in do_execute cursor.execute(statement, parameters) OperationalError: (sqlite3.OperationalError) no such table: custom_columns [SQL: 'SELECT id, datatype FROM custom_columns'] (Background on this error at: http://sqlalche.me/e/e3q8)
  3. I have a supermicro 3U rack mount chassis and I am trying to match up which drive numbers are in which slots in the chassis. I have a number of white label drives that have been relabeled with Serial numbers that do not match what Unraid shows. Anyone got any tricks to determine what drive is where? I have tried turning off all services and then hitting the smart test to see which drive lights up, but that isnt always helpful. it'd be great if there was a locate button on each drive in unraid that when pressed, flashes the drive lights. (I realize not all servers are rack mounts and it may not be useful for all).
  4. thanks! was looking through syslog and wow seems i have a few other issues too. EDAC MC0: 369 CE error on CPU#0Channel#1_DIMM#0 bad ram stick(s)? I have 96GB in the server but only 80 is being reported..
  5. I have attached diagnostics to this post. Appreciate any advice you have and thanks for taking the time to respond.
  6. Do you think the read errors are related to the parity sync?
  7. I will definitely try that, its about 1/2 way through parity sync so once that is done, I can try your suggestion.
  8. I have a 3U supermicro system running 2X X5650 Xeons. I have 17 disks total and on at least 3 of them I am getting UDMA_CRC errors pretty frequently. Drives are running from 2X LSI 9211-81 in IT Mode through a Supermicro direct attach backplane. I have already replaced the cables from the HBA to the backplane and things have improved. I have been fighting this for a few weeks now with drives dropping out of the array etc.. I was finally able to get all drives added back into the array after the cable swap, but I am still seeing 3 drives producing UDMA_CRC errors. I have a new backplane on order and plan to switch that out. I am running a 920-SQ power supply (supermicro) My question is, can the HBA be causing this, and if so, wouldnt it affect all drives, or do you think this is something in the backplane, I have swapped cables twice now, first set cheap from amazon caused more problems than i had originally, so ordered some better quality ones. In the screenshot, it shows errors on 2 drives, but smart test says theyre ok. Any advice on where to look next? Is replacing the backplane a valid idea? mars-diagnostics-20180530-0838.zip
  9. I am having some issues with the WebGui becoming unresponsive, it will eventually time out and give me a 504 error. If i wait long enough, it eventually returns to normal use. It seems to be intermittent. I am attaching my diagnostics. I am running a SuperMicro X8DTi-F board, 2 X5600 Series Xeons with 96GB RAM in a SuperMicro 836 series chassis. I have an additional 4 port Intel gig nic card installed but haven't put it to use yet. Have a few dockers running as well as Plex Server. No VM's as of yet. I am running UnRaid 6.5.1 Hopefully someone can point me in the right direction. orion-diagnostics-20180512-0827.zip
  10. So i managed to bork my unraid. Webgui is inaccessible. Cant ping the unraid IP, no SSH.. All started with a Docker i was configuring. Long story short, short of the license file, what config files should I save so that i can at least get my array back online. Im not too worried about any dockers i had, but I dont want to lose access to my shares. I was able to pull up the webgui in safe mode (no plugins) from the server itself. but the array was not started.
  11. Just want to thank you for this, fixed the issue i had been having!
  12. Did you ever find a solution? Having the same issue here.
  13. I have a 2k8R2 server vm running and i would like to have it show as its own machine on my home network. When the VM is set to vibr0 it gets assigned a different IP than my home network and everything works fine, it can see other devices on my home network. When I switch to br0 I get a DHCP assigned address from my home router, gateway/dns is all good, but i get the no internet access message/icon and i can no longer see other devices on the network. Reason i want to show on home network is to use RDP instead of VNC Client. Any ideas whats going on or how to solve this?