> ENOSYS is trying to use a function call that is not available on your
system.
>
> Could be something like you are running erlang with kernel polling
enabled, but your kernel
> doesn’t support that.
>
> try `erl +K true` and see what happens. If it fails, remove +K from your
`couchdb` script.
>
> Other than that, usual questions:
>
> - what OS/distro are you using
> - how was couchdb built/installed?
> - did it ever work before?
> etc

Hey Dave,

Thanks for your response. `erl +K true` succeeds.

- it's Ubuntu 12.04, running in a Docker container built from this:
https://github.com/klaemo/docker-couchdb
- importing all the data worked fine

Reply via email to