By: William bathurst user 14 Nov 2016 at 9:50 p.m. CST

5 Responses
William bathurst gravatar
I am attempting to evaluate your product and I followed these instructions: # wget https://repo.gluu.org/centos/Gluu-centos7.repo -O /etc/yum.repos.d/Gluu.repo # wget https://repo.gluu.org/centos/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU # yum clean all # yum install gluu-server-2.4.4 Afterwards I noticed that gluu-serverd-2.4.4 was not installed in /sbin # /sbin/gluu-serverd-2.4.4 start -bash: /sbin/gluu-serverd-2.4.4: No such file or directory I have performed the VM preparation steps, but I am installing from the base system. The system is configured with virtual image support. System information: # more /etc/redhat-release CentOS Linux release 7.2.1511 (Core) System has 8 gig RAM dmesg: (Memory: 7944696k/9437184k available (6444k kernel code, 1084236k absent, 408252k reserved, 4265k data, 1632k init))

By Sahil Arora user 14 Nov 2016 at 10:36 p.m. CST

Sahil Arora gravatar
Can you please re-install and review for any errors occurred during installation? We are able to install it on Cent 7.2 without any issues. Also, Please go through [Preparing VM](https://www.gluu.org/docs/deployment/)

By William bathurst user 14 Nov 2016 at 11:03 p.m. CST

William bathurst gravatar
I have make sure to do all the steps in VM preparation. I checked the /var/log/messages and I saw the following: ``` Nov 14 18:37:01 localhost yum[5342]: Installed: gluu-server-2.4.4-1-1.centos6.x86_64 Nov 14 18:37:34 localhost systemd: Starting SYSV: Gluu server chroot environment.... Nov 14 18:37:34 localhost systemd: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 5759 (df) Nov 14 18:37:34 localhost systemd: Mounting Arbitrary Executable File Formats File System... Nov 14 18:37:34 localhost systemd: Mounted Arbitrary Executable File Formats File System. Nov 14 18:37:34 localhost gluu-server-2.4.4: Starting Gluu server, please wait... Nov 14 18:37:35 localhost udevd[5873]: error setting /sys/class/firmware/timeout: No such file or directory Nov 14 18:37:35 localhost udev: starting version 147 Nov 14 18:37:35 localhost kernel: udevd (5873): /proc/5873/oom_adj is deprecated, please use /proc/5873/oom_score_adj instead. Nov 14 18:37:39 localhost systemd: Started SYSV: Gluu server chroot environment.. Nov 14 18:39:22 localhost systemd: Stopping SYSV: Gluu server chroot environment.... Nov 14 18:39:22 localhost gluu-server-2.4.4: ERROR: Cant stop gluu server. Nov 14 18:39:22 localhost gluu-server-2.4.4: HINT: Please manually remove /var/run/gluu-server-2.4.4.pid and unmount chroot container by running Nov 14 18:39:22 localhost gluu-server-2.4.4: rm -f /var/run/gluu-server-2.4.4.pid Nov 14 18:39:22 localhost gluu-server-2.4.4: df -aP | grep gluu-server-2.4.4 | awk '{print $6}' | xargs -I {} umount -l {} Nov 14 18:39:22 localhost systemd: gluu-server-2.4.4.service: control process exited, code=exited status=2 Nov 14 18:39:22 localhost systemd: Stopped SYSV: Gluu server chroot environment.. Nov 14 18:39:22 localhost systemd: Unit gluu-server-2.4.4.service entered failed state. Nov 14 18:39:22 localhost systemd: gluu-server-2.4.4.service failed. ```

By Mohib Zico staff 15 Nov 2016 at 6:34 a.m. CST

Mohib Zico gravatar
Hi William, Did you use 'localhost' as hostname for your Gluu Server during installation?

By Mohib Zico staff 15 Nov 2016 at 8:49 a.m. CST

Mohib Zico gravatar
Comment from another Gluu Engineer: _"I think for this issue, William is using wrong command, it should be gluu-server-2.4.4 and it should not be gluu-serverd-2.4.4. I just noticed that the document is mentioning /sbin/gluu-serverd-2.4.4. Which is not correct." _

By Michael Schwartz Account Admin 16 Nov 2016 at 7:54 p.m. CST

Michael Schwartz gravatar
I'm closing this issue unless the William indicates to keep it open.