sidboy55555's picture

Hi, I tried to install SteamCMD its for installing a server for a game, but i need 32bit libraries for the game, and when i rebooted the whole server won't startup anymore, I'm installing new linux now and I hope someone can get a solution. that on the new installation everything work right. I'm following this guide to install the server http://wiki.garrysmod.com/page/Linux_Dedicated_Server_Hosting

Forum: 
sidboy55555's picture

nobady?

sidboy55555's picture

can it be that this is the problem?

dpkg --add-architecture i386

apt-get update

apt-get install ia32-libs

sidboy55555's picture

and when i try apt-get update i get this.

 

W: Failed to fetch http://archive.turnkeylinux.org/debian/dists/jessie-security/Release  Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://archive.turnkeylinux.org/debian/dists/jessie/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.

 

i hope there is someone who can help me :(

Jeremy Davis's picture

FWIW you're almost there...!

The TurnKey Jessie repo doesn't supply 32 bit packages and that is why it is complaining. IIRC you could just ignore those warnings and it should still work. However you can also fix it by appending "[ arch=amd64 ]" to the TurnKey repo lines (do it in both /etc/apt/sources.list.d/sources.list and /etc/apt/sources.list.d/security.sources.list).

So the end result should look something like this:

deb [ arch=amd64 ] http://archive.turnkeylinux.org/debian jessie main

Add new comment