Jump to content

bladez

Members
  • Posts

    12
  • Joined

Everything posted by bladez

  1. Anyway to run the start/stop as a user? Been trying to make this run with my gaming control panel but my problem is the start/stop has do be run as root My gamecontrol panel doesnt allow that and will only start/stop as client/user Thanks!
  2. Ran 7dtd.sh updatescripts --force It updated I restarted and everything still works Thanks and thanks the tip about fixing!
  3. Sorry Alloc, I ended up just doing the 7dtd.sh updatescripts before you responded and it broke the install again.. Should of waited Redid everything and now I cant test till a new version is released, says its already up to date Thanks for all your help! Will test again once new version is released
  4. Heres what I did to get it working on centos 6.5... This is only the server, nothing else centos 6.5 64 bit I have been doing Full desktop install for now #Commands yum -y update #then yum groupinstall "Base" "Development Libraries" "Development Tools" reboot ### To install xmlstarlet I cd /tmp wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm #Needed for steam "yum install glibc.i686 libstdc++.i686" yum install xmlstarlet yum install libgcc.i686 yum install glibc.i686 libstdc++.i686 yum install nc =========================================================================================================== useradd -d /home/sdtd -m -r -s /bin/bash -U sdtd wget http://illy.bz/fi/7dtd/management_scripts.tar.gz tar --touch -xvzf management_scripts.tar.gz -C / vi /etc/7dtd.conf #edit steam un and pw then save and close :wq ###Make the server start at system boot: chkconfig 7dtd.sh on #Compile start-stop-daemon cd /usr/local/lib/7dtd/start-stop-daemon make gcc -o start-stop-daemon start-stop-daemon.c make install chown root.root start-stop-daemon chmod 0755 start-stop-daemon #Install the Linux engine wget -O linux_files.tar.gz http://illy.bz/fi/7dtd/linux_files.tar.gz tar --touch -xvzf linux_files.tar.gz -C /home/sdtd/ chown sdtd.sdtd -R /home/sdtd/linux_files chmod 0644 -R /home/sdtd/linux_files find /home/sdtd/linux_files -type d -exec chmod 0755 {} \; chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86 chown root.root /etc/7dtd.conf chmod 0600 /etc/7dtd.conf chown sdtd.sdtd /home/sdtd -R chown root.root /etc/init.d/7dtd.sh chown root.root /etc/bash_completion.d/7dtd chown root.root /usr/local/bin/7dtd.sh chown root.root /usr/local/lib/7dtd -R chmod 0755 /etc/init.d/7dtd.sh chmod 0755 /etc/bash_completion.d/7dtd chmod 0755 /usr/local/bin/7dtd.sh chmod 0755 /usr/local/lib/7dtd -R 7dtd.sh updateengine #Enter steam code wait for update 7dtd.sh instances create I can reboot and everything works fine.... I havent tried doing anything with the update script.
  5. Using centos 6.5 Poweredge 2950 server software raid Only commands I have run after fresh install is yum install update yum groupinstall "Base" "Development Tools" "Development Libraries" disable selinux Then go right into install 7dtd
  6. I know I was copy and pasting from the script itself to install it I know I left out update-rc.d 7dtd.sh defaults thinking it was the issue Does this get run again during the script update? Besides this issue, it runs perfect on centos also while following manual install . /etc/bash_completion was not run
  7. Well I restart before doing it to make sure I didnt have current issues... Then ran the update command and that happened Idk... Im going to prob do the manual install tonight again and see but thats only if I cant get this to work. Have a 11 day game going I can hopefully get back heres another link to my error the pic is really small for some reason http://tinypic.com/view.php?pic=2wgad8k&s=8
  8. Ran updatescripts and it broke my install The same way it breaks when I use the auto Install Get os screen saying a bunch of /etc/rc.d not found errors Any ideas why this would break on centos?
  9. Im confused, Just started using during the 9.2 release Im using centos 6.5// had to do the manual install the script install would make my centos unusable How do I update to 9.3 from 9.2?
×
×
  • Create New...