Your message dated Sun, 23 Dec 2018 14:59:19 +0000
with message-id <[email protected]>
and subject line Re: Bug#539352: /etc/init.d/mountkernfs.sh: Please mount 
debugfs when available in the kernel
has caused the Debian Bug report #539352,
regarding /etc/init.d/mountkernfs.sh: Please mount debugfs when available in 
the kernel
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 [email protected]
immediately.)


-- 
539352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539352
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initscripts
Version: 2.86.ds1-65
Severity: wishlist
File: /etc/init.d/mountkernfs.sh

Please consider automatically mounting debugfs on /sys/kernel/debug when
available.  Adding the following code to /etc/init.d/mountkernfs.sh,
after the mount of sysfs, will do that:

        if grep -E -qs "debugfs\$" /proc/filesystems && [ -d /sys/kernel/debug ]
        then
                domount debugfs "" /sys/kernel/debug debugfs 
-onodev,noexec,nosuid
        fi

- Josh Triplett

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages initscripts depends on:
ii  debianutils                 3.2          Miscellaneous utilities specific t
ii  libc6                       2.9-12       GNU C Library: Shared libraries
ii  lsb-base                    3.2-22       Linux Standard Base 3.2 init scrip
ii  mount                       2.15.1~rc1-1 Tools for mounting and manipulatin
ii  sysvinit-utils              2.86.ds1-65  System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs                     1.41.3-1   ext2/ext3/ext4 file system utiliti
ii  psmisc                        22.7-1     utilities that use the proc file s

initscripts suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
control: tags -1 +wontfix

[2009-08-16 12:57] Josh Triplett <[email protected]>
>
> part       text/plain                 335
> On Sun, Aug 16, 2009 at 09:23:30PM +0200, Petter Reinholdtsen wrote:
> > Note that the blktrace package provide a mountdebugfs init.d script
> > which seem to solve this problem.  Perhaps it should be made a common
> > solution for all those needing debugfs mounted?
> 
> Yeah, a debugfs-common package seems pretty sensible.

Seems issue is resolved another way. Closing this sysvinit bug.

--- End Message ---

Reply via email to