By: Adam Bodnar user 09 Apr 2015 at 11:17 a.m. CDT

2 Responses
Adam Bodnar gravatar
I'm trying to setup Gluu server on an AWS EC2 instance that is running Amazon Linux. I've installed the package through yum without any issues, but when I try to start the server. It looks like it never starts. The only thing I'm seeing in the system log is this: udevd[30680]: error setting /sys/class/firmware/timeout: No such file or directory These are the steps I'm running: $ service gluu-server start Starting Gluu server, please wait... $ service gluu-server login gluu-server is not running please start it and run /etc/init.d/gluu-server start $ /etc/init.d/gluu-server start ERROR: Cant start gluu server. HINT: Please manually remove /var/run/gluu-server.pid and unmount chroot container by running rm -f /var/run/gluu-server.pid df -aP | grep gluu-server | awk '{print $6}' | xargs -I {} umount -l {} $ rm -f /var/run/gluu-server.pid $ df -aP | grep gluu-server | awk '{print $6}' | xargs -I {} umount -l {} umount: /home/gluu-server/dev/pts: not mounted umount: /home/gluu-server/proc/sys/fs/binfmt_misc: mountpoint not found Any ideas?

By Mohib Zico staff 09 Apr 2015 at 11:29 a.m. CDT

Mohib Zico gravatar
Adam, We officially support CentOS6.x, RHEL-6.x and Ubuntu-6.x. We haven't tried 'Amazon Linux' yet but it's in our testing list.

By Miguel Foo user 29 May 2017 at 4:37 p.m. CDT

Miguel Foo gravatar
Same issue with Amazon Linux. I ended up using the Ubuntu 16.04 image and seems to work okay