From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 1 12:58:23 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C4C01065671 for ; Tue, 1 Apr 2008 12:58:23 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.187]) by mx1.freebsd.org (Postfix) with ESMTP id CF73C8FC2A for ; Tue, 1 Apr 2008 12:58:22 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by gv-out-0910.google.com with SMTP id n40so298293gve.39 for ; Tue, 01 Apr 2008 05:58:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Y7KBek2kIDvF+R5ThUFYjWdf9VnkgFCXPxuQZVZe9kc=; b=mHzmiTgTD8p2/CuLbwCMThbnlxIpVE9QGQQ79V7488rRbnXpQLgDNugMlxsrnxcwklByu5n3Thc/8AvZngalJCdwdG2LcKZgI0SbRpZDG55Cvr7R2fKVkJRviw824GiEM+MgrBV6cSEq+QOW2wOklcq1n7CC0cfCIsPseOWiDrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=fkY+QvK4lclNCXKmyIwTC6HARP4AVBKBd1JIVI9Ma5JF2lbtjfU4uWEKBNrzxu0ARWEFWrnHAEnmD4y/I2XYcB4+dmJhVwLErThZTrnNMIV60PwFy7KMy29k0RihU4x3izqvqo+NaiaLeb2NE2nSroImM1oNDSeVMCTqro0zZY4= Received: by 10.143.40.18 with SMTP id s18mr4618987wfj.156.1207053145241; Tue, 01 Apr 2008 05:32:25 -0700 (PDT) Received: by 10.142.50.12 with HTTP; Tue, 1 Apr 2008 05:32:25 -0700 (PDT) Message-ID: Date: Tue, 1 Apr 2008 14:32:25 +0200 From: "Harald Servat" To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: about gnome-keyring-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 12:58:23 -0000 Hello, I installed gnome2-lite yesterday (2.22) from the ports and I'm receiving the following error from the gnome-keyring-daemon. Apr 1 09:16:48 BSCIT03 gnome-keyring-daemon[1067]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk Does anyone have any clue to solve this? I've googled around but I didn't find anything remarkable. Regards, -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...