Beiträge von jeremiezaz

    Hi all,


    I didn't found anything on the forum about an API Gateway plugin.
    Am I the only one that would want to send APIs to my Vault? For example I would like the ability to trigger wget from anywhere (local network or internet, from a computer or a phone/tablet).


    I am thinking about installing Kong on my Vault to achieve my goal. Anyone has ever try to do something similar? Is it wise to try something like this?


    I am waiting for your feedback to help me found the best way to do this. :thumbup::thumbup:

    The same here for me, looks like I will be switching to small business for the first year.


    Someone already tough of backup directly to Amazon Glacier Storage? I am sure there are enough developers in the community to find a good way to do this.


    I am not familiar enough with backup techniques and Amazon pricing to decide if this would be a good decision. But I am pretty sure companies like CrashPlan doesn't have their own cloud anyway.

    Hi all,


    I wanted to start a TDD open-source project for learning purpose and thought of a telegram bot on my OMV that allows me perform some actions. Like adding a torrent by sending a magnet link and so on.
    But I have a lot of security concerns, of course the deamon on my OMV will check, username and chat_id before even reading the messages but would you trust telegram enough to open such a back door on your OMV?


    Do you have any idea to secure this project a little more?


    Thanks

    Code
    ii  openmediavault                        3.0.64                     all          Open network attached storage solution
    ii  openmediavault-keyring                1.0                        all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-omvextrasorg           3.4.21                     all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-remotedesktop          3.6                        all          Remote desktop plugin for OpenMediaVault.
    ii  openmediavault-shellinabox            3.4                        all          Web-based SSH client.
    ii  openmediavault-transmissionbt         3.0.9                      all          OpenMediaVault Transmission (BitTorrent client) plugin.

    Yes my drive are connected as RAID 5.


    I do not know where to search for transmission's logs. The ones in /var/log doesn't have anything usefull.


    Last thing I have CrashPlan on my OMV but I have installed it after the first time I have seen this issue.

    Hi,


    I have checked all my shares, no ones point on thoose folders.
    THe two folders that are doing this are: /export/RAID/media and /export/RAID/transmission


    Transmission was used by the transmission plugin but not any more and media was used by nfs and smb.


    Thoose are the plugins I am using: Shellinabox, transmissionbt, remotedesktop, omvextra

    Hi,


    I have already deleted using rm -rf.


    But before doing it I did not checked in the web-gui if they were referenced.
    Something is creating them but I do not know what is doing it.


    Is there any log that I can check? I am pretty sure it comes form Samba and/or NFS.


    Thanks for the answer

    Hi,


    I have deleted shared folders that do not appears in the web gui anymore but at every startup my OMV create them again.
    They are causing some conflicts because Windows do not handle two folders with the same name but different upper case letters. (one called Media and one media).


    I could think of creating a script that runs at startup to delete them but I'd rather want to find where the problem is located and fix it.
    Can someone tell me where to begin to search?


    Regards

    Compress with bzip and then copy it. Make an os_backup script that fires lets say once a week.
    And then make another cron that kills 1st script if its not completed until...

    Using Cron to kill a task really bad, every time you do this it makes a panda sad.

    rsync via ftp(es) may be a solution: http://journal.happy-coding.co…sing-rsync-and-curlftpfs/
    May have to add some cron-stuff or so...


    HTH

    This solution may work for me, I need to test it thanks.

    Hi everyone,


    Since I am using OMV, I try to find a way to backup my data. Everybody knows that Raid does not prevent from file deletation, and from something destroying all the drives (fire, thiefs etc...).
    My first idea is to compress then copy all my important data to a remote hard drive via FTP. Using Python, MySQL and lftp.


    But maybe some of you have a better idea. Here are the important specification for me:

    • I can only access the Remote HDD with FTPES
    • The remote HDD has less space, so I need compression and the ability to ignore some files/folders
    • I want to configure a start time and a end time for the backup, if the backup is not finished at the end time, it will stop and wait the next start time

    If nothing already existis I will start developing a plugin or a docker doing the job, but it will take time...


    Regards

    Hi,


    I have booted a laptop with an ubuntu in usb and managed to force mdadm to mount the damaged partition. You gave me this idea so thank you.
    I am currently copying all my data.


    Is there a way to have a stable OMV on RPi ? Again I do not care a lot about performance.
    This time I won't be adding anything execpt from known repository, I'll do the lftp thing on my Raspian (I have two RPis).


    Thanks for the help.


    ps1: I did not found the /var/log.boot.log or anything similar, but now that I will access my data I do not care anymore about fixing it.
    ps2: I have seen a lot of people posting pictures of screen because they had not network, do you want me to write a tutorial explaining how to mount an usb drive and redirect output to a file?

    I agree with your 1.
    About 2 and 3, performances are enough for me and this is the best economical way I found.
    About 4, that's why I needed lftp, to do backups on a distant ftp.


    I have some errors while booting but the display is way to quick for me to take a picture. The info I provided ifconfig and journal were taken by plugging a disk on key, I have no idea how to redirect boot info to a file.


    Finally you didn't answer the most critical question, am I able to use mdadm to recreate the same raid and don't lose data? Because I know I will have to re-install and prepared to it.

    After writting all of this am idea came to my mind: maybe the 500Go Raid is not mounted, so I have tired: umount /export/Sync and it told me that indeed my RAID is not mounted. While /export/Mirror is mounted.
    I havce created my RAIDs using mdadm and not the GUI and I remember using /dev/md0 and /dev/md1.


    But /dev/md0 doesn't not exist anymore.


    What comes to my mind is to use mdadm to create it but I am affraid that I might be losing any data by doing so.
    Is it safe for me ?
    Will this solve my problem?


    Thanks

    Hi every one,


    Sorry to start my first post with some help support but I didn't find a presentation thread.


    I am running OMV on a Raspberry Pi 3. I use this version: https://sourceforge.net/projec…/Raspberry%20Pi%20images/
    When I run uname -a I got this:

    Code
    Linux raspberrypi 4.4.38-v7+ #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l GNU/Linux


    Yesterday I needed to install lftp on my OMV and the version that I got with apt-get was too old.
    So I started to install the latest by my own. I managed to build it after intsalling a lot of packages, gcc, g++, guitls and a bunch of others that worked with apt-get.



    I finaly got everything working and then performed a reboot.
    But since the reboot the OMV is in emergency mode.
    At start I did not noticed it was in emergency and just tought that I had somehow changed my network connection.


    So here is my ifconfig:


    I also tried omv-firstaid but it is failing with a file or direcory not found.


    When I finally understood that I am in emergency I started to look at the journal but frankly I have no idea what to search inside of it: [edit] posting my journal here was too long so I have attached it has a file[/edit]




    I have seen in a post that you advise to do a fsck, and I have done it with my Raspian but no errors were found.


    I don't really mind installing from scratch OMV, but I have another problem. Two hard drive are connected in a single usb to the Raspberry pie. Each have two partitions (1.5To and 500Go) that are working as RAID mirror. I can still access the 1.5To but when going to /export the folder contening the 500 Go (which contain critical information: my wife's photos) is empty. I have tried plugging the HHDs to my Raspian but it does not reconize them.


    And that is the main reason I am trying to fix my OMV and not reinstall, I want to make sure I can still have access to my file before changing it.


    Help me ObiWan Kenobi you are my only hope!
    (I am still trying to solve the issue by myself so if I suceed to do anything I will keep you posted)