Git Product home page Git Product logo

Comments (9)

dwebfan avatar dwebfan commented on June 26, 2024

@vondravl sorry to hear that. For raspbian, it has to use external drive, or NFS / SAMBA mount because SD card capacity is not enough. May I know why you don't want to use external drive? Did you boot from one HDD drive / USB drive instead of SD card?

from lomod.

vondravl avatar vondravl commented on June 26, 2024

@dwebfan Yes I'm booting already from ssd drive and I would like to use it. Is it possible to make workaround by using samba mount which is on the same ssd as lomorage? How would ExecStart in โ€œ/lib/systemd/system/lomod.serviceโ€ look like? I tried: ExecStart=/opt/lomorage/bin/lomod -b /opt/lomorage/var --mount-dir /<ip-address>/<share-folder> --max-upload 1 --max-fetch-preview 3 and also ExecStart=/opt/lomorage/bin/lomod -b /opt/lomorage/var --mount-dir smb://<ip-address>/<share-folder> --max-upload 1 --max-fetch-preview 3 but neither worked for me

from lomod.

dwebfan avatar dwebfan commented on June 26, 2024

@vondravl please try this one

ExecStart=/opt/lomorage/bin/lomod --mount-dir <absolute path of share-folder> --no-mount-mon

from lomod.

vondravl avatar vondravl commented on June 26, 2024

Almost working, I can see and choose the directory when creating a user, but creating is failing ("Failed to create user").

from lomod.

fuji246 avatar fuji246 commented on June 26, 2024

@vondravl , could you send "/opt/lomorage/var/log/lomod.log" to [email protected]? Or you can check the log and post error/warn messages here.

from lomod.

fuji246 avatar fuji246 commented on June 26, 2024

@vondravl , we've confirmed there is a bug and we will fix it and release a new version this week. Thank you for reporting this, will let you know once it's ready.

from lomod.

fuji246 avatar fuji246 commented on June 26, 2024

@vondravl , you can update and try again, should be notice that changing ExecStart is not recommended since it may be override when upgrade, you can use the environment file instead, see https://docs.lomorage.com/docs/Installation/lomorage-service/installation-raspbian/#3-configuration-parameter-customization.

You can use "LOMOD_DISABLE_MOUNT_MONITOR=1" to disable the mount monitoring, and use "LOMOD_MOUNT_DIR" to specify the media directory for backup.

from lomod.

fuji246 avatar fuji246 commented on June 26, 2024

@vondravl , was the problem fixed after you upgraded?

from lomod.

vondravl avatar vondravl commented on June 26, 2024

Sorry I didn't have the patience to debug the whole thing. I switched to other software.

from lomod.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.