Page 1 of 1

Too many instances of xeoma.app

PostPosted: Fri Mar 31, 2017 10:48 pm
by sansadk
Hi,

Im very new to using Xeoma. In my setup, Im running Xeoma in a docker container. What I find is that there are several instances of xeoma.app that is spawned. My server contains 16 cores. I am only running the core and no clients. Is this expected? How can I control this? I also find that kswapd consumes a lot of CPU when I launch this containers. That might be a different issue though. Im only looking to control the xeoma.app instances.

Im running the container on fedora-25 on a 64 bit server.
Thanks!

Re: Too many instances of xeoma.app

PostPosted: Sat Apr 01, 2017 2:06 am
by sansadk
It turns out to be an issue related to the container itself. When xeoma.app is launched I see an infinite recursive call like so:

8678 ? Sl 0:00 \_ /usr/libexec/docker/docker-containerd-shim-current 6c427469
8693 pts/0 Ss+ 0:00 \_ sudo xeoma.app -install -hiddenmode -log
8737 pts/0 S+ 0:00 \_ xeoma.app -install -hiddenmode -log
8743 pts/0 S+ 0:00 | \_ sh -c $(ps -p 1 -o cmd=) --version 2>/dev/null
8746 pts/0 S+ 0:00 | \_ sudo xeoma.app -install -hiddenmode -log --vesion
8747 pts/0 S+ 0:00 | \_ xeoma.app -install -hiddenmode -log --v
8750 pts/0 S+ 0:00 | \_ sh -c $(ps -p 1 -o cmd=) --version

Re: Too many instances of xeoma.app

PostPosted: Fri Apr 07, 2017 12:14 pm
by Admin_K
sansadk Wrote:It turns out to be an issue related to the container itself. When xeoma.app is launched I see an infinite recursive call like so:

8678 ? Sl 0:00 \_ /usr/libexec/docker/docker-containerd-shim-current 6c427469
8693 pts/0 Ss+ 0:00 \_ sudo xeoma.app -install -hiddenmode -log
8737 pts/0 S+ 0:00 \_ xeoma.app -install -hiddenmode -log
8743 pts/0 S+ 0:00 | \_ sh -c $(ps -p 1 -o cmd=) --version 2>/dev/null
8746 pts/0 S+ 0:00 | \_ sudo xeoma.app -install -hiddenmode -log --vesion
8747 pts/0 S+ 0:00 | \_ xeoma.app -install -hiddenmode -log --v
8750 pts/0 S+ 0:00 | \_ sh -c $(ps -p 1 -o cmd=) --version


Hello!

You can check available commands here: http://felenasoft.com/xeoma/en/help/commands/

You can launch Xeoma using -core command. Hidden mode is used once for installation only.