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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to