Guest User

log1

a guest
Sep 4th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.12 KB | None | 0 0
  1. login as: jointgame
  2. jointgame@72.83.86.139's password:
  3. Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-45-generic x86_64)
  4.  
  5. * Documentation: https://help.ubuntu.com
  6. * Management: https://landscape.canonical.com
  7. * Support: https://ubuntu.com/advantage
  8.  
  9. System information as of Fri 04 Sep 2020 06:23:37 PM UTC
  10.  
  11. System load: 0.38 Processes: 253
  12. Usage of /: 3.5% of 455.72GB Users logged in: 2
  13. Memory usage: 2% IPv4 address for enp7s0: 192.168.1.157
  14. Swap usage: 0%
  15.  
  16.  
  17. 29 updates can be installed immediately.
  18. 0 of these updates are security updates.
  19. To see these additional updates run: apt list --upgradable
  20.  
  21.  
  22. Last login: Fri Sep 4 17:47:48 2020
  23. jointgame@jointgame:~$ sudo adduser 7dtd sudo
  24. [sudo] password for jointgame:
  25. adduser: The user `7dtd' does not exist.
  26. jointgame@jointgame:~$ adduser 7dtd sudo
  27. adduser: Only root may add a user or group to the system.
  28. jointgame@jointgame:~$ sudo adduser 7dtd sudo
  29. adduser: The user `7dtd' does not exist.
  30. jointgame@jointgame:~$ su root
  31. Password:
  32. su: Authentication failure
  33. jointgame@jointgame:~$ su root
  34. Password:
  35. su: Authentication failure
  36. jointgame@jointgame:~$ sudo adduser 7dtd
  37. adduser: Please enter a username matching the regular expression configured
  38. via the NAME_REGEX[_SYSTEM] configuration variable. Use the `--force-badname'
  39. option to relax this check or reconfigure NAME_REGEX.
  40. jointgame@jointgame:~$
  41. jointgame@jointgame:~$
  42. jointgame@jointgame:~$
  43. jointgame@jointgame:~$
  44. jointgame@jointgame:~$
  45. jointgame@jointgame:~$
  46. jointgame@jointgame:~$
  47. jointgame@jointgame:~$
  48. jointgame@jointgame:~$
  49. jointgame@jointgame:~$
  50. jointgame@jointgame:~$
  51. jointgame@jointgame:~$
  52. jointgame@jointgame:~$
  53. jointgame@jointgame:~$
  54. jointgame@jointgame:~$
  55. jointgame@jointgame:~$
  56. jointgame@jointgame:~$
  57. jointgame@jointgame:~$
  58. jointgame@jointgame:~$
  59. jointgame@jointgame:~$
  60. jointgame@jointgame:~$
  61. jointgame@jointgame:~$
  62. jointgame@jointgame:~$
  63. jointgame@jointgame:~$
  64. jointgame@jointgame:~$
  65. jointgame@jointgame:~$ sudo adduser 7dtd --force-badname
  66. Allowing use of questionable username.
  67. Adding user `7dtd' ...
  68. Adding new group `7dtd' (1002) ...
  69. Adding new user `7dtd' (1002) with group `7dtd' ...
  70. Creating home directory `/home/7dtd' ...
  71. Copying files from `/etc/skel' ...
  72. New password:
  73. Retype new password:
  74. passwd: password updated successfully
  75. Changing the user information for 7dtd
  76. Enter the new value, or press ENTER for the default
  77. Full Name []: 7dtd
  78. Room Number []:
  79. Work Phone []:
  80. Home Phone []:
  81. Other []:
  82. Is the information correct? [Y/n] y
  83. jointgame@jointgame:~$ usermod -aG sudo 7dtd
  84. usermod: Permission denied.
  85. usermod: cannot lock /etc/passwd; try again later.
  86. jointgame@jointgame:~$ sudo usermod -aG sudo 7dtd
  87. jointgame@jointgame:~$ groups 7dtd
  88. 7dtd : 7dtd sudo
  89. jointgame@jointgame:~$ su 7dtd
  90. Password:
  91. To run a command as administrator (user "root"), use "sudo <command>".
  92. See "man sudo_root" for details.
  93.  
  94. 7dtd@jointgame:/home/jointgame$ cd
  95. 7dtd@jointgame:~$ wget http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  96. --2020-09-04 18:30:08-- http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  97. Resolving svn.illy.bz (svn.illy.bz)... 136.243.11.25, 2a01:4f8:211:2498::2
  98. Connecting to svn.illy.bz (svn.illy.bz)|136.243.11.25|:80... connected.
  99. HTTP request sent, awaiting response... 200 OK
  100. Length: 7366 (7.2K) [text/plain]
  101. Saving to: ‘bootstrap.sh’
  102.  
  103. bootstrap.sh 100%[=====================================>] 7.19K --.-KB/s in 0s
  104.  
  105. 2020-09-04 18:30:09 (620 MB/s) - ‘bootstrap.sh’ saved [7366/7366]
  106.  
  107. 7dtd@jointgame:~$ chmod +x bootstrap.sh
  108. 7dtd@jointgame:~$ ./bootstrap.sh
  109. This script has to be run as root!
  110. 7dtd@jointgame:~$ sudo wget http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  111. [sudo] password for 7dtd:
  112. Sorry, try again.
  113. [sudo] password for 7dtd:
  114. --2020-09-04 18:30:35-- http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  115. Resolving svn.illy.bz (svn.illy.bz)... 136.243.11.25, 2a01:4f8:211:2498::2
  116. Connecting to svn.illy.bz (svn.illy.bz)|136.243.11.25|:80... connected.
  117. HTTP request sent, awaiting response... 200 OK
  118. Length: 7366 (7.2K) [text/plain]
  119. Saving to: ‘bootstrap.sh.1’
  120.  
  121. bootstrap.sh.1 100%[=====================================>] 7.19K --.-KB/s in 0s
  122.  
  123. 2020-09-04 18:30:35 (522 MB/s) - ‘bootstrap.sh.1’ saved [7366/7366]
  124.  
  125. 7dtd@jointgame:~$ sudo wget http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  126. --2020-09-04 18:30:44-- http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
  127. Resolving svn.illy.bz (svn.illy.bz)... 136.243.11.25, 2a01:4f8:211:2498::2
  128. Connecting to svn.illy.bz (svn.illy.bz)|136.243.11.25|:80... connected.
  129. HTTP request sent, awaiting response... 200 OK
  130. Length: 7366 (7.2K) [text/plain]
  131. Saving to: ‘bootstrap.sh.2’
  132.  
  133. bootstrap.sh.2 100%[=====================================>] 7.19K --.-KB/s in 0s
  134.  
  135. 2020-09-04 18:30:44 (555 MB/s) - ‘bootstrap.sh.2’ saved [7366/7366]
  136.  
  137. 7dtd@jointgame:~$ chmod +x bootstrap.sh
  138. 7dtd@jointgame:~$ ./bootstrap.sh
  139. This script has to be run as root!
  140. 7dtd@jointgame:~$ sudo chmod +x bootstrap.sh
  141. 7dtd@jointgame:~$ ./bootstrap.sh
  142. This script has to be run as root!
  143. 7dtd@jointgame:~$ sudo ./bootstrap.sh
  144. 7dtd bootstrapper version 8
  145.  
  146. Usage: ./bootstrap.sh [-h] [-c] -i
  147. Parameters:
  148. -h Print this help screen and exit
  149. -c Enable cron job for automatic backups
  150. -i Required to actually start the installation
  151. 7dtd@jointgame:~$ sudo ./bootstrap.sh -i
  152.  
  153. 7DtD Linux dedicated server bootstrapper
  154.  
  155. This will install a 7DtD server according to the information
  156. given on:
  157. https://7dtd.illy.bz/
  158.  
  159. Press enter to continue
  160.  
  161. =============================================================
  162.  
  163.  
  164. Installing dependencies
  165.  
  166. Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
  167. Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
  168. Get:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
  169. Get:4 http://us.archive.ubuntu.com/ubuntu focal-security InRelease [107 kB]
  170. Fetched 317 kB in 1s (573 kB/s)
  171. Reading package lists... Done
  172. Reading package lists... Done
  173. Building dependency tree
  174. Reading state information... Done
  175. lib32gcc1 is already the newest version (1:10-20200411-0ubuntu1).
  176. rsync is already the newest version (3.1.3-8).
  177. rsync set to manually installed.
  178. wget is already the newest version (1.20.3-1ubuntu1).
  179. wget set to manually installed.
  180. The following additional packages will be installed:
  181. cpp cpp-9 gcc-9 gcc-9-base libasan5 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  182. libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3 libquadmath0 libtsan0 libubsan1
  183. linux-libc-dev manpages-dev
  184. Suggested packages:
  185. cpp-doc gcc-9-locales gcc-multilib make autoconf automake libtool flex bison gdb gcc-doc
  186. gcc-9-multilib gcc-9-doc glibc-doc
  187. The following NEW packages will be installed:
  188. cpp cpp-9 gcc gcc-9 gcc-9-base libasan5 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  189. libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3 libquadmath0 libtsan0 libubsan1
  190. linux-libc-dev manpages-dev xmlstarlet
  191. 0 upgraded, 23 newly installed, 0 to remove and 28 not upgraded.
  192. Need to get 26.5 MB of archives.
  193. After this operation, 109 MB of additional disk space will be used.
  194. Do you want to continue? [Y/n] y
  195. Get:1 http://us.archive.ubuntu.com/ubuntu focal/main amd64 gcc-9-base amd64 9.3.0-10ubuntu2 [19.3 kB]
  196. Get:2 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
  197. Get:3 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
  198. Get:4 http://us.archive.ubuntu.com/ubuntu focal/main amd64 cpp-9 amd64 9.3.0-10ubuntu2 [7,491 kB]
  199. Get:5 http://us.archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
  200. Get:6 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libcc1-0 amd64 10-20200411-0ubuntu1 [41.1 kB]
  201. Get:7 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libgomp1 amd64 10-20200411-0ubuntu1 [101 kB]
  202. Get:8 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libitm1 amd64 10-20200411-0ubuntu1 [26.3 kB]
  203. Get:9 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libatomic1 amd64 10-20200411-0ubuntu1 [9,284 B]
  204. Get:10 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libasan5 amd64 9.3.0-10ubuntu2 [395 kB]
  205. Get:11 http://us.archive.ubuntu.com/ubuntu focal/main amd64 liblsan0 amd64 10-20200411-0ubuntu1 [144 kB]
  206. Get:12 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libtsan0 amd64 10-20200411-0ubuntu1 [319 kB]
  207. Get:13 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libubsan1 amd64 10-20200411-0ubuntu1 [136 kB]
  208. Get:14 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libquadmath0 amd64 10-20200411-0ubuntu1 [146 kB]
  209. Get:15 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libgcc-9-dev amd64 9.3.0-10ubuntu2 [2,359 kB]
  210. Get:16 http://us.archive.ubuntu.com/ubuntu focal/main amd64 gcc-9 amd64 9.3.0-10ubuntu2 [8,234 kB]
  211. Get:17 http://us.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B]
  212. Get:18 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libc-dev-bin amd64 2.31-0ubuntu9 [71.8 kB]
  213. Get:19 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-45.49 [1,137 kB]
  214. Get:20 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
  215. Get:21 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libc6-dev amd64 2.31-0ubuntu9 [2,520 kB]
  216. Get:22 http://us.archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2,266 kB]
  217. Get:23 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB]
  218. Fetched 26.5 MB in 0s (56.4 MB/s)
  219. Selecting previously unselected package gcc-9-base:amd64.
  220. (Reading database ... 72128 files and directories currently installed.)
  221. Preparing to unpack .../00-gcc-9-base_9.3.0-10ubuntu2_amd64.deb ...
  222. Unpacking gcc-9-base:amd64 (9.3.0-10ubuntu2) ...
  223. Selecting previously unselected package libisl22:amd64.
  224. Preparing to unpack .../01-libisl22_0.22.1-1_amd64.deb ...
  225. Unpacking libisl22:amd64 (0.22.1-1) ...
  226. Selecting previously unselected package libmpc3:amd64.
  227. Preparing to unpack .../02-libmpc3_1.1.0-1_amd64.deb ...
  228. Unpacking libmpc3:amd64 (1.1.0-1) ...
  229. Selecting previously unselected package cpp-9.
  230. Preparing to unpack .../03-cpp-9_9.3.0-10ubuntu2_amd64.deb ...
  231. Unpacking cpp-9 (9.3.0-10ubuntu2) ...
  232. Selecting previously unselected package cpp.
  233. Preparing to unpack .../04-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
  234. Unpacking cpp (4:9.3.0-1ubuntu2) ...
  235. Selecting previously unselected package libcc1-0:amd64.
  236. Preparing to unpack .../05-libcc1-0_10-20200411-0ubuntu1_amd64.deb ...
  237. Unpacking libcc1-0:amd64 (10-20200411-0ubuntu1) ...
  238. Selecting previously unselected package libgomp1:amd64.
  239. Preparing to unpack .../06-libgomp1_10-20200411-0ubuntu1_amd64.deb ...
  240. Unpacking libgomp1:amd64 (10-20200411-0ubuntu1) ...
  241. Selecting previously unselected package libitm1:amd64.
  242. Preparing to unpack .../07-libitm1_10-20200411-0ubuntu1_amd64.deb ...
  243. Unpacking libitm1:amd64 (10-20200411-0ubuntu1) ...
  244. Selecting previously unselected package libatomic1:amd64.
  245. Preparing to unpack .../08-libatomic1_10-20200411-0ubuntu1_amd64.deb ...
  246. Unpacking libatomic1:amd64 (10-20200411-0ubuntu1) ...
  247. Selecting previously unselected package libasan5:amd64.
  248. Preparing to unpack .../09-libasan5_9.3.0-10ubuntu2_amd64.deb ...
  249. Unpacking libasan5:amd64 (9.3.0-10ubuntu2) ...
  250. Selecting previously unselected package liblsan0:amd64.
  251. Preparing to unpack .../10-liblsan0_10-20200411-0ubuntu1_amd64.deb ...
  252. Unpacking liblsan0:amd64 (10-20200411-0ubuntu1) ...
  253. Selecting previously unselected package libtsan0:amd64.
  254. Preparing to unpack .../11-libtsan0_10-20200411-0ubuntu1_amd64.deb ...
  255. Unpacking libtsan0:amd64 (10-20200411-0ubuntu1) ...
  256. Selecting previously unselected package libubsan1:amd64.
  257. Preparing to unpack .../12-libubsan1_10-20200411-0ubuntu1_amd64.deb ...
  258. Unpacking libubsan1:amd64 (10-20200411-0ubuntu1) ...
  259. Selecting previously unselected package libquadmath0:amd64.
  260. Preparing to unpack .../13-libquadmath0_10-20200411-0ubuntu1_amd64.deb ...
  261. Unpacking libquadmath0:amd64 (10-20200411-0ubuntu1) ...
  262. Selecting previously unselected package libgcc-9-dev:amd64.
  263. Preparing to unpack .../14-libgcc-9-dev_9.3.0-10ubuntu2_amd64.deb ...
  264. Unpacking libgcc-9-dev:amd64 (9.3.0-10ubuntu2) ...
  265. Selecting previously unselected package gcc-9.
  266. Preparing to unpack .../15-gcc-9_9.3.0-10ubuntu2_amd64.deb ...
  267. Unpacking gcc-9 (9.3.0-10ubuntu2) ...
  268. Selecting previously unselected package gcc.
  269. Preparing to unpack .../16-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
  270. Unpacking gcc (4:9.3.0-1ubuntu2) ...
  271. Selecting previously unselected package libc-dev-bin.
  272. Preparing to unpack .../17-libc-dev-bin_2.31-0ubuntu9_amd64.deb ...
  273. Unpacking libc-dev-bin (2.31-0ubuntu9) ...
  274. Selecting previously unselected package linux-libc-dev:amd64.
  275. Preparing to unpack .../18-linux-libc-dev_5.4.0-45.49_amd64.deb ...
  276. Unpacking linux-libc-dev:amd64 (5.4.0-45.49) ...
  277. Selecting previously unselected package libcrypt-dev:amd64.
  278. Preparing to unpack .../19-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
  279. Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  280. Selecting previously unselected package libc6-dev:amd64.
  281. Preparing to unpack .../20-libc6-dev_2.31-0ubuntu9_amd64.deb ...
  282. Unpacking libc6-dev:amd64 (2.31-0ubuntu9) ...
  283. Selecting previously unselected package manpages-dev.
  284. Preparing to unpack .../21-manpages-dev_5.05-1_all.deb ...
  285. Unpacking manpages-dev (5.05-1) ...
  286. Selecting previously unselected package xmlstarlet.
  287. Preparing to unpack .../22-xmlstarlet_1.6.1-2build1_amd64.deb ...
  288. Unpacking xmlstarlet (1.6.1-2build1) ...
  289. Setting up manpages-dev (5.05-1) ...
  290. Setting up linux-libc-dev:amd64 (5.4.0-45.49) ...
  291. Setting up libgomp1:amd64 (10-20200411-0ubuntu1) ...
  292. Setting up libquadmath0:amd64 (10-20200411-0ubuntu1) ...
  293. Setting up libmpc3:amd64 (1.1.0-1) ...
  294. Setting up libatomic1:amd64 (10-20200411-0ubuntu1) ...
  295. Setting up xmlstarlet (1.6.1-2build1) ...
  296. Setting up libubsan1:amd64 (10-20200411-0ubuntu1) ...
  297. Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  298. Setting up libisl22:amd64 (0.22.1-1) ...
  299. Setting up libc-dev-bin (2.31-0ubuntu9) ...
  300. Setting up libcc1-0:amd64 (10-20200411-0ubuntu1) ...
  301. Setting up liblsan0:amd64 (10-20200411-0ubuntu1) ...
  302. Setting up libitm1:amd64 (10-20200411-0ubuntu1) ...
  303. Setting up gcc-9-base:amd64 (9.3.0-10ubuntu2) ...
  304. Setting up libtsan0:amd64 (10-20200411-0ubuntu1) ...
  305. Setting up libasan5:amd64 (9.3.0-10ubuntu2) ...
  306. Setting up cpp-9 (9.3.0-10ubuntu2) ...
  307. Setting up libc6-dev:amd64 (2.31-0ubuntu9) ...
  308. Setting up libgcc-9-dev:amd64 (9.3.0-10ubuntu2) ...
  309. Setting up cpp (4:9.3.0-1ubuntu2) ...
  310. Setting up gcc-9 (9.3.0-10ubuntu2) ...
  311. Setting up gcc (4:9.3.0-1ubuntu2) ...
  312. Processing triggers for man-db (2.9.1-1) ...
  313. Processing triggers for libc-bin (2.31-0ubuntu9) ...
  314.  
  315. =============================================================
  316.  
  317.  
  318. Setting up user and group "sdtd"
  319.  
  320.  
  321. =============================================================
  322.  
  323.  
  324. Downloading and installing management scripts
  325.  
  326. 2020-09-04 18:33:30 URL:http://illy.bz/fi/7dtd/management_scripts.tar.gz [36320/36320] -> "/tmp/management_scripts.tar.gz" [1]
  327.  
  328. Compiling start-stop-daemon
  329.  
  330. =============================================================
  331.  
  332.  
  333. Installing SteamCMD and 7DtD
  334.  
  335. find: ‘/home/sdtd/engine’: No such file or directory
  336. --2020-09-04 18:33:31-- http://media.steampowered.com/installer/steamcmd_linux.tar.gz
  337. Resolving media.steampowered.com (media.steampowered.com)... 104.96.220.123, 104.96.220.115, 104.96.220.106, ...
  338. Connecting to media.steampowered.com (media.steampowered.com)|104.96.220.123|:80... connected.
  339. HTTP request sent, awaiting response... 200 OK
  340. Length: 3170982 (3.0M) [application/octet-stream]
  341. Saving to: ‘steamcmd_linux.tar.gz’
  342.  
  343. steamcmd_linux.tar.gz 100%[=====================================>] 3.02M --.-KB/s in 0.05s
  344.  
  345. 2020-09-04 18:33:31 (56.5 MB/s) - ‘steamcmd_linux.tar.gz’ saved [3170982/3170982]
  346.  
  347. linux32/
  348. linux32/libstdc++.so.6
  349. linux32/steamcmd
  350. steamcmd.sh
  351. steam.sh
  352. Redirecting stderr to '/root/Steam/logs/stderr.txt'
  353. ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
  354. [ 0%] Checking for available update...
  355. [ 0%] Downloading update (0 of 77,197 KB)...
  356. [ 0%] Downloading update (4,939 of 77,197 KB)...
  357. [ 6%] Downloading update (9,942 of 77,197 KB)...
  358. [ 12%] Downloading update (14,115 of 77,197 KB)...
  359. [ 18%] Downloading update (18,697 of 77,197 KB)...
  360. [ 24%] Downloading update (22,853 of 77,197 KB)...
  361. [ 29%] Downloading update (26,999 of 77,197 KB)...
  362. [ 34%] Downloading update (31,175 of 77,197 KB)...
  363. [ 40%] Downloading update (35,336 of 77,197 KB)...
  364. [ 45%] Downloading update (39,496 of 77,197 KB)...
  365. [ 51%] Downloading update (43,654 of 77,197 KB)...
  366. [ 56%] Downloading update (47,165 of 77,197 KB)...
  367. [ 61%] Downloading update (49,468 of 77,197 KB)...
  368. [ 64%] Downloading update (51,562 of 77,197 KB)...
  369. [ 66%] Downloading update (53,847 of 77,197 KB)...
  370. [ 69%] Downloading update (55,924 of 77,197 KB)...
  371. [ 72%] Downloading update (58,001 of 77,197 KB)...
  372. [ 75%] Downloading update (60,083 of 77,197 KB)...
  373. [ 77%] Downloading update (62,065 of 77,197 KB)...
  374. [ 80%] Downloading update (63,561 of 77,197 KB)...
  375. [ 82%] Downloading update (65,630 of 77,197 KB)...
  376. [ 85%] Downloading update (67,014 of 77,197 KB)...
  377. [ 86%] Downloading update (69,284 of 77,197 KB)...
  378. [ 89%] Downloading update (71,362 of 77,197 KB)...
  379. [ 92%] Downloading update (73,382 of 77,197 KB)...
  380. [ 95%] Downloading update (75,453 of 77,197 KB)...
  381. [ 97%] Downloading update (77,197 of 77,197 KB)...
  382. [100%] Download Complete.
  383. [----] Applying update...
  384. [----] Extracting package...
  385. [----] Extracting package...
  386. [----] Extracting package...
  387. [----] Extracting package...
  388. [----] Installing update...
  389. [----] Installing update...
  390. [----] Installing update...
  391. [----] Installing update...
  392. [----] Installing update...
  393. [----] Installing update...
  394. [----] Installing update...
  395. [----] Installing update...
  396. [----] Cleaning up...
  397. [----] Update complete, launching...
  398. Redirecting stderr to '/root/Steam/logs/stderr.txt'
  399. [ 0%] Checking for available updates...
  400. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  401. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  402. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  403. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  404. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  405. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  406. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  407. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  408. [----] Downloading update (27 of 51,441 KB)...
  409. [ 0%] Downloading update (3,346 of 51,441 KB)...
  410. [ 6%] Downloading update (6,787 of 51,441 KB)...
  411. [ 13%] Downloading update (9,274 of 51,441 KB)...
  412. [ 18%] Downloading update (12,007 of 51,441 KB)...
  413. [ 23%] Downloading update (14,508 of 51,441 KB)...
  414. [ 28%] Downloading update (16,992 of 51,441 KB)...
  415. [ 33%] Downloading update (19,481 of 51,441 KB)...
  416. [ 37%] Downloading update (22,212 of 51,441 KB)...
  417. [ 43%] Downloading update (24,709 of 51,441 KB)...
  418. [ 48%] Downloading update (27,198 of 51,441 KB)...
  419. [ 52%] Downloading update (29,549 of 51,441 KB)...
  420. [ 57%] Downloading update (31,709 of 51,441 KB)...
  421. [ 61%] Downloading update (32,947 of 51,441 KB)...
  422. [ 64%] Downloading update (34,311 of 51,441 KB)...
  423. [ 66%] Downloading update (35,555 of 51,441 KB)...
  424. [ 69%] Downloading update (36,799 of 51,441 KB)...
  425. [ 71%] Downloading update (38,038 of 51,441 KB)...
  426. [ 73%] Downloading update (39,294 of 51,441 KB)...
  427. [ 76%] Downloading update (40,538 of 51,441 KB)...
  428. [ 78%] Downloading update (41,782 of 51,441 KB)...
  429. [ 81%] Downloading update (43,151 of 51,441 KB)...
  430. [ 83%] Downloading update (44,400 of 51,441 KB)...
  431. [ 86%] Downloading update (45,610 of 51,441 KB)...
  432. [ 88%] Downloading update (46,849 of 51,441 KB)...
  433. [ 91%] Downloading update (48,224 of 51,441 KB)...
  434. [ 93%] Downloading update (49,462 of 51,441 KB)...
  435. [ 96%] Downloading update (50,711 of 51,441 KB)...
  436. [ 98%] Downloading update (51,441 of 51,441 KB)...
  437. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  438. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  439. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  440. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  441. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  442. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  443. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  444. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  445. [100%] Download complete.
  446. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  447. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  448. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  449. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  450. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  451. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  452. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  453. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  454. [----] Installing update...
  455. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  456. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  457. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  458. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  459. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  460. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  461. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  462. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  463. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  464. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  465. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  466. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  467. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  468. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  469. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  470. /data/src/common/enum_names.cpp (2194) : Assertion Failed: Missing String for EOSType (-185)
  471. [----] Extracting package...
  472. [----] Extracting package...
  473. [----] Extracting package...
  474. [----] Extracting package...
  475. [----] Installing update...
  476. [----] Installing update...
  477. [----] Installing update...
  478. [----] Installing update...
  479. [----] Installing update...
  480. [----] Installing update...
  481. [----] Installing update...
  482. [----] Installing update...
  483. [----] Cleaning up...
  484. [----] Update complete, launching Steamcmd...
  485. Redirecting stderr to '/root/Steam/logs/stderr.txt'
  486. [ 0%] Checking for available updates...
  487. [----] Verifying installation...
  488. Steam Console Client (c) Valve Corporation
  489. -- type 'quit' to exit --
  490. Loading Steam API...OK.
  491. Updating version information...
  492. rm: cannot remove '/root/Steam/appcache/appinfo.vdf': No such file or directory
  493. find: ‘/home/sdtd/engine’: No such file or directory
  494. A newer version of the engine is available.
  495. find: ‘/home/sdtd/engine’: No such file or directory
  496. Local build id: 0 (installed on 0)
  497. Available build id: 5405736 (from 2020-08-19 15:20:04)
  498.  
  499. Continue? (yn) y
  500. Updating...
  501. Redirecting stderr to '/root/Steam/logs/stderr.txt'
  502. [ 0%] Checking for available updates...
  503. [----] Verifying installation...
  504. Steam Console Client (c) Valve Corporation
  505. -- type 'quit' to exit --
  506. Loading Steam API...OK.
  507.  
  508. Connecting anonymously to Steam Public...Logged in OK
  509. Waiting for user info...OK
  510. Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
  511. Update state (0x5) verifying install, progress: 86.16 (8349549340 / 9690528152)
  512. Warning: failed to init SDL thread priority manager: SDL not found
  513. Update state (0x61) downloading, progress: 0.57 (55172623 / 9690528152)
  514. Update state (0x61) downloading, progress: 4.03 (390493511 / 9690528152)
  515. Update state (0x61) downloading, progress: 7.53 (729389440 / 9690528152)
  516. Update state (0x61) downloading, progress: 10.57 (1024070242 / 9690528152)
  517. Update state (0x61) downloading, progress: 12.62 (1222914385 / 9690528152)
  518. Update state (0x61) downloading, progress: 15.76 (1527497367 / 9690528152)
  519. Update state (0x61) downloading, progress: 18.69 (1811003276 / 9690528152)
  520. Update state (0x61) downloading, progress: 21.47 (2080546672 / 9690528152)
  521. Update state (0x61) downloading, progress: 25.53 (2474075175 / 9690528152)
  522. Update state (0x61) downloading, progress: 28.83 (2793782947 / 9690528152)
  523. Update state (0x61) downloading, progress: 31.68 (3070185174 / 9690528152)
  524. Update state (0x61) downloading, progress: 34.38 (3331910870 / 9690528152)
  525. Update state (0x61) downloading, progress: 37.39 (3623730041 / 9690528152)
  526. Update state (0x61) downloading, progress: 39.97 (3872902092 / 9690528152)
  527. Update state (0x61) downloading, progress: 42.74 (4141695160 / 9690528152)
  528. Update state (0x61) downloading, progress: 47.19 (4572818535 / 9690528152)
  529. Update state (0x61) downloading, progress: 50.16 (4860439950 / 9690528152)
  530. Update state (0x61) downloading, progress: 53.31 (5165592718 / 9690528152)
  531. Update state (0x61) downloading, progress: 56.05 (5431293923 / 9690528152)
  532. Update state (0x61) downloading, progress: 59.22 (5738659651 / 9690528152)
  533. Update state (0x61) downloading, progress: 62.47 (6053525646 / 9690528152)
  534. Update state (0x61) downloading, progress: 65.39 (6336615334 / 9690528152)
  535. Update state (0x61) downloading, progress: 68.43 (6631179646 / 9690528152)
  536. Update state (0x61) downloading, progress: 71.21 (6901065903 / 9690528152)
  537. Update state (0x61) downloading, progress: 73.60 (7131961023 / 9690528152)
  538. Update state (0x61) downloading, progress: 76.26 (7389953680 / 9690528152)
  539. Update state (0x61) downloading, progress: 79.17 (7672261486 / 9690528152)
  540. Update state (0x61) downloading, progress: 82.69 (8013076916 / 9690528152)
  541. Update state (0x61) downloading, progress: 85.29 (8265476142 / 9690528152)
  542. Update state (0x61) downloading, progress: 86.84 (8414830824 / 9690528152)
  543. Update state (0x61) downloading, progress: 90.47 (8767148560 / 9690528152)
  544. Update state (0x61) downloading, progress: 92.83 (8995394551 / 9690528152)
  545. Update state (0x61) downloading, progress: 95.21 (9226775449 / 9690528152)
  546. Update state (0x61) downloading, progress: 97.48 (9446047947 / 9690528152)
  547. Update state (0x61) downloading, progress: 99.52 (9644341052 / 9690528152)
  548. Update state (0x101) committing, progress: 82.76 (8020171195 / 9690528152)
  549. Success! App '294420' fully installed.
  550.  
  551. =============================================================
  552.  
  553.  
  554.  
  555. ALL DONE
  556.  
  557. You can now continue setting up instances as explained on the website:
  558. https://7dtd.illy.bz/wiki/Instance%20management
  559.  
  560. You might also need to manually enable bash auto completion, refer to:
  561. https://7dtd.illy.bz/wiki/Installation#Bashcompletion
  562.  
  563. For further configuration options check:
  564. /etc/7dtd.conf
  565.  
  566. For feedback, suggestions, problems please visit the bugtracker:
  567. https://7dtd.illy.bz/
  568.  
  569. 7dtd@jointgame:~$ 7dtd.sh instance create
  570. This script has to be run as root!
  571. 7dtd@jointgame:~$ sudo 7dtd.sh instance create
  572. Command "Instance" does not exist!
  573. 7dtd@jointgame:~$ . /etc/bash_completion
  574. 7dtd@jointgame:~$ 7dtd.sh instances create
  575. This script has to be run as root!
  576. 7dtd@jointgame:~$ sudo 7dtd.sh instances create
  577. Instance name: foolhardy
  578.  
  579. Server
  580. --------------------------------
  581. Server name: Foolhardy
  582.  
  583. Server password: dresstiny
  584.  
  585. Public server, options:
  586. 0: Not listed
  587. 1: Friends only (only works while at least one player is connected manually. Dedi servers do not have friends!)
  588. 2: Public
  589. Select option (0-2) [2]: 2
  590.  
  591. Base Port (1024-65533) [26900]: 26900
  592.  
  593. Disabled network protocols, options:
  594. 1: None
  595. 2: SteamNetworking
  596. 3: SteamNetworking,LiteNetLib
  597. 4: LiteNetLib
  598. Select option (1-4) [1]: 1
  599.  
  600. Server description: A 7 days to die server
  601.  
  602. Server website URL:
  603.  
  604. Hide command execution in log, options:
  605. 0: Log all
  606. 1: Log all but commands from Telnet/ControlPanel
  607. 2: Also hide commands executed by clients
  608. 3: Do not log any commands at all
  609. Select option (0-3) [0]: 0
  610.  
  611. Max uncovered chunks per player [131072]: 131072
  612.  
  613. Max download speed for the world (KiB/s (64-1300) [512]: 1300
  614.  
  615. Limit allowed view distance settings of clients (5-12) [12]: 12
  616.  
  617. Enable EasyAntiCheat [true]: true
  618.  
  619. Maximum number of concurrent zombies [60]: 30
  620.  
  621. Maximum number of concurrent animals [50]: 50
  622.  
  623.  
  624. Slots
  625. --------------------------------
  626. Max players (1-64) [4]: 4
  627.  
  628. Reserved VIP slots (0-64) [0]:
  629.  
  630. Permission level required for VIP slots (0-2000) [100]: 100
  631.  
  632. Admin slots (0-64) [0]:
  633.  
  634. Permission level required for admin slots (0-2000) [0]:
  635.  
  636.  
  637. Remote control
  638. --------------------------------
  639. Enable control panel [false]: false
  640.  
  641. Control panel port (1024-65535) [8080]: 8080
  642.  
  643. Control panel password: Ihateflies1!
  644.  
  645.  
  646. NOTE: Telnet will always be enabled for management purposes!
  647. Make sure you block external access to this port or set no password
  648. so the server will only listen on the loopback interface!
  649.  
  650. Telnet port (1024-65535) [8081]: 8081
  651.  
  652. Telnet password: Ihateflies1!
  653.  
  654. Max failed login attempts (0 to disable) [10]: 10
  655.  
  656. Telnet login blocktime after failed logins (seconds) [10]: 10
  657.  
  658.  
  659. Game type
  660. --------------------------------
  661. World decoration seed: Foolhardy
  662.  
  663. World name, options:
  664. 1: RWG
  665. 2: Navezgane
  666. Select option (1-2) [1]: 1
  667.  
  668. Random generation seed (if world RWG): Foolhardy
  669.  
  670. Random generation map size (if world RWG) (2048-16384) [6144]: 6144
  671.  
  672. Game mode, options:
  673. 1: GameModeSurvival
  674. Select option (1-1) [1]: 1`
  675. Select option (1-1) [1]: 1
  676.  
  677.  
  678. Generic options
  679. --------------------------------
  680. XP gain multiplier (%) [100]: 300
  681.  
  682. Party range to share kill / quest XP rewards [100]: 100
  683.  
  684. Player killing, options:
  685. 0: No player killing
  686. 1: Kill allies only
  687. 2: Kill strangers only
  688. 3: Kill everyone
  689. Select option (0-3) [3]: 0
  690.  
  691. Persistent player profiles [false]: false
  692.  
  693. Safe zone up to player level [5]: 5
  694.  
  695. Safe zone up to played hours [5]: 5
  696.  
  697. Item spawn menu [false]: false
  698.  
  699. Block damage modifier for players (%) [100]: 200
  700.  
  701. Block damage modifier for AIs (%) [100]: 100
  702.  
  703. Block damage modifier for AIs during blood moons (%) [100]: 100
  704.  
  705.  
  706. Drop and Loot
  707. --------------------------------
  708. Drop on Death, options:
  709. 0: Nothing
  710. 1: Everything (incl. Equip)
  711. 2: Toolbelt only
  712. 3: Backpack only
  713. 4: Delete all
  714. Select option (0-4) [1]: 2
  715.  
  716. Drop on Quit, options:
  717. 0: Nothing
  718. 1: Everything (incl. Equip)
  719. 2: Toolbelt only
  720. 3: Backpack only
  721. Select option (0-3) [0]: 0
  722.  
  723. Loot abundance (%) [100]: 300
  724.  
  725. Loot respawn delay (days) [7]: 7
  726.  
  727. Airdrop delay (hours) [72]: 72
  728.  
  729. Enable AirDrop markers [false]: true
  730.  
  731.  
  732. Times / Durations
  733. --------------------------------
  734. Length of one day [60]: 60
  735.  
  736. Duration of daylight (in ingame hours) (0-24) [18]: 18
  737.  
  738.  
  739. Difficulty
  740. --------------------------------
  741. Difficulty (+ damage given / received), options:
  742. 0: Scavenger (200% / 50%)
  743. 1: Adventurer (150% / 75%)
  744. 2: Nomad (100% / 100%)
  745. 3: Warrior (75% / 150%)
  746. 4: Survivalist (50% / 200%)
  747. 5: Insane (25% / 250%)
  748. Select option (0-5) [1]: 1
  749.  
  750. Zombie speed, regular, options:
  751. 0: Walk
  752. 1: Jog
  753. 2: Run
  754. 3: Sprint
  755. 4: Nightmare
  756. Select option (0-4) [0]: 1
  757.  
  758. Zombie speed, night, options:
  759. 0: Walk
  760. 1: Jog
  761. 2: Run
  762. 3: Sprint
  763. 4: Nightmare
  764. Select option (0-4) [3]: 3
  765.  
  766. Zombie speed, ferals, options:
  767. 0: Walk
  768. 1: Jog
  769. 2: Run
  770. 3: Sprint
  771. 4: Nightmare
  772. Select option (0-4) [3]: 3
  773.  
  774. Zombie speed, bloodmoons, options:
  775. 0: Walk
  776. 1: Jog
  777. 2: Run
  778. 3: Sprint
  779. 4: Nightmare
  780. Select option (0-4) [3]: 3
  781.  
  782. Spawn mode [true]: true
  783.  
  784. Enemy difficulty, options:
  785. 0: Normal
  786. 1: Feral
  787. Select option (0-1) [0]: 0
  788.  
  789. Enemies per Player on Blood moons (0-64) [8]: 8
  790.  
  791. Bedroll deadzone size [15]: 15
  792.  
  793. Bedroll expiry time (days) [45]: 45
  794.  
  795.  
  796. Land claim options
  797. --------------------------------
  798. Land claim size [7]: 7
  799.  
  800. Minimum keystone distance [30]: 30
  801.  
  802. Claim expiry time (days) [3]: 3
  803.  
  804. Claim decay mode, options:
  805. 0: Linear
  806. 1: Exponential
  807. 2: Full protection
  808. Select option (0-2) [0]: 0
  809.  
  810. Claim durability modifier - online [4]: 4
  811.  
  812. Claim durability modifier - offline [4]: 4
  813.  
  814.  
  815.  
  816.  
  817. Saving
  818. Done
  819. 7dtd@jointgame:~$ 7dtd.sh instances list
  820. This script has to be run as root!
  821. 7dtd@jointgame:~$ sudo 7dtd.sh instances list
  822. Instance name | Running | Players | Port
  823. ---------------------+----------+---------+------
  824. foolhardy | no | -/ 4 | 26900
  825. 7dtd@jointgame:~$ sudo 7dtd.sh start foolhardy
  826. Done!
  827. 7dtd@jointgame:~$ sudo 7dtd.sh instances list
  828. Instance name | Running | Players | Port
  829. ---------------------+----------+---------+------
  830. foolhardy | yes | ?/ 4 | 26900
  831. 7dtd@jointgame:~$ sudo 7dtd.sh status foolhardy
  832. Instance: foolhardy
  833.  
  834. Status: Running
  835. Open ports:
  836. 8081 (tcp)
  837. Players:
  838.  
  839. Game info:
  840. Server name: Foolhardy
  841. Password: dresstiny
  842. Max players: 4
  843. World: RWG
  844.  
  845. Network info:
  846. Port: 26900
  847. Public:
  848. Control Panel: off
  849. Telnet: Port 8081, Pass Ihateflies1!
  850.  
  851. 7dtd@jointgame:~$ sudo 7dtd.sh status foolhardy
  852. Instance: foolhardy
  853.  
  854. Status: Running
  855. Open ports:
  856. 8081 (tcp)
  857. Players:
  858.  
  859. Game info:
  860. Server name: Foolhardy
  861. Password: dresstiny
  862. Max players: 4
  863. World: RWG
  864.  
  865. Network info:
  866. Port: 26900
  867. Public:
  868. Control Panel: off
  869. Telnet: Port 8081, Pass Ihateflies1!
  870.  
  871. 7dtd@jointgame:~$ sudo 7dtd.sh
  872.  
  873. Usage: 7dtd.sh <command> [parameters]
  874.  
  875. Commands are:
  876. about Version and short info about these scripts
  877. backup Backup game data files
  878. instances List all defined instances
  879. kill Stop the given instance
  880. start Start the given instance
  881. status Print status for the given instance
  882. updateengine Update the 7dtd engine files
  883. updatefixes Install/Update the server fixes
  884. updatescripts Update these scripts
  885.  
  886. Use "7dtd.sh help <command>" to get further details on a specific command.
  887. 7dtd@jointgame:~$ sudo 7dtd.sh updatefixes
  888. A newer version of the server fixes is available.
  889. Local:
  890. None
  891.  
  892. Available:
  893. Allocs command extensions: 20
  894. Allocs server fixes: 23
  895. Allocs MapRendering and Webinterface: 35
  896.  
  897. Please check the release notes before continuing:
  898. https://7dtd.illy.bz/wiki/Server%20fixes#ReleaseNotes
  899.  
  900. Continue? (yn) y
  901. Updating...
  902. Update done.
  903. 7dtd@jointgame:~$ sudo 7dtd.sh updateengine
  904. Updating version information...
  905. At least one instance is still running ("foolhardy").
  906. Before updating the engine please stop all instances!
  907. 7dtd@jointgame:~$ sudo 7dtd.sh kill foolhardy
  908. Trying to gracefully shutdown...
  909. /usr/local/lib/7dtd/commands/stop.sh: line 49: warning: command substitution: ignored null byte in input
  910. Waiting for server to shut down...
  911. 1/5
  912. 2/5
  913. 3/5
  914. 4/5
  915. 5/5
  916. Failed, force closing server...
  917. Done
  918. 7dtd@jointgame:~$ sudo 7dtd.sh updateengine
  919. Engine is already at the newest build on the selected branch "public" (local: 5405736, remote: 5405736).
  920. Run with the --force parameter to update/validate the engine files anyway.
  921. Run with --experimental, --stable or --branch to switch to a different branch.
  922. 7dtd@jointgame:~$ sudo 7dtd.sh updatescripts
  923. Scripts are already at the newest version (v.115).
  924. 7dtd@jointgame:~$ ls
  925. bootstrap.sh bootstrap.sh.1 bootstrap.sh.2
  926. 7dtd@jointgame:~$ ls -a
  927. . .bash_logout bootstrap.sh bootstrap.sh.2 .sudo_as_admin_successful
  928. .. .bashrc bootstrap.sh.1 .profile
  929. 7dtd@jointgame:~$ /home/7dtd/instances/foolhardy/logs/
  930. bash: /home/7dtd/instances/foolhardy/logs/: No such file or directory
  931. 7dtd@jointgame:~$ cd /home/7dtd/instances/foolhardy/logs/
  932. bash: cd: /home/7dtd/instances/foolhardy/logs/: No such file or directory
  933. 7dtd@jointgame:~$ cd /home
  934. 7dtd@jointgame:/home$ ls
  935. 7dtd jointgame sdtd sdtdserver
  936. 7dtd@jointgame:/home$ cd /7dtd
  937. bash: cd: /7dtd: No such file or directory
  938. 7dtd@jointgame:/home$ cd /7dtd
  939. bash: cd: /7dtd: No such file or directory
  940. 7dtd@jointgame:/home$ sudo cd /7dtd
  941. sudo: cd: command not found
  942. 7dtd@jointgame:/home$ ls
  943. 7dtd jointgame sdtd sdtdserver
  944. 7dtd@jointgame:/home$ cd /sdtd
  945. bash: cd: /sdtd: No such file or directory
  946. 7dtd@jointgame:/home$ sudo cd /sdtd
  947. sudo: cd: command not found
  948. 7dtd@jointgame:/home$ cd
  949. 7dtd@jointgame:~$ cd /home/sdtd/instances/
  950. 7dtd@jointgame:/home/sdtd/instances$ cd /foolhardy
  951. bash: cd: /foolhardy: No such file or directory
  952. 7dtd@jointgame:/home/sdtd/instances$ cd
  953. 7dtd@jointgame:~$ cd /home/sdtd/instances/foolhardy/logs/
  954. 7dtd@jointgame:/home/sdtd/instances/foolhardy/logs$ ls
  955. 2020-09-04_18-50-07_commandExecution.log current_commandExecution.log stdout.log
  956. 2020-09-04_18-50-07_output_log.txt current_output_log.txt
  957. current_chat.log current_players.log
  958. 7dtd@jointgame:/home/sdtd/instances/foolhardy/logs$ sudo nano 2020-09-04_18-50-07_output_log.txt
  959. GNU nano 4.8 2020-09-04_18-50-07_output_log.txt
  960. Mono path[0] = '/home/sdtd/engine/7DaysToDieServer_Data/Managed'
  961. Mono config path = '/home/sdtd/engine/7DaysToDieServer_Data/MonoBleedingEdge/etc'
  962. Preloaded 'libMagick.so'
  963. Preloaded 'libeac_server.so'
  964. Preloaded 'libeasyanticheat.so'
  965. Preloaded 'libgetrss.so'
  966. Preloaded 'libsteam_api.so'
  967. Preloaded 'steamclient.so'
  968. Unable to preload the following plugins:
  969. libMouseLib.so
  970. PlayerPrefs - Creating folder: /home/sdtd/.config/unity3d/The Fun Pimps
  971. PlayerPrefs - Creating folder: /home/sdtd/.config/unity3d/The Fun Pimps/7 Days To Die - Dedicated
  972. Unable to load player prefs
  973. Initialize engine version: 2019.2.17f1 (8e603399ca02)
  974. [XR] Discovering subsystems at path /home/sdtd/engine/7DaysToDieServer_Data/UnitySubsystems
  975. Forcing GfxDevice: Null
  976. GfxDevice: creating device client; threaded=0
  977. NullGfxDevice:
  978. Version: NULL 1.0 [1.0]
  979. Renderer: Null Device
  980. Vendor: Unity Technologies
  981. Begin MonoManager ReloadAssembly
  982. - Completed reload, in 0.052 seconds
  983. UnloadTime: 1.007690 ms
  984. 2020-09-04T18:50:07 0.000 INF [GSM] Singleton Initialized...
  985. 2020-09-04T18:50:07 0.058 INF Awake IsFocused: True
  986. 2020-09-04T18:50:07 0.059 INF Awake
  987. 2020-09-04T18:50:07 0.172 INF Version: Alpha 19 (b180) Compatibility Version: Alpha 19, Build: Linux 64>
  988. 2020-09-04T18:50:07 0.173 INF System information:
  989. 2020-09-04T18:50:07 0.207 INF OS: Linux 5.4 Ubuntu 20.04 64bit
  990. 2020-09-04T18:50:07 0.210 INF CPU: AMD Ryzen 7 2700 Eight-Core Processor (cores: 16)
  991. 2020-09-04T18:50:07 0.210 INF RAM: 16003 MB
  992. 2020-09-04T18:50:07 0.211 INF GPU: Null Device (128 MB)
  993. 2020-09-04T18:50:07 0.214 INF Graphics API: NULL 1.0 [1.0] (shader level 3.0)
  994. 2020-09-04T18:50:08 0.233 INF Last played version: Alpha 19
  995. 2020-09-04T18:50:08 0.234 INF Local UTC offset: 0 hours
  996. 2020-09-04T18:50:08 0.240 INF Command line arguments: /home/sdtd/engine/7DaysToDieServer.x86_64 -logfil>
  997. 2020-09-04T18:50:08 0.242 INF Parsing server configfile: /home/sdtd/instances/foolhardy/config.xml
  998. 2020-09-04T18:50:08 0.303 INF Parsing server configfile successfully completed
  999. 2020-09-04T18:50:08 0.303 INF Starting dedicated server level=RWG game name=Foolhardy
  1000. 2020-09-04T18:50:08 0.303 INF Maximum allowed players: 4
  1001. 2020-09-04T18:50:08 0.303 INF Game mode: GameModeSurvival
  1002. 2020-09-04T18:50:08 0.304 INF Dedicated server only build
  1003. 2020-09-04T18:50:08 0.304 INF Not running in Big Picture Mode, no on-screen keyboard available
  1004. 2020-09-04T18:50:08 0.305 INF Starting PlayerInputManager...
  1005. 2020-09-04T18:50:08 0.511 INF InControl (version 1.8.2 build 9357, native module = False, XInput = Fals>
  1006. 2020-09-04T18:50:08 0.530 INF Starting UserProfileManager...
  1007. 2020-09-04T18:50:08 0.586 INF Occlusion: Awake
  1008. 2020-09-04T18:50:08 0.589 INF Texture quality is set to 3
  1009. 2020-09-04T18:50:08 0.634 INF [MODS] No mods folder found
  1010. 2020-09-04T18:50:08 0.641 INF Loading permissions file at '/home/sdtd/instances/foolhardy/admins.xml'
  1011. 2020-09-04T18:50:08 0.657 INF Loading permissions file done.
  1012. 2020-09-04T18:50:08 0.671 INF Command "debugshot" has no explicit permission level, but a default permi>
  1013. 2020-09-04T18:50:08 0.671 INF Command "debugweather" has no explicit permission level, but a default pe>
  1014. 2020-09-04T18:50:08 0.672 INF Command "getgamestat" has no explicit permission level, but a default per>
  1015. 2020-09-04T18:50:08 0.672 INF Command "getoptions" has no explicit permission level, but a default perm>
  1016.  
  1017. ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos M-U Undo
  1018. ^X Exit ^R Read File ^\ Replace ^U Paste Text ^T To Spell ^_ Go To Line M-E Redo
  1019.  
Add Comment
Please, Sign In to add comment