You are here
sidboy55555 - Tue, 2015/12/29 - 12:05
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:
nobady?
nobady?
is this the problem?
can it be that this is the problem?
dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs
stil not fixed
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 :(
Sorry for slow response...
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:
Add new comment