Announcement

Collapse
No announcement yet.

groupware startup fail on line 43

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

  • groupware startup fail on line 43

    Hello,

    root@u0saturn:~# /etc/init.d/open-xchange-groupware start
    /etc/init.d/open-xchange-groupware: line 43: ulimit: open files: cannot modify limit: Operation not permitted
    starting Open-Xchange Groupware: open-xchange-groupware.

    start, restart, status every command is putting this line out.
    The Groupware is running and working but i want to know what this means and how i can fix it.

    This is running on a vServer Debian Squeeze.
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    Logs are attached.

    On my VMWare session this was never brought up.

    Thanks in advance,

    lars
    Attached Files

  • #2
    What are the permissions for /opt/open-xchange/etc/groupware/osgi/ ?

    Code:
    ls -l /opt/open-xchange/etc/groupware/osgi/
    Markus Wagner
    Open-Xchange Quality Assurance

    Comment


    • #3
      root@u0saturn:~# ls -l /opt/open-xchange/etc/groupware/osgi/
      total 36
      drwxr-xr-x 2 root root 12288 Apr 18 23:35 bundle.d
      -rw-r--r-- 1 open-xchange open-xchange 13035 Apr 26 12:30 config.ini
      -rw-r--r-- 1 root root 328 Mar 8 15:59 config.ini.template
      drwx--x--x 4 open-xchange open-xchange 4096 Apr 26 12:31 org.eclipse.osgi

      Comment


      • #4
        i changed the permissions for the files which were owned by root to open-xchangepen-xchange but this wasnt a solution.

        in the /etc/init.d/open-xchange-groupware line 43:
        ulimit -n $NRFILES

        I'm new to linux and OX so I dont know where to trace this line to.
        Last edited by roughbeats; 04-26-2012, 09:02 PM.

        Comment


        • #5
          I guess it's due to the VServer where it is running on. That's NOT a complete Virtual Machine but a Virtual Server which shares the Kernel with other Vserver on a node. Therefore alot of Permission-Denied outputs related to Kernel operations.

          Comment

          Working...
          X