From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 11 02:44:06 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64709106566B for ; Sun, 11 Jul 2010 02:44:06 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 37DF58FC08 for ; Sun, 11 Jul 2010 02:44:05 +0000 (UTC) Received: by pwj9 with SMTP id 9so1538785pwj.13 for ; Sat, 10 Jul 2010 19:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=BORpmbf0sNzhFMHLeMsRj58UwhhGK0juZPMSKAf0ODs=; b=XtOYqt2/8loOLAKaTPNtGY12z2VCyM+/L4y7Hktjm3/dwn5Ucaww4cXuBY7FsX99+j xL9okB+0KktoPBH3huGW878Jcr2M+8WekdlHN+XKpi8iynsG9LsYajdEOvlimcLj3pV0 2G4aSgUhq0VJr3a7hkV+Hm9CVC7ghqxkOic1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:organization:x-mailer:mime-version :content-type:content-transfer-encoding; b=MdVmvCdk4fahhGGGynTXr1/0QjwbZmRfx5x6VRF9E3EyhlRs2DCiTFmW9XMYuT35ZM fMw4cG7QwxukHwBQO/WWQm+rCyILS+J/l2Ui6p7uPggaUX9mqC86xc03OZWVQdlY/7N7 yFZj/uYFizgc/jbTGubOOdxO416d5STh3lE9g= Received: by 10.114.113.5 with SMTP id l5mr13842825wac.155.1278814803671; Sat, 10 Jul 2010 19:20:03 -0700 (PDT) Received: from Bear-PC ([183.32.201.178]) by mx.google.com with ESMTPS id g37sm2715371rvb.17.2010.07.10.19.20.00 (version=SSLv3 cipher=RC4-MD5); Sat, 10 Jul 2010 19:20:02 -0700 (PDT) Date: Sun, 11 Jul 2010 10:20:00 +0800 From: Bear To: "Joe Marcus Clarke" , "FreeBSD GNOME Users" Message-ID: <201007111019575043861@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Subject: Re: SUMMARY: GNOME startup issues 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: Sun, 11 Jul 2010 02:44:06 -0000 hi, Thanks for your working on these issues! Cant you recreate the issue? I can say something about the issue which related to gnome-panel. I always met this issue. My environment is listed below: Hardware: CPU: Intel Q8300 Video: GeForce GTS 250 512MB RAM: Kingstone 2GB DDR2 800 Motherboard: GA-EP45-UD3 rev 1.0 (Chipset: Intel P45) Software: FreeBSD 8.0-RELEASE Xorg gnome2-lite I installed my OS and then modify my PASKAGESITE to 8-stable. Then I typed in pkg_add -r xorg gnome2-lite And then I add dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf. I also add the line into /etc/fstab to make it mount /proc automatically. I am sure that they both okay to ping localhost and my computer name. Then I reboot my computer and then modified ~/.xinitrc to add the line below: exec ck-launch-session gnome-session At last, I ran startx. Then the issue appeared. gnome-panel took long time to appear and in tty0, I got error messages like: ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut down is available: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. I hope these steps are helpful. ---------------- Bear 2010-07-11 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-11 01:46:04 To:FreeBSD GNOME Users CC: Subject:SUMMARY: GNOME startup issues Okay, I have been spending time trying to recreate the problems people have been reporting with GNOME. The problems are: * polkit-gnome-authentication-agent-1 crashes at startup * gnome-panel takes too long to start * Workspace Switcher does not work Sadly, I was unable to recreate what I would consider any problems. I tested the following configurations: * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 * FreeBSD i386 -CURRENT from July 4 with ports from July 4 * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare Fusion 3.0 on a Mac) I tested by starting GNOME from GDM and using startx. My ~/.initrc has simply this: #!/bin/sh exec ck-launch-session gnome-session My locale is en_US.UTF-8. I have procfs mounted, and I can perform: ping `localhost` Successfully. I am not running ANY firewalls, and I have not enabled any blackholes for TCP or UDP. When I run GNOME from startx, I do see a delay of about 10 seconds while waiting for the panel to appear. This is because gnome-panel is trying to contact GDM to determine if shutdown/reboot support is enabled. This delay is expected in a startx configuration. Workspace Switcher has always worked for me. I tried switching workspaces with the keyboard shortcut and by clicking on the space in the lower panel. Both worked. I was also able to bring up properties, and add an additional workspace. I was able to see a problem with polkit-gnome-authentication-agent-1 in ONE instance. A core was produced. This problem seems to occur when GDM switches the user to the logged in user. I didn't notice any other problems related to this, though. For those still seeing workspace switch problems, rebuild gnome-panel with debugging symbols, then bind gdb to workspace switcher, and get a backtrace when it appears to be hung up. That's after making sure all of the above is inline as much as possible with my test machines. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome _______________________________________________ freebsd-gnome@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 11 06:22:57 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 910DF1065673 for ; Sun, 11 Jul 2010 06:22:57 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC7B8FC14 for ; Sun, 11 Jul 2010 06:22:57 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6B6MuPA001067; Sun, 11 Jul 2010 02:22:56 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6B6MqT7022702; Sun, 11 Jul 2010 02:22:52 -0400 (EDT) Message-ID: <4C39633C.4010504@freebsd.org> Date: Sun, 11 Jul 2010 02:22:52 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <201007111019575043861@Gmail.com> In-Reply-To: <201007111019575043861@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Sun, 11 Jul 2010 06:22:57 -0000 On 7/10/10 10:20 PM, Bear wrote: > hi, > Thanks for your working on these issues! Cant you recreate the issue? I can say something about the issue which related to gnome-panel. I always met this issue. My environment is listed below: > Hardware: > CPU: Intel Q8300 > Video: GeForce GTS 250 512MB > RAM: Kingstone 2GB DDR2 800 > Motherboard: GA-EP45-UD3 rev 1.0 (Chipset: Intel P45) > > Software: > FreeBSD 8.0-RELEASE > Xorg > gnome2-lite > > I installed my OS and then modify my PASKAGESITE to 8-stable. Then I typed in > pkg_add -r xorg gnome2-lite > > And then I add dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf. I also add the line into /etc/fstab to make it mount /proc automatically. I am sure that they both okay to ping localhost and my computer name. Then I reboot my computer and then modified ~/.xinitrc to add the line below: > exec ck-launch-session gnome-session > > At last, I ran startx. Then the issue appeared. gnome-panel took long time to appear and in tty0, I got error messages like: > > ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut down is available: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. This is exactly what I see when I use startx, and it is expected. Gnome-panel is trying to talk to GDM during this time. Since GDM is not running, you get this failure. If you want to get rid of this, you'll need to start GNOME with GDM. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 11 07:59:10 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E3A106564A; Sun, 11 Jul 2010 07:59:10 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA798FC0A; Sun, 11 Jul 2010 07:59:10 +0000 (UTC) Received: by pzk7 with SMTP id 7so982251pzk.13 for ; Sun, 11 Jul 2010 00:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=iTguqua2uUeMCYJgpl3NJtyUQ7piHaPy4RULbdwt/Ys=; b=wJqnky5kVn19MwHnRQbPA1NVcdZ4osZaGgAs6Qyk+yjUTsxzG4w4woBPYZ2b4ozspM iAp2s6tsuugXJ+xABdHUQrLE9niHThix+8+X+7JuUnNt6u97yoMzLAmV3lYixjfTcXoH 5lPwFMqXKemZTpzPwVQnPrsw7hEdHVjF6VdeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=mC7Qmnl487RnlKATzWCnFXOLWwoTnNfoayIKb3g5lwajubim50Gu5EYk7P/Fvt2RXG RENlWO/G5QrBvDFPH3NqBckUHodJygh5MSFUNdthdwrOPB8Z7aEWVim7cXQFXBCyGwje 7nAgyUAgBORgjEIkcXuYmEl+t9eEBfgDYGNuw= Received: by 10.142.193.19 with SMTP id q19mr5651121wff.332.1278835149808; Sun, 11 Jul 2010 00:59:09 -0700 (PDT) Received: from Bear-PC ([183.32.201.178]) by mx.google.com with ESMTPS id 23sm3328183wfa.10.2010.07.11.00.59.01 (version=SSLv3 cipher=RC4-MD5); Sun, 11 Jul 2010 00:59:09 -0700 (PDT) Date: Sun, 11 Jul 2010 15:58:57 +0800 From: Bear To: "Joe Marcus Clarke" References: <201007111019575043861@Gmail.com>, <4C39633C.4010504@freebsd.org> Message-ID: <201007111558532823760@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Sun, 11 Jul 2010 07:59:10 -0000 hi, Thanks for your reply. But I dont think GDM is required. When I use Linux such as Debian, I can run GNOME without any problems, include this error message, without GDM. GDM should not be a required module. And also, I believe this message told us the slow responding of gnome-panel. If I run startx as root, this error message would gone. So I believe this is caused by a security policy(possibly dbus). I hope my analysis is useful :) ------------------ Bear 2010-07-11 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-11 14:22:58 To:Bear CC:FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/10/10 10:20 PM, Bear wrote: > hi, > Thanks for your working on these issues! Cant you recreate the issue? I can say something about the issue which related to gnome-panel. I always met this issue. My environment is listed below: > Hardware: > CPU: Intel Q8300 > Video: GeForce GTS 250 512MB > RAM: Kingstone 2GB DDR2 800 > Motherboard: GA-EP45-UD3 rev 1.0 (Chipset: Intel P45) > > Software: > FreeBSD 8.0-RELEASE > Xorg > gnome2-lite > > I installed my OS and then modify my PASKAGESITE to 8-stable. Then I typed in > pkg_add -r xorg gnome2-lite > > And then I add dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf. I also add the line into /etc/fstab to make it mount /proc automatically. I am sure that they both okay to ping localhost and my computer name. Then I reboot my computer and then modified ~/.xinitrc to add the line below: > exec ck-launch-session gnome-session > > At last, I ran startx. Then the issue appeared. gnome-panel took long time to appear and in tty0, I got error messages like: > > ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut down is available: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. This is exactly what I see when I use startx, and it is expected. Gnome-panel is trying to talk to GDM during this time. Since GDM is not running, you get this failure. If you want to get rid of this, you'll need to start GNOME with GDM. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 11 16:20:37 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E000D106566C for ; Sun, 11 Jul 2010 16:20:37 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 985658FC13 for ; Sun, 11 Jul 2010 16:20:37 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6BGKaer010934; Sun, 11 Jul 2010 12:20:36 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6BGKWAl018911; Sun, 11 Jul 2010 12:20:32 -0400 (EDT) Message-ID: <4C39EF50.5040406@freebsd.org> Date: Sun, 11 Jul 2010 12:20:32 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <201007111019575043861@Gmail.com>, <4C39633C.4010504@freebsd.org> <201007111558532823760@Gmail.com> In-Reply-To: <201007111558532823760@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Sun, 11 Jul 2010 16:20:38 -0000 On 7/11/10 3:58 AM, Bear wrote: > hi, > Thanks for your reply. But I dont think GDM is required. When I use Linux such as Debian, I can run GNOME without any problems, include this error message, without GDM. GDM should not be a required module. > And also, I believe this message told us the slow responding of gnome-panel. If I run startx as root, this error message would gone. So I believe this is caused by a security policy(possibly dbus). > I hope my analysis is useful :) Root works because root is, of course, authorized to shutdown the system. When you're a non-root user, additional authorization needs to be done. Joe > > ------------------ > Bear > 2010-07-11 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-11 14:22:58 > To:Bear > CC:FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/10/10 10:20 PM, Bear wrote: >> hi, >> Thanks for your working on these issues! Cant you recreate the issue? I can say something about the issue which related to gnome-panel. I always met this issue. My environment is listed below: >> Hardware: >> CPU: Intel Q8300 >> Video: GeForce GTS 250 512MB >> RAM: Kingstone 2GB DDR2 800 >> Motherboard: GA-EP45-UD3 rev 1.0 (Chipset: Intel P45) >> >> Software: >> FreeBSD 8.0-RELEASE >> Xorg >> gnome2-lite >> >> I installed my OS and then modify my PASKAGESITE to 8-stable. Then I typed in >> pkg_add -r xorg gnome2-lite >> >> And then I add dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf. I also add the line into /etc/fstab to make it mount /proc automatically. I am sure that they both okay to ping localhost and my computer name. Then I reboot my computer and then modified ~/.xinitrc to add the line below: >> exec ck-launch-session gnome-session >> >> At last, I ran startx. Then the issue appeared. gnome-panel took long time to appear and in tty0, I got error messages like: >> >> ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut down is available: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. > > This is exactly what I see when I use startx, and it is expected. > Gnome-panel is trying to talk to GDM during this time. Since GDM is not > running, you get this failure. If you want to get rid of this, you'll > need to start GNOME with GDM. > > Joe > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 11 17:20:26 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E97A4106567A; Sun, 11 Jul 2010 17:20:26 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 912EA8FC0A; Sun, 11 Jul 2010 17:20:26 +0000 (UTC) Received: by gxk24 with SMTP id 24so2739027gxk.13 for ; Sun, 11 Jul 2010 10:20:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=yd+BKCmm3mehdKdNXrKfcs0katw21xhbcOQH5bkxymk=; b=mEXJevhZ1ioa3j5oj1D03wEA98zwITFyotqo8cyKfm6UhaMl27yl0P+4+JxNezfakJ IN7UVTOYye+qNjr5gLEMbKJMRRGhwlYU0WGD6HS5XePwQK5eUH88ZIyAXAPFUpLI5Hna Yy92fJvvCEuHd+2AAjiRSa7IpDRz4zyM9YsPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Y/g5pP20QV6ePK/XU9kOfs8/iJi+YjVp3mYue74Ivm2aqTQFAoGBFbw5IfvTKn6yHc HGnVuUyRBdTUT3LoPaREQ5ydYWTcV2jFZJpts2Abh7PIxI1l/iVLn/1lHVsd445gIqQi XQGDIVNevZ+wvoVR55V4znrt7ueWxvh6FkXPc= MIME-Version: 1.0 Received: by 10.150.237.10 with SMTP id k10mr3991128ybh.291.1278868825763; Sun, 11 Jul 2010 10:20:25 -0700 (PDT) Received: by 10.151.8.13 with HTTP; Sun, 11 Jul 2010 10:20:25 -0700 (PDT) In-Reply-To: <4C39EF50.5040406@freebsd.org> References: <201007111019575043861@Gmail.com> <4C39633C.4010504@freebsd.org> <201007111558532823760@Gmail.com> <4C39EF50.5040406@freebsd.org> Date: Mon, 12 Jul 2010 01:20:25 +0800 Message-ID: From: Lingfeng Xiong To: Joe Marcus Clarke , FreeBSD GNOME Users Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: SUMMARY: GNOME startup issues 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: Sun, 11 Jul 2010 17:20:27 -0000 Hi, According your reply, can i assume that you mean gdm is a required module for gnome to work well? But i must say i dont think so. Gdm may really can solve this issue but it is not the source of this. 1. I installed gnome without gdm in linux, and it worked well, no problem. 2. If this issue is caused by a normal user have no right to shutdown, gnome-session at least should reply a 'refuse' message instead of response nothing. 3. Gnome-panel is talking with gnome-session, not gdm. 4. If i double click on a non-freebsd partition, nothing would appear. 10min later, it may told me something no responding. I know this is a problem related to hal, but dont you think it is also a problem related to dbus? The default policy deny this message too. If i did this in linux, a error box(no right,because i run gnome-session without ck-launch-session) would appear immediatly. On 7/12/10, Joe Marcus Clarke wrote: > On 7/11/10 3:58 AM, Bear wrote: >> hi, >> Thanks for your reply. But I dont think GDM is required. When I use Linux >> such as Debian, I can run GNOME without any problems, include this error >> message, without GDM. GDM should not be a required module. >> And also, I believe this message told us the slow responding of >> gnome-panel. If I run startx as root, this error message would gone. So I >> believe this is caused by a security policy(possibly dbus). >> I hope my analysis is useful :) > > Root works because root is, of course, authorized to shutdown the > system. When you're a non-root user, additional authorization needs to > be done. > > Joe > >> >> ------------------ >> Bear >> 2010-07-11 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke >> Send Date:2010-07-11 14:22:58 >> To:Bear >> CC:FreeBSD GNOME Users >> Subject:Re: SUMMARY: GNOME startup issues >> >> On 7/10/10 10:20 PM, Bear wrote: >>> hi, >>> Thanks for your working on these issues! Cant you recreate the issue? I >>> can say something about the issue which related to gnome-panel. I always >>> met this issue. My environment is listed below: >>> Hardware: >>> CPU: Intel Q8300 >>> Video: GeForce GTS 250 512MB >>> RAM: Kingstone 2GB DDR2 800 >>> Motherboard: GA-EP45-UD3 rev 1.0 (Chipset: Intel P45) >>> >>> Software: >>> FreeBSD 8.0-RELEASE >>> Xorg >>> gnome2-lite >>> >>> I installed my OS and then modify my PASKAGESITE to 8-stable. Then I >>> typed in >>> pkg_add -r xorg gnome2-lite >>> >>> And then I add dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf. >>> I also add the line into /etc/fstab to make it mount /proc automatically. >>> I am sure that they both okay to ping localhost and my computer name. >>> Then I reboot my computer and then modified ~/.xinitrc to add the line >>> below: >>> exec ck-launch-session gnome-session >>> >>> At last, I ran startx. Then the issue appeared. gnome-panel took long >>> time to appear and in tty0, I got error messages like: >>> >>> ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut >>> down is available: Did not receive a reply. Possible causes include: the >>> remote application did not send a reply, the message bus security policy >>> blocked the reply, the reply timeout expired, or the network connection >>> was broken. >> >> This is exactly what I see when I use startx, and it is expected. >> Gnome-panel is trying to talk to GDM during this time. Since GDM is not >> running, you get this failure. If you want to get rid of this, you'll >> need to start GNOME with GDM. >> >> Joe >> > > > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: gnome@FreeBSD.org > FreeNode / #freebsd-gnome > http://www.FreeBSD.org/gnome > -- Sent from my mobile device From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 05:18:52 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5A1C1065673 for ; Mon, 12 Jul 2010 05:18:52 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firestar.cisco.com [171.68.227.75]) by mx1.freebsd.org (Postfix) with ESMTP id A91378FC16 for ; Mon, 12 Jul 2010 05:18:52 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6C5Iplr028076 for ; Sun, 11 Jul 2010 22:18:51 -0700 (PDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6C5IjQe029418 for ; Mon, 12 Jul 2010 01:18:45 -0400 (EDT) Message-ID: <4C3AA5B5.1050505@freebsd.org> Date: Mon, 12 Jul 2010 01:18:45 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: CFT: Patch for consolekit for startx sessions 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: Mon, 12 Jul 2010 05:18:52 -0000 For those seeing a delay with GNOME starting up when running it from startx, try this patch to sysutils/consolekit: http://people.freebsd.org/~marcus/consolekit.diff Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 11:07:22 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD90D106568E for ; Mon, 12 Jul 2010 11:07:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 934808FC25 for ; Mon, 12 Jul 2010 11:07:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6CB7Mne094336 for ; Mon, 12 Jul 2010 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6CB7MNe094334 for gnome@FreeBSD.org; Mon, 12 Jul 2010 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Jul 2010 11:07:22 GMT Message-Id: <201007121107.o6CB7MNe094334@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org 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: Mon, 12 Jul 2010 11:07:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148450 gnome devel/glib20: recent glib20 __STDC_ISO_10646__ fix cau o ports/148442 gnome Update irc/xchat to latest 2.8.8 o ports/148333 gnome x11/gnome-panel 2.30 and panel UI slow 'load time' (10 f ports/148272 gnome polkit-gnome-authen core dumps when starting gnome o ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho p ports/148235 gnome Supress noisy, always fail test condition in devel/xdg o ports/148129 gnome x11/gnome2-lite 2.2.30.1 does not allow user login f ports/148102 gnome make install can fail for ports-mgmt/packagekit [patch o ports/147814 gnome textproc/gnome-doc-utils: SyntaxError: invalid syntax o ports/147655 gnome [PATCH] textproc/libxslt: remove USE_GETTEXT=yes f ports/146544 gnome graphics/inkscape crashes when locale is enabled o ports/146422 gnome [patch] x11-toolkits/gtk20: experimental DIRECTFB targ o ports/146421 gnome [patch] graphics/cairo: add DIRECTFB knob p ports/145669 gnome audio/gnome-media hard dep on pulseaudio o ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup o ports/143260 gnome devel/gobject-introspection writes files in $HOME o ports/142549 gnome sysutils/hal: hald cannot find DVD/CS anymore p ports/141033 gnome [PATCH] allow to build devel/libsoup without gnome o ports/140533 gnome bsd.gnome.mk - mtree may get parameters w/o space s ports/140216 gnome [patch] devel/nspr does not check POLLHUP in PR_Connec s ports/137367 gnome net/libproxy: add menu option to configure dependence o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis 22 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 13:35:21 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CFBC1065672; Mon, 12 Jul 2010 13:35:21 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2355E8FC20; Mon, 12 Jul 2010 13:35:21 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o6CDZJDt025139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jul 2010 06:35:20 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id A5ACC1CC0D; Mon, 12 Jul 2010 06:35:19 -0700 (PDT) To: Joe Marcus Clarke In-reply-to: Your message of "Sat, 10 Jul 2010 13:39:48 EDT." <4C38B064.1000807@freebsd.org> Date: Mon, 12 Jul 2010 06:35:19 -0700 From: "Kevin Oberman" Message-Id: <20100712133519.A5ACC1CC0D@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-07-12_02:2010-02-06, 2010-07-12, 2010-07-11 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1007120054 Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 13:35:21 -0000 > Date: Sat, 10 Jul 2010 13:39:48 -0400 > From: Joe Marcus Clarke > Sender: owner-freebsd-gnome@freebsd.org > > Okay, I have been spending time trying to recreate the problems people > have been reporting with GNOME. The problems are: > > * polkit-gnome-authentication-agent-1 crashes at startup > * gnome-panel takes too long to start > * Workspace Switcher does not work > > Sadly, I was unable to recreate what I would consider any problems. I > tested the following configurations: > > * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 > * FreeBSD i386 -CURRENT from July 4 with ports from July 4 > * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 > * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare > Fusion 3.0 on a Mac) > > I tested by starting GNOME from GDM and using startx. My ~/.initrc has > simply this: > > #!/bin/sh > > exec ck-launch-session gnome-session > > My locale is en_US.UTF-8. I have procfs mounted, and I can perform: > > ping `localhost` > > Successfully. I am not running ANY firewalls, and I have not enabled > any blackholes for TCP or UDP. > > When I run GNOME from startx, I do see a delay of about 10 seconds while > waiting for the panel to appear. This is because gnome-panel is trying > to contact GDM to determine if shutdown/reboot support is enabled. This > delay is expected in a startx configuration. > > Workspace Switcher has always worked for me. I tried switching > workspaces with the keyboard shortcut and by clicking on the space in > the lower panel. Both worked. I was also able to bring up properties, > and add an additional workspace. > > I was able to see a problem with polkit-gnome-authentication-agent-1 in > ONE instance. A core was produced. This problem seems to occur when > GDM switches the user to the logged in user. I didn't notice any other > problems related to this, though. > > For those still seeing workspace switch problems, rebuild gnome-panel > with debugging symbols, then bind gdb to workspace switcher, and get a > backtrace when it appears to be hung up. That's after making sure all > of the above is inline as much as possible with my test machines. I patched and re-built consolekit, re-booted and re-started Gnome. I see no changes in behavior. I see a delay in the panel start and attempting to add to a panel results in a panel freeze for exactly 25 seconds during which the panel is completely frozen, including the portion of the popup menu showing most of the selected "Add to Panel..." item. After exactly 25 seconds, the panel re-draws properly and the Add to Panel window appears. (The individual applets DO update, though.) There is no change in this from pre-patch system. I do see one change which may or may not be a result of the patch. My netspeed applet crashes immediately and attempting to re-add it results in "The panel encountered a problem while loading "OAFIID:GNOME_NetspeedApplet"." Again, this may not be tied to the consolekit applet as it has been a bit unstable since I updated to 2.30, but it seems completely broken since the patch. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 15:05:40 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2E9106564A for ; Mon, 12 Jul 2010 15:05:40 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 40D058FC1C for ; Mon, 12 Jul 2010 15:05:39 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CF5ZsC013655; Mon, 12 Jul 2010 11:05:35 -0400 (EDT) Received: from dhcp-64-102-220-169.cisco.com (dhcp-64-102-220-169.cisco.com [64.102.220.169]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CF5ZNi015896; Mon, 12 Jul 2010 11:05:35 -0400 (EDT) Message-ID: <4C3B2F3F.4020702@freebsd.org> Date: Mon, 12 Jul 2010 11:05:35 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Kevin Oberman References: <20100712133519.A5ACC1CC0D@ptavv.es.net> In-Reply-To: <20100712133519.A5ACC1CC0D@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 15:05:40 -0000 On 7/12/10 9:35 AM, Kevin Oberman wrote: >> Date: Sat, 10 Jul 2010 13:39:48 -0400 >> From: Joe Marcus Clarke >> Sender: owner-freebsd-gnome@freebsd.org >> >> Okay, I have been spending time trying to recreate the problems people >> have been reporting with GNOME. The problems are: >> >> * polkit-gnome-authentication-agent-1 crashes at startup >> * gnome-panel takes too long to start >> * Workspace Switcher does not work >> >> Sadly, I was unable to recreate what I would consider any problems. I >> tested the following configurations: >> >> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >> Fusion 3.0 on a Mac) >> >> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >> simply this: >> >> #!/bin/sh >> >> exec ck-launch-session gnome-session >> >> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >> >> ping `localhost` >> >> Successfully. I am not running ANY firewalls, and I have not enabled >> any blackholes for TCP or UDP. >> >> When I run GNOME from startx, I do see a delay of about 10 seconds while >> waiting for the panel to appear. This is because gnome-panel is trying >> to contact GDM to determine if shutdown/reboot support is enabled. This >> delay is expected in a startx configuration. >> >> Workspace Switcher has always worked for me. I tried switching >> workspaces with the keyboard shortcut and by clicking on the space in >> the lower panel. Both worked. I was also able to bring up properties, >> and add an additional workspace. >> >> I was able to see a problem with polkit-gnome-authentication-agent-1 in >> ONE instance. A core was produced. This problem seems to occur when >> GDM switches the user to the logged in user. I didn't notice any other >> problems related to this, though. >> >> For those still seeing workspace switch problems, rebuild gnome-panel >> with debugging symbols, then bind gdb to workspace switcher, and get a >> backtrace when it appears to be hung up. That's after making sure all >> of the above is inline as much as possible with my test machines. > > I patched and re-built consolekit, re-booted and re-started Gnome. I see > no changes in behavior. I see a delay in the panel start and attempting > to add to a panel results in a panel freeze for exactly 25 seconds > during which the panel is completely frozen, including the portion of the > popup menu showing most of the selected "Add to Panel..." item. After > exactly 25 seconds, the panel re-draws properly and the Add to Panel > window appears. (The individual applets DO update, though.) > > There is no change in this from pre-patch system. > > I do see one change which may or may not be a result of the patch. My > netspeed applet crashes immediately and attempting to re-add it results > in "The panel encountered a problem while loading > "OAFIID:GNOME_NetspeedApplet"." > > Again, this may not be tied to the consolekit applet as it has been a > bit unstable since I updated to 2.30, but it seems completely broken > since the patch. What does ck-list-sessions report? Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 15:16:59 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05996106566B; Mon, 12 Jul 2010 15:16:59 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id DFCA38FC19; Mon, 12 Jul 2010 15:16:58 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o6CFGv3l029335 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jul 2010 08:16:58 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id AB5871CC44; Mon, 12 Jul 2010 08:16:57 -0700 (PDT) To: Joe Marcus Clarke In-reply-to: Your message of "Mon, 12 Jul 2010 11:05:35 EDT." <4C3B2F3F.4020702@freebsd.org> Date: Mon, 12 Jul 2010 08:16:57 -0700 From: "Kevin Oberman" Message-Id: <20100712151657.AB5871CC44@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-07-12_02:2010-02-06, 2010-07-12, 2010-07-11 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1007120071 Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 15:16:59 -0000 > Date: Mon, 12 Jul 2010 11:05:35 -0400 > From: Joe Marcus Clarke > > On 7/12/10 9:35 AM, Kevin Oberman wrote: > >> Date: Sat, 10 Jul 2010 13:39:48 -0400 > >> From: Joe Marcus Clarke > >> Sender: owner-freebsd-gnome@freebsd.org > >> > >> Okay, I have been spending time trying to recreate the problems people > >> have been reporting with GNOME. The problems are: > >> > >> * polkit-gnome-authentication-agent-1 crashes at startup > >> * gnome-panel takes too long to start > >> * Workspace Switcher does not work > >> > >> Sadly, I was unable to recreate what I would consider any problems. I > >> tested the following configurations: > >> > >> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 > >> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 > >> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 > >> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare > >> Fusion 3.0 on a Mac) > >> > >> I tested by starting GNOME from GDM and using startx. My ~/.initrc has > >> simply this: > >> > >> #!/bin/sh > >> > >> exec ck-launch-session gnome-session > >> > >> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: > >> > >> ping `localhost` > >> > >> Successfully. I am not running ANY firewalls, and I have not enabled > >> any blackholes for TCP or UDP. > >> > >> When I run GNOME from startx, I do see a delay of about 10 seconds while > >> waiting for the panel to appear. This is because gnome-panel is trying > >> to contact GDM to determine if shutdown/reboot support is enabled. This > >> delay is expected in a startx configuration. > >> > >> Workspace Switcher has always worked for me. I tried switching > >> workspaces with the keyboard shortcut and by clicking on the space in > >> the lower panel. Both worked. I was also able to bring up properties, > >> and add an additional workspace. > >> > >> I was able to see a problem with polkit-gnome-authentication-agent-1 in > >> ONE instance. A core was produced. This problem seems to occur when > >> GDM switches the user to the logged in user. I didn't notice any other > >> problems related to this, though. > >> > >> For those still seeing workspace switch problems, rebuild gnome-panel > >> with debugging symbols, then bind gdb to workspace switcher, and get a > >> backtrace when it appears to be hung up. That's after making sure all > >> of the above is inline as much as possible with my test machines. > > > > I patched and re-built consolekit, re-booted and re-started Gnome. I see > > no changes in behavior. I see a delay in the panel start and attempting > > to add to a panel results in a panel freeze for exactly 25 seconds > > during which the panel is completely frozen, including the portion of the > > popup menu showing most of the selected "Add to Panel..." item. After > > exactly 25 seconds, the panel re-draws properly and the Add to Panel > > window appears. (The individual applets DO update, though.) > > > > There is no change in this from pre-patch system. > > > > I do see one change which may or may not be a result of the patch. My > > netspeed applet crashes immediately and attempting to re-add it results > > in "The panel encountered a problem while loading > > "OAFIID:GNOME_NetspeedApplet"." > > > > Again, this may not be tied to the consolekit applet as it has been a > > bit unstable since I updated to 2.30, but it seems completely broken > > since the patch. > > What does ck-list-sessions report? > ck-list-sessions Session1: unix-user = '9381' realname = 'Kevin Oberman' seat = 'Seat1' session-type = '' active = FALSE x11-display = ':0' x11-display-device = 'ttyv0' display-device = 'ttyv0' remote-host-name = '' is-local = TRUE on-since = '2010-07-12T13:15:46.554682Z' login-session-id = '' -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 16:41:31 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54ED11065673 for ; Mon, 12 Jul 2010 16:41:31 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 224508FC22 for ; Mon, 12 Jul 2010 16:41:30 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CGfS99021262; Mon, 12 Jul 2010 12:41:29 -0400 (EDT) Received: from dhcp-64-102-220-169.cisco.com (dhcp-64-102-220-169.cisco.com [64.102.220.169]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CGfSIa009726; Mon, 12 Jul 2010 12:41:28 -0400 (EDT) Message-ID: <4C3B45B8.2030504@freebsd.org> Date: Mon, 12 Jul 2010 12:41:28 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Kevin Oberman References: <20100712151657.AB5871CC44@ptavv.es.net> In-Reply-To: <20100712151657.AB5871CC44@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 16:41:31 -0000 On 7/12/10 11:16 AM, Kevin Oberman wrote: >> Date: Mon, 12 Jul 2010 11:05:35 -0400 >> From: Joe Marcus Clarke >> >> On 7/12/10 9:35 AM, Kevin Oberman wrote: >>>> Date: Sat, 10 Jul 2010 13:39:48 -0400 >>>> From: Joe Marcus Clarke >>>> Sender: owner-freebsd-gnome@freebsd.org >>>> >>>> Okay, I have been spending time trying to recreate the problems people >>>> have been reporting with GNOME. The problems are: >>>> >>>> * polkit-gnome-authentication-agent-1 crashes at startup >>>> * gnome-panel takes too long to start >>>> * Workspace Switcher does not work >>>> >>>> Sadly, I was unable to recreate what I would consider any problems. I >>>> tested the following configurations: >>>> >>>> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >>>> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >>>> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >>>> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >>>> Fusion 3.0 on a Mac) >>>> >>>> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >>>> simply this: >>>> >>>> #!/bin/sh >>>> >>>> exec ck-launch-session gnome-session >>>> >>>> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >>>> >>>> ping `localhost` >>>> >>>> Successfully. I am not running ANY firewalls, and I have not enabled >>>> any blackholes for TCP or UDP. >>>> >>>> When I run GNOME from startx, I do see a delay of about 10 seconds while >>>> waiting for the panel to appear. This is because gnome-panel is trying >>>> to contact GDM to determine if shutdown/reboot support is enabled. This >>>> delay is expected in a startx configuration. >>>> >>>> Workspace Switcher has always worked for me. I tried switching >>>> workspaces with the keyboard shortcut and by clicking on the space in >>>> the lower panel. Both worked. I was also able to bring up properties, >>>> and add an additional workspace. >>>> >>>> I was able to see a problem with polkit-gnome-authentication-agent-1 in >>>> ONE instance. A core was produced. This problem seems to occur when >>>> GDM switches the user to the logged in user. I didn't notice any other >>>> problems related to this, though. >>>> >>>> For those still seeing workspace switch problems, rebuild gnome-panel >>>> with debugging symbols, then bind gdb to workspace switcher, and get a >>>> backtrace when it appears to be hung up. That's after making sure all >>>> of the above is inline as much as possible with my test machines. >>> >>> I patched and re-built consolekit, re-booted and re-started Gnome. I see >>> no changes in behavior. I see a delay in the panel start and attempting >>> to add to a panel results in a panel freeze for exactly 25 seconds >>> during which the panel is completely frozen, including the portion of the >>> popup menu showing most of the selected "Add to Panel..." item. After >>> exactly 25 seconds, the panel re-draws properly and the Add to Panel >>> window appears. (The individual applets DO update, though.) >>> >>> There is no change in this from pre-patch system. >>> >>> I do see one change which may or may not be a result of the patch. My >>> netspeed applet crashes immediately and attempting to re-add it results >>> in "The panel encountered a problem while loading >>> "OAFIID:GNOME_NetspeedApplet"." >>> >>> Again, this may not be tied to the consolekit applet as it has been a >>> bit unstable since I updated to 2.30, but it seems completely broken >>> since the patch. >> >> What does ck-list-sessions report? >> ck-list-sessions > Session1: > unix-user = '9381' > realname = 'Kevin Oberman' > seat = 'Seat1' > session-type = '' > active = FALSE > x11-display = ':0' > x11-display-device = 'ttyv0' > display-device = 'ttyv0' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-12T13:15:46.554682Z' > login-session-id = '' Are you sure you applied the patch correctly, rebuilt, and reinstalled? The x11-display-device should NOT be ttyv0 anymore, and the session should be active. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 16:47:52 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D89D6106566B; Mon, 12 Jul 2010 16:47:52 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id A24958FC16; Mon, 12 Jul 2010 16:47:52 +0000 (UTC) Received: by pxi8 with SMTP id 8so2101595pxi.13 for ; Mon, 12 Jul 2010 09:47:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=D3zq+JJWHP6tjTEY+yRXD6wa/+nSMN7QPzyJ9PgWUHk=; b=H0aG9jiC15d7sjWugrP444XtmJFLj8OqgGPPnLz9WknWKv4UQn1bzfc6H1u/NTq4LJ 1AtaGXn0ICMLzpb7IVKYdnUS9PDI2e4i1o+AA+RdHYL32WFL248zofiiTwffFN4fJSRc r4LcShWqLG31iuBPFKHqihH8dGaE1rHLFCzCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=D54+iZdp03/GR50ToBe9eltnveXfJ8f5ZxY1W3Dn9yuoFrBWyQ4wLhXSMXe92d+axe 3kIfw0rmy5L/zFLl4Ai4zSlXNsFRtxM+5spazYO/L8TLvNqqcdfszk7c644QzATqAB3e E6ohCatyrFr2XosrqsqRSd7r/luYJ2YeijBJw= Received: by 10.114.107.10 with SMTP id f10mr16507823wac.102.1278952959458; Mon, 12 Jul 2010 09:42:39 -0700 (PDT) Received: from Bear-PC ([183.32.185.155]) by mx.google.com with ESMTPS id c10sm70979825wam.1.2010.07.12.09.42.36 (version=SSLv3 cipher=RC4-MD5); Mon, 12 Jul 2010 09:42:38 -0700 (PDT) Date: Tue, 13 Jul 2010 00:42:35 +0800 From: Bear To: "Kevin Oberman" , "Joe Marcus Clarke" References: <20100712133519.A5ACC1CC0D@ptavv.es.net> Message-ID: <201007130042330408008@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 16:47:52 -0000 hi, Yes, I got the same result. I patched my consolekit and nothing change. ------------------ Bear 2010-07-13 ------------------------------------------------------------- From:Kevin Oberman Send Date:2010-07-12 21:36:34 To:Joe Marcus Clarke CC:FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues > Date: Sat, 10 Jul 2010 13:39:48 -0400 > From: Joe Marcus Clarke > Sender: owner-freebsd-gnome@freebsd.org > > Okay, I have been spending time trying to recreate the problems people > have been reporting with GNOME. The problems are: > > * polkit-gnome-authentication-agent-1 crashes at startup > * gnome-panel takes too long to start > * Workspace Switcher does not work > > Sadly, I was unable to recreate what I would consider any problems. I > tested the following configurations: > > * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 > * FreeBSD i386 -CURRENT from July 4 with ports from July 4 > * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 > * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare > Fusion 3.0 on a Mac) > > I tested by starting GNOME from GDM and using startx. My ~/.initrc has > simply this: > > #!/bin/sh > > exec ck-launch-session gnome-session > > My locale is en_US.UTF-8. I have procfs mounted, and I can perform: > > ping `localhost` > > Successfully. I am not running ANY firewalls, and I have not enabled > any blackholes for TCP or UDP. > > When I run GNOME from startx, I do see a delay of about 10 seconds while > waiting for the panel to appear. This is because gnome-panel is trying > to contact GDM to determine if shutdown/reboot support is enabled. This > delay is expected in a startx configuration. > > Workspace Switcher has always worked for me. I tried switching > workspaces with the keyboard shortcut and by clicking on the space in > the lower panel. Both worked. I was also able to bring up properties, > and add an additional workspace. > > I was able to see a problem with polkit-gnome-authentication-agent-1 in > ONE instance. A core was produced. This problem seems to occur when > GDM switches the user to the logged in user. I didn't notice any other > problems related to this, though. > > For those still seeing workspace switch problems, rebuild gnome-panel > with debugging symbols, then bind gdb to workspace switcher, and get a > backtrace when it appears to be hung up. That's after making sure all > of the above is inline as much as possible with my test machines. I patched and re-built consolekit, re-booted and re-started Gnome. I see no changes in behavior. I see a delay in the panel start and attempting to add to a panel results in a panel freeze for exactly 25 seconds during which the panel is completely frozen, including the portion of the popup menu showing most of the selected "Add to Panel..." item. After exactly 25 seconds, the panel re-draws properly and the Add to Panel window appears. (The individual applets DO update, though.) There is no change in this from pre-patch system. I do see one change which may or may not be a result of the patch. My netspeed applet crashes immediately and attempting to re-add it results in "The panel encountered a problem while loading "OAFIID:GNOME_NetspeedApplet"." Again, this may not be tied to the consolekit applet as it has been a bit unstable since I updated to 2.30, but it seems completely broken since the patch. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 _______________________________________________ freebsd-gnome@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 17:09:26 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB6E1065670 for ; Mon, 12 Jul 2010 17:09:26 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id AD1BE8FC0A for ; Mon, 12 Jul 2010 17:09:26 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CH9OZN023443; Mon, 12 Jul 2010 13:09:24 -0400 (EDT) Received: from dhcp-64-102-220-169.cisco.com (dhcp-64-102-220-169.cisco.com [64.102.220.169]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CH9OPf009684; Mon, 12 Jul 2010 13:09:24 -0400 (EDT) Message-ID: <4C3B4C44.7020504@freebsd.org> Date: Mon, 12 Jul 2010 13:09:24 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <20100712133519.A5ACC1CC0D@ptavv.es.net> <201007130042330408008@Gmail.com> In-Reply-To: <201007130042330408008@Gmail.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 17:09:26 -0000 On 7/12/10 12:42 PM, Bear wrote: > hi, > Yes, I got the same result. I patched my consolekit and nothing change. Did you actually reinstall consolekit, and reboot? Console-kit-daemon doesn't actually restart after logout. Joe > > ------------------ > Bear > 2010-07-13 > > ------------------------------------------------------------- > From:Kevin Oberman > Send Date:2010-07-12 21:36:34 > To:Joe Marcus Clarke > CC:FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > >> Date: Sat, 10 Jul 2010 13:39:48 -0400 >> From: Joe Marcus Clarke >> Sender: owner-freebsd-gnome@freebsd.org >> >> Okay, I have been spending time trying to recreate the problems people >> have been reporting with GNOME. The problems are: >> >> * polkit-gnome-authentication-agent-1 crashes at startup >> * gnome-panel takes too long to start >> * Workspace Switcher does not work >> >> Sadly, I was unable to recreate what I would consider any problems. I >> tested the following configurations: >> >> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >> Fusion 3.0 on a Mac) >> >> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >> simply this: >> >> #!/bin/sh >> >> exec ck-launch-session gnome-session >> >> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >> >> ping `localhost` >> >> Successfully. I am not running ANY firewalls, and I have not enabled >> any blackholes for TCP or UDP. >> >> When I run GNOME from startx, I do see a delay of about 10 seconds while >> waiting for the panel to appear. This is because gnome-panel is trying >> to contact GDM to determine if shutdown/reboot support is enabled. This >> delay is expected in a startx configuration. >> >> Workspace Switcher has always worked for me. I tried switching >> workspaces with the keyboard shortcut and by clicking on the space in >> the lower panel. Both worked. I was also able to bring up properties, >> and add an additional workspace. >> >> I was able to see a problem with polkit-gnome-authentication-agent-1 in >> ONE instance. A core was produced. This problem seems to occur when >> GDM switches the user to the logged in user. I didn't notice any other >> problems related to this, though. >> >> For those still seeing workspace switch problems, rebuild gnome-panel >> with debugging symbols, then bind gdb to workspace switcher, and get a >> backtrace when it appears to be hung up. That's after making sure all >> of the above is inline as much as possible with my test machines. > > I patched and re-built consolekit, re-booted and re-started Gnome. I see > no changes in behavior. I see a delay in the panel start and attempting > to add to a panel results in a panel freeze for exactly 25 seconds > during which the panel is completely frozen, including the portion of the > popup menu showing most of the selected "Add to Panel..." item. After > exactly 25 seconds, the panel re-draws properly and the Add to Panel > window appears. (The individual applets DO update, though.) > > There is no change in this from pre-patch system. > > I do see one change which may or may not be a result of the patch. My > netspeed applet crashes immediately and attempting to re-add it results > in "The panel encountered a problem while loading > "OAFIID:GNOME_NetspeedApplet"." > > Again, this may not be tied to the consolekit applet as it has been a > bit unstable since I updated to 2.30, but it seems completely broken > since the patch. -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 20:31:59 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC4D9106566B; Mon, 12 Jul 2010 20:31:59 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id A29908FC27; Mon, 12 Jul 2010 20:31:59 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o6CKVwXF015014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jul 2010 13:31:58 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 774361CC0D; Mon, 12 Jul 2010 13:31:58 -0700 (PDT) To: Joe Marcus Clarke In-reply-to: Your message of "Mon, 12 Jul 2010 12:41:28 EDT." <4C3B45B8.2030504@freebsd.org> Date: Mon, 12 Jul 2010 13:31:58 -0700 From: "Kevin Oberman" Message-Id: <20100712203158.774361CC0D@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-07-12_04:2010-02-06, 2010-07-12, 2010-07-12 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1007120109 Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 20:31:59 -0000 > Date: Mon, 12 Jul 2010 12:41:28 -0400 > From: Joe Marcus Clarke > > On 7/12/10 11:16 AM, Kevin Oberman wrote: > >> Date: Mon, 12 Jul 2010 11:05:35 -0400 > >> From: Joe Marcus Clarke > >> > >> On 7/12/10 9:35 AM, Kevin Oberman wrote: > >>>> Date: Sat, 10 Jul 2010 13:39:48 -0400 > >>>> From: Joe Marcus Clarke > >>>> Sender: owner-freebsd-gnome@freebsd.org > >>>> > >>>> Okay, I have been spending time trying to recreate the problems people > >>>> have been reporting with GNOME. The problems are: > >>>> > >>>> * polkit-gnome-authentication-agent-1 crashes at startup > >>>> * gnome-panel takes too long to start > >>>> * Workspace Switcher does not work > >>>> > >>>> Sadly, I was unable to recreate what I would consider any problems. I > >>>> tested the following configurations: > >>>> > >>>> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 > >>>> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 > >>>> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 > >>>> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare > >>>> Fusion 3.0 on a Mac) > >>>> > >>>> I tested by starting GNOME from GDM and using startx. My ~/.initrc has > >>>> simply this: > >>>> > >>>> #!/bin/sh > >>>> > >>>> exec ck-launch-session gnome-session > >>>> > >>>> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: > >>>> > >>>> ping `localhost` > >>>> > >>>> Successfully. I am not running ANY firewalls, and I have not enabled > >>>> any blackholes for TCP or UDP. > >>>> > >>>> When I run GNOME from startx, I do see a delay of about 10 seconds while > >>>> waiting for the panel to appear. This is because gnome-panel is trying > >>>> to contact GDM to determine if shutdown/reboot support is enabled. This > >>>> delay is expected in a startx configuration. > >>>> > >>>> Workspace Switcher has always worked for me. I tried switching > >>>> workspaces with the keyboard shortcut and by clicking on the space in > >>>> the lower panel. Both worked. I was also able to bring up properties, > >>>> and add an additional workspace. > >>>> > >>>> I was able to see a problem with polkit-gnome-authentication-agent-1 in > >>>> ONE instance. A core was produced. This problem seems to occur when > >>>> GDM switches the user to the logged in user. I didn't notice any other > >>>> problems related to this, though. > >>>> > >>>> For those still seeing workspace switch problems, rebuild gnome-panel > >>>> with debugging symbols, then bind gdb to workspace switcher, and get a > >>>> backtrace when it appears to be hung up. That's after making sure all > >>>> of the above is inline as much as possible with my test machines. > >>> > >>> I patched and re-built consolekit, re-booted and re-started Gnome. I see > >>> no changes in behavior. I see a delay in the panel start and attempting > >>> to add to a panel results in a panel freeze for exactly 25 seconds > >>> during which the panel is completely frozen, including the portion of the > >>> popup menu showing most of the selected "Add to Panel..." item. After > >>> exactly 25 seconds, the panel re-draws properly and the Add to Panel > >>> window appears. (The individual applets DO update, though.) > >>> > >>> There is no change in this from pre-patch system. > >>> > >>> I do see one change which may or may not be a result of the patch. My > >>> netspeed applet crashes immediately and attempting to re-add it results > >>> in "The panel encountered a problem while loading > >>> "OAFIID:GNOME_NetspeedApplet"." > >>> > >>> Again, this may not be tied to the consolekit applet as it has been a > >>> bit unstable since I updated to 2.30, but it seems completely broken > >>> since the patch. > >> > >> What does ck-list-sessions report? > >> ck-list-sessions > > Session1: > > unix-user = '9381' > > realname = 'Kevin Oberman' > > seat = 'Seat1' > > session-type = '' > > active = FALSE > > x11-display = ':0' > > x11-display-device = 'ttyv0' > > display-device = 'ttyv0' > > remote-host-name = '' > > is-local = TRUE > > on-since = '2010-07-12T13:15:46.554682Z' > > login-session-id = '' > > Are you sure you applied the patch correctly, rebuilt, and reinstalled? > The x11-display-device should NOT be ttyv0 anymore, and the session > should be active. I have confirmed that the patch installed cleanly, now. It still seems to make no difference. Yes, I re-booted after the installation. I still have: Session1: unix-user = '9381' realname = 'Kevin Oberman' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/ttyv8' display-device = 'ttyv0' remote-host-name = '' is-local = TRUE on-since = '2010-07-12T20:03:35.364034Z' login-session-id = '' I have checked the contents of ck-collect-session-info.c and they have been patched. ck-get-x11-display-device is present in files and is patched. I have confirmed that /usr/local/sbin contains all of the freshly built files. I am at a loss to explain this. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 20:43:19 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 569401065675 for ; Mon, 12 Jul 2010 20:43:19 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firestar.cisco.com [171.68.227.75]) by mx1.freebsd.org (Postfix) with ESMTP id 402C48FC21 for ; Mon, 12 Jul 2010 20:43:19 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CKhD8O019479; Mon, 12 Jul 2010 13:43:14 -0700 (PDT) Received: from dhcp-64-102-220-169.cisco.com (dhcp-64-102-220-169.cisco.com [64.102.220.169]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CKh8Hg020905; Mon, 12 Jul 2010 16:43:08 -0400 (EDT) Message-ID: <4C3B7E5C.2080601@freebsd.org> Date: Mon, 12 Jul 2010 16:43:08 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Kevin Oberman References: <20100712203158.774361CC0D@ptavv.es.net> In-Reply-To: <20100712203158.774361CC0D@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 20:43:19 -0000 On 7/12/10 4:31 PM, Kevin Oberman wrote: >> Date: Mon, 12 Jul 2010 12:41:28 -0400 >> From: Joe Marcus Clarke >> >> On 7/12/10 11:16 AM, Kevin Oberman wrote: >>>> Date: Mon, 12 Jul 2010 11:05:35 -0400 >>>> From: Joe Marcus Clarke >>>> >>>> On 7/12/10 9:35 AM, Kevin Oberman wrote: >>>>>> Date: Sat, 10 Jul 2010 13:39:48 -0400 >>>>>> From: Joe Marcus Clarke >>>>>> Sender: owner-freebsd-gnome@freebsd.org >>>>>> >>>>>> Okay, I have been spending time trying to recreate the problems people >>>>>> have been reporting with GNOME. The problems are: >>>>>> >>>>>> * polkit-gnome-authentication-agent-1 crashes at startup >>>>>> * gnome-panel takes too long to start >>>>>> * Workspace Switcher does not work >>>>>> >>>>>> Sadly, I was unable to recreate what I would consider any problems. I >>>>>> tested the following configurations: >>>>>> >>>>>> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >>>>>> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >>>>>> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >>>>>> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >>>>>> Fusion 3.0 on a Mac) >>>>>> >>>>>> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >>>>>> simply this: >>>>>> >>>>>> #!/bin/sh >>>>>> >>>>>> exec ck-launch-session gnome-session >>>>>> >>>>>> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >>>>>> >>>>>> ping `localhost` >>>>>> >>>>>> Successfully. I am not running ANY firewalls, and I have not enabled >>>>>> any blackholes for TCP or UDP. >>>>>> >>>>>> When I run GNOME from startx, I do see a delay of about 10 seconds while >>>>>> waiting for the panel to appear. This is because gnome-panel is trying >>>>>> to contact GDM to determine if shutdown/reboot support is enabled. This >>>>>> delay is expected in a startx configuration. >>>>>> >>>>>> Workspace Switcher has always worked for me. I tried switching >>>>>> workspaces with the keyboard shortcut and by clicking on the space in >>>>>> the lower panel. Both worked. I was also able to bring up properties, >>>>>> and add an additional workspace. >>>>>> >>>>>> I was able to see a problem with polkit-gnome-authentication-agent-1 in >>>>>> ONE instance. A core was produced. This problem seems to occur when >>>>>> GDM switches the user to the logged in user. I didn't notice any other >>>>>> problems related to this, though. >>>>>> >>>>>> For those still seeing workspace switch problems, rebuild gnome-panel >>>>>> with debugging symbols, then bind gdb to workspace switcher, and get a >>>>>> backtrace when it appears to be hung up. That's after making sure all >>>>>> of the above is inline as much as possible with my test machines. >>>>> >>>>> I patched and re-built consolekit, re-booted and re-started Gnome. I see >>>>> no changes in behavior. I see a delay in the panel start and attempting >>>>> to add to a panel results in a panel freeze for exactly 25 seconds >>>>> during which the panel is completely frozen, including the portion of the >>>>> popup menu showing most of the selected "Add to Panel..." item. After >>>>> exactly 25 seconds, the panel re-draws properly and the Add to Panel >>>>> window appears. (The individual applets DO update, though.) >>>>> >>>>> There is no change in this from pre-patch system. >>>>> >>>>> I do see one change which may or may not be a result of the patch. My >>>>> netspeed applet crashes immediately and attempting to re-add it results >>>>> in "The panel encountered a problem while loading >>>>> "OAFIID:GNOME_NetspeedApplet"." >>>>> >>>>> Again, this may not be tied to the consolekit applet as it has been a >>>>> bit unstable since I updated to 2.30, but it seems completely broken >>>>> since the patch. >>>> >>>> What does ck-list-sessions report? >>>> ck-list-sessions >>> Session1: >>> unix-user = '9381' >>> realname = 'Kevin Oberman' >>> seat = 'Seat1' >>> session-type = '' >>> active = FALSE >>> x11-display = ':0' >>> x11-display-device = 'ttyv0' >>> display-device = 'ttyv0' >>> remote-host-name = '' >>> is-local = TRUE >>> on-since = '2010-07-12T13:15:46.554682Z' >>> login-session-id = '' >> >> Are you sure you applied the patch correctly, rebuilt, and reinstalled? >> The x11-display-device should NOT be ttyv0 anymore, and the session >> should be active. > > I have confirmed that the patch installed cleanly, now. It still seems > to make no difference. Yes, I re-booted after the installation. I still have: > Session1: > unix-user = '9381' > realname = 'Kevin Oberman' > seat = 'Seat1' > session-type = '' > active = TRUE > x11-display = ':0' > x11-display-device = '/dev/ttyv8' > display-device = 'ttyv0' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-12T20:03:35.364034Z' > login-session-id = '' > > I have checked the contents of ck-collect-session-info.c and they have > been patched. ck-get-x11-display-device is present in files and is > patched. I have confirmed that /usr/local/sbin contains all of the > freshly built files. > > I am at a loss to explain this. What you're seeing in the session details is expected. The patches had a noticeable improvement for me when GNOME was started from startx. Run a ktrace of the polkitd process as root, then try and add a new applet to the panel. When you get the add applet dialog, stop the ktrace, and post the dump output. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 20:56:27 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A05561065677; Mon, 12 Jul 2010 20:56:27 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 865B78FC17; Mon, 12 Jul 2010 20:56:27 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o6CKuQPt031473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jul 2010 13:56:26 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 3374B1CC0D; Mon, 12 Jul 2010 13:56:26 -0700 (PDT) To: Joe Marcus Clarke In-reply-to: Your message of "Mon, 12 Jul 2010 16:43:08 EDT." <4C3B7E5C.2080601@freebsd.org> Date: Mon, 12 Jul 2010 13:56:26 -0700 From: "Kevin Oberman" Message-Id: <20100712205626.3374B1CC0D@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-07-12_04:2010-02-06, 2010-07-12, 2010-07-12 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1007120111 Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 20:56:27 -0000 > Date: Mon, 12 Jul 2010 16:43:08 -0400 > From: Joe Marcus Clarke > > On 7/12/10 4:31 PM, Kevin Oberman wrote: > >> Date: Mon, 12 Jul 2010 12:41:28 -0400 > >> From: Joe Marcus Clarke > >> > >> On 7/12/10 11:16 AM, Kevin Oberman wrote: > >>>> Date: Mon, 12 Jul 2010 11:05:35 -0400 > >>>> From: Joe Marcus Clarke > >>>> > >>>> On 7/12/10 9:35 AM, Kevin Oberman wrote: > >>>>>> Date: Sat, 10 Jul 2010 13:39:48 -0400 > >>>>>> From: Joe Marcus Clarke > >>>>>> Sender: owner-freebsd-gnome@freebsd.org > >>>>>> > >>>>>> Okay, I have been spending time trying to recreate the problems people > >>>>>> have been reporting with GNOME. The problems are: > >>>>>> > >>>>>> * polkit-gnome-authentication-agent-1 crashes at startup > >>>>>> * gnome-panel takes too long to start > >>>>>> * Workspace Switcher does not work > >>>>>> > >>>>>> Sadly, I was unable to recreate what I would consider any problems. I > >>>>>> tested the following configurations: > >>>>>> > >>>>>> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 > >>>>>> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 > >>>>>> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 > >>>>>> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare > >>>>>> Fusion 3.0 on a Mac) > >>>>>> > >>>>>> I tested by starting GNOME from GDM and using startx. My ~/.initrc has > >>>>>> simply this: > >>>>>> > >>>>>> #!/bin/sh > >>>>>> > >>>>>> exec ck-launch-session gnome-session > >>>>>> > >>>>>> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: > >>>>>> > >>>>>> ping `localhost` > >>>>>> > >>>>>> Successfully. I am not running ANY firewalls, and I have not enabled > >>>>>> any blackholes for TCP or UDP. > >>>>>> > >>>>>> When I run GNOME from startx, I do see a delay of about 10 seconds while > >>>>>> waiting for the panel to appear. This is because gnome-panel is trying > >>>>>> to contact GDM to determine if shutdown/reboot support is enabled. This > >>>>>> delay is expected in a startx configuration. > >>>>>> > >>>>>> Workspace Switcher has always worked for me. I tried switching > >>>>>> workspaces with the keyboard shortcut and by clicking on the space in > >>>>>> the lower panel. Both worked. I was also able to bring up properties, > >>>>>> and add an additional workspace. > >>>>>> > >>>>>> I was able to see a problem with polkit-gnome-authentication-agent-1 in > >>>>>> ONE instance. A core was produced. This problem seems to occur when > >>>>>> GDM switches the user to the logged in user. I didn't notice any other > >>>>>> problems related to this, though. > >>>>>> > >>>>>> For those still seeing workspace switch problems, rebuild gnome-panel > >>>>>> with debugging symbols, then bind gdb to workspace switcher, and get a > >>>>>> backtrace when it appears to be hung up. That's after making sure all > >>>>>> of the above is inline as much as possible with my test machines. > >>>>> > >>>>> I patched and re-built consolekit, re-booted and re-started Gnome. I see > >>>>> no changes in behavior. I see a delay in the panel start and attempting > >>>>> to add to a panel results in a panel freeze for exactly 25 seconds > >>>>> during which the panel is completely frozen, including the portion of the > >>>>> popup menu showing most of the selected "Add to Panel..." item. After > >>>>> exactly 25 seconds, the panel re-draws properly and the Add to Panel > >>>>> window appears. (The individual applets DO update, though.) > >>>>> > >>>>> There is no change in this from pre-patch system. > >>>>> > >>>>> I do see one change which may or may not be a result of the patch. My > >>>>> netspeed applet crashes immediately and attempting to re-add it results > >>>>> in "The panel encountered a problem while loading > >>>>> "OAFIID:GNOME_NetspeedApplet"." > >>>>> > >>>>> Again, this may not be tied to the consolekit applet as it has been a > >>>>> bit unstable since I updated to 2.30, but it seems completely broken > >>>>> since the patch. > >>>> > >>>> What does ck-list-sessions report? > >>>> ck-list-sessions > >>> Session1: > >>> unix-user = '9381' > >>> realname = 'Kevin Oberman' > >>> seat = 'Seat1' > >>> session-type = '' > >>> active = FALSE > >>> x11-display = ':0' > >>> x11-display-device = 'ttyv0' > >>> display-device = 'ttyv0' > >>> remote-host-name = '' > >>> is-local = TRUE > >>> on-since = '2010-07-12T13:15:46.554682Z' > >>> login-session-id = '' > >> > >> Are you sure you applied the patch correctly, rebuilt, and reinstalled? > >> The x11-display-device should NOT be ttyv0 anymore, and the session > >> should be active. > > > > I have confirmed that the patch installed cleanly, now. It still seems > > to make no difference. Yes, I re-booted after the installation. I still have: > > Session1: > > unix-user = '9381' > > realname = 'Kevin Oberman' > > seat = 'Seat1' > > session-type = '' > > active = TRUE > > x11-display = ':0' > > x11-display-device = '/dev/ttyv8' > > display-device = 'ttyv0' > > remote-host-name = '' > > is-local = TRUE > > on-since = '2010-07-12T20:03:35.364034Z' > > login-session-id = '' > > > > I have checked the contents of ck-collect-session-info.c and they have > > been patched. ck-get-x11-display-device is present in files and is > > patched. I have confirmed that /usr/local/sbin contains all of the > > freshly built files. > > > > I am at a loss to explain this. > > What you're seeing in the session details is expected. The patches had > a noticeable improvement for me when GNOME was started from startx. Run > a ktrace of the polkitd process as root, then try and add a new applet > to the panel. When you get the add applet dialog, stop the ktrace, and > post the dump output. I need to go get a towel to wipe the egg off my face. I'm at a conference and trying to test this while catching the talks. I am guilty of incomplete testing. I started Gnome and had the long delay waiting for the panel to start, saw netspeed applet die, and assumed that there was no improvement. Wrong! Panel operations now ween to run very quickly...much as under 2.28. Just a second or two until the widow comes up. Thanks, Joe! -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 12 21:06:35 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E16C51065676 for ; Mon, 12 Jul 2010 21:06:35 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 640928FC1C for ; Mon, 12 Jul 2010 21:06:35 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CL6WTq011362; Mon, 12 Jul 2010 17:06:32 -0400 (EDT) Received: from dhcp-64-102-220-169.cisco.com (dhcp-64-102-220-169.cisco.com [64.102.220.169]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6CL6WxZ014523; Mon, 12 Jul 2010 17:06:32 -0400 (EDT) Message-ID: <4C3B83D8.7070901@freebsd.org> Date: Mon, 12 Jul 2010 17:06:32 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Kevin Oberman References: <20100712205626.3374B1CC0D@ptavv.es.net> In-Reply-To: <20100712205626.3374B1CC0D@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Mon, 12 Jul 2010 21:06:36 -0000 On 7/12/10 4:56 PM, Kevin Oberman wrote: >> Date: Mon, 12 Jul 2010 16:43:08 -0400 >> From: Joe Marcus Clarke >> >> On 7/12/10 4:31 PM, Kevin Oberman wrote: >>>> Date: Mon, 12 Jul 2010 12:41:28 -0400 >>>> From: Joe Marcus Clarke >>>> >>>> On 7/12/10 11:16 AM, Kevin Oberman wrote: >>>>>> Date: Mon, 12 Jul 2010 11:05:35 -0400 >>>>>> From: Joe Marcus Clarke >>>>>> >>>>>> On 7/12/10 9:35 AM, Kevin Oberman wrote: >>>>>>>> Date: Sat, 10 Jul 2010 13:39:48 -0400 >>>>>>>> From: Joe Marcus Clarke >>>>>>>> Sender: owner-freebsd-gnome@freebsd.org >>>>>>>> >>>>>>>> Okay, I have been spending time trying to recreate the problems people >>>>>>>> have been reporting with GNOME. The problems are: >>>>>>>> >>>>>>>> * polkit-gnome-authentication-agent-1 crashes at startup >>>>>>>> * gnome-panel takes too long to start >>>>>>>> * Workspace Switcher does not work >>>>>>>> >>>>>>>> Sadly, I was unable to recreate what I would consider any problems. I >>>>>>>> tested the following configurations: >>>>>>>> >>>>>>>> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >>>>>>>> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >>>>>>>> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >>>>>>>> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >>>>>>>> Fusion 3.0 on a Mac) >>>>>>>> >>>>>>>> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >>>>>>>> simply this: >>>>>>>> >>>>>>>> #!/bin/sh >>>>>>>> >>>>>>>> exec ck-launch-session gnome-session >>>>>>>> >>>>>>>> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >>>>>>>> >>>>>>>> ping `localhost` >>>>>>>> >>>>>>>> Successfully. I am not running ANY firewalls, and I have not enabled >>>>>>>> any blackholes for TCP or UDP. >>>>>>>> >>>>>>>> When I run GNOME from startx, I do see a delay of about 10 seconds while >>>>>>>> waiting for the panel to appear. This is because gnome-panel is trying >>>>>>>> to contact GDM to determine if shutdown/reboot support is enabled. This >>>>>>>> delay is expected in a startx configuration. >>>>>>>> >>>>>>>> Workspace Switcher has always worked for me. I tried switching >>>>>>>> workspaces with the keyboard shortcut and by clicking on the space in >>>>>>>> the lower panel. Both worked. I was also able to bring up properties, >>>>>>>> and add an additional workspace. >>>>>>>> >>>>>>>> I was able to see a problem with polkit-gnome-authentication-agent-1 in >>>>>>>> ONE instance. A core was produced. This problem seems to occur when >>>>>>>> GDM switches the user to the logged in user. I didn't notice any other >>>>>>>> problems related to this, though. >>>>>>>> >>>>>>>> For those still seeing workspace switch problems, rebuild gnome-panel >>>>>>>> with debugging symbols, then bind gdb to workspace switcher, and get a >>>>>>>> backtrace when it appears to be hung up. That's after making sure all >>>>>>>> of the above is inline as much as possible with my test machines. >>>>>>> >>>>>>> I patched and re-built consolekit, re-booted and re-started Gnome. I see >>>>>>> no changes in behavior. I see a delay in the panel start and attempting >>>>>>> to add to a panel results in a panel freeze for exactly 25 seconds >>>>>>> during which the panel is completely frozen, including the portion of the >>>>>>> popup menu showing most of the selected "Add to Panel..." item. After >>>>>>> exactly 25 seconds, the panel re-draws properly and the Add to Panel >>>>>>> window appears. (The individual applets DO update, though.) >>>>>>> >>>>>>> There is no change in this from pre-patch system. >>>>>>> >>>>>>> I do see one change which may or may not be a result of the patch. My >>>>>>> netspeed applet crashes immediately and attempting to re-add it results >>>>>>> in "The panel encountered a problem while loading >>>>>>> "OAFIID:GNOME_NetspeedApplet"." >>>>>>> >>>>>>> Again, this may not be tied to the consolekit applet as it has been a >>>>>>> bit unstable since I updated to 2.30, but it seems completely broken >>>>>>> since the patch. >>>>>> >>>>>> What does ck-list-sessions report? >>>>>> ck-list-sessions >>>>> Session1: >>>>> unix-user = '9381' >>>>> realname = 'Kevin Oberman' >>>>> seat = 'Seat1' >>>>> session-type = '' >>>>> active = FALSE >>>>> x11-display = ':0' >>>>> x11-display-device = 'ttyv0' >>>>> display-device = 'ttyv0' >>>>> remote-host-name = '' >>>>> is-local = TRUE >>>>> on-since = '2010-07-12T13:15:46.554682Z' >>>>> login-session-id = '' >>>> >>>> Are you sure you applied the patch correctly, rebuilt, and reinstalled? >>>> The x11-display-device should NOT be ttyv0 anymore, and the session >>>> should be active. >>> >>> I have confirmed that the patch installed cleanly, now. It still seems >>> to make no difference. Yes, I re-booted after the installation. I still have: >>> Session1: >>> unix-user = '9381' >>> realname = 'Kevin Oberman' >>> seat = 'Seat1' >>> session-type = '' >>> active = TRUE >>> x11-display = ':0' >>> x11-display-device = '/dev/ttyv8' >>> display-device = 'ttyv0' >>> remote-host-name = '' >>> is-local = TRUE >>> on-since = '2010-07-12T20:03:35.364034Z' >>> login-session-id = '' >>> >>> I have checked the contents of ck-collect-session-info.c and they have >>> been patched. ck-get-x11-display-device is present in files and is >>> patched. I have confirmed that /usr/local/sbin contains all of the >>> freshly built files. >>> >>> I am at a loss to explain this. >> >> What you're seeing in the session details is expected. The patches had >> a noticeable improvement for me when GNOME was started from startx. Run >> a ktrace of the polkitd process as root, then try and add a new applet >> to the panel. When you get the add applet dialog, stop the ktrace, and >> post the dump output. > > I need to go get a towel to wipe the egg off my face. I'm at a > conference and trying to test this while catching the talks. I am > guilty of incomplete testing. I started Gnome and had the long delay > waiting for the panel to start, saw netspeed applet die, and assumed > that there was no improvement. Wrong! > > Panel operations now ween to run very quickly...much as under 2.28. Just > a second or two until the widow comes up. GNOME should start quickly. If NetSpeed is crashing, that is something else. Running the applet manually from the command line should give you some more insight. You should also see a shutdown/reboot menu item as well. This command should complete within a split-second, and return a valid result: dbus-send --session --dest='org.gnome.SessionManager' --print-reply --type=method_call /org/gnome/SessionManager org.gnome.SessionManager.CanShutdown All of this comes about because the current session is now recognized as being active. Joe > > Thanks, Joe! -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 02:42:40 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0D351065752 for ; Tue, 13 Jul 2010 02:42:40 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id 99B838FC14 for ; Tue, 13 Jul 2010 02:42:40 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao101.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20100713024239.ZLWC14747.eastrmmtao101.cox.net@eastrmimpo03.cox.net>; Mon, 12 Jul 2010 22:42:39 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo03.cox.net with bizsmtp id hEif1e0063JFCbG02Eif1l; Mon, 12 Jul 2010 22:42:39 -0400 X-VR-Score: -207.00 X-Authority-Analysis: v=1.1 cv=TB6h4qBnDKjkim5TU5ruaC0Ag21jvz9VG20yZFwnH/Y= c=1 sm=1 a=roZl27EZJ4UA:10 a=0qYQvVkOOIcA:10 a=IkcTkHD0fZMA:10 a=N4x68aYdfVlkKDflYggXRA==:17 a=pGLkceISAAAA:8 a=aiIX5UjjAAAA:8 a=FP58Ms26AAAA:8 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=g01f7nrUC1By0T6_YpsA:9 a=oJjdSWUk9nBBF8fYU-YA:7 a=ODwnTBJ6C_QvWZHcwfK7iyVpe3YA:4 a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=N4x68aYdfVlkKDflYggXRA==:117 X-CM-Score: 0.00 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Tomek CEDRO" References: Date: Mon, 12 Jul 2010 21:48:19 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Jeremy Messenger" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.10 (Linux) Cc: gnome@freebsd.org Subject: Re: GIMP: old fashioned menu in toolbar - patch 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, 13 Jul 2010 02:42:41 -0000 On Mon, 05 Jul 2010 08:39:25 -0500, Tomek CEDRO wrote: > Hello! > > Please apply this additional package as build option for GIMP - it > brings back the menu in the toolbar as it was until release 2.4 if > GIMP. I really enjoyed this GUI design, the new one is horrible, and > they wont change it back - I even repoted it as a bug: > https://bugzilla.gnome.org/show_bug.cgi?id=623472 > > The patch location is: http://sourceforge.net/projects/gimp-classic/ The patch will never be in sync with the release of GIMP, so it's pain to maintain it. There is no stop you to apply the patch by yourself. Also, we usually prefer to keep everything in vanilla as possible. Cheers, Mezz > Best regards, > Tomek -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 08:21:15 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B46941065670; Tue, 13 Jul 2010 08:21:15 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB138FC0A; Tue, 13 Jul 2010 08:21:15 +0000 (UTC) Received: by pvh1 with SMTP id 1so2394324pvh.13 for ; Tue, 13 Jul 2010 01:21:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=SCA+l1WE4QA8P+xOmAKRyF+jO+1dv1pTVxiIpLN0Uhs=; b=f25gnjgHn7dFyheISutzU71yaFWOox0KSnoxXW4UoQfqvD6YaWKPPk9+tTXMN2TLBg m4cF56Rd6lnJOpt8klp2Au3OsGnO/VkpC69PbqBqr7fMsW4rLii4lGf0cEx7hA7KaevH k6TCClKb7PPH6Ohm6p0pVCnm6AdkWKRAXPjJA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=sQnzvWNdVLqttVS9c+uKSGLjtwHTamHWw7aX1y5a/oqUCs/zp77x7JP5RGUoYrraA2 eHJe22ZnOVmr3k4r59/5mCcewGEMdba1PZYpjMymud4EA8mure9Ii860eiLaXuXRDe5A coGT+QLG/a/lkFkhd0AiD4gKabV24v8w+5ADI= Received: by 10.142.169.12 with SMTP id r12mr3712926wfe.239.1279009274871; Tue, 13 Jul 2010 01:21:14 -0700 (PDT) Received: from Bear-PC ([183.32.185.155]) by mx.google.com with ESMTPS id l40sm5570998rvb.18.2010.07.13.01.21.11 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Jul 2010 01:21:13 -0700 (PDT) Date: Tue, 13 Jul 2010 16:21:09 +0800 From: Bear To: "Joe Marcus Clarke" References: <20100712133519.A5ACC1CC0D@ptavv.es.net>, <201007130042330408008@Gmail.com>, <4C3B4C44.7020504@freebsd.org> Message-ID: <201007131621056075667@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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, 13 Jul 2010 08:21:15 -0000 hi, Er... A very fool question... Could you tell me the correct steps to patch your patch? It seems like that I did something wrong on this... ------------------ Bear 2010-07-13 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-13 01:09:28 To:Bear CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/12/10 12:42 PM, Bear wrote: > hi, > Yes, I got the same result. I patched my consolekit and nothing change. Did you actually reinstall consolekit, and reboot? Console-kit-daemon doesn't actually restart after logout. Joe > > ------------------ > Bear > 2010-07-13 > > ------------------------------------------------------------- > From:Kevin Oberman > Send Date:2010-07-12 21:36:34 > To:Joe Marcus Clarke > CC:FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > >> Date: Sat, 10 Jul 2010 13:39:48 -0400 >> From: Joe Marcus Clarke >> Sender: owner-freebsd-gnome@freebsd.org >> >> Okay, I have been spending time trying to recreate the problems people >> have been reporting with GNOME. The problems are: >> >> * polkit-gnome-authentication-agent-1 crashes at startup >> * gnome-panel takes too long to start >> * Workspace Switcher does not work >> >> Sadly, I was unable to recreate what I would consider any problems. I >> tested the following configurations: >> >> * FreeBSD i386 RELENG_8 from July 4 with ports from July 4 >> * FreeBSD i386 -CURRENT from July 4 with ports from July 4 >> * FreeBSD amd64 -CURRENT from July 5 with ports from July 5 >> * FreeBSD i386 RELENG_8 from June 17 with ports from June 18 (in VMWare >> Fusion 3.0 on a Mac) >> >> I tested by starting GNOME from GDM and using startx. My ~/.initrc has >> simply this: >> >> #!/bin/sh >> >> exec ck-launch-session gnome-session >> >> My locale is en_US.UTF-8. I have procfs mounted, and I can perform: >> >> ping `localhost` >> >> Successfully. I am not running ANY firewalls, and I have not enabled >> any blackholes for TCP or UDP. >> >> When I run GNOME from startx, I do see a delay of about 10 seconds while >> waiting for the panel to appear. This is because gnome-panel is trying >> to contact GDM to determine if shutdown/reboot support is enabled. This >> delay is expected in a startx configuration. >> >> Workspace Switcher has always worked for me. I tried switching >> workspaces with the keyboard shortcut and by clicking on the space in >> the lower panel. Both worked. I was also able to bring up properties, >> and add an additional workspace. >> >> I was able to see a problem with polkit-gnome-authentication-agent-1 in >> ONE instance. A core was produced. This problem seems to occur when >> GDM switches the user to the logged in user. I didn't notice any other >> problems related to this, though. >> >> For those still seeing workspace switch problems, rebuild gnome-panel >> with debugging symbols, then bind gdb to workspace switcher, and get a >> backtrace when it appears to be hung up. That's after making sure all >> of the above is inline as much as possible with my test machines. > > I patched and re-built consolekit, re-booted and re-started Gnome. I see > no changes in behavior. I see a delay in the panel start and attempting > to add to a panel results in a panel freeze for exactly 25 seconds > during which the panel is completely frozen, including the portion of the > popup menu showing most of the selected "Add to Panel..." item. After > exactly 25 seconds, the panel re-draws properly and the Add to Panel > window appears. (The individual applets DO update, though.) > > There is no change in this from pre-patch system. > > I do see one change which may or may not be a result of the patch. My > netspeed applet crashes immediately and attempting to re-add it results > in "The panel encountered a problem while loading > "OAFIID:GNOME_NetspeedApplet"." > > Again, this may not be tied to the consolekit applet as it has been a > bit unstable since I updated to 2.30, but it seems completely broken > since the patch. -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 08:30:08 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6936A1065678 for ; Tue, 13 Jul 2010 08:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8FE8FC17 for ; Tue, 13 Jul 2010 08:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6D8U42V053392 for ; Tue, 13 Jul 2010 08:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6D8U48s053389; Tue, 13 Jul 2010 08:30:04 GMT (envelope-from gnats) Date: Tue, 13 Jul 2010 08:30:04 GMT Message-Id: <201007130830.o6D8U48s053389@freefall.freebsd.org> To: gnome@FreeBSD.org From: Andrew Bliznak Cc: Subject: Re: ports/146545: gio-querymodules in devel/glib20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Bliznak List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 08:30:08 -0000 The following reply was made to PR ports/146545; it has been noted by GNATS. From: Andrew Bliznak To: bug-followup@FreeBSD.org, mainhardt@oncampus.de Cc: Subject: Re: ports/146545: gio-querymodules in devel/glib20 Date: Tue, 13 Jul 2010 11:20:13 +0300 just hit this bug Problem appears to be lost link /usr/lib/libpthread.so -> libthr.so This produces broken libgthread-2.0.so, it misses libthr.so.3 => /lib/libthr.so.3 and uses stubs from libc.so From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 12:47:06 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFB07106568A; Tue, 13 Jul 2010 12:47:06 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BEFF8FC1B; Tue, 13 Jul 2010 12:47:06 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o6DCl4dL015669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Jul 2010 05:47:05 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id C5E331CC44; Tue, 13 Jul 2010 05:47:04 -0700 (PDT) To: Bear In-reply-to: Your message of "Tue, 13 Jul 2010 16:21:09 +0800." <201007131621056075667@Gmail.com> Date: Tue, 13 Jul 2010 05:47:04 -0700 From: "Kevin Oberman" Message-Id: <20100713124704.C5E331CC44@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-07-13_02:2010-02-06, 2010-07-13, 2010-07-13 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1007130045 Cc: FreeBSD GNOME Users , Joe Marcus Clarke Subject: Re: SUMMARY: GNOME startup issues 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, 13 Jul 2010 12:47:06 -0000 > Date: Tue, 13 Jul 2010 16:21:09 +0800 > From: Bear > > hi, > Er... A very fool question... Could you tell me the correct steps to > patch your patch? It seems like that I did something wrong on this... > Here is what I did (and it was probably not the correct thing): 1. Save patch to ck-patch 2. cd /usr 3. patch < ck-patch 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files 5. rm patch-tools_ck-collect-session-info.c.orig Then re-build and re-install consolekit and re-boot your system. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 15:06:34 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E3E1065675 for ; Tue, 13 Jul 2010 15:06:34 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3928FC17 for ; Tue, 13 Jul 2010 15:06:33 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6DF6TgE026029; Tue, 13 Jul 2010 11:06:29 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6DF6T0r024554; Tue, 13 Jul 2010 11:06:29 -0400 (EDT) Message-ID: <4C3C80F5.3080005@freebsd.org> Date: Tue, 13 Jul 2010 11:06:29 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Kevin Oberman References: <20100713124704.C5E331CC44@ptavv.es.net> In-Reply-To: <20100713124704.C5E331CC44@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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, 13 Jul 2010 15:06:34 -0000 On 7/13/10 8:47 AM, Kevin Oberman wrote: >> Date: Tue, 13 Jul 2010 16:21:09 +0800 >> From: Bear >> >> hi, >> Er... A very fool question... Could you tell me the correct steps to >> patch your patch? It seems like that I did something wrong on this... >> > > Here is what I did (and it was probably not the correct thing): > 1. Save patch to ck-patch > 2. cd /usr > 3. patch < ck-patch > 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files > 5. rm patch-tools_ck-collect-session-info.c.orig > > Then re-build and re-install consolekit and re-boot your system. I actually updated the patch to make it more commit-ready. Can you try the new version? It's at the same URL. For it, you just need to do: cd /usr/ports/sysutils/consolekit/files patch -p < /path/to/consolekit.diff That should update one file, and create a second. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 16:24:46 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 450A01065674; Tue, 13 Jul 2010 16:24:46 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8738FC1A; Tue, 13 Jul 2010 16:24:45 +0000 (UTC) Received: by pzk7 with SMTP id 7so1608951pzk.13 for ; Tue, 13 Jul 2010 09:24:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=LlJrUyffo8DXYQaWuJ6J2MThyf9f/NJ89GsGO0Ox9no=; b=B5lhJukG3f7AUdR2ik3XC/KBmdtyFXIgjLoVmNI/SwzDg5O1H2+U+mAEG3mYgJC3HF lc5DSS02i6gsvkungb3vtMWflvNZkbenWDSf4tqUMdsJmXab4bedPGVJD0q9EXK9z/Yo oOWuJVmmqndFcu97QxyY6Q+lQi99ojP9WCegg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=TRM9R+JFmHXllNwmeLD10h+/nB6j5KmBHIW0uJUSN77VqVtdCjHZ0hzvkwJ5/6sb6Y qNbP9BXz3hBLsEPfvb184iR+xdW3EJ5UV0f4WpVuh2pa94YCA+e6+a6tllUyuBChl1DK e8uW1KPkOqODh7DEsj4EUnZX9E9FvI+hrxJFI= Received: by 10.142.157.8 with SMTP id f8mr1490187wfe.85.1279038285412; Tue, 13 Jul 2010 09:24:45 -0700 (PDT) Received: from Bear-PC ([183.32.185.155]) by mx.google.com with ESMTPS id x18sm6324313wfd.20.2010.07.13.09.24.42 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Jul 2010 09:24:44 -0700 (PDT) Date: Wed, 14 Jul 2010 00:24:39 +0800 From: Bear To: "Joe Marcus Clarke" , "Kevin Oberman" References: <20100713124704.C5E331CC44@ptavv.es.net> Message-ID: <201007140024356275537@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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, 13 Jul 2010 16:24:46 -0000 hi, Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. The gnome-panel slow responding is only a hand, not the whole thing. Why not install a Linux such as Debian and do a comparation? In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. ------------------ Bear 2010-07-14 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-13 23:06:35 To:Kevin Oberman CC:Bear; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/13/10 8:47 AM, Kevin Oberman wrote: >> Date: Tue, 13 Jul 2010 16:21:09 +0800 >> From: Bear >> >> hi, >> Er... A very fool question... Could you tell me the correct steps to >> patch your patch? It seems like that I did something wrong on this... >> > > Here is what I did (and it was probably not the correct thing): > 1. Save patch to ck-patch > 2. cd /usr > 3. patch < ck-patch > 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files > 5. rm patch-tools_ck-collect-session-info.c.orig > > Then re-build and re-install consolekit and re-boot your system. I actually updated the patch to make it more commit-ready. Can you try the new version? It's at the same URL. For it, you just need to do: cd /usr/ports/sysutils/consolekit/files patch -p < /path/to/consolekit.diff That should update one file, and create a second. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 16:43:54 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0EF4106564A for ; Tue, 13 Jul 2010 16:43:53 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id A54368FC14 for ; Tue, 13 Jul 2010 16:43:53 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6DGhpvT003853; Tue, 13 Jul 2010 12:43:51 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6DGhoU4025745; Tue, 13 Jul 2010 12:43:50 -0400 (EDT) Message-ID: <4C3C97C6.6000908@freebsd.org> Date: Tue, 13 Jul 2010 12:43:50 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <20100713124704.C5E331CC44@ptavv.es.net> <201007140024356275537@Gmail.com> In-Reply-To: <201007140024356275537@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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, 13 Jul 2010 16:43:54 -0000 On 7/13/10 12:24 PM, Bear wrote: > hi, > Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. > The gnome-panel slow responding is only a hand, not the whole thing. > Why not install a Linux such as Debian and do a comparation? > In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). > But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. > > According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. The default policy allows local users to have more privilege. If you run ck-list-sessions, and you see your session is active, you should be able to mount media, shutdown the computer, etc. My patch should make that happen. You are free to modify the policies all you want if you'd rather no go this route. Joe > > ------------------ > Bear > 2010-07-14 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-13 23:06:35 > To:Kevin Oberman > CC:Bear; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 8:47 AM, Kevin Oberman wrote: >>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>> From: Bear >>> >>> hi, >>> Er... A very fool question... Could you tell me the correct steps to >>> patch your patch? It seems like that I did something wrong on this... >>> >> >> Here is what I did (and it was probably not the correct thing): >> 1. Save patch to ck-patch >> 2. cd /usr >> 3. patch < ck-patch >> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >> 5. rm patch-tools_ck-collect-session-info.c.orig >> >> Then re-build and re-install consolekit and re-boot your system. > > I actually updated the patch to make it more commit-ready. Can you try > the new version? It's at the same URL. For it, you just need to do: > > cd /usr/ports/sysutils/consolekit/files > patch -p < /path/to/consolekit.diff > > That should update one file, and create a second. > > Joe > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 16:50:57 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BA76106564A for ; Tue, 13 Jul 2010 16:50:57 +0000 (UTC) (envelope-from zhushazang@yahoo.com.br) Received: from trolls.liec.ufscar.br (trolls.liec.ufscar.br [200.136.226.137]) by mx1.freebsd.org (Postfix) with ESMTP id CE28E8FC12 for ; Tue, 13 Jul 2010 16:50:56 +0000 (UTC) Received: from trolls.liec.ufscar.br (localhost [127.0.0.1]) by trolls.liec.ufscar.br (Postfix) with ESMTP id F1A61949 for ; Tue, 13 Jul 2010 13:34:53 -0300 (BRT) Authentication-Results: trolls.liec.ufscar.br; dkim=permerror (verification error: empty key record; insecure key) header.i=@liec.ufscar.br; x-dkim-adsp=none (insecure policy) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=liec.ufscar.br; h= message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=postfix; bh=xegu0XM4aB/AZK9TV+enaa 98B+k=; b=GG43MMzOYe3sBrnCWjy+A3zL/jNWMRqJeJsWJ+X5yWSg/hczVWdXgS DeEPpGy7hc/SXtDXgjeFlZlRZZYT6PQUAgadU3kp013yiPSgoVQ9fFpxx35MKDcb NVHWK5l5DC6TZGWBxFOadwpKtGva0Vw7NxfjMx62OERJMuWTe90AQ= Received: from [200.136.226.150] (sakurazukamori.liec.ufscar.br [200.136.226.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by trolls.liec.ufscar.br (Postfix) with ESMTPSA id 7B98850A for ; Tue, 13 Jul 2010 13:34:53 -0300 (BRT) Message-ID: <4C3C953A.7020200@yahoo.com.br> Date: Tue, 13 Jul 2010 13:32:58 -0300 From: Zhu Sha Zang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100630 Lightning/1.0b2pre Thunderbird/3.1 ThunderBrowse/3.3.1 To: gnome@FreeBSD.org X-Enigmail-Version: 1.1.1 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: problem with devel/gobject-introspection 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, 13 Jul 2010 16:50:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to upgrade some packages and receive the errors above: I've already made the way that indicate in the error report: /checking whether Python support is requested... checking whether /usr/local/bin/python2.6 version >=3D 2.5... yes checking for /usr/local/bin/python2.6 version... 2.6 checking for /usr/local/bin/python2.6 platform... freebsd8 checking for /usr/local/bin/python2.6 script directory... ${prefix}/lib/python2.6/site-packages checking for /usr/local/bin/python2.6 extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for headers required to compile python extensions... not found configure: error: Python headers not found =3D=3D=3D>=C2=A0 Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from [1]"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at [2]gnome@FreeBSD.org, and attach (a) "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6 .14= /config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into [3]http://freebsd-gnome.pastebin.com= , or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list ([4]gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1/ (a) [5]http://nopaste.info/fde0eb09ac.html (b) [6]http://nopaste.info/10454d783f.html (c) [7]http://nopaste.info/bbc10da6d0.html Att -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - [8]http://enigmail.mozdev.org/ iEYEARECAAYFAkw8lToACgkQ35zeJy7JhCh7mACfSfg4w64SRZ3GbyzojkoT84rI gr0An2Dc+ZA+35Fcgv9STSOcjzAi1yK5 =3DS36m -----END PGP SIGNATURE----- References 1. 3D"http://www.freebsd.org/gno= 2. 3D"mailto:gnome@FreeBSD.or= 3. file://localhost/tmp/3D= 4. 3D"mailto:gn= 5. 3D"http://nopaste.info/fd= 6. 3D"http://nopaste.info/10= 7. 3D"http://nopaste.info/bb= 8. 3D"http://enigmail.mozdev.org/" From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 18:04:12 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E726106567B; Tue, 13 Jul 2010 18:04:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05F568FC1C; Tue, 13 Jul 2010 18:04:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6DI4B6M083952; Tue, 13 Jul 2010 18:04:11 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6DI4BnG083948; Tue, 13 Jul 2010 18:04:11 GMT (envelope-from kwm) Date: Tue, 13 Jul 2010 18:04:11 GMT Message-Id: <201007131804.o6DI4BnG083948@freefall.freebsd.org> To: jsa@wickedmachine.net, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/148442: Update irc/xchat to latest 2.8.8 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, 13 Jul 2010 18:04:12 -0000 Synopsis: Update irc/xchat to latest 2.8.8 State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Tue Jul 13 18:03:52 UTC 2010 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=148442 From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 18:10:09 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE1EB1065670 for ; Tue, 13 Jul 2010 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE16C8FC0C for ; Tue, 13 Jul 2010 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6DIA96t084267 for ; Tue, 13 Jul 2010 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6DIA9ZV084266; Tue, 13 Jul 2010 18:10:09 GMT (envelope-from gnats) Date: Tue, 13 Jul 2010 18:10:09 GMT Message-Id: <201007131810.o6DIA9ZV084266@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/148442: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 18:10:10 -0000 The following reply was made to PR ports/148442; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148442: commit references a PR Date: Tue, 13 Jul 2010 18:03:54 +0000 (UTC) kwm 2010-07-13 18:03:37 UTC FreeBSD ports repository Modified files: irc/xchat Makefile distinfo pkg-plist Removed files: irc/xchat/files patch-src_fe-gtk_xtext.h patch-xc286-smallfixes Log: Update to 2.8.8. PR: ports/148442 Submitted by: "Joseph S. Atkinson" Revision Changes Path 1.150 +9 -9 ports/irc/xchat/Makefile 1.69 +3 -3 ports/irc/xchat/distinfo 1.2 +0 -10 ports/irc/xchat/files/patch-src_fe-gtk_xtext.h (dead) 1.2 +0 -68 ports/irc/xchat/files/patch-xc286-smallfixes (dead) 1.33 +2 -0 ports/irc/xchat/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 00:18:03 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FDAF106566C; Wed, 14 Jul 2010 00:18:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC2E58FC14; Wed, 14 Jul 2010 00:18:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6E0I2lm006404; Wed, 14 Jul 2010 00:18:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6E0I2Fv006400; Wed, 14 Jul 2010 00:18:02 GMT (envelope-from linimon) Date: Wed, 14 Jul 2010 00:18:02 GMT Message-Id: <201007140018.o6E0I2Fv006400@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/148182: [patch] Font-size in www/webkit-gtk2 error template. 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: Wed, 14 Jul 2010 00:18:03 -0000 Synopsis: [patch] Font-size in www/webkit-gtk2 error template. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 14 00:17:55 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=148182 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 01:04:46 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82BA8106567A; Wed, 14 Jul 2010 01:04:46 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C00E8FC16; Wed, 14 Jul 2010 01:04:46 +0000 (UTC) Received: by pwj9 with SMTP id 9so2782570pwj.13 for ; Tue, 13 Jul 2010 18:04:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=05/k5clSC7puO4kkZedQqhn2GeH8uw/gZUzocCUrv18=; b=MofMcZc+XHnLkHvqqXYC29mu/B9RBKaoNNIzxxeH6UPoR8Q9o6uRyWZi2bp5Gc5msu TTaOLQFCTkOg0fPZz0zwy6bGDyrEA9wk0/T2XAtU1VIGw277k/p9AX1R5DsEyt58thh7 HPQZQi+lZJIYAcuPyKbpepqqmZLAnybgc70+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=r/c5lknm8XW5RHiS9xIud20eWznkMipzPzLQbjwfwQw6SRDY4g4SEmCbEDmKXTwZUi Q5gNd+xRveY5Cdc1ZwNZVbF7dHVno3ctdufG0XRQAedFpUDZug06FsJRnzYJ/oJnlGJz 3/COSiRhMeBqY8X80ycNH7XR3372iZJUxqDg0= Received: by 10.115.47.13 with SMTP id z13mr1391515waj.30.1279069485653; Tue, 13 Jul 2010 18:04:45 -0700 (PDT) Received: from BEAR-WIN ([183.32.230.8]) by mx.google.com with ESMTPS id q6sm95038768waj.22.2010.07.13.18.04.42 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Jul 2010 18:04:44 -0700 (PDT) Date: Wed, 14 Jul 2010 09:04:37 +0800 From: Bear To: "Joe Marcus Clarke" References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org> Message-ID: <201007140904356282282@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Wed, 14 Jul 2010 01:04:46 -0000 hi, Your patch can actully shutdown my computer but cannot make me mount partitions :) A problem, if the problem is caused by user have no privilege has no right to shutdown, why gnome-session said nothing instead of a reject message? And also, if user has no privilege to mount partition, why the system keep silent instead show a error message box with "not authorized"? BTW: I have did a comparation on Linux. I run ck-launch-session gnome-session and when I loggin into gnome, I run ck-list-session and got these: bear@bear:~$ ck-list-sessions Session1: unix-user = '1000' realname = 'bear' seat = 'Seat1' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2010-07-14T00:53:03.054906Z' login-session-id = '4294967295' Session4: unix-user = '1000' realname = 'bear' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2010-07-14T00:54:04.609575Z' login-session-id = '4294967295' bear@bear:~$ Two sessions. The first one is inactive and the other one is active and its status is as same as you said before. ------------------ Bear 2010-07-14 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-14 00:43:56 To:Bear CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/13/10 12:24 PM, Bear wrote: > hi, > Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. > The gnome-panel slow responding is only a hand, not the whole thing. > Why not install a Linux such as Debian and do a comparation? > In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). > But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. > > According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. The default policy allows local users to have more privilege. If you run ck-list-sessions, and you see your session is active, you should be able to mount media, shutdown the computer, etc. My patch should make that happen. You are free to modify the policies all you want if you'd rather no go this route. Joe > > ------------------ > Bear > 2010-07-14 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-13 23:06:35 > To:Kevin Oberman > CC:Bear; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 8:47 AM, Kevin Oberman wrote: >>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>> From: Bear >>> >>> hi, >>> Er... A very fool question... Could you tell me the correct steps to >>> patch your patch? It seems like that I did something wrong on this... >>> >> >> Here is what I did (and it was probably not the correct thing): >> 1. Save patch to ck-patch >> 2. cd /usr >> 3. patch < ck-patch >> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >> 5. rm patch-tools_ck-collect-session-info.c.orig >> >> Then re-build and re-install consolekit and re-boot your system. > > I actually updated the patch to make it more commit-ready. Can you try > the new version? It's at the same URL. For it, you just need to do: > > cd /usr/ports/sysutils/consolekit/files > patch -p < /path/to/consolekit.diff > > That should update one file, and create a second. > > Joe > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 03:03:08 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F5F6106566B for ; Wed, 14 Jul 2010 03:03:08 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 10FA58FC19 for ; Wed, 14 Jul 2010 03:03:07 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6E335PD017467; Tue, 13 Jul 2010 23:03:05 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6E334UJ005553; Tue, 13 Jul 2010 23:03:05 -0400 (EDT) Message-ID: <4C3D28E8.4020002@freebsd.org> Date: Tue, 13 Jul 2010 23:03:04 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org> <201007140904356282282@Gmail.com> In-Reply-To: <201007140904356282282@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Wed, 14 Jul 2010 03:03:08 -0000 On 7/13/10 9:04 PM, Bear wrote: > hi, > Your patch can actully shutdown my computer but cannot make me mount partitions :) > A problem, if the problem is caused by user have no privilege has no right to shutdown, why gnome-session said nothing instead of a reject message? And also, if user has no privilege to mount partition, why the system keep silent instead show a error message box with "not authorized"? You need to follow the instructions at http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the mounting issue. Joe > > > BTW: I have did a comparation on Linux. I run ck-launch-session gnome-session and when I loggin into gnome, I run ck-list-session and got these: > > bear@bear:~$ ck-list-sessions > Session1: > unix-user = '1000' > realname = 'bear' > seat = 'Seat1' > session-type = '' > active = FALSE > x11-display = '' > x11-display-device = '' > display-device = '/dev/tty1' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-14T00:53:03.054906Z' > login-session-id = '4294967295' > Session4: > unix-user = '1000' > realname = 'bear' > seat = 'Seat1' > session-type = '' > active = TRUE > x11-display = ':0' > x11-display-device = '/dev/tty7' > display-device = '/dev/tty1' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-14T00:54:04.609575Z' > login-session-id = '4294967295' > bear@bear:~$ > > Two sessions. The first one is inactive and the other one is active and its status is as same as you said before. > ------------------ > Bear > 2010-07-14 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-14 00:43:56 > To:Bear > CC:Kevin Oberman; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 12:24 PM, Bear wrote: >> hi, >> Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. >> The gnome-panel slow responding is only a hand, not the whole thing. >> Why not install a Linux such as Debian and do a comparation? >> In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). >> But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. >> >> According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. > > The default policy allows local users to have more privilege. If you > run ck-list-sessions, and you see your session is active, you should be > able to mount media, shutdown the computer, etc. My patch should make > that happen. You are free to modify the policies all you want if you'd > rather no go this route. > > Joe > >> >> ------------------ >> Bear >> 2010-07-14 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke >> Send Date:2010-07-13 23:06:35 >> To:Kevin Oberman >> CC:Bear; FreeBSD GNOME Users >> Subject:Re: SUMMARY: GNOME startup issues >> >> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>>> From: Bear >>>> >>>> hi, >>>> Er... A very fool question... Could you tell me the correct steps to >>>> patch your patch? It seems like that I did something wrong on this... >>>> >>> >>> Here is what I did (and it was probably not the correct thing): >>> 1. Save patch to ck-patch >>> 2. cd /usr >>> 3. patch < ck-patch >>> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >>> 5. rm patch-tools_ck-collect-session-info.c.orig >>> >>> Then re-build and re-install consolekit and re-boot your system. >> >> I actually updated the patch to make it more commit-ready. Can you try >> the new version? It's at the same URL. For it, you just need to do: >> >> cd /usr/ports/sysutils/consolekit/files >> patch -p < /path/to/consolekit.diff >> >> That should update one file, and create a second. >> >> Joe >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 14:10:06 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FE94106567B; Wed, 14 Jul 2010 14:10:06 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBD658FC13; Wed, 14 Jul 2010 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6EEA5E8065105; Wed, 14 Jul 2010 14:10:05 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6EEA58n065100; Wed, 14 Jul 2010 14:10:05 GMT (envelope-from kwm) Date: Wed, 14 Jul 2010 14:10:05 GMT Message-Id: <201007141410.o6EEA58n065100@freefall.freebsd.org> To: romain@FreeBSD.org, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/148182: [patch] Font-size in www/webkit-gtk2 error template. 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: Wed, 14 Jul 2010 14:10:06 -0000 Synopsis: [patch] Font-size in www/webkit-gtk2 error template. State-Changed-From-To: open->patched State-Changed-By: kwm State-Changed-When: Wed Jul 14 14:09:12 UTC 2010 State-Changed-Why: Patched, will appear in regular ports after 8.1-R. http://www.freebsd.org/cgi/query-pr.cgi?pr=148182 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 15:05:05 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76AC81065677; Wed, 14 Jul 2010 15:05:05 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id E4A048FC1D; Wed, 14 Jul 2010 15:05:04 +0000 (UTC) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao106.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20100714150504.SFOY26523.eastrmmtao106.cox.net@eastrmimpo01.cox.net>; Wed, 14 Jul 2010 11:05:04 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo01.cox.net with bizsmtp id hr531e00C3JFCbG02r53ns; Wed, 14 Jul 2010 11:05:03 -0400 X-VR-Score: -290.00 X-Authority-Analysis: v=1.1 cv=+OAsVjoxLnC57fsY2p/7EWVwuS2H8Uynd9YQv2g82Ek= c=1 sm=1 a=Zrh2Y7NghykA:10 a=mI6YO6ZdSLUA:10 a=IkcTkHD0fZMA:10 a=N4x68aYdfVlkKDflYggXRA==:17 a=o1OHuDzbAAAA:8 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=MKm1OOFBGP4CMWcNMu4A:9 a=IJ7HxspqKeQVHCerqL0w26Qf7mgA:4 a=QEXdDO2ut3YA:10 a=ILCZio5HsAgA:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=N4x68aYdfVlkKDflYggXRA==:117 X-CM-Score: 0.00 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Frank A. Greco" References: <4C353F7E.8070406@verizon.net> Date: Wed, 14 Jul 2010 10:10:51 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Jeremy Messenger" Message-ID: In-Reply-To: <4C353F7E.8070406@verizon.net> User-Agent: Opera Mail/10.10 (Linux) Cc: ports@freebsd.org, gnome@freebsd.org Subject: Re: FreeBSD Port: gimp-2.6.9,2 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: Wed, 14 Jul 2010 15:05:05 -0000 On Wed, 07 Jul 2010 22:01:18 -0500, Frank A. Greco wrote: > HI, > > I'm running 8.0-RELEASE, amd64. The port installs fine as a package but > when I try to run gimp I get an error message that gegl 0.1.2 needs to > be updated to gegl 0.0.18. The description of the port says that gegl > 0.1.2 is required, so I suspect that the problem is that app/sanity.c > didn't get updated. Whether that's the problem or not, any help would be > appreciated. Thanks. I can't reproduce your problem. Do you have more than one gegl installed? Maybe somehow old gegl files are still left in your system? Show us the outputs of this: # pkg_info -IX gegl # ldconfig -r | grep gegl # find /usr/local/lib -name \*gegl\* Cheers, Mezz > Frank Greco -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 15:24:47 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47C84106564A; Wed, 14 Jul 2010 15:24:47 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5F18FC12; Wed, 14 Jul 2010 15:24:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6EFOlmd033478; Wed, 14 Jul 2010 15:24:47 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6EFOkrs033474; Wed, 14 Jul 2010 15:24:46 GMT (envelope-from mezz) Date: Wed, 14 Jul 2010 15:24:46 GMT Message-Id: <201007141524.o6EFOkrs033474@freefall.freebsd.org> To: truckman@FreeBSD.org, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/148101: x11/startup-notification Makefile missing library dependencies [patch] 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: Wed, 14 Jul 2010 15:24:47 -0000 Synopsis: x11/startup-notification Makefile missing library dependencies [patch] State-Changed-From-To: closed->open State-Changed-By: mezz State-Changed-When: Wed Jul 14 15:24:31 UTC 2010 State-Changed-Why: open... http://www.freebsd.org/cgi/query-pr.cgi?pr=148101 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 15:26:48 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 494521065672; Wed, 14 Jul 2010 15:26:48 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20E1A8FC19; Wed, 14 Jul 2010 15:26:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6EFQmjY033540; Wed, 14 Jul 2010 15:26:48 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6EFQlt9033536; Wed, 14 Jul 2010 15:26:48 GMT (envelope-from mezz) Date: Wed, 14 Jul 2010 15:26:48 GMT Message-Id: <201007141526.o6EFQlt9033536@freefall.freebsd.org> To: truckman@FreeBSD.org, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/148101: x11/startup-notification Makefile missing library dependencies [patch] 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: Wed, 14 Jul 2010 15:26:48 -0000 Synopsis: x11/startup-notification Makefile missing library dependencies [patch] State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Wed Jul 14 15:24:50 UTC 2010 State-Changed-Why: Just wanted to open and re-closed it for it can have better comment history. Anyway, I think I must have looked at the wrong configure last time. I have checked in the configure again today and indeed it has ICE/SM in there. I have committed by add ICE/SM dependency. Thanks! and sorry. http://www.freebsd.org/cgi/query-pr.cgi?pr=148101 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 15:30:05 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4777106566C for ; Wed, 14 Jul 2010 15:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE94B8FC17 for ; Wed, 14 Jul 2010 15:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6EFU5mk033744 for ; Wed, 14 Jul 2010 15:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6EFU5dv033741; Wed, 14 Jul 2010 15:30:05 GMT (envelope-from gnats) Date: Wed, 14 Jul 2010 15:30:05 GMT Message-Id: <201007141530.o6EFU5dv033741@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/148101: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 15:30:05 -0000 The following reply was made to PR ports/148101; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148101: commit references a PR Date: Wed, 14 Jul 2010 15:25:28 +0000 (UTC) mezz 2010-07-14 15:24:13 UTC FreeBSD ports repository Modified files: x11/startup-notification Makefile Log: Add libSM and libICE in the dependency as those will be linked when those exist in the system. Bump the PORTREVISION. PR: ports/148101 Submitted by: truckman Feature safe: yes Revision Changes Path 1.29 +3 -1 ports/x11/startup-notification/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 15:48:03 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F831065672 for ; Wed, 14 Jul 2010 15:48:03 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7088FC1B for ; Wed, 14 Jul 2010 15:48:03 +0000 (UTC) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao104.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20100714154801.QEPE18026.eastrmmtao104.cox.net@eastrmimpo01.cox.net>; Wed, 14 Jul 2010 11:48:01 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo01.cox.net with bizsmtp id hro21e0023JFCbG02ro2Hz; Wed, 14 Jul 2010 11:48:02 -0400 X-VR-Score: -292.00 X-Authority-Analysis: v=1.1 cv=+OAsVjoxLnC57fsY2p/7EWVwuS2H8Uynd9YQv2g82Ek= c=1 sm=1 a=bQ0mNFbZduoA:10 a=ood2b7iyd8MA:10 a=IkcTkHD0fZMA:10 a=N4x68aYdfVlkKDflYggXRA==:17 a=ZyurR0c_AAAA:8 a=6I5d2MoRAAAA:8 a=fGO4tVQLAAAA:8 a=r_tqflb6AAAA:8 a=xe8BsctaAAAA:8 a=kviXuzpPAAAA:8 a=OzLte8WJ7N-DpUjkeHoA:9 a=Z2w9dzsblKxm2mFBydMA:7 a=AQdUfpj4QV4a9RQ4qv9Oh8r8XtcA:4 a=QEXdDO2ut3YA:10 a=vjh4aYBZBvgA:10 a=BjOJuuIc0wwA:10 a=o7fXk0naTtwA:10 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 a=N4x68aYdfVlkKDflYggXRA==:117 X-CM-Score: 0.00 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Zhu Sha Zang" References: <4C3C953A.7020200@yahoo.com.br> Date: Wed, 14 Jul 2010 10:53:50 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Jeremy Messenger" Message-ID: In-Reply-To: <4C3C953A.7020200@yahoo.com.br> User-Agent: Opera Mail/10.10 (Linux) Cc: gnome@freebsd.org Subject: Re: problem with devel/gobject-introspection 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: Wed, 14 Jul 2010 15:48:04 -0000 On Tue, 13 Jul 2010 11:32:58 -0500, Zhu Sha Zang wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > I'm trying to upgrade some packages and receive the errors above: > I've already made the way that indicate in the error report: > /checking whether Python support is requested... checking whether > /usr/local/bin/python2.6 version >= 2.5... yes > checking for /usr/local/bin/python2.6 version... 2.6 > checking for /usr/local/bin/python2.6 platform... freebsd8 > checking for /usr/local/bin/python2.6 script directory... > ${prefix}/lib/python2.6/site-packages > checking for /usr/local/bin/python2.6 extension module directory... > ${exec_prefix}/lib/python2.6/site-packages > checking for headers required to compile python extensions... not > found > configure: error: Python headers not found > ===> Script "configure" failed unexpectedly. > Please run the gnomelogalyzer, available from > [1]"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will > diagnose the > problem and suggest a solution. If - and only if - the gnomelogalyzer > cannot > solve the problem, report the build failure to the FreeBSD GNOME team > at > [2]gnome@FreeBSD.org, and attach (a) > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6 > .14 (b) the output of the failed make command, and (c) the > gnomelogalyzer > output. > Also, it might be a good idea to provide an overview of all packages > installed > on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on > any > website, copy-and-paste into [3]http://freebsd-gnome.pastebin.com > or use > send-pr(1) with the attachment. Try to avoid sending any attachments > to the > mailing list ([4]gnome@FreeBSD.org), because attachments sent to > FreeBSD > mailing > lists are usually discarded by the mailing list software. > *** Error code 1/ > (a) [5]http://nopaste.info/fde0eb09ac.html > (b) [6]http://nopaste.info/10454d783f.html > (c) [7]http://nopaste.info/bbc10da6d0.html In the #7 link, it shows that you have two Python installed. python26-2.6.5/ python31-3.1.2/ I think it has made gobject-introspection can't find something correct. Your config.log seems to be missing some parts? I don't see python in your config.log for some reason. Cheers, Mezz > Att > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.15 (GNU/Linux) > Comment: Using GnuPG with Mozilla - [8]http://enigmail.mozdev.org/ > iEYEARECAAYFAkw8lToACgkQ35zeJy7JhCh7mACfSfg4w64SRZ3GbyzojkoT84rI > gr0An2Dc+ZA+35Fcgv9STSOcjzAi1yK5 > =S36m > -----END PGP SIGNATURE----- > > References > > 1. 3D"http://www.freebsd.org/gno 2. 3D"mailto:gnome@FreeBSD.or 3. > file://localhost/tmp/3D 4. 3D"mailto:gn 5. > 3D"http://nopaste.info/fd 6. 3D"http://nopaste.info/10 7. > 3D"http://nopaste.info/bb 8. 3D"http://enigmail.mozdev.org/" -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 15 06:12:55 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA9641065674; Thu, 15 Jul 2010 06:12:55 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9638FC25; Thu, 15 Jul 2010 06:12:55 +0000 (UTC) Received: by gyd8 with SMTP id 8so517181gyd.13 for ; Wed, 14 Jul 2010 23:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=mdLmKdUrINmhilNzLNIH9bcwLedaOeqs2K1WImDITKw=; b=PQS5E/fv6kyI4SZBsPwCOYI86Y/sE4GXO6L8fP6vhwejfSvADtWjBJ0l8vIYF8N6uO L1qsxWcXrYhuv5j7npWqbbw49yvPpQmF09na7gtQOaqrmEzv/wLPARGCFHsQx70L5KAG ZZY6ORvvbAJY11rb2KAf/lXj1QGcnuGSQZOCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=nQm0Ri2yavAPnxNiU+j/nwEF8D7lxq1x0qWDL5xO5dr7LwZVzTXk6vEVDptyWb6dvd lnS5Q1k5Z7Hpty6K7ZVEm8URVU4iPvQOUzlp3KCLcQNpup68CAIbzeTKhP9LEVC/0xNN N4EwQrojm3hJ54Jz2UHde0DHiQdQdcwdAIumg= Received: by 10.101.5.40 with SMTP id h40mr20008328ani.133.1279174374520; Wed, 14 Jul 2010 23:12:54 -0700 (PDT) Received: from Bear-PC ([183.32.195.167]) by mx.google.com with ESMTPS id q38sm7376177anh.31.2010.07.14.23.12.51 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 23:12:53 -0700 (PDT) Date: Thu, 15 Jul 2010 14:12:43 +0800 From: Bear To: "Joe Marcus Clarke" References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org>, <201007140904356282282@Gmail.com>, <4C3D28E8.4020002@freebsd.org> Message-ID: <201007151412415589248@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Thu, 15 Jul 2010 06:12:55 -0000 hi, okay, I have readed that page.But can you help me on my question? Why these applications, such like gnome-session or hald, responded nothing instead of a deny message? thx ------------------ Bear 2010-07-15 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-14 11:03:09 To:Bear CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/13/10 9:04 PM, Bear wrote: > hi, > Your patch can actully shutdown my computer but cannot make me mount partitions :) > A problem, if the problem is caused by user have no privilege has no right to shutdown, why gnome-session said nothing instead of a reject message? And also, if user has no privilege to mount partition, why the system keep silent instead show a error message box with "not authorized"? You need to follow the instructions at http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the mounting issue. Joe > > > BTW: I have did a comparation on Linux. I run ck-launch-session gnome-session and when I loggin into gnome, I run ck-list-session and got these: > > bear@bear:~$ ck-list-sessions > Session1: > unix-user = '1000' > realname = 'bear' > seat = 'Seat1' > session-type = '' > active = FALSE > x11-display = '' > x11-display-device = '' > display-device = '/dev/tty1' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-14T00:53:03.054906Z' > login-session-id = '4294967295' > Session4: > unix-user = '1000' > realname = 'bear' > seat = 'Seat1' > session-type = '' > active = TRUE > x11-display = ':0' > x11-display-device = '/dev/tty7' > display-device = '/dev/tty1' > remote-host-name = '' > is-local = TRUE > on-since = '2010-07-14T00:54:04.609575Z' > login-session-id = '4294967295' > bear@bear:~$ > > Two sessions. The first one is inactive and the other one is active and its status is as same as you said before. > ------------------ > Bear > 2010-07-14 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-14 00:43:56 > To:Bear > CC:Kevin Oberman; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 12:24 PM, Bear wrote: >> hi, >> Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. >> The gnome-panel slow responding is only a hand, not the whole thing. >> Why not install a Linux such as Debian and do a comparation? >> In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). >> But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. >> >> According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. > > The default policy allows local users to have more privilege. If you > run ck-list-sessions, and you see your session is active, you should be > able to mount media, shutdown the computer, etc. My patch should make > that happen. You are free to modify the policies all you want if you'd > rather no go this route. > > Joe > >> >> ------------------ >> Bear >> 2010-07-14 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke >> Send Date:2010-07-13 23:06:35 >> To:Kevin Oberman >> CC:Bear; FreeBSD GNOME Users >> Subject:Re: SUMMARY: GNOME startup issues >> >> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>>> From: Bear >>>> >>>> hi, >>>> Er... A very fool question... Could you tell me the correct steps to >>>> patch your patch? It seems like that I did something wrong on this... >>>> >>> >>> Here is what I did (and it was probably not the correct thing): >>> 1. Save patch to ck-patch >>> 2. cd /usr >>> 3. patch < ck-patch >>> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >>> 5. rm patch-tools_ck-collect-session-info.c.orig >>> >>> Then re-build and re-install consolekit and re-boot your system. >> >> I actually updated the patch to make it more commit-ready. Can you try >> the new version? It's at the same URL. For it, you just need to do: >> >> cd /usr/ports/sysutils/consolekit/files >> patch -p < /path/to/consolekit.diff >> >> That should update one file, and create a second. >> >> Joe >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 15 20:36:10 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8ED91065672 for ; Thu, 15 Jul 2010 20:36:10 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id A8C7E8FC18 for ; Thu, 15 Jul 2010 20:36:10 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6FKa7ui016464; Thu, 15 Jul 2010 16:36:07 -0400 (EDT) Received: from dhcp-64-102-221-232.cisco.com (dhcp-64-102-221-232.cisco.com [64.102.221.232]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6FKa7Ia029263; Thu, 15 Jul 2010 16:36:07 -0400 (EDT) Message-ID: <4C3F7137.8090100@freebsd.org> Date: Thu, 15 Jul 2010 16:36:07 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org>, <201007140904356282282@Gmail.com>, <4C3D28E8.4020002@freebsd.org> <201007151412415589248@Gmail.com> In-Reply-To: <201007151412415589248@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Thu, 15 Jul 2010 20:36:10 -0000 On 7/15/10 2:12 AM, Bear wrote: > hi, > okay, I have readed that page.But can you help me on my question? Why these applications, such like gnome-session or hald, responded nothing instead of a deny message? HAL should reply with an error if there was a problem mounting a file system. Panel will not show an error if shutdown/restart is not enabled. Joe > thx > > ------------------ > Bear > 2010-07-15 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-14 11:03:09 > To:Bear > CC:Kevin Oberman; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 9:04 PM, Bear wrote: >> hi, >> Your patch can actully shutdown my computer but cannot make me mount partitions :) >> A problem, if the problem is caused by user have no privilege has no right to shutdown, why gnome-session said nothing instead of a reject message? And also, if user has no privilege to mount partition, why the system keep silent instead show a error message box with "not authorized"? > > You need to follow the instructions at > http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the > mounting issue. > > Joe > >> >> >> BTW: I have did a comparation on Linux. I run ck-launch-session gnome-session and when I loggin into gnome, I run ck-list-session and got these: >> >> bear@bear:~$ ck-list-sessions >> Session1: >> unix-user = '1000' >> realname = 'bear' >> seat = 'Seat1' >> session-type = '' >> active = FALSE >> x11-display = '' >> x11-display-device = '' >> display-device = '/dev/tty1' >> remote-host-name = '' >> is-local = TRUE >> on-since = '2010-07-14T00:53:03.054906Z' >> login-session-id = '4294967295' >> Session4: >> unix-user = '1000' >> realname = 'bear' >> seat = 'Seat1' >> session-type = '' >> active = TRUE >> x11-display = ':0' >> x11-display-device = '/dev/tty7' >> display-device = '/dev/tty1' >> remote-host-name = '' >> is-local = TRUE >> on-since = '2010-07-14T00:54:04.609575Z' >> login-session-id = '4294967295' >> bear@bear:~$ >> >> Two sessions. The first one is inactive and the other one is active and its status is as same as you said before. >> ------------------ >> Bear >> 2010-07-14 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke >> Send Date:2010-07-14 00:43:56 >> To:Bear >> CC:Kevin Oberman; FreeBSD GNOME Users >> Subject:Re: SUMMARY: GNOME startup issues >> >> On 7/13/10 12:24 PM, Bear wrote: >>> hi, >>> Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. >>> The gnome-panel slow responding is only a hand, not the whole thing. >>> Why not install a Linux such as Debian and do a comparation? >>> In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). >>> But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. >>> >>> According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. >> >> The default policy allows local users to have more privilege. If you >> run ck-list-sessions, and you see your session is active, you should be >> able to mount media, shutdown the computer, etc. My patch should make >> that happen. You are free to modify the policies all you want if you'd >> rather no go this route. >> >> Joe >> >>> >>> ------------------ >>> Bear >>> 2010-07-14 >>> >>> ------------------------------------------------------------- >>> From:Joe Marcus Clarke >>> Send Date:2010-07-13 23:06:35 >>> To:Kevin Oberman >>> CC:Bear; FreeBSD GNOME Users >>> Subject:Re: SUMMARY: GNOME startup issues >>> >>> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>>>> From: Bear >>>>> >>>>> hi, >>>>> Er... A very fool question... Could you tell me the correct steps to >>>>> patch your patch? It seems like that I did something wrong on this... >>>>> >>>> >>>> Here is what I did (and it was probably not the correct thing): >>>> 1. Save patch to ck-patch >>>> 2. cd /usr >>>> 3. patch < ck-patch >>>> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >>>> 5. rm patch-tools_ck-collect-session-info.c.orig >>>> >>>> Then re-build and re-install consolekit and re-boot your system. >>> >>> I actually updated the patch to make it more commit-ready. Can you try >>> the new version? It's at the same URL. For it, you just need to do: >>> >>> cd /usr/ports/sysutils/consolekit/files >>> patch -p < /path/to/consolekit.diff >>> >>> That should update one file, and create a second. >>> >>> Joe >>> >> >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 16 05:38:36 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5BF1065676; Fri, 16 Jul 2010 05:38:35 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8D0AE8FC13; Fri, 16 Jul 2010 05:38:35 +0000 (UTC) Received: by gxk24 with SMTP id 24so1319997gxk.13 for ; Thu, 15 Jul 2010 22:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=np++F8VUYe86e58yFCaYQHN05J7Ap+1uU53CUBKNST0=; b=XFc3qbEEOs81ZdudRREGWN6ud9nunde8B7YAz8vhsChEa9bWnHd31AKaj+3aUHvOmN DoJKnuOla+PN+pKzbDSQjtFVYqKFhrfjgQwIC6b2NXe9jRlpd2QiGLoyMUgLVK1Gl6b/ UUXraHuABbJxzsuugDcQpfrYNR1JPjhHvO2Pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=G5WbyBKWw9M2LWsIHnSglqQnv16fQYDPsAiGU17G8HMIgiLwzl3lrO0wuKh3zWDPBv bVoDr0pvXckzU/gCgOU4paOePkRLjcFq4DVSChlbyJXXQrztoqlvNEoj0gQMtjGccTUV vfMkxH20w2HPFKN/X5WLjLeFAfit0iWRLkY9s= Received: by 10.100.142.20 with SMTP id p20mr766972and.72.1279258714531; Thu, 15 Jul 2010 22:38:34 -0700 (PDT) Received: from BEAR-WIN ([183.32.205.36]) by mx.google.com with ESMTPS id i30sm20639591anh.29.2010.07.15.22.38.31 (version=SSLv3 cipher=RC4-MD5); Thu, 15 Jul 2010 22:38:33 -0700 (PDT) Date: Fri, 16 Jul 2010 13:38:28 +0800 From: Bear To: "Joe Marcus Clarke" References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org>, <201007140904356282282@Gmail.com>, <4C3D28E8.4020002@freebsd.org>, <201007151412415589248@Gmail.com>, <4C3F7137.8090100@freebsd.org> Message-ID: <201007161338261018674@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Fri, 16 Jul 2010 05:38:36 -0000 hi, I didnt mean that... I mean the "message server", such like gnome-session and hald, not the "message client", just like gnome-panel. So my question is why these "servre" application give no response when the client ask for something? Why they reply a "refuse" or "not authorized" message instead of keep silence? thx ------------------ Bear 2010-07-16 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-16 04:36:12 To:Bear CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/15/10 2:12 AM, Bear wrote: > hi, > okay, I have readed that page.But can you help me on my question? Why these applications, such like gnome-session or hald, responded nothing instead of a deny message? HAL should reply with an error if there was a problem mounting a file system. Panel will not show an error if shutdown/restart is not enabled. Joe > thx > > ------------------ > Bear > 2010-07-15 > > ------------------------------------------------------------- > From:Joe Marcus Clarke > Send Date:2010-07-14 11:03:09 > To:Bear > CC:Kevin Oberman; FreeBSD GNOME Users > Subject:Re: SUMMARY: GNOME startup issues > > On 7/13/10 9:04 PM, Bear wrote: >> hi, >> Your patch can actully shutdown my computer but cannot make me mount partitions :) >> A problem, if the problem is caused by user have no privilege has no right to shutdown, why gnome-session said nothing instead of a reject message? And also, if user has no privilege to mount partition, why the system keep silent instead show a error message box with "not authorized"? > > You need to follow the instructions at > http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the > mounting issue. > > Joe > >> >> >> BTW: I have did a comparation on Linux. I run ck-launch-session gnome-session and when I loggin into gnome, I run ck-list-session and got these: >> >> bear@bear:~$ ck-list-sessions >> Session1: >> unix-user = '1000' >> realname = 'bear' >> seat = 'Seat1' >> session-type = '' >> active = FALSE >> x11-display = '' >> x11-display-device = '' >> display-device = '/dev/tty1' >> remote-host-name = '' >> is-local = TRUE >> on-since = '2010-07-14T00:53:03.054906Z' >> login-session-id = '4294967295' >> Session4: >> unix-user = '1000' >> realname = 'bear' >> seat = 'Seat1' >> session-type = '' >> active = TRUE >> x11-display = ':0' >> x11-display-device = '/dev/tty7' >> display-device = '/dev/tty1' >> remote-host-name = '' >> is-local = TRUE >> on-since = '2010-07-14T00:54:04.609575Z' >> login-session-id = '4294967295' >> bear@bear:~$ >> >> Two sessions. The first one is inactive and the other one is active and its status is as same as you said before. >> ------------------ >> Bear >> 2010-07-14 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke >> Send Date:2010-07-14 00:43:56 >> To:Bear >> CC:Kevin Oberman; FreeBSD GNOME Users >> Subject:Re: SUMMARY: GNOME startup issues >> >> On 7/13/10 12:24 PM, Bear wrote: >>> hi, >>> Thanks for your patch! Your patch actually solved the problem on gnome-panel but I must say, I dont think this patch fix the source of this problem. >>> The gnome-panel slow responding is only a hand, not the whole thing. >>> Why not install a Linux such as Debian and do a comparation? >>> In Linux, I can run gnome-session without ck-launch-session without any problem. The only thing I cant do is to shutdown my computer(no that menu) or mount a device(show a error messsagebox instantly with "Not authorized"). >>> But in FreeBSD, although I applied your patch and use ck-launch-session to run my gnome-session, if I click on a non-freebsd partition, it would say nothing. Maybe you would say this is a problem related to hal, but I think this is related to dbus. Dbus denied transferring the "not authorized" message and so many other messages, also include the "cannot shutdown" message. >>> >>> According to my analysis, I still believe the dbus default policy is the source of these problem. I think the only thing your patch did is to make ck-launch-session give more priviages like shutting down to gnome-session to prevent the error. But in truth, this is not the correct way to solve the problem. The source is dbus or policy, not other module. >> >> The default policy allows local users to have more privilege. If you >> run ck-list-sessions, and you see your session is active, you should be >> able to mount media, shutdown the computer, etc. My patch should make >> that happen. You are free to modify the policies all you want if you'd >> rather no go this route. >> >> Joe >> >>> >>> ------------------ >>> Bear >>> 2010-07-14 >>> >>> ------------------------------------------------------------- >>> From:Joe Marcus Clarke >>> Send Date:2010-07-13 23:06:35 >>> To:Kevin Oberman >>> CC:Bear; FreeBSD GNOME Users >>> Subject:Re: SUMMARY: GNOME startup issues >>> >>> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 >>>>> From: Bear >>>>> >>>>> hi, >>>>> Er... A very fool question... Could you tell me the correct steps to >>>>> patch your patch? It seems like that I did something wrong on this... >>>>> >>>> >>>> Here is what I did (and it was probably not the correct thing): >>>> 1. Save patch to ck-patch >>>> 2. cd /usr >>>> 3. patch < ck-patch >>>> 4. mv patch-tools_ck-collect-session-info.c /usr/ports/sysutils/consolekit/files >>>> 5. rm patch-tools_ck-collect-session-info.c.orig >>>> >>>> Then re-build and re-install consolekit and re-boot your system. >>> >>> I actually updated the patch to make it more commit-ready. Can you try >>> the new version? It's at the same URL. For it, you just need to do: >>> >>> cd /usr/ports/sysutils/consolekit/files >>> patch -p < /path/to/consolekit.diff >>> >>> That should update one file, and create a second. >>> >>> Joe >>> >> >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 16 06:24:40 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E02A1065672 for ; Fri, 16 Jul 2010 06:24:40 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firestar.cisco.com [171.68.227.75]) by mx1.freebsd.org (Postfix) with ESMTP id 001858FC1A for ; Fri, 16 Jul 2010 06:24:39 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6G6Oas8023799; Thu, 15 Jul 2010 23:24:37 -0700 (PDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id o6G6OUai005363; Fri, 16 Jul 2010 02:24:30 -0400 (EDT) Message-ID: <4C3FFB1D.7080409@freebsd.org> Date: Fri, 16 Jul 2010 02:24:29 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Bear References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org>, <201007140904356282282@Gmail.com>, <4C3D28E8.4020002@freebsd.org>, <201007151412415589248@Gmail.com>, <4C3F7137.8090100@freebsd.org> <201007161338261018674@Gmail.com> In-Reply-To: <201007161338261018674@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: SUMMARY: GNOME startup issues 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: Fri, 16 Jul 2010 06:24:40 -0000 On 7/16/10 1:38 AM, Bear wrote: > hi, I didnt mean that... I mean the "message server", such like > gnome-session and hald, not the "message client", just like > gnome-panel. So my question is why these "servre" application give no > response when the client ask for something? Why they reply a "refuse" > or "not authorized" message instead of keep silence? thx They do, actually. You just never see it. However, if you bind ktrace to polkitd (the server process), you will see the unauthorized message. Joe > > ------------------ Bear 2010-07-16 > > ------------------------------------------------------------- > From:Joe Marcus Clarke Send Date:2010-07-16 04:36:12 To:Bear CC:Kevin > Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup > issues > > On 7/15/10 2:12 AM, Bear wrote: >> hi, okay, I have readed that page.But can you help me on my >> question? Why these applications, such like gnome-session or hald, >> responded nothing instead of a deny message? > > HAL should reply with an error if there was a problem mounting a > file system. Panel will not show an error if shutdown/restart is not > enabled. > > Joe > >> thx >> >> ------------------ Bear 2010-07-15 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke Send Date:2010-07-14 11:03:09 To:Bear >> CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >> startup issues >> >> On 7/13/10 9:04 PM, Bear wrote: >>> hi, Your patch can actully shutdown my computer but cannot make >>> me mount partitions :) A problem, if the problem is caused by >>> user have no privilege has no right to shutdown, why >>> gnome-session said nothing instead of a reject message? And also, >>> if user has no privilege to mount partition, why the system keep >>> silent instead show a error message box with "not authorized"? >> >> You need to follow the instructions at >> http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the >> mounting issue. >> >> Joe >> >>> >>> >>> BTW: I have did a comparation on Linux. I run ck-launch-session >>> gnome-session and when I loggin into gnome, I run ck-list-session >>> and got these: >>> >>> bear@bear:~$ ck-list-sessions Session1: unix-user = '1000' >>> realname = 'bear' seat = 'Seat1' session-type = '' active = >>> FALSE x11-display = '' x11-display-device = '' display-device = >>> '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = >>> '2010-07-14T00:53:03.054906Z' login-session-id = '4294967295' >>> Session4: unix-user = '1000' realname = 'bear' seat = 'Seat1' >>> session-type = '' active = TRUE x11-display = ':0' >>> x11-display-device = '/dev/tty7' display-device = '/dev/tty1' >>> remote-host-name = '' is-local = TRUE on-since = >>> '2010-07-14T00:54:04.609575Z' login-session-id = '4294967295' >>> bear@bear:~$ >>> >>> Two sessions. The first one is inactive and the other one is >>> active and its status is as same as you said before. >>> ------------------ Bear 2010-07-14 >>> >>> ------------------------------------------------------------- >>> From:Joe Marcus Clarke Send Date:2010-07-14 00:43:56 To:Bear >>> CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >>> startup issues >>> >>> On 7/13/10 12:24 PM, Bear wrote: >>>> hi, Thanks for your patch! Your patch actually solved the >>>> problem on gnome-panel but I must say, I dont think this patch >>>> fix the source of this problem. The gnome-panel slow responding >>>> is only a hand, not the whole thing. Why not install a Linux >>>> such as Debian and do a comparation? In Linux, I can run >>>> gnome-session without ck-launch-session without any problem. >>>> The only thing I cant do is to shutdown my computer(no that >>>> menu) or mount a device(show a error messsagebox instantly with >>>> "Not authorized"). But in FreeBSD, although I applied your >>>> patch and use ck-launch-session to run my gnome-session, if I >>>> click on a non-freebsd partition, it would say nothing. Maybe >>>> you would say this is a problem related to hal, but I think >>>> this is related to dbus. Dbus denied transferring the "not >>>> authorized" message and so many other messages, also include >>>> the "cannot shutdown" message. >>>> >>>> According to my analysis, I still believe the dbus default >>>> policy is the source of these problem. I think the only thing >>>> your patch did is to make ck-launch-session give more priviages >>>> like shutting down to gnome-session to prevent the error. But >>>> in truth, this is not the correct way to solve the problem. The >>>> source is dbus or policy, not other module. >>> >>> The default policy allows local users to have more privilege. If >>> you run ck-list-sessions, and you see your session is active, you >>> should be able to mount media, shutdown the computer, etc. My >>> patch should make that happen. You are free to modify the >>> policies all you want if you'd rather no go this route. >>> >>> Joe >>> >>>> >>>> ------------------ Bear 2010-07-14 >>>> >>>> ------------------------------------------------------------- >>>> From:Joe Marcus Clarke Send Date:2010-07-13 23:06:35 To:Kevin >>>> Oberman CC:Bear; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >>>> startup issues >>>> >>>> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 From: Bear >>>>>> >>>>>> >>>>>> hi, Er... A very fool question... Could you tell me the >>>>>> correct steps to patch your patch? It seems like that I did >>>>>> something wrong on this... >>>>>> >>>>> >>>>> Here is what I did (and it was probably not the correct >>>>> thing): 1. Save patch to ck-patch 2. cd /usr 3. patch < >>>>> ck-patch 4. mv patch-tools_ck-collect-session-info.c >>>>> /usr/ports/sysutils/consolekit/files 5. rm >>>>> patch-tools_ck-collect-session-info.c.orig >>>>> >>>>> Then re-build and re-install consolekit and re-boot your >>>>> system. >>>> >>>> I actually updated the patch to make it more commit-ready. Can >>>> you try the new version? It's at the same URL. For it, you >>>> just need to do: >>>> >>>> cd /usr/ports/sysutils/consolekit/files patch -p < >>>> /path/to/consolekit.diff >>>> >>>> That should update one file, and create a second. >>>> >>>> Joe >>>> >>> >>> >> >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 16 09:30:17 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1CD01065741; Fri, 16 Jul 2010 09:30:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A954A8FC08; Fri, 16 Jul 2010 09:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6G9UHaK052163; Fri, 16 Jul 2010 09:30:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6G9UHac052154; Fri, 16 Jul 2010 09:30:17 GMT (envelope-from edwin) Date: Fri, 16 Jul 2010 09:30:17 GMT Message-Id: <201007160930.o6G9UHac052154@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148678: x11-toolkits/vte: vulnerable to classic terminal title set+query attack (CVE-2010-2713) 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: Fri, 16 Jul 2010 09:30:17 -0000 Synopsis: x11-toolkits/vte: vulnerable to classic terminal title set+query attack (CVE-2010-2713) Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 16 09:30:17 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148678 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 16 09:50:05 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 132C8106564A for ; Fri, 16 Jul 2010 09:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE0C48FC08 for ; Fri, 16 Jul 2010 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6G9o44M067915 for ; Fri, 16 Jul 2010 09:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6G9o4me067914; Fri, 16 Jul 2010 09:50:04 GMT (envelope-from gnats) Date: Fri, 16 Jul 2010 09:50:04 GMT Message-Id: <201007160950.o6G9o4me067914@freefall.freebsd.org> To: gnome@FreeBSD.org From: Janne Snabb Cc: Subject: Re: ports/148678: x11-toolkits/vte: vulnerable to classic terminal title set+query attack (CVE-2010-2713) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janne Snabb List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 09:50:05 -0000 The following reply was made to PR ports/148678; it has been noted by GNATS. From: Janne Snabb To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/148678: x11-toolkits/vte: vulnerable to classic terminal title set+query attack (CVE-2010-2713) Date: Fri, 16 Jul 2010 09:48:37 +0000 (UTC) Fixed in: http://ftp.gnome.org/pub/gnome/sources/vte/0.24/vte-0.24.3.tar.bz2 -- Janne Snabb / EPIPE Communications snabb@epipe.com - http://epipe.com/ From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 16 16:01:44 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BA3A1065673; Fri, 16 Jul 2010 16:01:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52CC78FC12; Fri, 16 Jul 2010 16:01:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6GG1iIp095202; Fri, 16 Jul 2010 16:01:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6GG1iDs095198; Fri, 16 Jul 2010 16:01:44 GMT (envelope-from linimon) Date: Fri, 16 Jul 2010 16:01:44 GMT Message-Id: <201007161601.o6GG1iDs095198@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/148659: sysutils/polkit fails to install 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: Fri, 16 Jul 2010 16:01:44 -0000 Old Synopsis: polkit fails to install New Synopsis: sysutils/polkit fails to install Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 16 16:01:12 UTC 2010 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=148659 From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 17 02:24:06 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DB311065670; Sat, 17 Jul 2010 02:24:06 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 03E108FC0A; Sat, 17 Jul 2010 02:24:05 +0000 (UTC) Received: by pxi8 with SMTP id 8so1348236pxi.13 for ; Fri, 16 Jul 2010 19:24:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:references :subject:message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=w4Vj9VuEtWIMCQ08dh+p57XyBMuqqaJk6rHixlvSdZU=; b=dIv+9NTo++SD+XOylH0UlNZdzhw1M+BFN1eFgqbszCk6MVuRFjrBCpdiRM/CI0KpcS 9XZMEdxxCHwmll564H8+bsMrs11SaU2LkiDgW4MIp2750Be0U8EVWyjfS2v3v+GJChiF qfpAIIt0VNW96LG8hHV+lUFo+4gN8Nt3jGQoc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:references:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=HARG1BxC2iSPsq3swJ5tUEHSk05yy0R0XDEY9aTBu5Zuogf40LSNCwmTRkUdr9sdkR ho1sRL+uweg1ZWpzwI2DpfNq3XZYjWG9NgAjK18lW1gZF1YBYT5dNo8Dhx3j2U902eE5 PkOVg7Dp7pHnQC2x5JBrpGA349pIBltDMckUM= Received: by 10.114.103.19 with SMTP id a19mr2595202wac.81.1279333445232; Fri, 16 Jul 2010 19:24:05 -0700 (PDT) Received: from BEAR-WIN ([183.32.205.36]) by mx.google.com with ESMTPS id c24sm31905452wam.7.2010.07.16.19.24.00 (version=SSLv3 cipher=RC4-MD5); Fri, 16 Jul 2010 19:24:03 -0700 (PDT) Date: Sat, 17 Jul 2010 10:24:01 +0800 From: Bear To: "Joe Marcus Clarke" References: <20100713124704.C5E331CC44@ptavv.es.net>, <201007140024356275537@Gmail.com>, <4C3C97C6.6000908@freebsd.org>, <201007140904356282282@Gmail.com>, <4C3D28E8.4020002@freebsd.org>, <201007151412415589248@Gmail.com>, <4C3F7137.8090100@freebsd.org>, <201007161338261018674@Gmail.com>, <4C3FFB1D.7080409@freebsd.org> Message-ID: <201007171023592577771@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD GNOME Users Subject: Re: Re: SUMMARY: GNOME startup issues 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: Sat, 17 Jul 2010 02:24:06 -0000 hi, okay, here comes my problem: I run this command in GNOME: dbus-send --session --dest='org.gnome.SessionManager' --print-reply --type=method_call /org/gnome/SessionManager org.gnome.SessionManager.CanShutdown Why I see nothing? If the server(such like gnome-session) actually send the "refuse" message and dbus transferred it correctly, why I cannot see the message? BTW: I did this without your patch. Because under your patch, I would see the "Yes" message. ------------------ Bear 2010-07-17 ------------------------------------------------------------- From:Joe Marcus Clarke Send Date:2010-07-16 14:24:45 To:Bear CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup issues On 7/16/10 1:38 AM, Bear wrote: > hi, I didnt mean that... I mean the "message server", such like > gnome-session and hald, not the "message client", just like > gnome-panel. So my question is why these "servre" application give no > response when the client ask for something? Why they reply a "refuse" > or "not authorized" message instead of keep silence? thx They do, actually. You just never see it. However, if you bind ktrace to polkitd (the server process), you will see the unauthorized message. Joe > > ------------------ Bear 2010-07-16 > > ------------------------------------------------------------- > From:Joe Marcus Clarke Send Date:2010-07-16 04:36:12 To:Bear CC:Kevin > Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME startup > issues > > On 7/15/10 2:12 AM, Bear wrote: >> hi, okay, I have readed that page.But can you help me on my >> question? Why these applications, such like gnome-session or hald, >> responded nothing instead of a deny message? > > HAL should reply with an error if there was a problem mounting a > file system. Panel will not show an error if shutdown/restart is not > enabled. > > Joe > >> thx >> >> ------------------ Bear 2010-07-15 >> >> ------------------------------------------------------------- >> From:Joe Marcus Clarke Send Date:2010-07-14 11:03:09 To:Bear >> CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >> startup issues >> >> On 7/13/10 9:04 PM, Bear wrote: >>> hi, Your patch can actully shutdown my computer but cannot make >>> me mount partitions :) A problem, if the problem is caused by >>> user have no privilege has no right to shutdown, why >>> gnome-session said nothing instead of a reject message? And also, >>> if user has no privilege to mount partition, why the system keep >>> silent instead show a error message box with "not authorized"? >> >> You need to follow the instructions at >> http://www.freebsd.org/gnome/docs/halfaq.html to troubleshoot the >> mounting issue. >> >> Joe >> >>> >>> >>> BTW: I have did a comparation on Linux. I run ck-launch-session >>> gnome-session and when I loggin into gnome, I run ck-list-session >>> and got these: >>> >>> bear@bear:~$ ck-list-sessions Session1: unix-user = '1000' >>> realname = 'bear' seat = 'Seat1' session-type = '' active = >>> FALSE x11-display = '' x11-display-device = '' display-device = >>> '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = >>> '2010-07-14T00:53:03.054906Z' login-session-id = '4294967295' >>> Session4: unix-user = '1000' realname = 'bear' seat = 'Seat1' >>> session-type = '' active = TRUE x11-display = ':0' >>> x11-display-device = '/dev/tty7' display-device = '/dev/tty1' >>> remote-host-name = '' is-local = TRUE on-since = >>> '2010-07-14T00:54:04.609575Z' login-session-id = '4294967295' >>> bear@bear:~$ >>> >>> Two sessions. The first one is inactive and the other one is >>> active and its status is as same as you said before. >>> ------------------ Bear 2010-07-14 >>> >>> ------------------------------------------------------------- >>> From:Joe Marcus Clarke Send Date:2010-07-14 00:43:56 To:Bear >>> CC:Kevin Oberman; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >>> startup issues >>> >>> On 7/13/10 12:24 PM, Bear wrote: >>>> hi, Thanks for your patch! Your patch actually solved the >>>> problem on gnome-panel but I must say, I dont think this patch >>>> fix the source of this problem. The gnome-panel slow responding >>>> is only a hand, not the whole thing. Why not install a Linux >>>> such as Debian and do a comparation? In Linux, I can run >>>> gnome-session without ck-launch-session without any problem. >>>> The only thing I cant do is to shutdown my computer(no that >>>> menu) or mount a device(show a error messsagebox instantly with >>>> "Not authorized"). But in FreeBSD, although I applied your >>>> patch and use ck-launch-session to run my gnome-session, if I >>>> click on a non-freebsd partition, it would say nothing. Maybe >>>> you would say this is a problem related to hal, but I think >>>> this is related to dbus. Dbus denied transferring the "not >>>> authorized" message and so many other messages, also include >>>> the "cannot shutdown" message. >>>> >>>> According to my analysis, I still believe the dbus default >>>> policy is the source of these problem. I think the only thing >>>> your patch did is to make ck-launch-session give more priviages >>>> like shutting down to gnome-session to prevent the error. But >>>> in truth, this is not the correct way to solve the problem. The >>>> source is dbus or policy, not other module. >>> >>> The default policy allows local users to have more privilege. If >>> you run ck-list-sessions, and you see your session is active, you >>> should be able to mount media, shutdown the computer, etc. My >>> patch should make that happen. You are free to modify the >>> policies all you want if you'd rather no go this route. >>> >>> Joe >>> >>>> >>>> ------------------ Bear 2010-07-14 >>>> >>>> ------------------------------------------------------------- >>>> From:Joe Marcus Clarke Send Date:2010-07-13 23:06:35 To:Kevin >>>> Oberman CC:Bear; FreeBSD GNOME Users Subject:Re: SUMMARY: GNOME >>>> startup issues >>>> >>>> On 7/13/10 8:47 AM, Kevin Oberman wrote: >>>>>> Date: Tue, 13 Jul 2010 16:21:09 +0800 From: Bear >>>>>> >>>>>> >>>>>> hi, Er... A very fool question... Could you tell me the >>>>>> correct steps to patch your patch? It seems like that I did >>>>>> something wrong on this... >>>>>> >>>>> >>>>> Here is what I did (and it was probably not the correct >>>>> thing): 1. Save patch to ck-patch 2. cd /usr 3. patch < >>>>> ck-patch 4. mv patch-tools_ck-collect-session-info.c >>>>> /usr/ports/sysutils/consolekit/files 5. rm >>>>> patch-tools_ck-collect-session-info.c.orig >>>>> >>>>> Then re-build and re-install consolekit and re-boot your >>>>> system. >>>> >>>> I actually updated the patch to make it more commit-ready. Can >>>> you try the new version? It's at the same URL. For it, you >>>> just need to do: >>>> >>>> cd /usr/ports/sysutils/consolekit/files patch -p < >>>> /path/to/consolekit.diff >>>> >>>> That should update one file, and create a second. >>>> >>>> Joe >>>> >>> >>> >> >> > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 17 19:00:12 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2A141065672 for ; Sat, 17 Jul 2010 19:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6038FC08 for ; Sat, 17 Jul 2010 19:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6HJ0CFq039481 for ; Sat, 17 Jul 2010 19:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6HJ0CIM039480; Sat, 17 Jul 2010 19:00:12 GMT (envelope-from gnats) Date: Sat, 17 Jul 2010 19:00:12 GMT Message-Id: <201007171900.o6HJ0CIM039480@freefall.freebsd.org> To: gnome@FreeBSD.org From: Tim Bishop Cc: Subject: Re: ports/148102: make install can fail for ports-mgmt/packagekit [patch] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tim Bishop List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 19:00:12 -0000 The following reply was made to PR ports/148102; it has been noted by GNATS. From: Tim Bishop To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148102: make install can fail for ports-mgmt/packagekit [patch] Date: Sat, 17 Jul 2010 19:52:22 +0100 I can confirm the bug and that the fix solved the problem (in Makefile.in, not Makefile.am). Tim. -- Tim Bishop http://www.bishnet.net/tim/ PGP Key: 0x5AE7D984