2008-11-02, 07:34 AM
After checking the firmware update thread and confirming that nobody had problems post update, I decided I would go ahead with the upgrade.
Post upgrade I was unable to get my USB script to work. The NMT would simply print the cgi script out on the screen.
I then tried other versions of the USB scripts as posted in the WIKI and the quick 5 minute setup guide. Both of these methods resulted in a "request cannot be processed" error.
Any help getting this working again would be much appreciated.
Here is my all in one cgi script which worked prior to the latest firmware.
Post upgrade I was unable to get my USB script to work. The NMT would simply print the cgi script out on the screen.
I then tried other versions of the USB scripts as posted in the WIKI and the quick 5 minute setup guide. Both of these methods resulted in a "request cannot be processed" error.
Any help getting this working again would be much appreciated.
Here is my all in one cgi script which worked prior to the latest firmware.
Code:
#!/bin/sh
echo "Content-Length: 80";
echo "Content-type: text/html";
echo "";
cd ~
mkdir /etc/mvpmc >/dev/NULL
echo "";
if [ -f /etc/mvpmc/mvpmcx2 ]
then
echo "Already Connected!";
else
mount --bind /opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/mvpmc /etc/mvpmc
cp /etc/mvpmc/utelnetd /usr/bin;
chmod 777 /etc/mvpmc/*;
utelnetd -l /bin/sh -p 23 &
ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
ln -s /lib/librmzlib.so /lib/libz.so
ln -s /lib/librmzlib.so /lib/libz.so.1
ln -s /lib/librmzlib.so /lib/libz.so.123
echo "Telnetd started on port 23............"; fi
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
[SIZE="1"]SuperMicro PDSME+ Core2Duo 2.40GHz 6.0GB Ram | HD Homerun | (4) NMT | GB-PVR v1.5.21 | Windows 7 Enterprise x64[/SIZE]