Package: ulatencyd
Version: 0.5.0-3
Severity: normal

DAEMON_OPTS from /etc/default/ is not honored. It should be renamed to
DAEMON_ARGS

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ulatencyd depends on:
ii  dbus                   1.4.16-1 
ii  libc6                  2.13-21  
ii  libdbus-1-3            1.4.16-1 
ii  libdbus-glib-1-2       0.98-1   
ii  libglib2.0-0           2.28.6-3 
ii  liblua5.1-0            5.1.4-10 
ii  liblua5.1-posix1       5.1.9-2  
ii  libpolkit-gobject-1-0  0.102-1  
ii  libxau6                1:1.0.6-3
ii  libxcb1                1.7-3    
ii  lua5.1                 5.1.4-10 

ulatencyd recommends no packages.

ulatencyd suggests no packages.

-- Configuration Files:
/etc/default/ulatencyd changed:
DAEMON_OPTS="-vvv -d -f /var/log/ulatencyd"

/etc/ulatencyd/cgroups.conf changed:
-- this is a lua file
CGROUP_ROOT = "/sys/fs/cgroup"
-- /sys/fs/cgroup is not available on older kernels, we need to change that
-- in those cases
fp = io.open(CGROUP_ROOT, "r")
if not fp then
  CGROUP_ROOT = "/dev/cgroup"
else
  fp:close()
end
-- edit the below only when you know what you are doing
-- describes which subsystems are mounted under
-- which toplevel path
CGROUP_MOUNTPOINTS = {
  cpu={"cpu"},
-- please have a look at README.Debian to see why the memory resource
-- controller was disabled, and how to re-enable it.
  memory={"memory"},
  blkio={"blkio"},
  cpuset={"cpuset"}
}
-- FIXME we need some better solution for that :-/
-- cpuset, very powerfull, but can't create a group with unset cpus or mems
CGROUP_DEFAULT = {
  cpu={["notify_on_release"] = "1",},
  memory={["notify_on_release"] = "1",},
  io={["notify_on_release"] = "1",},
  cpuset={["notify_on_release"] = "1",},
}


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to