Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hoddl

Members
  • Joined

  • Last visited

Everything posted by Hoddl

  1. na hab ich leider keinen der so was messen könnte. ich werde mal das mit den Kabel schauen ob ich irgendwo knicke habe... oder kann es auch an der LAN Dose liegen also die die in der Wand ist... morgen werde ich das mal mit einen MacBook testen wenn ich dies direkt an den Switch hänge wenn es dann geht dann liegt es an der Verkabelung... Was ich noch vergessen habe, ich benutze für den Mac den SoNNeT Technologies Solo 10 G Thunderbolt 3 to Ethernet 10 Gbase Adapter, dieser zeigt mir aber am Mac die 10G an.
  2. ich hab jetzt mal umgesteckt leider ohne erfolg. folgende SFP+ Module sind drinnen: MikroTik S+RJ10 - SFP+-Transceiver-Modul - 10 GigE, 5 GigE, 2,5 GigE - 10Base-T, 100Base-TX, 1000Base-T, 10GBase-T, 2,5GBase-T, 5GBase-T / RJ-45 - bis zu 200 m (S+RJ10) SwitchOS das neueste 2.13
  3. hab ich doch leider immer noch nur 5G 😒
  4. jetzt bin ich es nochmal... der Server läuft mit 10G doch mein Mac geht nicht über 5G.. Hier mal ein paar Bilder vielleicht kann mir einer von euch auf die Sprünge helfen. CAT 7 ist überall... kann es sein das das Patchfeld kein CAT 7 hat?
  5. danke... na dann hoffe ich mal das ich noch umtauschen kann 🙂
  6. Hallo, ich hab das Modell CSS610-8G-2S+IN wie kann ich denn auf RouterOS wechseln? hab auch nur 5GB danke
  7. es gab jetzt noch ein Update nun ist alles wieder in bester ordnung....
  8. gestern gab es mal wieder ein update von papermerge und es läuft mal wieder nicht mehr nach dem update :-( hier mal das ganze log: File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 79 seconds [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 81 seconds [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 83 seconds [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 85 seconds [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 87 seconds [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 99 gid: 100) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'worker' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 24, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 231, in fetch_command settings.INSTALLED_APPS File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 69, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python3.8/dist-packages/django/conf/__init__.py", line 170, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/papermerge/config/settings/production.py", line 1, in <module> from .base import * # noqa File "/app/papermerge/config/settings/base.py", line 4, in <module> from mglib.utils import try_load_config ModuleNotFoundError: No module named 'mglib' [uwsgi-daemons] throttling "/usr/bin/python3 ./manage.py worker" for 89 seconds
  9. Hoddl replied to Hoddl's topic in Deutsch
    danke... doch mayan stoppt immer wieder. ich hänge mal das Protokoll unten an. mayan: starting entrypoint.sh mayan: update_uid_gid() usermod: no changes mayan: os_package_installs() mayan: pip_installs() mayan: performupgrade() /opt/mayan-edms/lib/python3.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.11) or chardet (4.0.0) doesn't match a supported version! RequestsDependencyWarning) Operations to perform: Apply all migrations: acls, actstream, admin, appearance, auth, authtoken, autoadmin, cabinets, checkouts, common, contenttypes, converter, django_celery_beat, django_gpg, document_comments, document_indexing, document_parsing, document_signatures, document_states, documents, dynamic_search, events, file_caching, file_metadata, linking, lock_manager, logging, mailer, mayan_statistics, metadata, motd, ocr, permissions, quotas, sessions, sites, sources, storage, tags, user_management, web_links Running migrations: CommandError: Error during signal_pre_upgrade signal: 'No such transport: ', <class 'KeyError'> Applying contenttypes.0001_initial...mayan: starting entrypoint.sh mayan: update_uid_gid() usermod: no changes mayan: os_package_installs() mayan: pip_installs() mayan: performupgrade() /opt/mayan-edms/lib/python3.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.11) or chardet (4.0.0) doesn't match a supported version! RequestsDependencyWarning) Operations to perform: Apply all migrations: acls, actstream, admin, appearance, auth, authtoken, autoadmin, cabinets, checkouts, common, contenttypes, converter, django_celery_beat, django_gpg, document_comments, document_indexing, document_parsing, document_signatures, document_states, documents, dynamic_search, events, file_caching, file_metadata, linking, lock_manager, logging, mailer, mayan_statistics, metadata, motd, ocr, permissions, quotas, sessions, sites, sources, storage, tags, user_management, web_links Running migrations: CommandError: Error during signal_pre_upgrade signal: 'No such transport: ', <class 'KeyError'> Applying contenttypes.0001_initial...mayan: starting entrypoint.sh mayan: update_uid_gid() usermod: no changes mayan: os_package_installs() mayan: pip_installs() mayan: performupgrade() /opt/mayan-edms/lib/python3.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.11) or chardet (4.0.0) doesn't match a supported version! RequestsDependencyWarning) Operations to perform: Apply all migrations: acls, actstream, admin, appearance, auth, authtoken, autoadmin, cabinets, checkouts, common, contenttypes, converter, django_celery_beat, django_gpg, document_comments, document_indexing, document_parsing, document_signatures, document_states, documents, dynamic_search, events, file_caching, file_metadata, linking, lock_manager, logging, mailer, mayan_statistics, metadata, motd, ocr, permissions, quotas, sessions, sites, sources, storage, tags, user_management, web_links Running migrations: CommandError: Error during signal_pre_upgrade signal: 'No such transport: ', <class 'KeyError'> Applying contenttypes.0001_initial...
  10. Hoddl replied to Hoddl's topic in Deutsch
    danke jetzt ist der Groschen gefallen 🙂 mayanedms hat wohl gar keine WebUI?
  11. Hoddl replied to Hoddl's topic in Deutsch
    ich verstehe es immer noch nicht 😞 wo muss ich denn das das docker run command, also diese Abfolge von ich77 eintragen?
  12. Hoddl replied to Hoddl's topic in Deutsch
    vielen dank für die Hilfe... hier wird einem echt super gut geholfen... der docker run command wird im Terminal vom unraid ausgeführt? Oder werden die commands in den container eingepflegt? PostgreSQL werde ich schaffen... doch mit docker hab ich selbst nur die fertigen docker benutzt die im unraid zu finden sind selbst ein docker einzufügen hab ich noch nie gemacht.
  13. Hoddl replied to Hoddl's topic in Deutsch
    ich würde gerne mayanedms installieren - kann mayanedms als container auswählen - was muss ich weiter eintragen das der install auch funktioniert? auf dockerhub ist leider nichts dazu zu finden sondern nur ein ebook was man für 10€ kaufen kann... ich würde es ja kaufen wenn ich weis das mayan auch das richtige dms für mich ist.
  14. Hoddl replied to Hoddl's topic in Deutsch
    also den Docker Pull Command?
  15. Hallo, wie kann man denn was von dockerhub installieren? Hab schon im Forum gesucht doch nichts diesbezüglich gefunden
  16. ich hab kein SWAG Verzeichnis 😞 Ich denke ich lebe erst mal mit den Fehlern... Vielen Dank
  17. Kannst Du mir sagen wo genau diese config ist.. Danke ist das die richtige config?
  18. Hoddl replied to Hoddl's topic in Deutsch
    ich dachte ja das es vielleicht mit den selbst gescannten belege Probleme gibt. Das kann ich ausschliesen habe ich heut getestet. Ich hab dann in solr reingeschaut und ich denke das das RAM nicht reicht:
  19. Hoddl replied to Hoddl's topic in Deutsch
    danke für die hilfe... das werde ich alles morgen mal durchgehen....
  20. Hoddl replied to Hoddl's topic in Deutsch
    Joex hat mal wieder gestoppt 😞 irgendwas mag er bei mir nicht 😞 ich lade mal nur die roten und die gelben fehler aus dem log hoch sonst wird es wieder meterlang 🙂 Error: /BBox has zero width or height, which is not allowed. [docspell-joex-blocking-9] [31mWARN [0;39m [36md.b.ops.OItem[0;39m - Error updating full-text index: unexpected HTTP status: 500 Server Error [ioapp-compute-3] [39mDEBUG[0;39m [36md.s.q.QItem[0;39m - FindByChecksum: Fragment("SELECT DISTINCT i.itemid, i.cid, i.name, i.itemdate, i.source, i.incoming, i.state, i.corrorg, i.corrperson, i.concperson, i.concequipment, i.inreplyto, i.duedate, i.created, i.updated, i.notes, i.folder_id FROM item i INNER JOIN attachment a ON a.itemid = i.itemid INNER JOIN attachment_source s ON s.id = a.attachid INNER JOIN filemeta m1 ON m1.id = a.filemetaid INNER JOIN filemeta m2 ON m2.id = s.file_id LEFT JOIN attachment_archive r ON r.id = a.attachid LEFT JOIN filemeta m3 ON m3.id = r.file_id WHERE (i.cid = ? AND (m1.checksum = ? OR m2.checksum = ? OR m3.checksum = ? ) AND (m1.id is null OR NOT m1.id IN (? )) AND (m2.id is null OR NOT m2.id IN (? )) AND (m3.id is null OR NOT m3.id IN (? )))")
  21. Hoddl replied to Hoddl's topic in Deutsch
    ok hab ich gemacht. Nun hab ich mal in den Ordner unter docs nachgeschaut hier hat docspell die Belege einfach drinnen gelassen und evtl. immer wieder neu angefangen?! Diesen Ordner werde ich erst mal nicht mehr nehmen um docspell mit Daten zu füttern... Ich komme deswegen da drauf da in der Warteschlange immer wieder Belege von 18 Uhr aufgetaucht sind. Jetzt hab ich mal ganz normal 10 Stück hochgeladen mal schauen ob es abgearbeitet wird. Ich melde mich wieder 🙂
  22. Hoddl replied to Hoddl's topic in Deutsch
    wo soll den die Variable eingetragen werden 🙂
  23. Hoddl replied to Hoddl's topic in Deutsch
    wieder das gleiche joex steht dann irgendwann... ich werde die Variable jetzt mal einbauen... mal sehen ob es was bringt... (...) <Variable> <Value>-Xms256m -Xmx2500m</Value> <Name>JAVA_OPTS</Name> <Mode/> </Variable> </Environment> (...) <Config Name="JAVA_OPTS" Target="JAVA_OPTS" Default="-Xms256m -Xmx2500m" Mode="" Description="Container Variable: JAVA_OPTS" Type="Variable" Display="always" Required="false" Mask="false">-Xms256m -Xmx2500m</Config> (...)
  24. Hoddl replied to Hoddl's topic in Deutsch
    ich hab joex noch mal neu aufgesetzt und diesmal mit -e JAVA_OPTS="-Xmx2500m" also ohne das Minimum... mal sehen was passiert wenn ich wieder ein paar auf einmal hochlade...
  25. Hoddl replied to Hoddl's topic in Deutsch
    und der joex steht wieder 😞

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.