I need some help.
I tried to install Maraschino on my Qnap.
I did and changed the rights
mount -t ext2 /dev/sdx6 /tmp/config
I created a script called autorun.sh
#!/bin/sh
# start a single script
/etc/init.d/maraschino.sh
# finish
and the maraschino.sh
/sbin/daemon_mgr Maraschino start "python /share/MD0_DATA/.qpkg/maraschino/Maraschino.py"
I restarted my qnap now I cannot get to anything , no SSH , no Telnet , nothing , the Frontpage is not shown , I get timeout , how can I get back or how can I gain access to my Qnap
Thanks in advance
News