From owner-freebsd-chat@FreeBSD.ORG Mon Jun 4 18:28:55 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DA8106571A for ; Mon, 4 Jun 2012 18:28:55 +0000 (UTC) (envelope-from sathler90@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 599838FC15 for ; Mon, 4 Jun 2012 18:28:55 +0000 (UTC) Received: by obcni5 with SMTP id ni5so9851188obc.13 for ; Mon, 04 Jun 2012 11:28:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=l/bOFyNOHxnAx5ZuPbz6O3ZZ3LR3gugkBjTv6vLinHA=; b=ZueX2scl5bIStYoyPTTkm+wbjSTieGxWnepzp6rtf6rguEhmt+/KVDmTdCTZiqTf8t ZDHjMyx7qVWmge5EEfTXIDOA/l5w5zyiF/3dkZgk1BNJtm8TaS0+hdOKsxrHCJezq/v1 IIDnlvRmpcI40jl4v8Wg9fcQZqiX2nuiIiOoPbG/r3GRIfjt167UqOrXop0akz4CUvh5 jvjcUJqJHv6bjsQZW9TZZnqH1bbN4xQquoM19HhYOhVkTtLTmHE8jw617Uk8CPow6HlR QUpEceLOo4abBruZgohkvpvDC0yn2GeKduGXGbp3uihRN8S44wZkF5gKZrt3Xk1+GGVM atYA== MIME-Version: 1.0 Received: by 10.182.152.4 with SMTP id uu4mr12773434obb.26.1338834534795; Mon, 04 Jun 2012 11:28:54 -0700 (PDT) Received: by 10.76.87.136 with HTTP; Mon, 4 Jun 2012 11:28:54 -0700 (PDT) Date: Mon, 4 Jun 2012 15:28:54 -0300 Message-ID: From: Eduardo To: freebsd-chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: panic with kmem_map too small: 335544320 total allocated X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 18:28:55 -0000 Hello folks, my server is FreeBSD 8.3-p1 i386, with 3.2 GB and no PAE enable, no ZFS either, just running mysql+apache with PF I had a reboot with this message: reboot after panic: kmem_malloc(4096): kmem_map too small: 335544320 total allocated >From what I have read I need to set vm.kmem_size to half of the available RAM, is this correct? do I need to change KVA_PAGES ? Current settings are below, any help is appreciated. thanks in advance, -Ed # sysctl vm.kmem_size_min vm.kmem_size_max vm.kmem_size vm.kmem_size_scale vm.kmem_size_min: 0 vm.kmem_size_max: 335544320 vm.kmem_size: 335544320 vm.kmem_size_scale: 3 # sysctl hw.physmem hw.usermem hw.physmem: 3475800064 hw.usermem: 3128418304 # sysctl hw.machine_arch hw.machine_arch: i386 # sysctl hw.pagesize hw.pagesizes hw.availpages hw.pagesize: 4096 hw.pagesizes: 4096 0 hw.availpages: 848584 From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 00:38:01 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF7CC106564A for ; Fri, 8 Jun 2012 00:38:01 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id B3B098FC1B for ; Fri, 8 Jun 2012 00:38:01 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ScnDD-0007qg-8j for freebsd-chat@freebsd.org; Thu, 07 Jun 2012 17:37:59 -0700 Date: Thu, 7 Jun 2012 17:37:59 -0700 (PDT) From: Jakub Lach To: freebsd-chat@freebsd.org Message-ID: <1339115879264-5716371.post@n5.nabble.com> In-Reply-To: <20120406124857.34e5d237@acer> References: <20120406124857.34e5d237@acer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 00:38:02 -0000 I don't think that there is enough manpower to support legacy lines. Trinity http://www.trinitydesktop.org/ Didn't have much luck. -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-MATE-GNOME2-Project-News-tp5622414p5716371.html Sent from the freebsd-chat mailing list archive at Nabble.com. From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 04:53:34 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 806FD106566C for ; Fri, 8 Jun 2012 04:53:34 +0000 (UTC) (envelope-from genghiskhan@gmx.ca) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id CC4B78FC19 for ; Fri, 8 Jun 2012 04:53:33 +0000 (UTC) Received: (qmail invoked by alias); 08 Jun 2012 04:53:26 -0000 Received: from 85.65.252.235.dynamic.barak-online.net (EHLO acer) [85.65.252.235] by mail.gmx.com (mp-eu004) with SMTP; 08 Jun 2012 06:53:26 +0200 X-Authenticated: #115605484 X-Provags-ID: V01U2FsdGVkX180D1VPXco0B0C+hDM1TjHyqlHoeUykNskwdyskkO auSqJSdMAqYZ0V Date: Fri, 8 Jun 2012 08:01:29 +0300 From: Genghis Khan To: freebsd-chat@freebsd.org Message-ID: <20120608080129.6b6feca0@acer> In-Reply-To: <1339115879264-5716371.post@n5.nabble.com> References: <20120406124857.34e5d237@acer> <1339115879264-5716371.post@n5.nabble.com> X-Mailer: GMX.com Web Mailer Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 04:53:34 -0000 I would love to see Trinity around too. So far, the MATE community has done a very good job, MATE works for me faster than GNOME2 and they have also removed the annoying Yelp component (some sort of an unnecessary documented guides viewer which depends on XUL) and there were bug fixes as well. What do we qualify a Desktop Environment? Desktop Manager, Panel, Window Manager. How many are required to maintain these existing components? http://wiki.mate-desktop.org/applications http://salix.enialis.net/i486/13.37/salix/mate/ On Thu, 7 Jun 2012 17:37:59 -0700 (PDT) Jakub Lach wrote: > I don't think that there is enough manpower to > support legacy lines. > > Trinity > > http://www.trinitydesktop.org/ > > Didn't have much luck. > > From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 10:16:44 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C809F106564A for ; Fri, 8 Jun 2012 10:16:44 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id A0B158FC12 for ; Fri, 8 Jun 2012 10:16:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ScwFH-0006Ag-M6 for freebsd-chat@freebsd.org; Fri, 08 Jun 2012 03:16:43 -0700 Date: Fri, 8 Jun 2012 03:16:43 -0700 (PDT) From: Jakub Lach To: freebsd-chat@freebsd.org Message-ID: <1339150603678-5716464.post@n5.nabble.com> In-Reply-To: <20120608080129.6b6feca0@acer> References: <20120406124857.34e5d237@acer> <1339115879264-5716371.post@n5.nabble.com> <20120608080129.6b6feca0@acer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 10:16:44 -0000 If you are saying that you are using Mate on FreeBSD, don't hesitate and make a port :) About Trinity, they biggest problem is that they want to port kde3 to qt4, unnecessary imho. They should focus on legacy desktops + maintain qt33. And they only have 5 contributors. And attracting rather strange crowd... http://trinity-devel.pearsoncomputing.net/?0::3095 PS. http://www.trinitydesktop.org/wiki/bin/view/Developers/RoadMap -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-MATE-GNOME2-Project-News-tp5622414p5716464.html Sent from the freebsd-chat mailing list archive at Nabble.com. From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 17:57:32 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED3BA106564A for ; Fri, 8 Jun 2012 17:57:32 +0000 (UTC) (envelope-from genghiskhan@gmx.ca) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 4283A8FC17 for ; Fri, 8 Jun 2012 17:57:32 +0000 (UTC) Received: (qmail invoked by alias); 08 Jun 2012 17:57:30 -0000 Received: from 85.65.252.235.dynamic.barak-online.net (EHLO acer) [85.65.252.235] by mail.gmx.com (mp-eu005) with SMTP; 08 Jun 2012 19:57:30 +0200 X-Authenticated: #115605484 X-Provags-ID: V01U2FsdGVkX19ejZgt8adeSeK4dRX5xAyugQ1uL96Swip5ykXh/9 frTS75fLJtlzHI Date: Fri, 8 Jun 2012 21:05:34 +0300 From: Genghis Khan To: freebsd-chat@freebsd.org, =?UTF-8?B?TWF0w6k=?= Development Message-ID: <20120608210534.4c967778@acer> In-Reply-To: <1339150603678-5716464.post@n5.nabble.com> References: <20120406124857.34e5d237@acer> <1339115879264-5716371.post@n5.nabble.com> <20120608080129.6b6feca0@acer> <1339150603678-5716464.post@n5.nabble.com> X-Mailer: GMX.com Web Mailer Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 Cc: Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 17:57:33 -0000 On Fri, 8 Jun 2012 03:16:43 -0700 (PDT) Jakub Lach wrote: > If you are saying that you are using Mate on FreeBSD, don't hesitate > and make a port :) Not yet, unfortunately. I only wondered if we should start to focus on Mat=C3=A9 and adopt it in the near future. > About Trinity, they biggest problem is that they want to port > kde3 to qt4, unnecessary imho. They should focus on=20 > legacy desktops + maintain qt33. And they only have 5=20 > contributors. >=20 > And attracting rather strange crowd... >=20 > http://trinity-devel.pearsoncomputing.net/?0::3095 >=20 > PS. http://www.trinitydesktop.org/wiki/bin/view/Developers/RoadMap >=20 > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/FreeBSD-MATE-GNOME2-Project-News-tp5= 622414p5716464.html > Sent from the freebsd-chat mailing list archive at Nabble.com. >=20 From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 18:19:34 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 986A1106566C for ; Fri, 8 Jun 2012 18:19:34 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE8F8FC19 for ; Fri, 8 Jun 2012 18:19:34 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Sd3mS-00057u-0b for freebsd-chat@freebsd.org; Fri, 08 Jun 2012 11:19:28 -0700 Date: Fri, 8 Jun 2012 11:19:28 -0700 (PDT) From: Jakub Lach To: freebsd-chat@freebsd.org Message-ID: <1339179568012-5716610.post@n5.nabble.com> In-Reply-To: <20120608210534.4c967778@acer> References: <20120406124857.34e5d237@acer> <1339115879264-5716371.post@n5.nabble.com> <20120608080129.6b6feca0@acer> <1339150603678-5716464.post@n5.nabble.com> <20120608210534.4c967778@acer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 18:19:34 -0000 Right now, we still don't have Gnome3 in ports, right? So all hypothetical efforts probably will go that way... or not at all. -gnome looks a bit stale. I know that there was some porting of gtk3. You should contact -gnome or bug author of GhostBSD, maybe he would like to start working on updating/ maintaining Gnome2/3 as PC-BSD uses KDE4. http://ghostbsd.org/ http://www.freebsd.org/gnome/ http://wiki.freebsd.org/Gnome And speaking of "we", I certainly would not work on Gnome2/3 ports, If you would like to, as I said before, contact -gnome. I think that legacy branch (Mate) is not that big problem, when now there are e.g. Matthias Apitz's updates still not committed do Gnome 2 branch, not to mention that Gnome 3 is not created at all. -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-MATE-GNOME2-Project-News-tp5622414p5716610.html Sent from the freebsd-chat mailing list archive at Nabble.com. From owner-freebsd-chat@FreeBSD.ORG Fri Jun 8 18:46:45 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AB531065673 for ; Fri, 8 Jun 2012 18:46:45 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 117E58FC12 for ; Fri, 8 Jun 2012 18:46:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Sd4Cq-0005mH-Kx for freebsd-chat@freebsd.org; Fri, 08 Jun 2012 11:46:44 -0700 Date: Fri, 8 Jun 2012 11:46:44 -0700 (PDT) From: Jakub Lach To: freebsd-chat@freebsd.org Message-ID: <1339181204642-5716617.post@n5.nabble.com> In-Reply-To: <1339179568012-5716610.post@n5.nabble.com> References: <20120406124857.34e5d237@acer> <1339115879264-5716371.post@n5.nabble.com> <20120608080129.6b6feca0@acer> <1339150603678-5716464.post@n5.nabble.com> <20120608210534.4c967778@acer> <1339179568012-5716610.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD MATE (GNOME2) Project News X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 18:46:45 -0000 FWIW, current Gnome3 work is done here http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/x11/gnome3/ -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-MATE-GNOME2-Project-News-tp5622414p5716617.html Sent from the freebsd-chat mailing list archive at Nabble.com.