View Single Post
Posts: 43 | Thanked: 22 times | Joined on May 2008 @ EU
#57
Thanks for the fast & promising response. A lower upstream profile (current N800 profile causes a upstream right below 180 KiB/s ) is not that important for me (fiber connection), but might be handy for the poor dsl owners

I would be glad if you could make a user/pw system possible Good luck!

cheers, mtron

PS: the init script is not that difficult, i think i might get this myself.

EDIT: while playing around a bit with knots & getting vdr working i have come across the following bug in the logs:
Code:
[2008-10-21-23:09:22] Scanning vdr
[2008-10-21-23:09:22] Fetching channel info from http://192.168.1.100:3000.
[2008-10-21-23:09:22] Response code 200
[2008-10-21-23:09:22] Error: #<REXML::ParseException: Missing end tag for 'a' (got "li")
Line: 
Position: 
Last 80 unconsumed characters:

 <li value="38"><a href="S19.2E-1-1101-28108">hr-fernsehen</a> <a href="S19.2E-1>
/usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:330:in `pull'
/usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:22:in `parse'
/usr/lib/ruby/1.8/rexml/document.rb:228:in `build'
/usr/lib/ruby/1.8/rexml/document.rb:43:in `initialize'
/home/mtron/work/kserver/lib/components/scanner.rb:199:in `new'
/home/mtron/work/kserver/lib/components/scanner.rb:199:in `scan_dir'
/home/mtron/work/kserver/lib/components/scanner.rb:92:in `each'
/home/mtron/work/kserver/lib/components/scanner.rb:92:in `scan_dir'
/home/mtron/work/kserver/lib/components/scanner.rb:57:in `scan'
./lib/server.rb:39:in `call'
./lib/server.rb:39:in `serve'
/usr/lib/ruby/1.8/gserver.rb:211:in `start'
/usr/lib/ruby/1.8/gserver.rb:208:in `initialize'
/usr/lib/ruby/1.8/gserver.rb:208:in `new'
/usr/lib/ruby/1.8/gserver.rb:208:in `start'
/usr/lib/ruby/1.8/gserver.rb:198:in `initialize'
/usr/lib/ruby/1.8/gserver.rb:198:in `new'
/usr/lib/ruby/1.8/gserver.rb:198:in `start'
./knots:20:in `start'
./knots:12:in `detach'
./knots:10:in `fork'
./knots:10:in `detach'
./knots:65
...
Missing end tag for 'a' (got "li")
Line: 
Position: 
Last 80 unconsumed characters:

 <li value="38"><a href="S19.2E-1-1101-28108">hr-fernsehen</a> <a href="S19.2E-1
Line: 
Position: 
Last 80 unconsumed characters:

 <li value="38"><a href="S19.2E-1-1101-28108">hr-fernsehen</a> <a href="S19.2E-1

Backtrace:

/usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:92:in `parse'
/usr/lib/ruby/1.8/rexml/document.rb:228:in `build'
/usr/lib/ruby/1.8/rexml/document.rb:43:in `initialize'
/home/mtron/work/kserver/lib/components/scanner.rb:199:in `new'
/home/mtron/work/kserver/lib/components/scanner.rb:199:in `scan_dir'
/home/mtron/work/kserver/lib/components/scanner.rb:92:in `each'
/home/mtron/work/kserver/lib/components/scanner.rb:92:in `scan_dir'
/home/mtron/work/kserver/lib/components/scanner.rb:57:in `scan'
./lib/server.rb:39:in `call'
./lib/server.rb:39:in `serve'
/usr/lib/ruby/1.8/gserver.rb:211:in `start'
/usr/lib/ruby/1.8/gserver.rb:208:in `initialize'
/usr/lib/ruby/1.8/gserver.rb:208:in `new'
/usr/lib/ruby/1.8/gserver.rb:208:in `start'
/usr/lib/ruby/1.8/gserver.rb:198:in `initialize'
/usr/lib/ruby/1.8/gserver.rb:198:in `new'
/usr/lib/ruby/1.8/gserver.rb:198:in `start'
./knots:20:in `start'
./knots:12:in `detach'
./knots:10:in `fork'
./knots:10:in `detach'
./knots:65
attached is the html of the default streamdev site served at port 3000 (i have reconfigured it to use the external setting as default, might the problem be there?)
Attached Files
File Type: zip streamdev.html.zip (5.4 KB, 108 views)

Last edited by mtron; 2008-10-21 at 22:45.