Notices

» Slysoft Recommended!
1 CLick BD and DVD backups
Download AnyDVD HD!
For Blu-Ray and DVD!
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Stats
Members: 85,392
Threads: 29,400
Posts: 247,976
Welcome to our newest member, owtuv
» MPC Club Advertisers and Sponsors
Closed Thread
 
Thread Tools
Old 12-04-06, 21:10   #11
x3m

Senior Member
 
Join Date: Oct 2004
Posts: 738
Contribution: 0.3%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

- the character spacing in the title is still a little bit to low: http://img137.imageshack.us/my.php?i...p558web0ws.jpg
ok my part....
what do you mean by "a bit to low" ?

Font to Small/little ??
(it's just a heading 2 from frontpage )

the clock is still on 12h-format not 24h-format - not a big issue but a little bit confusing for me
What are you drinking ??? you know when it's day or night isn't it?
kidding , i'll look for it....
x3m is offline  
Old 12-04-06, 21:47   #12
Belgabor

Experienced Member
 
Join Date: Jan 2006
Posts: 124
Contribution: 0.05%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

First look shows everything essential seems to work
Minor bugs I found:
- The html title of the frame root tells me I have a DP-588. I didn't know that!
- The html on the module page is broken. Have a look at the source of the first two links... Also the channel browser link is split. The 'C' is an extra link...

I'll have a look at the source of the other pages for more errors
Belgabor is offline  
Old 12-04-06, 21:50   #13
martinb
Premium Potential
TIP: Upgrade to Premium
Think Tank
 
Join Date: Jan 2005
Posts: 2,658
Contribution: 1.07%
Thanks: 0
Thanked 40 Times in 11 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by PatPowerMan
..
- Is the stylesheet for the Channel-Browser on /cgi-bin/channel.cgi missing?
- Dito for the Macro-Code /cgi-bin/kfipmacro.cgi?
..
- If I send a 'ps'-Command with /cgi-bin/exec.cgi I get the error
Code:
sh: tcsetpgrp: Invalid argument sh: tcsetpgrp: Invalid argument sh: tcsetpgrp: Invalid argument sh: tcsetpgrp: Invalid argument Content-type: text/html Executing command: ps
AND the correct result.
..
- /cgi-bin/update.cgi produces the line:
cat: /hdd/stage2/htmlroot/cgi/update.txt: No such file or directory
did you delete the /hdd/stage2 dir after you made the flash??
the stylesheet is on /hdd/stage2/htmlroot for channel.cgi and kfipmacro
(can you please check this, its working for me)
the /update.cgi is working for me so i cant reproduce
(but i think you never deleted the /hdd/stage2 after flash)

the exec.cgi is also not working for me so thanks for reporting, i will give this a look
(will mark this as a "open bug")
martinb is offline  
Old 12-04-06, 21:57   #14
martinb
Premium Potential
TIP: Upgrade to Premium
Think Tank
 
Join Date: Jan 2005
Posts: 2,658
Contribution: 1.07%
Thanks: 0
Thanked 40 Times in 11 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by Belgabor
First look shows everything essential seems to work
Minor bugs I found:
- The html title of the frame root tells me I have a DP-588. I didn't know that!
- The html on the module page is broken. Have a look at the source of the first two links... Also the channel browser link is split. The 'C' is an extra link...

I'll have a look at the source of the other pages for more errors
Please DONT change the source, if this is not working for you then i made a error on the firmware (on the download part)
its working on my player so it has to be a error on the downloadpart
Let me please check this first
And thanks for reporting the typo on the DP588 (i never seen this, but you are right, i have change this now)

Im planning to make a "internet update" after 1 day, so i can fix all things in one update (dont need to reflash)
can someone else try to reproduce the problem on the "html modules"
and are you sure you DELETED the /hdd/stage2 dir after the flash ?
martinb is offline  
Old 12-04-06, 22:13   #15
Belgabor

Experienced Member
 
Join Date: Jan 2006
Posts: 124
Contribution: 0.05%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

I did delete stage2 and I can fully confirm pat's bugs.
(and I didn't want to change anything, just go hunting for html errors )
Edit: there are also errors on other pages, I suggest you put them all through a html syntax verifier when the content is finished for release
Belgabor is offline  
Old 12-04-06, 22:31   #16
martinb
Premium Potential
TIP: Upgrade to Premium
Think Tank
 
Join Date: Jan 2005
Posts: 2,658
Contribution: 1.07%
Thanks: 0
Thanked 40 Times in 11 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by Belgabor
I did delete stage2 and I can fully confirm pat's bugs.
(and I didn't want to change anything, just go hunting for html errors )
Edit: there are also errors on other pages, I suggest you put them all through a html syntax verifier when the content is finished for release
what browser do you use?
i still cant reproduce (on ie6, will try it on firefox after the kiss stoped recording )
martinb is offline  
Old 12-04-06, 22:36   #17
Belgabor

Experienced Member
 
Join Date: Jan 2006
Posts: 124
Contribution: 0.05%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

I use firefox.
I hope you understood me correctly, the errors I'm talking about are not visible, firefox silently ignores them, but they are quite obvious in firefox's view code page. I just stumbled across them because I checked the source due to the split channel browser link.
The stuff pat reported is quite visible and present here like he's reported it.
Belgabor is offline  
Old 12-04-06, 23:04   #18
raffe

Senior Member
 
raffe's Avatar
 
Join Date: Mar 2004
Posts: 528
Contribution: 0.21%
Thanks: 1
Thanked 5 Times in 4 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by x3m
the clock is still on 12h-format not 24h-format - not a big issue but a little bit confusing for me
What are you drinking ??? you know when it's day or night isn't it?
kidding , i'll look for it....
In htmlroot open footer.htm and change
Code:
       default:    
           if (intHours > 12)
           {
             intHours = intHours - 12;
             hours = intHours + ":";
             ap = "";
             break;
           }
To
Code:
        default:    
           if (intHours > 12)
           {
             intHours = intHours - 0;
             hours = intHours + ":";
             ap = "";
             break;
           }
raffe is offline  
Old 12-04-06, 23:16   #19
kokomo
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jan 2006
Posts: 11
Contribution: 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

ps {enter} (and paste output}
/ # ps
PID Uid VmSize Stat Command
1 root SW msh
2 root SW [keventd]
3 root SWN [ksoftirqd_CPU0]
4 root RW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
8 root SW [dispatcher.bin]
16 root SW /bin/udhcpc eth0
17 root SW /bin/pclinkd /hdd
19 root SW /bin/dnshelper
22 root SW /bin/inetd -f
39 root SW telnetd
40 root SW /bin/sh
41 root RW ps

cat /etc/initd.conf {enter}

/etc # cat services
# /etc/services:
# $Id: services,v 1.1 2003/01/17 09:46:26 dha Exp $
#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-kno
# port number for both TCP and UDP; hence, most entries here have two entr
# even if the protocol doesn't support UDP operations.
# Updated from RFC 1700, ``Assigned Numbers'' (October 1994). Not all por
# are included, only the more common ones.
#
# The latest IANA port assignments can be gotten from
# http://www.iana.org/assignments/port-numbers
# The Well Known Ports are those from 0 through 1023.
# The Registered Ports are those from 1024 through 49151
# The Dynamic and/or Private Ports are those from 49152 through 65535
#
# Each line describes one service, and is of the form:
#
# service-name port/protocol [aliases ...] [# comment]

tcpmux 1/tcp # TCP port service multipl
tcpmux 1/udp # TCP port service multipl
rje 5/tcp # Remote Job Entry
rje 5/udp # Remote Job Entry
echo 7/tcp #
echo 7/udp #
http 80/tcp # httpd
http 80/udp # httpd
ftp 21/tcp # ftp
ftp 21/udp # ftp
telnet 23/tcp # telnet
telnet 23/udp # telnet
ftptest 55/tcp # test ftp
pclink 8000/tcp # pclink
pclink 8000/udp # pclink
kml 8888/tcp # kiss kml
kml 8888/udp # kiss kml
/etc: Permission denied
/etc # # /etc/services:
/etc # # $Id: services,v 1.1 2003/01/17 09:46:26 dha Exp $
/etc # #
/etc # # Network services, Internet style
/etc # #
/etc # # Note that it is presently the policy of IANA to assign a single
o
/etc # # port number for both TCP and UDP; hence, most entries here have
r
/etc # # even if the protocol doesn't support UDP operations.

http 80/tcp # httpd
http 80/udp # httpd
ftp 21/tcp # ftp
ftp 21/udp # ftp
telnet 23/tcp # telnet
telnet 23/udp # telnet
ftptest 55/tcp /etc # # Updated from RFC 1700, ``Assigned
kokomo is offline  
Old 12-04-06, 23:28   #20
kokomo
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jan 2006
Posts: 11
Contribution: 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Ftp now works whendisabling ftp as suggested in the menu.Speed is 546 KB/s
Thanks Martinb -most things -http, telnet, ftp and nicely designed http pages are working well.
Impressive work!
kokomo is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problems with fsck on stage2_RD mito KiSS Stage 2 Development 11 03-06-06 17:35
Stage2_RD + Samba PRM KiSS Stage 2 Development 2 26-05-06 00:34
Betatest stage2_RD Part 3 (Feedback wanted!,) martinb KiSS Stage 2 Development 78 20-05-06 14:03
fsck with new Stage2_RD Part 2 mito KiSS Stage 2 Development 2 21-04-06 23:06
Betatest Stage2_Rd martinb KiSS Stage 2 Development 79 11-04-06 22:51

» MPC top List...

TOP 5 Regular media players

  • Popcorn Hour C-300 (81%)
  • Mede8er Med500x2 (80%)
  • Dune SMART (D1) (65%)
  • HDI Dune Base 3.0 (52%)
  • DViCo TViX X-Roid (00%)

TOP 5 Hybrid media players

  • HDI Dune BD Prime 3.0 (75%)
  • HDI Dune HD SMART B1 (74%)
  • PoPCorn Hour C-200 (68%)
  • HDI Dune MAX (54%)

We do not recommend currently...

  • Xtreamer products
  • Hantech products
  • MViX products
  • DviCo products
  • HDX products
Powered by vBadvanced CMPS v3.2.1 - twisted by vbTwist and Hi-Jack (MPC Club)