Jump to content

PeterW

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by PeterW

  1. Hi, I'm hoping someone can help.

     

    I have just restored my appdata folder using CA APPDATA BACKUP / RESTORE.

    I have reinstalled my Docker containers via CA.

    MySQL will not start.

    Below is the error log.

     

    2022-12-15T10:12:07.785325Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
    2022-12-15T10:12:07.788310Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.31) starting as process 1
    2022-12-15T10:12:07.805531Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
    2022-12-15T10:12:08.727248Z 1 [ERROR] [MY-013882] [InnoDB] Missing redo log file ./#innodb_redo/#ib_redo1251 (with start_lsn = 13078623744).
    2022-12-15T10:12:08.727313Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error.
    2022-12-15T10:12:09.027791Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
    2022-12-15T10:12:09.028089Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
    2022-12-15T10:12:09.028127Z 0 [ERROR] [MY-010119] [Server] Aborting
    2022-12-15T10:12:09.029174Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.31)  MySQL Community Server - GPL.
    2022-12-15 21:12:06+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started.
    2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
    2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started.
    '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'

     

    So far I have tried to:

    - re-restore the backup.

    - copy the folder using MC (Midnight Commander)

    - change permissions

     

    I can get the container to run if edit the template and change the AppData location ( eg. /appdataa/mysql2)

    It creates a whole new folder structure and starts without any problem.

    Obviously this isn't a solution since my databases are part of the backup.

    (Unless I can import these back into the fresh install)

     

    I would really appreciate any help that you can offer.

     

    TIA.

  2. Thankyou.

    I was unclear where this account was being created.

    It reads as though you are creating a cloud-based account in order to sync with a local server.

     

    I have completed this and it appears to be working directly with the local server.

     

    Thankyou for clarifying this.

     

    On 8/24/2022 at 12:19 AM, xthursdayx said:

    Sorry if that was unclear in the documentation.

     

    So, this docker image is just for the backend server for Ferdium, aka Ferdium-server. You will need to download the Ferdium app (for the frontend interface) in order to use Ferdium and create an account. Once you have this app installed and started, you will see a screen that says "Create a free account" and "Login to your account". Under these two options, you'll see the line "You are using Ferdium Server, do you want to switch? Change here!" Click "Change here!" and enter the address for your Ferdium-server. Then, so long as you created your Ferdium-server with the option `IS_REGISTRATION_ENABLED` set to `true`, you should be able to register a new account. Once you've registered all the accounts you want to use (say for you yourself and anyone else you want to allow to use your server) I suggest re-starting your Ferdi-server container with the `IS_REGISTRATION_ENABLED` option set to `false` to prevent random people from registering on your server.

     

  3. Seems like a great project. Thankyou, for bringing it back to life.

    Installed via docker on Unraid.

    WebGUI is showing the 'Setup your client' page.

    How can I create a local user (not cloud-based), rather than login via existing Franz/Ferdi account as indicated on next page 'Go to account dashboard'

    I cannot seem to see any information in the documentation, and am unsuccessful in modifying the sqlite database file.

    Thankyou.

     

  4.  

    On 2/9/2021 at 11:58 PM, saarg said:

    Why do you think it saves the images inside the container?

     

    saarg,
    #1: The only change I made was to install container and upload a few GB of photos for test, and suddenly my docker.img is full. 
    #2: The container template also doesn't appear to have any mappings for any array folders.

  5. Hi All, TIA

     

    Situation: I'm testing using a TEST folder, moving files into the folder then launching Unmanic Docker after file copied.
    I am having an issue where the file appears to encode twice as per the 'Complete Tasks'
    Originally I though it was because of multiple workers - multiple workers consumed the same file.

    So I changed it to 1, this way 1 worker, 1 file, but I am still getting multiple entries in the 'completed tasks' section as per the screenshot.
    The summary details also do not match;

    Task duration is correct in screenshot 1,

    but new file size comparison is correct in screenshot 2.

    The files appear to play fine, but I wonder why this is the case?

     

    My ultimate goal is to run Unmanic on my library to reduce the file size, but my concerns:

    - If i use more than 1 worker, they tend to pickup the same files and process concurrently - but at different progress percentages

    - If 1 worker is used, why are there still 2 'completed task' line items

     

    Other noteworthy points:

    using /tmp/unmanic as cache path

    not processing audio

    tests are performed on TEST folder with a copied file already in the folder

    using libx265

    CPU pinning to 8cores(16threads)

    128GB RAM

     

    2021-02-08_12-48-49.png

    2021-02-08_12-56-40.png

  6. Hi,

    I'm interested in setting up this docker to interact with my email inbox - currently use gmail, but i'm happy to setup locally hosted email for this instance and have gmail forward the emails based on rules to the new email setup for this purpose.

     

    My main question is how do i get it working?

     

    I added the following to my 'papermerge.conf.py'

    IMPORT_MAIL_HOST = "imap.gmail.com"
    IMPORT_MAIL_USER = "[email protected]"
    IMPORT_MAIL_PASS = "----"
    IMPORT_MAIL_INBOX = "papermerge"
    IMPORT_MAIL_BY_USER = "N"
    IMPORT_MAIL_BY_SECRET = "N"
    IMPORT_MAIL_DELETE = "N"

     

    this does not appear to complete any actions.

     

    does anyone have a sample papermerge.conf.py file i could base the section above?

     

    Thankyou in advance.

    - Peter
     

×
×
  • Create New...