2009-01-27, 04:39 PM
I've not used my PCH for a few months. It had been working fine. I decided to fire it up last night and I saw there was a new firmware update, so I upgraded to it.
I'm now at Version 01-17-090116-15-POP-402-000.
I can connect to my mvpmc share and see my telnet.html file. It opens fine but when I select "Telnet" or "GBPVR" I immediately get a "Request cannot be processed". I tried editing the script so that it just contained...
#!/bin/sh
echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";
echo "Telnetd started on port 23............";
exit 0;
I get the same error with this too.
I'm running GBPVR 1.3.11 running on Windows XP. It was working several months ago. The things changed since then were the new firmware and the new GBPVR version. :confused:
I'm now at Version 01-17-090116-15-POP-402-000.
I can connect to my mvpmc share and see my telnet.html file. It opens fine but when I select "Telnet" or "GBPVR" I immediately get a "Request cannot be processed". I tried editing the script so that it just contained...
#!/bin/sh
echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";
echo "Telnetd started on port 23............";
exit 0;
I get the same error with this too.
I'm running GBPVR 1.3.11 running on Windows XP. It was working several months ago. The things changed since then were the new firmware and the new GBPVR version. :confused: