From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 22:45:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D451065686 for ; Sat, 24 Jan 2009 22:45:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from dhcp-172-28-77-129.eur.corp.google.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3EB98FC17; Sat, 24 Jan 2009 22:45:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <497B9A0B.50305@FreeBSD.org> Date: Sat, 24 Jan 2009 22:45:31 +0000 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Tim Judd References: <200901240556.FAA20764@sopwith.solgatos.com> <497AEAAD.6020701@FreeBSD.org> <497B87E7.6020601@gmail.com> In-Reply-To: <497B87E7.6020601@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd@sopwith.solgatos.com, freebsd-questions@freebsd.org Subject: Re: swap_pager complaints but not using swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 22:45:35 -0000 Tim Judd wrote: > Kris Kennaway wrote: >> Dieter wrote: >>> AMD64 FreeBSD 7.0 2 GiB main memory >>> >>> My console says: >>> >>> login: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, >>> size: 4096 >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 >>> >>> pstat -sk >>> Device 1K-blocks Used Avail Capacity >>> /dev/ad6s10 4590208 96 4590112 0% >>> >>> Wow, using a whole 96K of swap. I don't see any disk related >>> complaints in dmesg. >>> >>> Is this something to worry about? >> >> Yes, the system was *trying* to do swap I/O and timing out while doing >> so. >> >> Kris >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > isn't swapspace supposed to be on a 'b' partition? Are you using swap > on a slice 10? how is that possible when the i386/amd64 BIOS can't see > more than 4 primary partitions? > > Kris, would you mind giving input to this? How can there be a s10, and > how can you add swapspace to a device that isn't a partition 'b' nor a > file backed swapspace? Those were the only two ways I thought was > supported for swap. > > Dieter, does my questions above sound to be a correct interpretation of > your disk setup? swap can be put anywhere thesedays (post-FreeBSD 4.x), even on things that are not even simple disk devices. Kris