-
-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Marius Linge edited this page Jul 5, 2015
·
11 revisions
Welcome to the ark-server-tools wiki!
- Make sure to go through the steps of the README.
- Check if your problem can be solved by reading any of the existing issues to avoid creating duplicates.
- Check the troubleshooting section below.
On CentOS/Fedora/Red Hat etc, lsof is located in /usr/bin. You need to specify it's path before running it as a non-root user:
$ /usr/sbin/lsof /path/to/some/file
On Debian based distros, the lsof package is not installed by default. You have to manually install it:
$ sudo apt-get install lsof
You're missing a dependency. Install atleast glibc-2.15 on your server.