cedarlug
89a776d576
This fixes an issue where the log file being parsed contains multiple instances
of the version number. When the egrep expression returns multiple lines, the
formation of the version number around line 133 ( the tr command ) that pulls
out everything but numbers generates a (potentially) enormous string.
Reference: http://steamcommunity.com/groups/linuxgsm/discussions/0/361798516936473435/
9 years ago
UltimateByte
6c3b6d4c47
Removed extra glibc fix
9 years ago
Daniel Gibbs
317dac85bb
Revert "Removed glibc fix for gmod until fixed"
This reverts commit 9e3148cb2b
.
9 years ago
UltimateByte
9e3148cb2b
Removed glibc fix for gmod until fixed
9 years ago
Daniel Gibbs
f93d373230
Fixed system_requirements
9 years ago
UltimateByte
2ad8b671a2
Corrected output check from tar command
Was inverted
9 years ago
Daniel Gibbs
38a7353f04
Added ARMA 3 Ram requirement
min 1GB as was causing seg faul with 512MB
9 years ago
Daniel Gibbs
8f930328de
Added empires mod to glibcfix
9 years ago
Daniel Gibbs
b13dcb89e6
Moved dst lgsm-default.ini to correct location
9 years ago
Daniel Gibbs
fbdd7b5391
bug. Removed incorrect fi
9 years ago
Daniel Gibbs
8432c8d37c
fix_glibc.sh was referenced twice
fix_glibc.sh should run though check_glibc.sh only
9 years ago
Daniel Gibbs
361b6ad36d
added Day of Infamy to fix_glibc.sh
9 years ago
Daniel Gibbs
68cfb05265
added empires mod config
9 years ago
Daniel Gibbs
24d73787cd
uf will fail if remote file missing #983
9 years ago
Daniel Gibbs
1ff90dfea2
added wget
9 years ago
Daniel Gibbs
eb78823052
changed executable to gamename to fix #976
9 years ago
Daniel Gibbs
9211c42c27
Fix lib32tinfo5 for 32-bit debian distros #982
9 years ago
Daniel Gibbs
340a2e59cb
updated file location
9 years ago
Daniel Gibbs
70e1e6fbf9
added Codename CURE glibc fix #735
9 years ago
Daniel Gibbs
5df87eef21
filename
9 years ago
Daniel Gibbs
6330741ed2
Was incorrectly named
9 years ago
Daniel Gibbs
6579ba1103
Added dev feature detect-glibc
detect-glibc will recursively check every file in $filesdir and detect
the versions of GLIBC that are required. This will make is easy to
detect what version of GLIBC a server requries.
9 years ago
Daniel Gibbs
4f4f39c28b
Messages improvements
9 years ago
Daniel Gibbs
21d4a2c6f9
if missing vars in the main script
9 years ago
Daniel Gibbs
8a6d7b92b7
Improved support for glibcfixes with Gmod
9 years ago
Daniel Gibbs
037d2a9eeb
yum can now get centos distroversion
9 years ago
Daniel Gibbs
cdcc6290e5
tmux updates
removed check_tmux.sh as handled by check_deps
fixes handling of tmux for complied versions
9 years ago
Daniel Gibbs
1b99b32067
bug in project zomboid
9 years ago
Daniel Gibbs
0a48898e10
added gzip and bzip 2 as a requirement for centos
9 years ago
Daniel Gibbs
3db7a0ec35
bzip2 and gzip are now required by default
9 years ago
Daniel Gibbs
4bd108ad05
added gzip as a required dependency #977
SteamCMD required gzip to extract itself. I would be suprised if there
was a distro without this built in. However will add this just in case.
9 years ago
Daniel Gibbs
ed0ddc35f4
tmux will now be detected if compiled from source
#736
9 years ago
Daniel Gibbs
0c471b91f0
Added os-release as an option for distroname
9 years ago
Daniel Gibbs
c10846ba4a
Updated java requirements
9 years ago
Daniel Gibbs
9168387277
os has become distroname
also added distroversion to identify the distro version number
9 years ago
Daniel Gibbs
12b742debe
added nl
9 years ago
Daniel Gibbs
e0b6cf949a
bug fix
9 years ago
GhoulofGSG9
458ea8ffdf
Fixed that the steam branch parameter wasn't used in various places.
9 years ago
Marvin Lehmann
0744823f06
Corrected comment
9 years ago
Marvin Lehmann
44278ce10b
Added dependencies to enable readline
Like #212
9 years ago
UltimateByte
53f502ad88
Compatibility with python 3.x
"A prefix of 'b' or 'B' is ignored in Python 2; it indicates that the literal should become a bytes literal in Python 3 (e.g. when code is automatically converted with 2to3). A 'u' or 'b' prefix may be followed by an 'r' prefix."
"Bytes literals are always prefixed with 'b' or 'B'; they produce an instance of the bytes type instead of the str type. They may only contain ASCII characters; bytes with a numeric value of 128 or greater must be expressed with escapes."
9 years ago
Scarsz
4d7be97ba0
Characters
9 years ago
Scarsz
0c2bbe0075
Missing portion of opt
9 years ago
Daniel Gibbs
ac96d6ffad
removed nl
9 years ago
Marvin Lehmann
8881508e9a
Added directory check
- fixes error message: find: ‘/home/server/serverfiles’: No such file or directory
9 years ago
Daniel Gibbs
7dc5f64915
word
9 years ago
Daniel Gibbs
53e88342be
moved emailnotification to legacy code fixes
9 years ago
Daniel Gibbs
1f11921445
moved port and server name to info_config.sh
9 years ago
Daniel Gibbs
b31ae3ba6c
INBOUND
9 years ago
Daniel Gibbs
e157ea2bd1
emailnotification is around for legacy scripts
9 years ago