[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#643580: marked as done (ulatencyd: tries to mount cgroup sysfs)



Your message dated Tue, 03 Sep 2019 05:34:27 +0000
with message-id <[🔎] E1i51SV-0003YP-3x@fasolo.debian.org>
and subject line Bug#938749: Removed package(s) from unstable
has caused the Debian Bug report #643580,
regarding ulatencyd: tries to mount cgroup sysfs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
643580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643580
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ulatencyd
Version: 0.5.0-3
Severity: normal


Issue 1:
ERROR: can't mount: /sys/fs/cgroup/cpu
aborting...


If cgroup is already mounted (in fstab), ulatencyd fails with the above
message. Looks like on startup, it tries to mount cgroup.


Please look at bug: 601757. It should be mounted by mountkernfs

-- 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.96-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/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



--- End Message ---
--- Begin Message ---
Version: 0.5.0-9+rm

Dear submitter,

as the package ulatencyd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/938749

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: