[Bug 253998] 13.0-BETA4: VNET: Stopping jails: Freed UMA keg (rtentry) was not empty (1 items). Lost 1 pages of memory.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 3 22:01:23 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253998

            Bug ID: 253998
           Summary: 13.0-BETA4: VNET: Stopping jails: Freed UMA keg
                    (rtentry) was not empty (1 items). Lost 1 pages of
                    memory.
           Product: Base System
           Version: 13.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: rashey at superbox.pl

Hi,

Every time when I stop or restart the jail I'm getting a message in local
console.

# dmesg | grep Lost
Freed UMA keg (rtentry) was not empty (1 items).  Lost 1 pages of memory.
Freed UMA keg (rtentry) was not empty (1 items).  Lost 1 pages of memory.
Freed UMA keg (rtentry) was not empty (1 items).  Lost 1 pages of memory.
Freed UMA keg (rtentry) was not empty (1 items).  Lost 1 pages of memory.
Freed UMA keg (rtentry) was not empty (1 items).  Lost 1 pages of memory.

# cat /etc/jail.conf
path = "/usr/jail/${name}";
exec.clean;
exec.start    = "sh /etc/rc";
exec.stop     = "sh /etc/rc.shutdown jail";
host.hostname = "${name}";
mount.devfs;
vnet;
test {
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list