Announcement

Collapse
No announcement yet.

Error: Option(s) "storepath" missing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error: Option(s) "storepath" missing

    Hello,

    I have the folowing problem when i try to install open xchange on my Ubuntu 10.04 LTS.
    Installation is .. acording to: http://oxpedia.org/wiki/index.php?ti..._configuration.
    Problem i have is when i try to register filestore using
    Code:
    root@ubuntu:/var/opt#/opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P *** \ -t file:/var/opt/filestore -s 100000
    Error: Option(s) "storepath" missing
    Usage: registerfilestore
     -h,--help                                         Prints a help text
        --environment                                  Show info about commandline environment
        --nonl                                         Remove all newlines (\n) from output
     -A,--adminuser <adminuser>                      ? Admin username
     -P,--adminpass <adminpass>                      ? Admin password
     -t,--storepath <storepath>                      * Path to store filestore contents in URI format e.g. file:/tmp/filestore
     -s,--storesize <storesize>                        The maximum size of the filestore in MB. Default: 1000
     -x,--maxcontexts <maxcontexts>                    The maximum number of contexts. Default: 5000
    
    Entries marked with an asterisk (*) are mandatory.
    Entries marked with an question mark (?) are mandatory depending on your
    configuration.
    Entries marked with a pipe (|) are mandatory for one another which means that
    at least one of them must be set.
    Also ... if i look at
    Code:
    root@ubuntu:/var/opt# ls
    filestore
    root@ubuntu:/var/opt# ls -l
    total 4
    drwxr-xr-x 2 open-xchange open-xchange 4096 2012-07-31 00:58 filestore
    Looks fine to me.
    Why can`t registration is not working ? Anyone able to help me ?

  • #2
    Does, by any chance, your password contain a whitespace or any other suspect character? If yes, you should quote it, e.g. -P 'mysec ret'

    Comment

    Working...
    X