arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
680 stars 144 forks source link

/bin/bash: warning: shell level (1000) too high, resetting to 1 #1075

Closed MarvinKlemp closed 4 years ago

MarvinKlemp commented 4 years ago

On a fresh ubuntu 18.04 with the minimal setup:

apt-get update & apt-get upgrade
apt-get install perl-modules curl lsof libc6-i386 lib32gcc1 bzip2
apt-get install steamcmd

iptables -I INPUT -p udp --dport 27016 -j ACCEPT
iptables -I INPUT -p tcp --dport 27016 -j ACCEPT
iptables -I INPUT -p udp --dport 7778 -j ACCEPT
iptables -I INPUT -p tcp --dport 7778 -j ACCEPT
iptables -I INPUT -p tcp --dport 32330 -j ACCEPT

curl -sL http://git.io/vtf5N | sudo bash -s root

arkmanager --verbose install 

Just prints /bin/bash: warning: shell level (1000) too high, resetting to 1

MarvinKlemp commented 4 years ago

Closing this one.

One of two possible fixes: Adding a steam user instead of root

Exactly follow the installation manual of steamcmd

klightspeed commented 4 years ago

Probably should error out immediately if the steamcmd_user=root

MarvinKlemp commented 4 years ago

Yea that could be true.

Maybe we should add an error message. As nothing is displayed atm.