Posts by shatteredsite

    When I tried to mount one of the volumes in the terminal, I got an error "Structure needs cleaning", so since I have a redundant drive I thought I would try "sudo fsck -y /dev/sdc1" and see if that would do it. This could take a while....


    UPDATE: Worked!

    Well damn don't I have egg on my face. I THOUGHT I cleared my browser cache. Now I have and I can access the GUI. My only issue now is when I try to mount one of the external drive's volumes, I get the following error:


    I had some issues the other day after an update, and decided to install my OMV over again from scratch in my Raspberry Pi 4 8GB (my mistake). I followed the procedure here to install like I have in the past. I'm running on an external ssd that I have checked for errors, but this happens running when trying with an SD card as well. I can't gain access to the web gui, and get the "This site can’t be reached" and "ERR_CONNECTION_CLOSED" messages when I try, although ssh still works fine. I used omv-firstaid to set everything up and check/fix possible problems, but that didn't help. I have tried this over 5 times ;( I have no idea where to go from here. Thanks for any advice you can give me!

    Hi, I have OMV5 setup with Plex in Portainer, and while it worked perfectly for a while. However, I updated my system using sudo apt, and now I am unable to access the Plex GUI nor have it connect remotely with plex.tv. I have rebuilt the container in Portainer, even pulling a new image, but no luck. I am getting the following errors:


    Starting Plex Media Server.

    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)


    I have tried to changing permissions on the config folder, but the only way I can get it working is to use the UID and PID of the Pi user, something I didn't want to do. Has anyone had this before, and/or know how to rectify the issue properly?

    UPDATE: now I can't access my NAS in MacOS. it says the shared folderS "can not be found."

    Hi, I was using a self-signed certificate for SSL and it was working till I got back home from a trip. Now I can't access the web GUI at all and get the following error. Is there a way in the terminal to set OMV to not use SSL anymore so I can access the web GUI again? Basically turn off that option. The system still works perfectly for SMB and Plex/Portainer. Thanks!


    Hi, I an running OMV on a Raspberry Pi 4, 4GB Memory, run off of a flash drive. I installed the Flash Memory plugin and am trying to modify the fstab file. However, when I go to edit it, I get a file that doesn't match the one you see in all the tutorials, and the notes as how to change things for the plugin don't line up. I don't even see errors=remount-ro 0 1 anywhere, so I'm kind of confused and have no idea what lines to change without bricking something. Do I really need to make those changes? What is the difference if I don't? Here is the fstab file my system has:


    Code
    proc            /proc           proc    defaults          0       0
    PARTUUID=e0a58126-01  /boot           vfat    defaults          0       2
    PARTUUID=e0a58126-02  /               ext4    defaults,noatime  0       1
    # a swapfile is not a swap partition, no line here
    #   use  dphys-swapfile swap[on|off]  for that
    # >>> [openmediavault]
    /dev/disk/by-label/Backup               /srv/dev-disk-by-label-Backup   ext4    defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.gro$
    /dev/disk/by-label/NAS          /srv/dev-disk-by-label-NAS      ext4    defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt$
    # <<< [openmediavault]

    Thanks for any help you can give me!

    Hi, I am still relatively new to OMV5 and Linux in general. I am using the backup plugin and have found two issues. One is that it seems to keep WAY more than the 3 copies of backups I set it to keep, and the other is that I am still not sure what backup utility to use. I would prefer a compressed disk image I can just take and clone to another SD card if something goes wrong. Keep it simple, something Balena Etcher could use. What tool would you all recommend I set it to use? It seems only dd-Full Disk, would do what I want, but I'm not certain if fsarchive and borgbackup could as well and which is most efficient.


    Thanks!

    Can you tell me how? I used a command in ssh to install the container, so even when trying to duplicate it in the Portainer UI, I have no idea where to place the interval command. Do I make it an environment variable? Thanks!

    Hi, I recently installed Watchtower to keep my Plex install up to date, but I seem to be running into an issue now. While it worked without any errors for a few days, now I get a bunch of similar/identical error messages in the log (couple dozen I would say). There shouldn't be any new packages to pull as they are all up to date as of me writing this, so could it just be an error that really isn't an error, but just that it found no new updates to install? Thanks!

    Code
    time="2020-12-06T19:55:06Z" level=info msg="Unable to update container \"/watchtower\": Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. Proceeding to next.",
    time="2020-12-06T20:10:06Z" level=info msg="Unable to update container \"/plex\": Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. Proceeding to next."

    I am trying to setup Elasticsearch using the rpi-elasticsearch image (for Raspberry Pi 4 compatibility) using Docker, but I am confused as to how to do so. There are so many options and I can't figure out the how to add them all in Portainer, and I'm only using one node. I have tried a manual install without Docker, but ran into complications every fix available didn't work on. The point is to enable Elasticsearch indexing for my SMB share so my Mac can use spotlight for faster searching. I have the SAMBA settings correct (by all accounts), but this has been a huge roadblock. Has anyone successfully done so? I have over 5k files in some folders, and this would really help me. Thanks!

    I am trying to upgrade to a 6TB drive from a 4TB. I can use rsync to transfer files properly from the old drive, but I want to ensure that the new drive is read as the old drive by OMV. I setup PLEX, and am trying not to complicate things by having to set it (and other things) up all over again. How would I go about doing so? Thanks!