From owner-freebsd-questions@freebsd.org Sun Apr 24 18:21:27 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E897EB1BF87 for ; Sun, 24 Apr 2016 18:21:27 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S32.hotmail.com (blu004-omc4s32.hotmail.com [65.55.111.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6E6719E0 for ; Sun, 24 Apr 2016 18:21:27 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP76 ([65.55.111.136]) by BLU004-OMC4S32.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Apr 2016 11:20:20 -0700 X-TMN: [61d5q/1GtgXymNPzOjMK1U88rfbqC+I3] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Lost my gnome3/gdm boot-time window To: Tijl Coosemans References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423165902.29d9950c@kalimero.tijl.coosemans.org> <20160424124745.3e67673a@kalimero.tijl.coosemans.org> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sun, 24 Apr 2016 23:48:45 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160424124745.3e67673a@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Apr 2016 18:20:17.0696 (UTC) FILETIME=[F434BA00:01D19E55] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 18:21:28 -0000 On 04/24/16 16:17, Tijl Coosemans wrote: > On Sun, 24 Apr 2016 11:11:19 +0530 Manish Jain wrote: >> 'pkg upgrade cups' has led to a loss of some of my gnome3 components and >> now the gdm boot-time window has disappeared, on account of which >> gnome-session is not starting. I would not like to reinstall the whole >> OS, so can you now please help me with fixing this ? > Some things you can try: > > 1) Does "pkg check -d -a" find anything? > > 2) Check the output of these commands: > > grep pkg /var/log/messages > bzgrep pkg /var/log/messages.* > > Maybe a package was removed that shouldn't have been removed. Try > reinstalling it. > > 3) Run "pkg upgrade" to make sure you have the latest version of all > packages. > > Thanks a lot. 'pkg upgrade' did the trick. Regards Manish Jain