Also, If I execute the following:
  root@db-router:/etc/init.d# strace -o /tmp/strace.out polipo -x
diskCacheRoot="/opt/var/cache/polipo/"
  Disabling local tree: No such file or directory
  Disk cache purged.
  1 files, 0 considered, 0 removed, 0 truncated (12kB -> 12kB).
  0 directories, 0 removed.


   1. stat64("/opt/var/cache/polipo/", {st_mode=S_IFDIR|0777, st_size=4096,
   ...}) = 0
   2. stat64("/usr/share/polipo/www/", 0x7fbe32e0) = -1 ENOENT (No such
   file or directory)
   3. write(2, "Disabling local tree", 20)    = 20
   4. write(2, ": ", 2)                       = 2
   5. write(2, "No such file or directory", 25) = 25
   6. write(2, "\n", 1)                       = 1
   7. access("/root/.polipo-forbidden", F_OK) = -1 ENOENT (No such file or
   directory)
   8. access("/etc/polipo/forbidden", F_OK)   = -1 ENOENT (No such file or
   directory)
   9. access("/root/.polipo-uncachable", F_OK) = -1 ENOENT (No such file or
   directory)
   10. access("/etc/polipo/uncachable", F_OK)  = -1 ENOENT (No such file or
   directory)
   11. access("/root/.polipo-forbiddenTunnels", F_OK) = -1 ENOENT (No such
   file or directory)
   12. access("/etc/polipo/forbiddenTunnels", F_OK) = -1 ENOENT (No such
   file or directory)
   13. open("/opt/var/cache/polipo/",
   O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
   14. fstat64(3, {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0


Then I get the following output from strace: http://pastebin.com/4As1GvLJ,
with:


On 28 July 2014 14:31, Steve D <anarche...@gmail.com> wrote:

> Weird. Can you fit strace on your OpenWRT device and see what is going on
> under
> the hood?
>
> S.
>
> On Mon, Jul 28, 2014 at 02:15:24PM +0100, David Bonnes wrote:
> > Hi Steve,
> >
> > Thanks for the help, but I'd neglected to mention I had already
> > tried "/opt/var/cache/polipo/" as well as "/opt/var/cache/polipo", and
> the
> > results were/are the exact same (I just tried again, to be sure).
> [..]
>
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> Polipo-users mailing list
> Polipo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/polipo-users
>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to