Daniel Gibbs
4d9c3a324f
Changed xDMGame to xDeathMatch
11 years ago
Daniel Gibbs
8689ccfb7f
-autoupdate added to all Source/GldSrc servers
Should speed up server updates to servers. This switch should update and
restart the server as an update is released by Valve
11 years ago
Daniel Gibbs
fbd9120d76
Fixed gsquery installing in incorrect location
11 years ago
Daniel Gibbs
6e1797676a
Removed glibc dir as not required anymore
11 years ago
Daniel Gibbs
3e8b7b9982
Synced scripts and bug fixes
* Synced the scripts so all functions correctly match
* updated fn_autoip so 127.0.0.0 range should be ignored
* glibcfix function added where required
* Fixed update-restart bug causing the lockfile to be created in the
wrong directory #172
* gmodserver libsteamfix added
* General code tidy up
11 years ago
Scarsz
c0015e6089
Add quotes around steampass
https://github.com/dgibbs64/linuxgameservers/issues/174
11 years ago
Daniel Gibbs
ff773b87cc
GLIBC fix and autoip update
Created a global function for glibc fixes. Will detect GLIBC version and
game server to apply a fix as needed.
Update fn_autoip to ignore entire 127.0.0.0 range
/dependency hell
11 years ago
Daniel Gibbs
6f18677c98
Reverting to original files
Newer version of files does not work Reverting to original files that do
work.
11 years ago
Daniel Gibbs
7aefd23b53
Minor info update
11 years ago
Daniel Gibbs
5bb0950291
GLIBC 2.14=< fix Repo
Added a single location for the GLIBC 2.14 fix. All files will be then
downloaded to there respective dirs for that game server. The fix will
make all servers scripts more consistent with resolving this issue.
11 years ago
Scarsz
3c4fb970d2
Remove unneeded line
OCD
11 years ago
Daniel Gibbs
f883f3137f
Merge pull request #173 from Scarsz/master
Add gsquery installation option to supported servers
11 years ago
Scarsz
5689cbe03a
Add gsquery to supported servers
/nosleep
11 years ago
Daniel Gibbs
027afd2b3e
kfserver/ut2k4server logfile improvement
fixed issue ${logfile} is not defined #131
General code tidy up. Trimmed training spaces and moved fn_scriptlog
outputs under there respective log messages to screen instead of waiting
1 second to output to log file
11 years ago
Daniel Gibbs
ab743dfe84
Updated to GLIBC 2.19 deps
updated the gmodserver dependencies.
Updated to version 2.19
ldd (Ubuntu EGLIBC 2.19-0ubuntu6.3) 2.19
11 years ago
Scarsz
c832ed84c8
150914 - Fix GLIBC fix issues
11 years ago
Daniel Gibbs
f8b462208b
100914 - Update debug and monitor
* Updated debug mode
* Monitor changes to monitor to clarify how to activate it
fixed issue #156
11 years ago
Scarsz
c6f8ab023b
Temporarily disable GLIBC 2.15 fix
11 years ago
Daniel Gibbs
db8255e2d1
minor bug fixes and improvement to debug mode
11 years ago
Daniel Gibbs
f1468fe3b3
corrected ip variable
the variable was not set to 0.0.0.0.
11 years ago
Daniel Gibbs
a883758e79
arma3server dgibbs64 update
I have reviewed the code and made minor changes to make sure it is easy
for me to run compare/merges with the other scripts without making
errors.
* Moved some functions around
* Reworded and removed various "stuff".
* Removed fn_ports function (I see why it was done however adds
complications for merging)
* Put back fn_serverquery (not used yet but there would be plans to get
it working in future)
11 years ago
Daniel Gibbs
bcf8f9a9e7
Merge pull request #160 from Scarsz/patch-10
arma3server first release
11 years ago
Scarsz
9bdf467a80
Update CONFIG_Vanilla.cfg
11 years ago
Scarsz
84b101d21a
Create arma3server
Funny thing is, I spent that many hours into this script and I don't even own ARMA 3.
11 years ago
Daniel Gibbs
18336f2d1d
Merge pull request #151 from Scarsz/revert-148-patch-7
Dependency can be copied from SteamCMD
11 years ago
Scarsz
20b1554646
Revert "Add dependency libstdc++.so.6"
11 years ago
Daniel Gibbs
aa07e564cf
Merge pull request #149 from Scarsz/patch-8
Remove old GLIBC fix, awkwardly does both
11 years ago
Daniel Gibbs
ceff02bbbd
Merge pull request #148 from Scarsz/patch-7
Add dependency libstdc++.so.6
11 years ago
Scarsz
ca43c0737e
Remove old GLIBC fix, awkwardly does both
```
=================================
Was the install successful? [y/N]y
Applying steamclient.so fix
=================================
‘/home/dg/gmod/steamcmd/linux32/steamclient.so’ -> ‘/root/.steam/sdk32/steamclient.so’
Applying GLIBC_2.15 fix
=================================
mkdir: created directory ‘/home/dg/gmod/tmp’
Downloading GLIBC_2.15
Extracting files
dpkg-deb: error: `/home/dg/gmod/tmp/libc6_2.15-0ubuntu10.6_i386.deb' is not a debian format archive
Copying GLIBC_2.15 files into bin
cp: cannot stat ‘/home/dg/gmod/tmp/lib/i386-linux-gnu/*’: No such file or directory
Removing temporary folder
Creating log directorys
=================================
mkdir: created directory ‘/home/dg/gmod/log’
mkdir: created directory ‘/home/dg/gmod/log/script’
mkdir: created directory ‘/home/dg/gmod/log/console’
‘/home/dg/gmod/log/server’ -> ‘/home/dg/gmod/serverfiles/garrysmod/logs’
Copying libstdc++.so.6
=================================
‘/home/dg/gmod/steamcmd/linux32/libstdc++.so.6’ -> ‘/home/dg/gmod/serverfiles/libstdc++.so.6’
Applying GLIBC_2.15 fix
=================================
2014-09-01 02:31:07 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libc.so.6 [1734120/1734120] -> "libc.so.6" [1]
2014-09-01 02:31:07 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libm.so.6 [173576/173576] -> "libm.so.6" [1]
2014-09-01 02:31:08 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libpthread.so.0 [124663/124663] -> "libpthread.so.0" [1]
Configuring Garrys's Mod Server...
```
11 years ago
Scarsz
381bb77f25
Add actual dependency
11 years ago
Scarsz
8220069312
Get rid of unneeded space
11 years ago
Scarsz
29a1ade60d
Add dependency libstdc++.so.6
11 years ago
Daniel Gibbs
acbb2460e6
Merge pull request #147 from Bagbag/master
fixed 'syntax error unexpected end of file'
11 years ago
bagbag
5502a0bae5
fixed 'syntax error unexpected end of file'
11 years ago
Daniel Gibbs
4afe27ca92
l4dserver fixed LAN only bug
added l4ddeps to resolve the server not starting
11 years ago
Daniel Gibbs
fef6b6d703
bsserver new release
Blade Symphony server released. Please report any issues.
11 years ago
Daniel Gibbs
6a80f7cd65
Major Update 250814
Mumble server now uses tmux and has been updated to bring it in line
with other lgsm scripts
11 years ago
Daniel Gibbs
62185d3f48
Merge pull request #140 from Scarsz/patch-6
wget verbose but not as verbose
11 years ago
Scarsz
5eb1b63692
wget verbose but not as verbose
Turns into
11 years ago
Daniel Gibbs
3f5e1ea46d
Added libstdc++.so.6
11 years ago
Daniel Gibbs
3958397d09
GLIBC 2.15 fix
Now works with GLIBC 2.15. Downloads required deps in to the bin
directory
11 years ago
Daniel Gibbs
b52b73bde6
Merge pull request #139 from Scarsz/patch-5
Didn't notice missing symbol somehow
11 years ago
Daniel Gibbs
e7294096bf
Merge pull request #137 from Scarsz/patch-4
Fix GLIBC not found errors
11 years ago
Daniel Gibbs
238738c763
Added deps for Garrys Mod
Added the required deps for Garrys mod now it requires GLIBC_2.15
11 years ago
Scarsz
6ef88e4fb7
Didn't notice missing symbol somehow
11 years ago
Scarsz
1e3f69d332
Fix GLIBC not found errors
11 years ago
Daniel Gibbs
076e5296bc
re-added source tv port as it is required
11 years ago
Daniel Gibbs
a3b946eccc
temp removed server password var
temp removed server password var as it breaks tmux. Will need to find a
fix for this.
11 years ago
Daniel Gibbs
cd747d6d5d
Re added sourcetv port and insecure mode
Re added sourcetv port and insecure mode
These where removed but are required
11 years ago
Daniel Gibbs
83587560ab
improved console logging
improved console logging so now does not require you to press return to
output the console to a log file
11 years ago