So a few weeks ago, I noticed that the gmod server that I'm running on a VPS was having trouble with locating the steam binary. I tried guessing where it might be and pointing it in the right direction using the -steambin parameter but to no avail. I also tried changing the permissions for steamcmd and the server's folders and files to 777 but didn't help either so I finally gave up until a recent update to gmod was released and the server couldn't update. I tried manually updating it using steamcmd but that through up errors.
Initial Warning
Fast forwarding, I reinstalled steamcmd, managed to update the server, and get it working but unlike before, it doesn't stay up when shutdown nor when it crashes. I also noticed a new warning popping up when the server came up:
Code: Select all
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Hoping that it would now be an easy fix, I tried running apt-get install lib32tinfo5 but that resulted in this:
Code: Select all
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libgcc1 : Depends: gcc-5-base (= 5.1~rc1-0ubuntu1) but 5.1~rc1-0ubuntu1.1 is to be installed
linux-image-extra-3.19.0-28-generic : Depends: linux-image-3.19.0-28-generic but it is not going to be installed
linux-image-extra-3.19.0-31-generic : Depends: linux-image-3.19.0-31-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-3.19.0-31-generic but it is not going to be installed
Recommends: thermald but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).