Skip to content

Instantly share code, notes, and snippets.

@kumikumi
Created February 4, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumikumi/01c83d280b3801577a404f08c13134d9 to your computer and use it in GitHub Desktop.
Save kumikumi/01c83d280b3801577a404f08c13134d9 to your computer and use it in GitHub Desktop.
Attempts to run starbound server
[steam@verneri:~/starbound-server/linux]$ pwd
/home/steam/starbound-server/linux
[steam@verneri:~/starbound-server/linux]$ ls -al
total 216216
drwxr-xr-x 2 steam users 4096 Feb 3 19:32 .
drwxr-xr-x 8 steam users 4096 Feb 3 19:32 ..
-rwxr-xr-x 1 steam users 15557152 Feb 3 19:32 asset_packer
-rwxr-xr-x 1 steam users 15548680 Feb 3 19:32 asset_unpacker
-rwxr-xr-x 1 steam users 36996184 Feb 3 19:32 dump_versioned_json
-rwxr-xr-x 1 steam users 266651 Feb 3 19:32 libsteam_api.so
-rwxr-xr-x 1 steam users 36996184 Feb 3 19:32 make_versioned_json
-rwxr-xr-x 1 steam users 37014984 Feb 3 19:32 planet_mapgen
-rwxr-xr-x 1 steam users 89 Feb 3 19:32 run-client.sh
-rwxr-xr-x 1 steam users 259 Feb 3 19:32 run-server.sh
-rwxr-xr-x 1 steam users 105 Feb 3 19:32 sbinit.config
-rwxr-xr-x 1 steam users 41905488 Feb 3 19:32 starbound
-rwxr-xr-x 1 steam users 37077344 Feb 3 19:32 starbound_server
[steam@verneri:~/starbound-server/linux]$ head -c 100 starbound_server
ELF>㖌@ �5@8 @)&@@@@@�
[steam@verneri:~/starbound-server/linux]$ ./starbound_server
bash: ./starbound_server: No such file or directory
[steam@verneri:~/starbound-server/linux]$ /home/steam/starbound-server/linux/starbound_server
bash: /home/steam/starbound-server/linux/starbound_server: No such file or directory
[steam@verneri:~/starbound-server/linux]$ steam-run starbound_server
/nix/store/bz46pmm9vpgjp4f3hjkqq5avjkw92i8s-steam-run: line 9: exec: starbound_server: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment