[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Requested File not exist (404 not found) in R2006
05-06-2012, 11:40 AM (This post was last modified: 05-06-2012 11:40 AM by Traasje.)
Post: #46
RE: Requested File not exist (404 not found) in R2006
Hello,

Here on my HDX 1000 i'm getting "A Requested file not exist! (404 Not Found)" error after i updated last week.
I don't know from what version i came but i just tried versions 2006, 2231, 2278 and 2316 and they are not working.

What can i do Sad


PS: I also just reinstalled the default apps so its like a new machine
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 01:56 PM
Post: #47
RE: Requested File not exist (404 not found) in R2006
@Traasje - send/post your reboot.log and install.log files (/share/Apps/oversight/logs)

Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 05:04 PM
Post: #48
RE: Requested File not exist (404 not found) in R2006
(05-06-2012 01:56 PM)lordy Wrote:  @Traasje - send/post your reboot.log and install.log files (/share/Apps/oversight/logs)

The only file in that folder is .keep

reboot.log and install.log are nowhere to be found
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 06:18 PM
Post: #49
RE: Requested File not exist (404 not found) in R2006
can you telnet in and do

PHP Code:
cd /share/Apps/oversight
./oversight-install.cgi install 

and report back any output

Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
Add Thank You Quote this message in a reply
05-08-2012, 07:46 AM (This post was last modified: 05-12-2012 09:54 AM by Traasje.)
Post: #50
RE: Requested File not exist (404 not found) in R2006
(05-06-2012 06:18 PM)lordy Wrote:  can you telnet in and do

PHP Code:
cd /share/Apps/oversight
./oversight-install.cgi install 

and report back any output

Content-Type: text/html

+ INSTALL
+ set +x
from proc pid = 7917
[INFO] unpak_nzbget_bin=/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/NZBget/bin/nzbget
[INFO] unpak_nzbget_conf=/share/Apps/NZBget/.nzbget/nzbget.conf
[INFO] unpak_nzbget_conf=/share/Apps/NZBget/.nzbget/nzbget.conf
Request sent
server returned: Stopping server

And after this, the page is displaying :-)

And the movies are showing up :-)

tnx :-)
Find all posts by this user
Add Thank You Quote this message in a reply
05-17-2012, 01:04 AM (This post was last modified: 05-17-2012 01:18 AM by JordyMin.)
Post: #51
RE: Requested File not exist (404 not found) in R2006
i cant telnet port 23.. anyway i have the issue too, i come from 2006 to latest..

install.log
Quote:+ /share/Apps/oversight/bin/oversight.sh UNINSTALL
+ NZBGET_UNPAK_INSTALL
+ NZBGET_UNPAK_UNINSTALL
+ CP /share/Apps/NZBget/.nzbget/nzbget.conf /share/Apps/NZBget/.nzbget/nzbget.conf.post_oversight
+ cp /share/Apps/NZBget/.nzbget/nzbget.conf /share/Apps/NZBget/.nzbget/nzbget.conf.post_oversight
+ chown -R nmt:nmt /share/Apps/NZBget/.nzbget/nzbget.conf.post_oversight
+ awk
BEGIN { activeCount=0; }

/Changed By Oversight/ { getline ; next };
/^#PreOversight#/ {
$0 = substr($0,15);
}

{ print }
/share/Apps/NZBget/.nzbget/nzbget.conf.post_oversight
+ mv /share/Apps/NZBget/.nzbget/nzbget.conf.new /share/Apps/NZBget/.nzbget/nzbget.conf
+ CP /share/Apps/NZBget/.nzbget/nzbget.conf /share/Apps/NZBget/.nzbget/nzbget.conf.pre_oversight
+ cp /share/Apps/NZBget/.nzbget/nzbget.conf /share/Apps/NZBget/.nzbget/nzbget.conf.pre_oversight
+ chown -R nmt:nmt /share/Apps/NZBget/.nzbget/nzbget.conf.pre_oversight
+ awk
function debug(x) {
print "#INSTALL#"x
}
BEGIN {

#Repair
set["postprocess"]="/share/Apps/oversight/bin/unpak.sh" ;
set["allowreprocess"]="yes" ;
set["parcheck"]="no";
set["renamebroken"]="no";

# Logging
set["detailtarget"]="none";
set["debugtarget"]="none";
set["infotarget"]="screen";
set["warningtarget"]="both";
set["errortarget"]="both";
set["createlog"]="yes";
set["createbrokenlog"]="yes";
set["resetlog"]="yes";
set["logbuffersize"]="100";

#IO Performance
set["directwrite"]="yes";
set["continuepartial"]="no";

# Added for standard nzbget.conf
set["outputmode"]="loggable";
set["nzbdirfileage"]="12";
set["dupecheck"]="yes";
set["threadlimit"]="10";

pat="";
for(k in set) { pat=pat"|"tolower(k) ; }
pat="("substr(pat,2)")";
}

