Beiträge von ChrisBuzz

    Hello,


    I am running a paperess-ng docker on my odroid hc2 and figured out that the required Postgresql database is writing permanently on my HDD. So the HDD doesn't spin down.

    Is this a normal behavior running a database on the HDD and not on a SSD or SD card?


    Alternative for using the docker with Postgresql is using SQlite. Is this maybe a solution that would solve the issue of permanently writing on the HDD even there is currently no action at the docker?


    Definitely need some help over here. :/

    Alright, just figured out that the reason is my Paperless-ng install from docker using Postgresql for the database.


    Is this a normal behavior that Postgresql is writing permanently to my HDD?


    Would it make sense to move the DB to my internal SD card or will there be a risk due to high writing activity?

    Hello everyone,


    after upgrading from OMV 4 to 5 I am facing an issue that my HDD doesn't spin down anymore.


    I tried to fix it first with setting the spin down timer using the following guide for my Odroid HC2:

    How to use JMS578 Firmware updater under HC1/HC2


    Unfortunately there wasn't any change. So I followed up trying hd-idle from this guide:

    [How-To] Spin-down hard drives with hd-idle


    But this one don't get the HDD to spin down, too.


    Using the spin down script from the following guide I receive the following output:

    My Guide to Debugging Disk Spin-ups

    With the following command I get the HDD to spin down:

    Code
    hdparm -Y /dev/sda


    Really don't know what happened over here and how to solve it.


    So help is appreciated!


    :love:

    "Isn't working" is not much of a description of your problem.


    • Which containers are runningß
    • How do you see there is a problem?
    • Post the logs


    Or buy me a new cystal ball.

    So after the stack is deployed I have the following 3 containers:

    -paperless_webserver_1

    -paperless_db_1

    -paperless_broker_1


    After trying to run the console in the webserver I receive the error message:

    "Failure

    Container 92d3589638dddc10aa91b3de549abcf6359bbe4c0fa0db3efa04f9bd109abfe6 is restarting, wait until the container is running"

    Also the container is shown as not healthy and there is no ip or ports shown.


    Logs are shown the following:

    Maybe I have to switch to OMV 6 with a fresh install ;(

    Thanks!

    I now changed it to the following:

    But I still have the issue that the container isn't working.

    Any further ideas?

    I changed the stack to the following:

    Zitat

    Does this one look correct?

    The container "webserver" is shown as unhealthy in Portainer.

    There is also no IP adress & publish ports for this container available?


    Don't know what else I can do?!


    Soma: Thanks for your help. Already thought about using Papermerge but it seems Paperless has some advantages compared to Merge.

    Hello,


    unfortunately I am not very into using Dockers and this is the reason I need some support installing Paperless-NG with Portier.

    I tried to install it with the following modified compose file: paperless-ng/docker/compose/docker-compose.portainer.yml

    My file for the stack had the following input:

    Unfortunately after the stack is deployed it shows me that the container is running but unhealthy in Portainer. I can't get access to the console, too.

    Is there anything I have to change?


    Would be great to get some support over here and get this Docker to work in OMV. Maybe there is even an easier was as with Portainer.


    Thanks,

    Chris

    Hello folks,


    I tried to integrate a quota to limit the space for my Time Machine Back Up via Mac.

    For this I used the following description on Reddit and Threads out of the Forum that already described the solution:

    HowTo make time machine backups on a samba fileserver without netatalk

    Samba For Time Machine


    My .com.apple.TimeMachine.quota.plist file has the following content:

    Code
    root@Speicher:/srv/dev-disk-by-label-Backupintern/Backupintern/TimeMachine/Christoph# cat .com.apple.TimeMachine.quota.plist 
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>GlobalQuota</key>
        <integer>300000000000</integer>
      </dict>
    </plist>

    After creating the file I made a SMB restart:

    Code
    systemctl restart smbd.service

    and the file has the following rights: 644


    But Time Machine on my Mac still shows me the whole 1.88TB. Of course I rebooted my Mac severals times and also connected the share again in the Time Machine settings. X/


    Does anyone have an idea how to solve that?


    Thanks...

    No, of course I ran the command in two seperate lines ;)


    I solved the FTP issues with the following commands:

    Code
    sudo apt-get install gnupg
    sudo omv-salt deploy run omvextras

    After a reboot I still receive some error messages which thought that I solved them already:


    Any ideas? =O

    Hello folks,


    seems that after upgrading to OMV 5 something went wrong with the FTP service.

    I receive the follwing message after activating the service in the Web UI:



    Can anyone help me with this?


    Thanks <3

    Sorry but there is no feedback from the command:

    dpkg -l | grep cloudshell


    But I see some old plugins. Is this maybe the reason for the error message?

    Code
    dpkg -l | grep openm
    ii  openmediavault                                              5.6.21-2                            all          openmediavault - The open network attached storage solution
    ic  openmediavault-backup                                       4.0.6                               all          backup plugin for OpenMediaVault.
    ii  openmediavault-flashmemory                                  4.2.2                               all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring                                      1.0                                 all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-omvextrasorg                                 5.6.5                               all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-usbbackup                                    5.0.9-1                             all          openmediavault USB/eSATA backup plugin

    Thanks, I see those files in /etc/apt/sources.list.d


    Code
    armbian.list             openmediavault-kernel-backports.list
    armbian.list.disabled         openmediavault.list
    armbian.list.save         openmediavault.list.save
    kyle1117-ubuntu-ppa-cosmic.list  openmediavault-local.list
    omv-extras-org.bak         openmediavault-os-security.list

    How can I edit these files?