I think the only problem here is that you copied a working copy of web2py, not a fresh copy. There are files in there that are system specific (applications/app/cache/* and applications/app/cron/*). You should delete them before you copy web2py,else web2py will try delete them itself and fail (on your system).
On Saturday, 6 October 2012 08:46:17 UTC-5, Tito Garrido wrote: > > Hi Folks, > > I am trying to run web2py inside my router. It is an ASUS N13 revb1 using > dd-wrt as OS. > > It is working (until now I didn't notice any limitations) but I am getting > the following message on console: > ERROR:web2py.cache:corrupted cache file > /opt/usr/web2py/applications/admin/cache/cache.shelve, will try to delete > and recreate it! > WARNING:web2py.cache:unable to delete and recreate cache file > /opt/usr/web2py/applications/admin/cache/cache.shelve > WARNING:web2py.cache:no cache.disk (AttributeError) > WARNING:web2py.cron:WEB2PY CRON: Stale cron.master detected > WARNING:web2py.cron:WEB2PY CRON: Stale cron.master detected > > Is there any recommended config for embeded devices? I am planning to > create an application that scans torrent sites, I have tried sickbeard but > it is pretty heavy and does not have a some basic torrent providers > available. > > THanks in advance, > > Tito > > -- > > Linux User #387870 > .........____ > .... _/_õ|__| > ..º[ .-.___.-._| . . . . > .__( o)__( o).:_______ > --

