greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

flooding errorlog #80

Closed cguentherTUChemnitz closed 8 years ago

cguentherTUChemnitz commented 8 years ago

the /var/log/httpd is flooded with

net: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory

statements. This file reached 262MB after 2 weeks of usage. My used owncloud plugins: external storage support ldap plugin

greyltc commented 8 years ago

Hm. Trying to recreate this now...

cguentherTUChemnitz commented 8 years ago

I missed an important note: I am running your 8.2.2-2 tagged image from dockerhub.

Thanks for looking into this.

greyltc commented 8 years ago

/var/log/httpd is a directory. Which log file do you see filling? error_log I guess?

cguentherTUChemnitz commented 8 years ago

It floods the /var/log/httpd/error_log

greyltc commented 8 years ago

A lot has changed since the 8.2.2-2 tag. Can you try latest to see if your logs are filling then? (that's going to be ownCloud v9.0)

cguentherTUChemnitz commented 8 years ago

I will upgrade as soon i have enough time. I will report back after upgrade. Thanks so far.

greyltc commented 8 years ago

I can't recreate the issue. libfam.so.0 is part of the gamin package. I don't know what in your setup is needing that.

You might try this to install gamin in your (running) container (let's assume you started your container with --name oc):

docker exec -it oc sh -c 'pacman -Syy --noconfirm --needed gamin'
cguentherTUChemnitz commented 8 years ago

Thanks. It seem to quiet now. I don't what exactly uses this package.

greyltc commented 8 years ago

Well, from now on it'll be in the container: 81d6e35099d8737b5b33a87afc7c7e99811256b3