Beiträge von daniel77

    Hello,
    Is it possible to create permission levels in folders? For example, a master folder that will be shared by default for all users (company name), and within it there will be the departments folders (Financial, Support, Commercial etc) and each folder would have its permission according to the groups of departments (folder support / group support etc).
    VidMate
    I have SMB integrated with the Active Directory Mobdro


    Thanks.

    Hi,


    Here are some informations to people trying the v4.x on raspberry pi3 for the 1st time.


    1/ After flashing and trying to boot OMV:
    - if the webserver doesn't start du an error like no such adress family:
    => the error is likely related to ipv6 not available in the system and nginx trying to listen (create) an ipv6 socket.
    The solution is to edit /etc/nginx/sites-available/default and /etc/nginx/sites-available/openmediavault-webgui
    and comment lines similar to: listen [::]:80 default_server;
    You should only have: listen 80;
    # listen [::]:80 ipv6only=off;
    in both files.
    then restart nginx (systemctl restart nginx
    then finish debian confioguration apt reconfigure nginx-full


    2/ You don't have an US keyboard and want for example a french keyboard:
    apt-get install console-data
    (and if you want to change: dpkg-reconfigure console-data)


    3/ You can't mount an ntfs file system (fuse error (module missing or bad symbol))
    Update the kernel:
    apt install rpi-update
    rpi-update
    reboot


    => Got 4.14.97-v7+ and worked fine


    4/ changing web admin password:
    It's not in Access Right Management/Users
    Nor it is in a Security section.
    it's hidden in System/General Settings second tab: Web administrator password


    5/ You don't know your IP:
    Method 1:
    Use a console and log in as root (password is the same as web admin user)
    change root password (forced)
    Some system informations are displayed in color. IP is displayed. if it isn't, this means that you didn't get one (either cable not connected or no dhcp answer)


    Method2: (no console)
    use nmap to search for local network port 80 and or port 22 openned and try to guess. (you should better use a screen + kbd for the 1st time ans system may not start nginx if not ipv6 is configured.


    6/ Can't create a share: system won't let chose any device.
    I'm stuck here....
    Also can't share on mini dlna (same issue)
    Disk section sees my ntfs disk and it is mounted and it can compute capacity