NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMCX2 and other NMT stuff v
« Previous 1 … 23 24 25 26 27 … 37 Next »
Running telnet.html from USB drive

 
  • 0 Vote(s) - 0 Average
Running telnet.html from USB drive
dirkomatic
Offline

Member

Posts: 99
Threads: 12
Joined: May 2008
#41
2008-06-04, 06:47 PM
It appears as if it can't find the mvpmc directory or the CGI files on the USB drive for some reason.

I'm not sure I can think of anything else to check... Perhaps someone else has some idea why this won't work.
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#42
2008-06-04, 07:52 PM
is the USB drive named USB_DRIVE_A-1, maybe yours is USB_DRIVE_A-2 (or something like that) it would be what appears in the PCH sources list.
sub Wrote:Are you trying to make sure I get nothing done today?
Blue Racer
Offline

Senior Member

Posts: 278
Threads: 62
Joined: Dec 2005
#43
2008-06-05, 01:37 AM
Yes the drive name is shown as USB_DRIVE_A-1 on the pch source list.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#44
2008-06-05, 02:48 AM
do a ls on the mvpmc dir from telnet...the scripts should be green..if not, run:
chmod 777 /etc/mvpmc/*

also, reboot before trying this, [power then eject] leftover mounts/config from gbpvr load may be messin with it...also, make sure it's loading from usb source, sometimes it reverts to last used source drive, sometimes not..

if none of that works, telnet and run "mount" and post what that says...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#45
2008-06-05, 02:58 AM
oh and Dirko, all the little pixel gifs necessary? we need to keep this page simple enough to hand edit, so too much extra cryptic stuff will make that harder..
the colors are cool and background...but the html needs to stay fairly 'clean'..
[may need to edit it alot anyways, so changes may need to be redone often]
all the editors thesedays weird out the html so much it's not as flexible with changes..

it doesn't need to be too pretty, it'll just be seen for a second or so...
but it needs to be very user editable and flexible..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#46
2008-06-05, 03:34 AM
Blue Racer Wrote:I've been following along on this thread and trying to get it to work on my pch.
Here is what I've done so far. I created the index.htm file and then copied it to the root of my usb drive. I then created the gbpvr.cgi and script.cgi files and copied them to the mvpmc sub-directory of my usb drive. I also copied the mvpmcx2 and startmeup files from my computers mvpmc directory to the usb drives mvpmc directory. I also copied the image files to the mvpmc directory on the usb drive. Now when I'm at the pch main menu and click on the USB drive the image file automatically loads, but when I then click on either the gbpvr or telnet items I get the message that "Request cannot be processed". When I click on Home=browse files it just returns to the pch main menu.
Can anybody see what I could be doing wrong?

i think you forgot to copy over telnetd Big Grin
also, did you edit the startmeup? i think it's the telnet tho...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
dirkomatic
Offline

Member

Posts: 99
Threads: 12
Joined: May 2008
#47
2008-06-05, 10:49 AM
pBS Wrote:oh and Dirko, all the little pixel gifs necessary? we need to keep this page simple enough to hand edit, so too much extra cryptic stuff will make that harder..
the colors are cool and background...but the html needs to stay fairly 'clean'..
[may need to edit it alot anyways, so changes may need to be redone often]
all the editors thesedays weird out the html so much it's not as flexible with changes..

it doesn't need to be too pretty, it'll just be seen for a second or so...
but it needs to be very user editable and flexible..Smile

Makes sense... They are just there to round the corners. I'll take them out.

I'll see if I can come up with something else, too...
Blue Racer
Offline

Senior Member

Posts: 278
Threads: 62
Joined: Dec 2005
#48
2008-06-05, 01:02 PM
Should I have to make any changes to the gbpvr.cgi or script.cgi files? Do I have to insert an IP address or anything? I am unable to telnet to the pch from my computer when I try and run it off the USB drive. When I reboot the pch with the usb drive in it automatically loads the menu on the usb drive, however the incons for gbpvr are missing. I have the following files in the mvpmc directory: pixel.gif, gbpvr.cgi, script.cgi, utelnetd, mvpmcx2, startmeup, gbpvr.png, hdlogo.png, logo.png and logosel.png. In the root directory I have just the index.htm.
dirkomatic
Offline

Member

Posts: 99
Threads: 12
Joined: May 2008
#49
2008-06-05, 03:13 PM (This post was last modified: 2008-06-05, 03:25 PM by dirkomatic.)
Blue Racer Wrote:however the incons for gbpvr are missing. I have the following files in the mvpmc directory: pixel.gif, gbpvr.cgi, script.cgi, utelnetd, mvpmcx2, startmeup, gbpvr.png, hdlogo.png, logo.png and logosel.png. In the root directory I have just the index.htm.

The instructions are wrong, but I've modified this new page to allow for that...

Taking pbs's suggestion, I've simplified the page. It's shorter and prettier, although it now needs more images... If you prefer not to use the images, it is easier to find where to take them out. You can replace the <img> tags in the middle of the file with text if you'd like it to not be so graphical...

The new one looks like this:

[Image: gbpvrload.jpg]

Remove the logo.png and logosel.png from your mvpmc directory and add the new ones from the attached zip:
[ATTACHMENT NOT FOUND]

Then use this index.htm:
Code:
<html>
    <head>
<!--- <META http-equiv="Refresh" content="10;url=http://localhost.drives:8883/USB_DRIVE_A-1/mvpmc/gbpvr.cgi"> -->
    </head>
    <body background="mvpmc/gbpvr.png" bgcolor="blue" focuscolor="#5EA9E2" focustext="#FF0000">
        <p>&nbsp;</p>
        <table cellspacing="0" cellpadding="0" border="0" align="center" style="padding:0;" width="70%">
          <tr>
            <td align="left" colspan="2"><img src="mvpmc/hdlogo.png" /></td>
          </tr>
        </table>
        <p>&nbsp;</p>
        <table cellspacing="0" cellpadding="0" border="0" align="center" style="padding:0px;">
            <tr>
                <td valign="top" align="center" style="color:#0000FF;text-decoration:none;"><br /><a
                   href="http://localhost.drives:8883/USB_DRIVE_A-1/mvpmc/gbpvr.cgi" name="toplink" ONKEYUPSET="bottomlink"><img
                   src="mvpmc/gbpvrunsel.png" border="0" onfocussrc="mvpmc/gbpvrsel.png" /></a><br /><a
                    href="http://localhost.drives:8883/USB_DRIVE_A-1/mvpmc/script.cgi" style="text-decoration:none;"><img
                   src="mvpmc/telnetunsel.png" border="0" onfocussrc="mvpmc/telnetsel.png" /></a><br /><a
                    href="http://localhost.drives:8883/USB_DRIVE_A-1/?home=1"  style="text-decoration:none;" name="bottomlink"
                    ONKEYDOWNSET="toplink"><img
                   src="mvpmc/homeunsel.png" border="0" onfocussrc="mvpmc/homesel.png" /></a></td>
               </tr>
               <tr>
                <td align="right" valign="top"><font color="Silver" size="3" face="Arial,Verdana,Helvetica">* HOME=Browse Files</font>
             </tr>
      </table>
        <a href="http://localhost.drives:8883/USB_DRIVE_A-1/?home=1" tvid="HOME"></a>
    </body>
</html>

BlueRacer, this should solve your index.htm issues, but we still don't know why telnet isn't loading...
Blue Racer
Offline

Senior Member

Posts: 278
Threads: 62
Joined: Dec 2005
#50
2008-06-05, 04:10 PM
dirkomatic:
Yes, that fixed my index.htm problem. The menu comes up automatically after rebooting pch. But the telnet & GBPVR items do not work when I click on them.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 3 4 5 6 7 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Running out of NMT servers with NPVR steveum 2 1,403 2010-11-28, 03:02 AM
Last Post: mvallevand
  Pictures off a network drive Jaggy 15 4,415 2010-10-26, 11:27 PM
Last Post: mvallevand
  Running GBPVR & NPVR Blue Racer 4 2,289 2010-10-01, 09:51 PM
Last Post: mvallevand
  Media from a network drive Jaggy 3 1,866 2010-03-02, 06:30 AM
Last Post: mvallevand
  Any advantage to adding a hard drive? Elmo Putney 4 1,999 2009-09-24, 08:31 PM
Last Post: martint123
  telnet.html EditMe help -Oz- 4 2,582 2009-05-15, 09:32 PM
Last Post: -Oz-
  Do I need a hard drive in the PCH to run MVPMCX2? Bergling 11 4,443 2008-10-31, 04:39 PM
Last Post: neo541
  reboot using telnet steveum 6 6,686 2008-10-17, 01:18 PM
Last Post: martint123
  Problems with Telnet during installation althon 21 6,739 2008-08-10, 04:41 PM
Last Post: althon
  auto-load html page from/after script pBS 2 3,212 2008-06-23, 09:50 AM
Last Post: pBS

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode