Search results

  1. Z

    problems with box86 using direct path on raspberry pi

    Thank you. Its mutch fun to learn this Linux stuff. But it becomes boring if there are no problems to solve xD
  2. Z

    problems with box86 using direct path on raspberry pi

    i solved the problem! solution was to write this script : #!/bin/sh /bin/sleep 20 cd /home/pi/teamspeakserver /usr/bin/screen -d -m /usr/local/bin/box86 /home/pi/teamspeakserver/ts3server And starting it with cron. Thank you for your help!!
  3. Z

    problems with box86 using direct path on raspberry pi

    First, thanks for your answer :) I've tried it with this line in crontab : @reboot sleep 60 && cd /home/pi/teamspeakserver && screen -d -m box86 ts3server But there is no effect. No working server, or screen session :( If i understood it right, the command @reboot sleep 60 && cd...
  4. Z

    problems with box86 using direct path on raspberry pi

    thank you verry mutch! now im able to set a cron job to autostart the server on reboot! edit: seems like that solved the problem, but results in an other one .... xD BOX86_LD_LIBRARY_PATH=teamspeakserver box86 teamspeakserver/ts3server license_accepted=1 Dynarec for ARM, with extension...
  5. Z

    problems with box86 using direct path on raspberry pi

    Hi there. If i try to start ts3 server with box86 on a raspberry pi it works verry well, but just if i am in the directory. The directory name is "Teamspeakserver". so i do "box86 ts3server" and the server starts, and works great. But if i try to start the server while not in the...
Back
Top