match(tolower($0),"^"pat"=") {
k=substr($0,RSTART,RLENGTH-1);
lc_k = tolower(k);
found[lc_k]=1;
v=set[lc_k];
if (index(tolower($0),tolower(v)) == 0) {
print "#Changed By Oversight#";
print k"="v;
$0="#PreOversight#"$0;
}
}

{ print }

END {
#Add all missing keywords
for (k in set) {
if (!(k in found)) {
print "#Changed By Oversight#";
print k"="set[k];
}
}
} /share/Apps/NZBget/.nzbget/nzbget.conf.pre_oversight
+ mv /share/Apps/NZBget/.nzbget/nzbget.conf.new /share/Apps/NZBget/.nzbget/nzbget.conf
+ TRANSMISSION_UNPAK_INSTALL
+ [ -f /share/.transmission/unrar.sh ]
+ TRANSMISSION_UNPAK_UNINSTALL
+ [ -f /share/.transmission/unrar.sh ]
+ sed -i /unpak.sh torrent_seeding/ d /share/.transmission/unrar.sh
+ chown nmt:nmt /share/.transmission/unrar.sh
+ sed -i
2 i\
exec /share/Apps/oversight/bin/unpak.sh torrent_seeding "$@"
/share/.transmission/unrar.sh
+ chown nmt:nmt /share/.transmission/unrar.sh
+ cd /share/Apps/oversight/cache
+ rm -f tt[0-9]*[0-9]
+ [ -f /share/bin/wget ]
+ SKIN_INSTALL
+ [ -d templates.new ]
+ rm -fr templates.old
+ mv templates templates.old
mv: cannot rename 'templates': No such file or directory
+ true
+ mv templates.new templates
+ [ -d templates.old ]
+ [ -f /share/Apps/oversight/templates/blu/install.sh ]
+ /bin/sh /share/Apps/oversight/templates/blu/install.sh
+ [ -f /share/Apps/oversight/templates/classic/install.sh ]
+ /bin/sh /share/Apps/oversight/templates/classic/install.sh
+ [ -f /share/Apps/oversight/templates/default/install.sh ]
+ /bin/sh /share/Apps/oversight/templates/default/install.sh
+ [ -f /share/Apps/oversight/templates/oversight/install.sh ]
+ /bin/sh /share/Apps/oversight/templates/oversight/install.sh
+ rm -fr /share/Apps/oversight/templates/gaya
+ chmod -R 775 /share/Apps/oversight
+ chown -R nmt:nmt /share/Apps/oversight
+ /share/Apps/oversight/install.sh NMT_UNINSTALL oversight
+ /share/Apps/oversight/install.sh NMT_INSTALL oversight /share/Apps/oversight/bin/oversight.sh REBOOTFIX
+ /share/Apps/oversight/install.sh NMT_CRON_DEL nmt oversight
+ eval /share/Apps/oversight/bin/oversight.sh REBOOTFIX
+ /share/Apps/oversight/bin/oversight.sh REBOOTFIX
+ reboot_fix
+ set +x
+ /share/Apps/oversight/install.sh NMT_INSTALL_WS OverSight http://127.0.0.1:8883/oversight/oversight.cgi
+ UPGRADE_CONFIG conf/catalog.cfg catalog_config_version=1
+ [ ! -f conf/catalog.cfg ]
+ CP conf/catalog.cfg.example conf/catalog.cfg
+ cp conf/catalog.cfg.example conf/catalog.cfg
+ chown -R nmt:nmt conf/catalog.cfg
+ UPGRADE_CONFIG conf/oversight.cfg ovs_config_version=1
+ [ ! -f conf/oversight.cfg ]
+ CP conf/oversight.cfg.example conf/oversight.cfg
+ cp conf/oversight.cfg.example conf/oversight.cfg
+ chown -R nmt:nmt conf/oversight.cfg
+ [ ! -f index.db.idx ]
+ touch index.db
+ touch index.db.idx
+ touch conf/catalog.cfg conf/oversight.cfg conf/unpak.cfg
+ chmod a+r /dev/random /dev/urandom
+ BOUNCE_NZBGET
+ su -s /bin/sh nmt -c /share/Apps/oversight/bin/unpak.sh nzbget_cmd restart
from proc pid = 1769
[INFO] unpak_nzbget_bin=/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/NZBget/bin/nzbget
[INFO] unpak_nzbget_conf=/share/Apps/NZBget/.nzbget/nzbget.conf
[WARNING] unpak_nzbget_conf=/share/Apps/NZBget/.nzbget/nzbget.conf
[INFO] Using /mnt/syb8634/bin/unrar
[INFO] Using /mnt/syb8634/bin/par2
Request sent
server returned: Stopping server
+ /share/Apps/oversight/install.sh NMT_INSTALL_WS_BANNER OverSight Installation Complete
<body bgcolor="#000022" text="white" link="white"><center>
OverSight
<hr>
Installation Complete
<br><a href="http://127.0.0.1:8883/webservices_list.html">Show Webservice List</a>
<br><a href="http://127.0.0.1:8883/setups.cgi?%7FhiDe=9">Setup</a>

