I have the same problem on precise.

When doing an strace, I discovered that oneconf-service seems to be in
an endless loop going through the package database, and it fails on too
many open files...

---snip---
[pid 10806] fcntl(1019, F_SETFD, FD_CLOEXEC) = 0
[pid 10806] read(1019, "", 34035)       = 0
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_main_binary-i386_Packages",
 O_RDONLY) = 1020
[pid 10806] fcntl(1020, F_SETFD, FD_CLOEXEC) = 0
[pid 10806] read(1020, "Package: at-spi2-core\nPriority: "..., 34035) = 34035
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_restricted_binary-i386_Packages",
 O_RDONLY) = 1021
[pid 10806] fcntl(1021, F_SETFD, FD_CLOEXEC) = 0
[pid 10806] read(1021, "", 34035)       = 0
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_universe_binary-amd64_Packages",
 O_RDONLY) = 1022
[pid 10806] fcntl(1022, F_SETFD, FD_CLOEXEC) = 0
[pid 10806] read(1022, "Package: alarm-clock-applet\nPrio"..., 34035) = 34035
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_multiverse_binary-amd64_Packages",
 O_RDONLY) = 1023
[pid 10806] fcntl(1023, F_SETFD, FD_CLOEXEC) = 0
[pid 10806] read(1023, "", 34035)       = 0
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_main_binary-amd64_Packages",
 O_RDONLY) = -1 EMFILE (Too many open files)
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-proposed_restricted_binary-amd64_Packages",
 O_RDONLY) = -1 EMFILE (Too many open files)
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-security_universe_i18n_Translation-en",
 O_RDONLY) = -1 EMFILE (Too many open files)
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-security_restricted_i18n_Translation-en",
 O_RDONLY) = -1 EMFILE (Too many open files)
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-security_multiverse_i18n_Translation-en",
 O_RDONLY) = -1 EMFILE (Too many open files)
[pid 10806] 
open("/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_precise-security_main_i18n_Translation-en",
 O_RDONLY) = -1 EMFILE (Too many open files)
---snip---

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894314

Title:
  oneconf takes up half of the memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/894314/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to