Posts by sbocquet

    Quick update...

    I manage to get it work with HTTP with that conf file...



    Unfortunatly, when I try to use https://torrent.mydomain.com, I'm still redirected to OMV web UI :(
    Any idea ?


    EDIT : After some web browser cleaning (cookies, etc...), this qbittorrent.conf file seems to work !

    Hi,


    I currently have an OMV5 server with a LetsEncrypt wildcard certificate configured.
    It can be acceded by https://home-server.mydomain.com from the internet.


    I also have a qBittorrent web UI that I can access from the internet with http://torrent.mydomain.com:8080


    I'm trying to have a reverse proxy set in nginx for my qBittorrent web UI with the following URL at first : http://torrent.mydomain.com
    Will try to set it to HTTPS in a second time with my wildcard certificate.


    I have created a nginx conf file for qbittorrent.



    Here is the OMV5 conf file for nginx :


    Anyway, it doesn't work but I can't see what I'm doing wrong here.


    Any idea ? Thx a lot.

    Hi,


    I've just setup a new OMV with OMV5 and just realized that there's no more links created in the /sharefolders directory.
    Also, I have noticed that I have no sharedfolders-xxxxxx.mount file generated in /etc/systemd/system each time I create a new one.


    Is it a bug or not ? Seems strange to me.


    Thx

    Yep. I just installed it.

    Strangely, openIPMI needs mysql-common and mariadb-common ! Can't understand why as they are not listed in this page
    https://packages.debian.org/buster/openipmi

    Hi,


    I've just upgraded my NAS with a ASROCK x470D4U motherboard which have IPMI support.
    I can see various stats from CPU or motherboard Temp to FAN speed, etc... with the ipmitool package from debian.



    However, i've tried to run the ipmi plugin in collectd with that config.

    Code
    root@home-server:/etc/collectd/collectd.conf.d# cat ipmi.conf
    <Plugin "ipmi">
    #Sensor "fanspeed"
    #Sensor "temperature"
    #Sensor "voltage"
    Sensor "FAN1"
    IgnoreSelected false
    </Plugin>


    but I have this error in the log file and no rrd data file is writen for ipmi in the data dir of collectd.



    Maybe I forgot something, like a lib to install or load (probably)...

    I know that there are some person with serious server knowledge here, so any idea will be appreciated to make it work ;)


    Cheers.

    Just an update folks, I was able to get temperatures working with OMV5 using the code and guidance provided earlier in this thread by sbocquet. Not as a plugin but by adding a couple of lines here and there, I expect I will have to repeat the process when the next update comes out but the pain in minimal. I needed to keep an eye on the temps on my new OMV5 hardware (BeeLink T4 fanless Atom 8500) that has replaced my trusty Odroid XU4 finally died after 3 yrs of hard service.




    Hi,


    If you want to make your updates easy, just save your modified files in a .sav files, than copy them after each OMV update.
    There are not much changes even none in those files...


    Cheers,

    Hi,


    I'm facing a strange thing.
    My certificate is just been renewed last week and I cannot connect to OMV WebUI due to the old certificat expiration date !!
    The renew was made by CLI with : certbot renew as I was forced to open my port 80 so that letsencrypt renewal works.

    But it seems that the new certificate haven't been update for the web server.



    How can I fix this ?


    Thx

    Hi Subzero,


    I've tried with another user (and root), and still cannot get the folder list.



    Is there a default folder to set in Filezilla when the connection start ?



    I have set proftpd to be in passive mode and permit root login.
    It seems to be some kind of folder rights to me, but cannot resolve it.


    Cheers,

    Hi,


    I have the same problem. Probably a misconfiguration problem but cannot find where…
    Proftpd is configured with OMV GUI without any changes. I have tried with Filezilla and WinSCP, both fail. The connection seems to happen but no folder is visible.


    Here is my conf file.



    Any idea of what is going wrong ?