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.

seafile ist bei der WEBGUI mehr als langsam

Featured Replies

hallo,

 

ich habe seafile nach dieser Anleitung installiert....

 

# Installation Tutorial For Beginners

1. Create a docker network (if you don't have a custom one yet):
1.1 Open unRAID terminal with top right ">_" button.
1.2 Enter 'docker network create dockernet' without quotation marks.
1.3 Close terminal.
(Info: This creates a special network where services can communicate via hostnames. Look at "Name:" and "SQL Host:" in the next steps to see whats possible now.)


2. Install mgutt's "MariaDB-Official" from APPS and configure as following:
Name: seafile-mariadb
Network Type: dockernet
Port: 3306
Generate Random Password: remove 'yes'. This field needs to be blank.
DB Name: db
DB User: db
DB PW: db
Data: /mnt/user/appdata/seafile-mariadb/data
Config: /mnt/user/appdata/seafile-mariadb/config
Show more settings
Root Password: choose a password here
(This mariadb is ONLY for the seafile service. If you need another db, create another container.)

3. Get Seafile-Official and config as follows:
Name: seafile
Network Type: dockernet
Port: 8080 (or whatever you want)
SQL Host: seafile-mariadb
SQL Root Password: the password you have chosen before
The rest is pretty self explanatory

 

ansich läuft auch seafile, ich kann alles machen, nur die Responsezeiten von der Webgui sind länger wie 5sec, bei jedem click

 

im seahub.log steht folgendes:

 

2023-02-14 22:56:30,403 [ERROR] django.pylibmc:132 get MemcachedError: error 31 from memcached_get(:1:autofilled): A TIMEOUT OCCURRED
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 130, in get
    return super(PyLibMCCache, self).get(key, default, version)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 77, in get
    return self._cache.get(key, default)
pylibmc.Error: error 31 from memcached_get(:1:autofilled): A TIMEOUT OCCURRED
2023-02-14 22:56:30,419 [ERROR] django.pylibmc:167 set_many MemcachedError: error 47 from memcached_set_multi: SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 165, in set_many
    return super(PyLibMCCache, self).set_many(*args, **kwargs)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 149, in set_many
    failed_keys = self._cache.set_multi(safe_data, self.get_backend_timeout(timeout))
pylibmc.ServerDown: error 47 from memcached_set_multi: SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
2023-02-14 22:56:30,427 [ERROR] django.pylibmc:132 get MemcachedError: error 47 from memcached_get(:1:ENABLE_TERMS_AND_CONDITIONS): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 130, in get
    return super(PyLibMCCache, self).get(key, default, version)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 77, in get
    return self._cache.get(key, default)
pylibmc.ServerDown: error 47 from memcached_get(:1:ENABLE_TERMS_AND_CONDITIONS): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
2023-02-14 22:56:30,434 [ERROR] django.pylibmc:132 get MemcachedError: error 47 from memcached_get(:1:autofilled): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 130, in get
    return super(PyLibMCCache, self).get(key, default, version)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 77, in get
    return self._cache.get(key, default)
pylibmc.ServerDown: error 47 from memcached_get(:1:autofilled): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
2023-02-14 22:56:30,443 [ERROR] django.pylibmc:167 set_many MemcachedError: error 47 from memcached_set_multi: SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 165, in set_many
    return super(PyLibMCCache, self).set_many(*args, **kwargs)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 149, in set_many
    failed_keys = self._cache.set_multi(safe_data, self.get_backend_timeout(timeout))
pylibmc.ServerDown: error 47 from memcached_set_multi: SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
2023-02-14 22:56:30,450 [ERROR] django.pylibmc:132 get MemcachedError: error 47 from memcached_get(:1:ENABLE_TERMS_AND_CONDITIONS): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 130, in get
    return super(PyLibMCCache, self).get(key, default, version)
  File "/opt/seafile/seafile-server-9.0.10/seahub/thirdpart/django/core/cache/backends/memcached.py", line 77, in get
    return self._cache.get(key, default)
pylibmc.ServerDown: error 47 from memcached_get(:1:ENABLE_TERMS_AND_CONDITIONS): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
2023-02-14 22:56:30,459 [ERROR] django.pylibmc:132 get MemcachedError: error 47 from memcached_get(:1:ENABLE_TWO_FACTOR_AUTH): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/django_pylibmc/memcached.py", line 130, in get

 

kennt sich jemand damit aus?

 

Gruß und Danke

Bruno

Solved by donbruno

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.