From owner-freebsd-current@FreeBSD.ORG Sun Aug 28 03:49:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC77216A41F; Sun, 28 Aug 2005 03:49:46 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E8043D45; Sun, 28 Aug 2005 03:49:46 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j7S3nhTH054574; Sat, 27 Aug 2005 22:49:43 -0500 (CDT) (envelope-from dan) Date: Sat, 27 Aug 2005 22:49:43 -0500 From: Dan Nelson To: Michael Bushkov Message-ID: <20050828034943.GE88693@dan.emsphone.com> References: <20050827170633.Y5409@stinger.cc.rsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050827170633.Y5409@stinger.cc.rsu.ru> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: Jacques Vidrine , freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, Brooks Davis Subject: Re: [PATCH] caching daemon release and nsswitch patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 03:49:47 -0000 In the last episode (Aug 27), Michael Bushkov said: > Please try the patches and send me your feedback. I also hope that > there are no reasons not to merge changes, which were made to libc > (they are in include.diff and libc.diff) into the CURRENT. As for the > caching daemon (usr.sbin.diff patch) - I also think that it could be > merged into the CURRENT. I applied the patches to 5-stable (only minor conflicts) and I'm getting an assertion failure in cached running "id" as root: Assertion failed: (key_var != NULL), function ht_item_hash_func, file /usr/src/usr.sbin/cached/cachelib/cachelib.c, line 34. You should probably convert cached's argument processing to use getopt, btw. -- Dan Nelson dnelson@allantgroup.com