Announcement

Collapse
No announcement yet.

Commands are missing from /opt/open-xchange/sbin

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

  • Commands are missing from /opt/open-xchange/sbin

    Hello everyone

    I tried to create a new user today but most of the administrative commands are missing from
    /opt/open-xchange/sbin

    Code:
    [root@max sbin]# /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u user1 -d "Test User1" -g Test -s User1 -e ubygou01@domain
    -bash: /opt/open-xchange/sbin/createuser: No such file or directory
    [root@max sbin]# pwd
    /opt/open-xchange/sbin
    [root@max sbin]# ls
    installbundle  listbundles  listservices  refreshbundles  shutdown  startbundle  stopbundle  uninstallbundle  updatebundle

    The last thing I did was to uninstall: open-xchange-authentication-database

    and then install: open-xchange-authentication-imap

    I haven't done anything else. The only reason I can think of is that these commands were part of
    open-xchange-authentication-database? Could that be the reason?

    Many thanks
    Yanni

  • #2
    It's obvious, that you did either remove some packages or deleted some files, just check how many open-xchange packages you did install. The provisioning scripts are in the open-xchange-admin-plugin-hosting* packages

    Comment


    • #3
      Got them all back.

      When I removed open-xchange-authentication-database, some packages were also removed which I didn't notice.

      These were:

      open-xchange
      open-xchange-admin
      open-xchange-admin-client
      open-xchange-admin-plugin-hosting-client
      open-xchange-admin-plugin-hosting
      open-xchange-configjump-generic-gui
      open-xchange-resource-managerequest
      open-xchange-easylogin
      open-xchange-mailfilter
      open-xchange-passwordchange-database
      open-xchange-passwordchange-servlet
      open-xchange-subscribe-crawler
      open-xchange-configjump-generic
      open-xchange-group-managerequest
      open-xchange-report-client


      I re-installed them now.

      Thanks a lot Carsten

      Comment

      Working...
      X