Advertisement
isaacdarcilla

Reason why server not starting

Dec 9th, 2019
2,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. D/component: org.opendroidphp.app.common.components.BaseExecutor
  2. D/droidphpshell: [droidphpshell][C][SH%] START
  3. D/droidphpshell: [droidphpshell][C][SH+] /system/bin/chmod 755 /data/data/org.opendroidphp.app/components/busybox/sbin/busybox
  4.     [droidphpshell][C][SH+] /system/bin/chmod 755 /data/data/org.opendroidphp.app/components/lighttpd/sbin/lighttpd
  5.     [droidphpshell][C][SH+] /system/bin/chmod 755 /data/data/org.opendroidphp.app/components/php/sbin/php-cgi
  6. D/droidphpshell: [droidphpshell][C][SH+] /system/bin/chmod 755 /data/data/org.opendroidphp.app/components/mysql/sbin/mysqld
  7. D/droidphpshell: [droidphpshell][C][SH%] END
  8. D/component: org.opendroidphp.app.common.components.LighttpdExecutor
  9. D/droidphpshell: [droidphpshell][C][SH%] START
  10. D/droidphpshell: [droidphpshell][C][SH+] /data/data/org.opendroidphp.app/components/lighttpd/sbin/lighttpd -f /mnt/sdcard/droidphp/conf/lighttpd.conf -D
  11. D/droidphpshell: [droidphpshell][O][SH*] sh: <stdin>[1]: /data/data/org.opendroidphp.app/components/lighttpd/sbin/lighttpd: not executable: 32-bit ELF file
  12. D/droidphpshell: [droidphpshell][C][SH%] END
  13. D/component: org.opendroidphp.app.common.components.PHPExecutor
  14. D/component: org.opendroidphp.app.common.components.MySqlExecutor
  15. D/droidphpshell: [droidphpshell][C][SH%] START
  16. D/droidphpshell: [droidphpshell][C][SH+] /data/data/org.opendroidphp.app/components/mysql/sbin/mysqld --defaults-file=/mnt/sdcard/droidphp/conf/mysql.ini --user=root --language=/data/data/org.opendroidphp.app/components/mysql/sbin/share/mysql/english
  17. D/droidphpshell: [droidphpshell][O][SH*] sh: <stdin>[1]: /data/data/org.opendroidphp.app/components/mysql/sbin/mysqld: not executable: 32-bit ELF file
  18. D/droidphpshell: [droidphpshell][C][SH%] END
  19. Process 4629 terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement