Beiträge von nkdbr

    hello


    i am no expert on the topic - simply trying to point something that i believe needs to be fixed.


    the LDAP plugin does not accept the addition of a port on its form field like:


    Code
    <hostname>:<port>


    and instead only accepts the hostname as:

    Code
    <hostname>


    this would be fine if the option to enter Extra options would be used to add the port, as below:

    Code
    port 390


    i tried the above but OMV can not connect to Zentyal v3 - as it is now using port 390, instead of 389 (default).


    while trailing the syslog, i noticed that connection were being tried against the <hostname> and not <hostname>:<port>


    i had a look at the file /etc/ldap/ldap.conf, which contains:

    Zitat


    BASE dc=zentyal,dc=org
    URI <hostname>


    there are two things that found odd with this file:
    - no sign of the Extra options for port, and
    - URI implies that even with the value for port available it would be ignore


    i have concluded the above from this page:
    http://linux.die.net/man/5/nss_ldap


    Zitat


    port <port>
    Specifies the port to connect to; this option is used with the host option, and is ignored with the uri option.


    i hope the above is a valid suggestion.



    regards,

    it seems that to install openmediavault on debian one has to use the command:


    Code
    apt-get install postfix openmediavault-keyring xmlstarlet openmediavault



    also edited the /etc/apt/sources.list.d/openmediavault.list



    source: http://blog.openmediavault.org/?p=960

    Hi,


    i have tried the OMV ISO but that failed.


    instead, i did:


    install debian as per usual - in my case:
    36GB - / (root)
    1GB - /boot


    created source lists for apt:

    Code
    nano /etc/apt/sources.list.d/openmediavault.list


    added the required repository for OMV in the above file:

    Code
    deb http://packages.openmediavault.org/public omnius main
    ## Uncomment the following line to add software from the proposed repository.
    # deb http://packages.openmediavault.org/public omnius-proposed main


    added repository key:

    Code
    wget -O - http://packages.openmediavault.org/public/archive.key | apt-key add -


    refresh apt cache, and install OMV:

    Code
    apt-get update
    apt-get install postfix openmediavault-keyring xmlstarlet openmediavault


    edited: 20130315


    NOTE:
    if you try installing openmediavault, it gives and error about missing postfix, which is why you have to manually add it.


    for good measure restart apache2:

    Code
    service apache2 restart


    login into OMV by going to its webGUI - on http://<ip_of_system>/


    as far as i can tell, everything seems to work fine with the following exceptions:
    there is no list of pluggins available
    it gives the error below


    Code
    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'export LANG=C;sudo dpkg-query --list openmediavault-*': ' in /var/www/openmediavault/rpc/plugin.inc:186
    Stack trace:
    #0 [internal function]: PluginRpc->getList(Array)
    #1 /usr/share/php/openmediavault/rpc.inc(262): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc.inc(98): OMVRpc::exec('Plugin', 'getList', Array)
    #3 /var/www/openmediavault/rpc.php(44): OMVJsonRpcServer->handle()
    #4 {main}


    and Storage, Filesystems, create new
    fails to identify my disk setup (using a RAID card SASUC8I with 8 SATA disks) using GPT


    is there anything wrong with i did - any suggestions on how this can be improved?


    thanks,






    sources:
    http://forums.openmediavault.org/viewtopic.php?f=12&t=51