From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 22:00:36 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6762F7A for ; Tue, 23 Sep 2014 22:00:36 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 447F3F6D for ; Tue, 23 Sep 2014 22:00:36 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id ge10so9369251lab.40 for ; Tue, 23 Sep 2014 15:00:34 -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=DjFC0B055IFZpupGjKkCd1ZyNdinXg5fSwafBza036w=; b=K89PnuyVEeK+5u0zUh6eZ8sDvAFwamz2Gz5bQxofhhx+Vd1VZNNLKkS9veS6jFMHZV 2GDu7V7t8xxz/BDGVf+7vNZNJBpa9SxlmxoeRDKG0XiyZ4rUNvtCEZrvDxz6vDzIDBks cnBMbMeE2o8hypV4FpGPAadCWC+7zZdUE7Uj0MOQeWyUwFg/5K9Lpp7uOgrtDsjOGlri 5DxRLqgBgBqWsRGOvHWdPx7OjUNNMNCg803Rg9uvC/pTtSZWf27/uv8Ede4+xOepwLsL Nmn6AgDD58MGbFV0YPhrikZdTN5Ugoi+FjELZ4Ci2GTTfKaGpnUI48FZ0wbHg5O3KTsS aOHw== MIME-Version: 1.0 X-Received: by 10.112.184.161 with SMTP id ev1mr2172436lbc.82.1411509634264; Tue, 23 Sep 2014 15:00:34 -0700 (PDT) Received: by 10.153.2.8 with HTTP; Tue, 23 Sep 2014 15:00:34 -0700 (PDT) Date: Tue, 23 Sep 2014 23:00:34 +0100 Message-ID: Subject: mate-power-manager and gkrellm From: isdtor To: gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Sep 2014 22:00:36 -0000 I assume it's ok to post mate questions here as there's no dedicated mailing list (yet). Both mate-power-manager and mate-power-preferences dump core. Issue is as reported here, https://github.com/jlmess77/mate-ports/issues/11, except this with 1.8.0. Local system is 10.1-PRELEASEASE #0 r270772 amd64, This leaves me with the battery monitor of gkrellm, which doesn't indicate charging. Another problem, although a bit more generic, is that I cannot get the gkrellm-bfm plugin to work. I hacked the source suitably to get it compiled, but when I try to enable it, it dies with kvm_open: /dev/mem: Permission denied Could not open kernel virtual memory My standard repertoire of trying to work around this is exhausted - making gkrellmd/gkrellm/grellm-bfm.so suid root/guid kmem, or combinations thereof, even adding world read permissions to /dev/mem. Any suggestions?