Beiträge von dlucca

    Good evening at all , I would have a small question . :)
    I would like to see if it is normal that my system uses 55% ram, even when it is at rest.
    Lately I have noticed that using ram never returns to low values.I use the following services :
    - Docker ( Sync )
    - FTP.
    - OpenVNP.
    - SMB.
    - SSH.
    - Transmission ( Not everyday ).
    - Zfs.
    The use of so much ram can cause problems for a long time ??.Oh is completely normal, and I worry about nothing ???.
    Sorry if my questions are stupid, learning is always useful.Thanks to everyone, every advice is really useful. :thumbup:

    Hi raulfg3 thank's for reply :thumbup: , the tekkb's thread link is :


    Example of OMV's firewall


    In my case the router have upnp active , and before i put the "last rule" " reject All " the status of the port in transmission was open , also if i dont' make a rule for the transmission web port It 'doesnt work.
    I take away the last rule, and restart transmission service , the state of the port on router , and in transmission web return open, so I think i have to create a rule in INPUT chain, or FORWARD chain , but at the moment I do not find the solution.


    some screenshot of firewall rules in Omv tab :

    Good evening every body , nobody had problem with transmission????
    i post my iptables -L :
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
    ACCEPT all -- anywhere anywhere
    ACCEPT icmp -- 192.168.0.0/24 192.168.0.3
    ACCEPT tcp -- 192.168.0.0/24 192.168.0.3 tcp dpt:ssh
    ACCEPT tcp -- 192.168.0.0/24 192.168.0.3 tcp dpt:http
    ACCEPT udp -- 192.168.0.0/24 anywhere udp dpt:netbios-ns
    ACCEPT udp -- 192.168.0.0/24 anywhere udp dpt:netbios-dgm
    ACCEPT tcp -- 192.168.0.0/24 192.168.0.3 tcp dpt:netbios-ssn
    ACCEPT tcp -- 192.168.0.0/24 192.168.0.3 tcp dpt:microsoft-ds
    ACCEPT tcp -- anywhere 192.168.0.3 tcp dpt:8443
    ACCEPT tcp -- 192.168.0.0/24 anywhere tcp dpt:9091
    DROP all -- anywhere anywhere



    Chain FORWARD (policy DROP)
    target prot opt source destination
    DOCKER-USER all -- anywhere anywhere
    DOCKER-ISOLATION all -- anywhere anywhere
    ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
    DOCKER all -- anywhere anywhere
    ACCEPT all -- anywhere anywhere
    ACCEPT all -- anywhere anywhere



    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
    ACCEPT all -- anywhere anywhere
    ACCEPT tcp -- anywhere anywhere tcp spt:domain
    ACCEPT udp -- anywhere anywhere udp spt:domain
    ACCEPT icmp -- anywhere anywhere
    ACCEPT tcp -- anywhere anywhere tcp dpt:http
    ACCEPT tcp -- anywhere anywhere tcp dpt:8443
    ACCEPT udp -- anywhere 192.168.0.0/24 udp spt:netbios-ns
    ACCEPT udp -- anywhere 192.168.0.0/24 udp spt:netbios-dgm
    ACCEPT tcp -- anywhere 192.168.0.0/24 tcp spt:netbios-ssn
    ACCEPT tcp -- anywhere 192.168.0.0/24 tcp spt:microsoft-ds



    Chain DOCKER (1 references)
    target prot opt source destination
    ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:8888



    Chain DOCKER-ISOLATION (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere



    Chain DOCKER-USER (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere



    I have tried some configuration find in ubuntu\wiki iptables ,for open the port of transmission without solve the problem.
    For example :
    iptables -A INPUT -m state --state RELATED,ESTABLISHED -p udp --dport 51413 -j ACCEPT
    iptables -A OUTPUT -p udp --sport 51413 -j ACCEPT


    Every advice is well accepted :)

    Good evening at all , i need a help for setting correctly the omv firewall rules for Transmission plugin .
    I've follow the Tekkb's thread regardin 'Firewall' and when i put the last rule 'REJECT All' the port of Transmission became in closed state, and router dont recive Upnp.
    My OMV3 IP is : 192.168.0.X and port for Transmission 51413 (default).
    I dont understand how is the correct set for that rule, INPUT?? OUTPUT??
    Any advice will be appreciate!!
    Thank you all !
    Please help me :)

    Good morning at all , yesterday i was reading an article about zfs "improvement/tuning" ...I've tried some settings for the limit arc cache.
    When i run the command in the terminal " cat /proc/spl/kstat/zfs/arcstats |grep c_" the result was :
    c_min 33554432
    c_max 8392192000
    My system had 16G ram ( not so much, but not so bad ) ,so I tried to change this value creating a file zfs.conf in /etc/modprobe.d whit this parameter :


    #Min: 4GB


    options zfs zfs_arc_min=4000000000


    #Max: 10GB


    options zfs zfs_arc_max=10000000000


    And then reboot the server, after another "cat /proc/spl/kstat/zfs/arcstats |grep c_" this is the new value of arc cache


    c_min 4 4000000000
    c_max 4 10000000000
    arc_no_grow 4 0
    arc_tempreserve 4 0
    arc_loaned_bytes 4 0
    arc_prune 4 0
    arc_meta_used 4 7203712
    arc_meta_limit 4 6294145536
    arc_meta_max 4 7206128
    arc_meta_min 4 16777216
    arc_need_free 4 0
    arc_sys_free 4 262254592


    At moment the server run ok, and the read/write speed is higher than before, but someone could tell me if this parameter could impact on the server function ??
    Someone have some advice for other improvements??
    Thank's everybody

    Sorry if i dont answer before , im still reading all this thead :) , i'm on page 15 !!
    Thank for your reply , iv take a look soon !!!!


    EDIT:


    Good morning at all , yesterday i was reading an article about zfs "improvement/tuning" ...I've tried some settings for the limit arc cache.
    When i run the command in the terminal " cat /proc/spl/kstat/zfs/arcstats |grep c_" the result was :
    c_min 33554432
    c_max 8392192000
    My system had 16G ram ( not so much, but not so bad ) ,so I tried to change this value creating a file zfs.conf in /etc/modprobe.d whit this parameter :
    #Min: 4GB


    options zfs zfs_arc_min=4000000000


    #Max: 10GB


    options zfs zfs_arc_max=10000000000


    And then reboot the server, after another "cat /proc/spl/kstat/zfs/arcstats |grep c_" this is the new value of arc cache


    c_min 4 4000000000
    c_max 4 10000000000
    arc_no_grow 4 0
    arc_tempreserve 4 0
    arc_loaned_bytes 4 0
    arc_prune 4 0
    arc_meta_used 4 7203712
    arc_meta_limit 4 6294145536
    arc_meta_max 4 7206128
    arc_meta_min 4 16777216
    arc_need_free 4 0
    arc_sys_free 4 262254592


    At moment the server run ok, and the read/write speed is higher than before, but someone could tell me if this parameter could impact on the server function ??
    Someone have some advice for other improvements??
    Thank's everybody

    Good mornig at all , sorry for silly questions but I'm a beginner.
    Iv just do a fresh installation of omv3 , whit zfs plugin installed whit no problem, i would like ask something about snapshot and upgrade.
    From the zfs tab i see snapshot ,but i dont understand how use it , i see only filesystem/volume and nothing else.
    How is the correct procedure for snapshot??
    If i made a new install or an upgrade, i lose my all shared_data pool ??
    Thank you very much for everybody's advice is appreciated.

    Good evening at all ,I am writing to you for a problem with docker/nextcloud installation.After installation ,I receive this message in the admin section :"PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:opcache.enable=1opcache.enable_cli=1opcache.interned_strings_buffer=8opcache.max_accelerated_files=10000opcache.memory_consumption=128opcache.save_comments=1opcache.revalidate_freq=1 "



    I read the post " NextCloud Installation Q&A "...... but the solution found on pages 6 and 8 ,does not work.Someone could help me please ?Thank you all !!!!

    thanks for reply guys , i have a question
    If i do this step
    1 remove data drive
    2 make a clean install
    3 reconnect data drive
    i find my old shared folder??

    Good mornirng, i wuold upgrade my server to omv 3, with a fresh install.
    Is possible to keep my all shared folder, and user configuration???
    There is a Tuto for that???
    Thank so much !!