By: Sario Haladjian user 27 Mar 2018 at 9:35 a.m. CDT

7 Responses
Sario Haladjian gravatar
Hi, I am getting this error all the time. I followed all the steps of the installation guide but it doesn't work. It seems to be a fault on the gluu server. "W: Failed to fetch https://repo.gluu.org/debian/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead." The gluu-repo.list contains: "deb https://repo.gluu.org/debian/ stable main" Thanks for Your help!

By Adrian Alves staff 31 Mar 2018 at 1:47 a.m. CDT

Adrian Alves gravatar
Hello Sario, That error means you are using a wrong architecture, you need a 64 bit system. And that one is i386, thats why fetch is failing. Cheers, Adrian.-

By Sario Haladjian user 31 Mar 2018 at 4:40 a.m. CDT

Sario Haladjian gravatar
Hi Adrian The system is running on 64-bit. I checked it with -lscpu. Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Is there a setting inside the gluu installation to switch to 64-bit? Thanks. -Sario

By Adrian Alves staff 02 Apr 2018 at 12:16 a.m. CDT

Adrian Alves gravatar
Hello Sario, I'm checking why our repo is sending that warning, probably because you have a multi-lib system installed. Also that is just a warning it wont affect the package download using apt-get if you are using a 64bit debian8 system. I'll keep you posted. Cheers, Adrian.-

By Adrian Alves staff 02 Apr 2018 at 10:57 a.m. CDT

Adrian Alves gravatar
Hi Sario, Can you try this command as root: dpkg --remove-architecture i386 After that command try "apt-get update" Adrian.-

By Sario Haladjian user 04 Apr 2018 at 8:41 a.m. CDT

Sario Haladjian gravatar
Hey Adrian Perfect, installation worked. But now trying to start the server gives an error "No such file or directory". Is there a way to point to a file with a path? Thank you so much!

By Sario Haladjian user 05 Apr 2018 at 3:39 a.m. CDT

Sario Haladjian gravatar
Ok, I found out the file /etc/init.d/gluu-server-3.1.2 is missing. After a clean reinstall, the file is still not appearing. Is there a way to add it manually? Cheers!

By Mohib Zico staff 25 Apr 2018 at 6:43 a.m. CDT

Mohib Zico gravatar
Sario, Are you still facing same issue?