Jump to content

mikeyosm

Members
  • Posts

    651
  • Joined

  • Last visited

Posts posted by mikeyosm

  1. 1 minute ago, CHBMB said:

     

    Then you're kind of on your own, please tell me you're at least using our Tautulli container? 

    Panic over, it updated. I though I might be able to see previous user history but since I ony just installed the tautulli container, it makes sense that there are no stats.

  2. 8 minutes ago, CHBMB said:

     

    I dunno, you tried playing some stuff in Plex and seeing if it updates.  Also I don't know about other versions of Plex and Tautulli other than the Linuxserver.io ones, I suppose there could be permission issues with other containers.

     

    Nope, it doesnt update which weird because all other stats are, it's only the user stats fro every user that shows N/A. I'm using this plex docker - https://registry.hub.docker.com/u/limetech/plex/

     

  3. 2 hours ago, CHBMB said:

    Also.... 

     

    Firstly

    /mnt/user/appdata/plexpy/logs/":"/logs

     

    You should be mapping /logs to the Plex container logs, not plexpy logs.  

     

    Try: /mnt/user/appdata/plex/Library/Application Support/Plex Media Server/Logs/

     

    Secondly change your appdata from /mnt/user/ to either /mnt/cache/ or /mnt/disk1/ or /mnt/disk2/ depending on what DISK your appdata is actually on, SQLite doesn't play well with /mnt/user/

     

    Now that the docker runs OK and the WBUI opens up, I noticed that User stats all show as n/a. Do the user stats populate over time after tautulli is installed?

  4. 8 hours ago, CHBMB said:

     

    Still not a problem with our container.  If two different images, by two different authors are giving you the same problem.  And nobody else is seeing the same issue, the likely problem is a local issue to you.  Try making the changes sparklyballs has suggested.

     

    ie change your appdata from /mnt/user/ to either /mnt/cache/ or /mnt/disk1/ /mnt/disk2/ 

     

    That removes FUSE as a possible culprit.  Which is the most likely reason.  The error with our container says IO issue.  It's because you're using /mnt/user/

     

    That was it. I changed it from mnt/user to /mnt/disk1 and all fine. Thank you.

  5. 1 hour ago, bonienl said:

     

    You have corruption on the device which holds "/mnt/user/appdata/tautulli". If this is your cache device use the GUI to do a file system check and repair.

     

    Btw. I installed the linuxserver.io version of Tautulli yesterday without any problem, it is working like a charm.

    No errors on the drive. I have other dockers (plex) on the same drive (array) and they all work fine. I also have a downloads share on the same disk and no issues with copying file to/from it so I doubt it's the disk/FS.

  6. 33 minutes ago, CHBMB said:

    OK, first of all, there really was no need to post the repeating log over and over, one copy would have been enough, try wrapping logs in the appropriate code tags in the forum, makes it a bit easier to read.... ;)

     

    Second of all, use our image, it works. ;)

     

    I tried both images and yours didnt work either

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tautulli' --net='host' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_8181'='8181' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Logs/':'/logs':'ro' -v '/mnt/user/appdata/tautulli':'/config':'rw' 'linuxserver/tautulli'

     

     

     

    2018-03-12 19:11:08 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 19:11:08 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 19:11:08 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 19:11:08 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/app/tautulli/PlexPy.py", line 28, in <module>
        main()
      File "/app/tautulli/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/app/tautulli/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/app/tautulli/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/app/tautulli/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

  7. 1 hour ago, CHBMB said:

    Instructions are in my signature to get the docker run command, but here's the link from the docker FAQ

     

    Tautulli docker container logs, not Unraid logs

     

     

    Run command:

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tautulli' --net='host' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_8181'='8181' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/tautulli':'/config':'rw' -v '/mnt/user/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Logs/':'/log':'rw' 'tautulli/tautulli'

     

    LOG FILE:

     

    2018-03-12 18:21:41 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:41 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:41 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:41 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:42 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:42 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:42 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:42 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:43 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:43 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:43 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:43 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:44 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:44 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:44 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:44 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:45 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:45 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:45 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:45 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:46 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:46 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:46 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:46 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:47 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:47 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:47 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:47 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:48 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:48 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:48 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:48 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:49 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:49 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:49 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:49 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:50 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:50 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:50 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:50 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:51 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:51 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:51 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:51 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:52 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:52 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:52 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:52 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:53 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:53 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:53 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:53 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:54 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:54 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:54 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:54 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:55 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:55 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:55 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:55 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:56 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:56 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:56 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:56 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:57 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:57 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:57 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:57 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:58 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:58 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:58 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:58 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:21:59 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:21:59 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:21:59 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:21:59 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:00 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:00 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:00 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:00 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:01 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:01 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:01 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:01 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:02 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:02 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:02 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:02 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:03 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:03 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:03 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:03 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:04 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:04 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:04 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:04 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:05 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:05 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:05 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:05 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:06 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:06 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:06 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:06 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:07 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:07 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:07 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:07 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:08 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:08 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:08 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:08 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:09 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:09 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:09 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:09 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:10 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:10 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:10 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:10 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:11 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:11 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:11 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:11 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:12 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:12 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:12 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:12 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:13 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:13 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:13 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:13 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:14 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:14 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:14 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:14 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:15 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:15 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:15 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:15 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:16 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:16 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:16 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:16 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:17 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:17 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:17 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:17 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:18 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:18 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:18 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:18 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:19 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:19 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:19 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:19 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:20 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:20 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:20 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:20 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:21 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:21 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:21 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:21 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

    2018-03-12 18:22:22 - INFO    :: MainThread : Checking if the database upgrades are required...
    2018-03-12 18:22:22 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
    2018-03-12 18:22:22 - INFO    :: MainThread : Checking if configuration upgrades are required...
    2018-03-12 18:22:22 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
      File "/opt/plexpy/PlexPy.py", line 28, in <module>
        main()
      File "/opt/plexpy/Tautulli.py", line 197, in main
        plexpy.initialize(config_file)
      File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
        notifiers.blacklist_logger()
      File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
        db = database.MonitorDatabase()
      File "/opt/plexpy/plexpy/database.py", line 123, in __init__
        self.connection.execute("PRAGMA synchronous = OFF")
    OperationalError: disk I/O error

  8. I installed the docker for the first time, pointed the logs dir to my plex log folder in appdata, started the docker, waited a few minutes but still can't connect to the tautulli webui.

    I am using bridge network and port 8181. Any ideas what might be wrong?

     

    tautulli docker log:

     

    Traceback (most recent call last):
    File "/app/tautulli/PlexPy.py", line 28, in <module>
    main()
    File "/app/tautulli/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
    File "/app/tautulli/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
    File "/app/tautulli/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
    File "/app/tautulli/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
    sqlite3.OperationalError: disk I/O error

  9. UNRAID 6.4 RC17 has broken the docker for me. I run nextcloud on its own IP and now it doesnt have any internet connectivity so I cant access nextcloud from outside my network or even load the nextcloud apps page. Loads of connection problems in the log...

    This was all working fine with 6.4 RC15e.

     

    Anything I can do within nextcloud to troubleshoot the internet connection? All other dockers that share the UNRAID host IP appear to work fine.

     

    image.thumb.png.8938a733b7a17ac5c46526c26da50349.png

     

     

  10. 2 minutes ago, Donach said:

     

    Did you use any dirty-hack to make it working like bare-metal?
    I tried to setup double Win 10 VMs before the NPT fix was found, and it was horrible - had lags even at very basic games...

    Thanks for clarifying this.

    No - any issues I had were related to the NPT bug and now this is resolved. I also had issues with random pops/crackle in audio even with MSI fix until I decided to pass through my nvme drive to the W10 VM, it now performs like it was bare metal. I suspected that the scsi/vfio driver was the cause but cannot be sure.

  11. Just now, joohn said:

    Thanks for response. If I wouldn't go into VMs, I would just stick to Skylake Pentium since I am using maximum one PLEX stream and standard Unraid functionalities for family data sharing. Currently I have 2 core Celeron 1007u which is great piece of hardware - it handles Windows VM, Linux VM and Plex - rock solid, months of uptime. Of course performance of VMs is low, but enough for my needs. It struggles with transcoding 1080p streams, so this is my main reason to upgrade. And if put money into setup, I would like something future proof, which would also replace wife's gaming PC. Ryzen is fantastic solution, but I am still concerned with pass through performance, stability and choosing the right board (definitely matx). Can you guys post some setups which are proven to work near bare metal in gaming vms with latest RC version (after npt fixes)?

     

     

     

    I'm using RC15 on Asus Crosshair VI Hero, 32GB Corsair veng mem, 1700x Ryzen, Samsung 950 pro (in passthrough) and a plethora of HDDs.

    I manage to stay stable for days/weeks  whilst running a W10 VM with 1050ti/audio/nvme passthrough, Windows server 2012 VM, Plex and various dockers.

    Plex transcodes 4k no issues, W10 gaming is very close the bare metal. Very very pleased thus far.

  12. 6 minutes ago, methanoid said:

    Since Ryzen has NPT patch and C-states fixed does this also mean Threadripper is okay for unRAID inc VMs with passthrough graphics cards?

    I bought a TR board then read all sorts of issues with IOMMU and general PCIe passthrough even after all the fixes to UNRAID and KVM. So, now runnign Ryzen and happy with the performance and stability with uptimes of weeks rather than days.

  13. 7 hours ago, alturismo said:

    both works, either you mount the pathes in nextcloud docker and then they are available to add as local pathes in nextcloud,

    or you simply just add your network shares in there ... pretty self explained.

     

    all in the external storage plugin, local, SMB, google drive, etc ...

     

    for example, i mounted media to nextcloud docker

     

    image.thumb.png.877cb9227ff2f929bba91670fd04e413.png

     

    then i added this in external storage, here u also specify access and priviledges.

     

    image.thumb.png.e02e3e4dc6e63fd708c779bdc3f5648d.png

     

    then in nextcloud its shown as share

     

    image.thumb.png.4789c21cf3b3039b09dc6273d15f8ca8.png

     

    pretty simple and working ;)

    Im getting a red square and not sure why. Can you see what's wrong with the config? I added a path variable called /music to the docker.

     

    Nextcloud is running on its own IP 192.168.1.91:443

    UNRAID host is running on 192.168.1.90

     

     

    image.thumb.png.2dfee5db2cbefcbf14db3b0ebd4a1600.png

     

    image.png.98c6e7bf9e59f68b86a9eb67eb86e02b.png

  14. 6 hours ago, alturismo said:

    both works, either you mount the pathes in nextcloud docker and then they are available to add as local pathes in nextcloud,

    or you simply just add your network shares in there ... pretty self explained.

     

    all in the external storage plugin, local, SMB, google drive, etc ...

     

    for example, i mounted media to nextcloud docker

     

    image.thumb.png.877cb9227ff2f929bba91670fd04e413.png

     

    then i added this in external storage, here u also specify access and priviledges.

     

    image.thumb.png.e02e3e4dc6e63fd708c779bdc3f5648d.png

     

    then in nextcloud its shown as share

     

    image.thumb.png.4789c21cf3b3039b09dc6273d15f8ca8.png

     

    pretty simple and working ;)

    got it, thank you

  15. Hi - 

     

    I am trying to add external storage (SMB) to owncloud but getting an error "Storage is temporarily unavailable" when trying to access the folder in Files.

    I specified UNRAID user credential and proper path (/mnt/disks/DATA02/Media/Music) and get a green circle. Any ideas what i might be doing wrong?

  16. I have been looking for a cloud solution that lets me add a path that already exists in UNRAID so I can share it with other users.

    For example; being able to add /mnt/user/shares/music to an existing nextcloud user so they can see that folder in read only. Is that possible with nextcloud?

    I don't want to use FTP servers anymore.

  17. On 28/11/2017 at 10:49 PM, david279 said:

    Here you go 

     


     

    
    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>Mac OS X GPU</name>
      <uuid>bb939222-c6ce-2c92-5579-e652464544f7</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/>
      </metadata>
      <memory unit='KiB'>8388608</memory>
      <currentMemory unit='KiB'>8388608</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>8</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='4'/>
        <vcpupin vcpu='1' cpuset='5'/>
        <vcpupin vcpu='2' cpuset='6'/>
        <vcpupin vcpu='3' cpuset='7'/>
        <vcpupin vcpu='4' cpuset='8'/>
        <vcpupin vcpu='5' cpuset='9'/>
        <vcpupin vcpu='6' cpuset='10'/>
        <vcpupin vcpu='7' cpuset='11'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-2.9'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/bb939222-c6ce-2c92-5579-e652464544f6_VARS-pure-efi.fd</nvram>
        <boot dev='hd'/>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='custom' match='exact' check='full'>
        <model fallback='forbid'>Penryn</model>
        <topology sockets='1' cores='4' threads='2'/>
        <feature policy='require' name='vme'/>
        <feature policy='require' name='x2apic'/>
        <feature policy='require' name='hypervisor'/>
        <feature policy='require' name='invtsc'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/disks/500GBSSDStorage/Mac/vdisk2.img'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x10'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x11'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0x14'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0x8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:90:25:36'/>
          <source bridge='br0'/>
          <model type='e1000-82545em'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target port='0'/>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <source>
            <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
          </source>
          <rom file='/mnt/disks/500GBSSDStorage/Windows 10 HTPC/EVGAGTX1030.rom'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <source>
            <address domain='0x0000' bus='0x09' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <vendor id='0x1e7d'/>
            <product id='0x371e'/>
          </source>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <vendor id='0x0a5c'/>
            <product id='0x21e8'/>
          </source>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
        </hostdev>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </memballoon>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'/>
      <qemu:commandline>
        <qemu:arg value='-usb'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-mouse,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd,bus=usb-bus.0'/>
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,vmware-cpuid-freq=on,'/>
      </qemu:commandline>
    </domain>

     

    thanks for that, it seems i was missing some cpu optimizations so i added those now the VM is nice and fast, even through VNC. Strangely though my mouse does not sync with the VNC mouse so not sure why this isnt working. Im using Firefox on W10. Any ideas?

×
×
  • Create New...