</center></body>

reboot.log
Quote:+ [ ! -L /share/Apps/oversight/bin/nmt100/find ]
+ ln -sf /share/Apps/oversight/bin/nmt100/oversight /share/Apps/oversight/oversight.cgi
+ install_as_wget
+ [ ! -f /share/Apps/oversight/conf/use.wget.wrapper ]
+ [ -f /share/Apps/oversight/conf/wget.wrapper.error ]
+ is_wget /bin/wget
+ [ -x /bin/wget ]
+ grep -iq GNU Wget /bin/wget
+ cp -a /bin/wget /share/Apps/oversight/wget.original
+ rm -f /bin/wget.real
+ mv /bin/wget /bin/wget.real
+ ln -sf /share/Apps/oversight/bin/nmt100/oversight /bin/wget
+ echo wget wrapper installed
wget wrapper installed
+ ln -sf /share/Apps/oversight/ /opt/sybhttpd/default/.
+ ln -sf /tmp/0 /share/Apps/oversight/logs/gui.log
+ awk -F= /^catalog_watch_frequency=/ { gsub(/"/,"",$2) ; print $2 } /share/Apps/oversight/conf/catalog.cfg
+ freq=10m
+ add_watch_cron 10m watch NEWSCAN CHECK_TRIGGER_FILES
+ [ 10m != off ]
+ d=*
+ h=*
+ m=*
+ sed s/m//
+ echo 10m
+ m=*/10
+ [ **/10* != *** ]


+ /share/Apps/oversight/install.sh NMT_CRON_ADD root oversight.watch */10 * * * * cd '/share/Apps/oversight/bin' && './oversight.sh' NEWSCAN CHECK_TRIGGER_FILES >/dev/null 2>&1 &
+ rm -f /share/Apps/oversight/catalog.status

i downloaded the last version from the website, same problem. Im' updating firmware now.
/edit/ same error.
I hope you can fix my problem too! thanks in advance!
Find all posts by this user
Add Thank You Quote this message in a reply
05-20-2012, 05:21 PM (This post was last modified: 05-20-2012 06:02 PM by JordyMin.)
Post: #52
RE: Requested File not exist (404 not found) in R2006
I found it! telnetd installed + reinstall of the oversight did it Smile
Find all posts by this user
Add Thank You Quote this message in a reply
12-16-2012, 07:12 PM
Post: #53
RE: Requested File not exist (404 not found) in R2006
Where can I find telnetd. It is not in the csi application list.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  r2231 install and 404 errors lordy 0 377 04-22-2012 03:28 PM
Last Post: lordy
  2.0testing-r2006 - Scan for movie sets stopped working mike7 0 610 03-23-2012 07:39 PM
Last Post: mike7
  Creating a background image using a NFO file how? Netmask 1 616 01-27-2012 10:03 PM
Last Post: Pe3
  404 not found! Atinkler 1 867 12-12-2011 09:50 AM
Last Post: Setzer
  2.0 testing-r2006 - sitechecker Micrin 6 1,597 11-19-2011 05:25 PM
Last Post: Micrin
  2.0testing-r2006 is ignoring jpg cover art xua 2 875 11-06-2011 07:19 PM
Last Post: xua
  errors with 2.0testing-r2006 an request xua 1 746 10-24-2011 07:42 PM
Last Post: Slevin
  Can Oversght play a trailer before playing a selected file? mmccking 0 1,014 09-15-2011 09:01 PM
Last Post: mmccking
  Subtitle file regarded as part of boxset? stevelock 4 1,333 06-27-2011 03:36 PM
Last Post: Atinkler
  nfo file naming for multipart movies xua 9 2,158 01-04-2011 03:43 PM
Last Post: lordy

Forum Jump: