From owner-freebsd-questions@freebsd.org Fri Apr 20 04:25:58 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 319F2FA17DC for ; Fri, 20 Apr 2018 04:25:58 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93153799A9 for ; Fri, 20 Apr 2018 04:25:57 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id w3K4Prts040845; Thu, 19 Apr 2018 22:25:54 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: Problems With Running Firefox Under Xfce To: B J Cc: freebsd-questions References: <09022b01-da91-f4cd-8f6b-14f2dc646837@dreamchaser.org> From: Gary Aitken Message-ID: <6e9da3b3-89b2-44f5-c2d4-6823a5ff238e@dreamchaser.org> Date: Thu, 19 Apr 2018 22:25:13 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Thu, 19 Apr 2018 22:25:54 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 04:25:58 -0000 On 04/19/18 22:06, B J wrote: > > >> I used to have a similar sort of problem, not exactly the same. >> Rather than rebooting, have you tried re-initing or re-starting >> just the appropriate processes? As I recall, I usually got my >> situation resolved by re-establishing my firewall rules using "sh >> ipfw_rules" or something like that. I never did figure out why it >> was dropping out, but it happened under similar circumstances. > > > > Thanks for your comment. > > Part of the problem is that, for some reason, I can't toggle between > enabling and disabling the network interface, which I was able to do > before. > > I made a note of the IP address and the net mask and entered them by > hand. It seemed to work but in more recent versions of Xfce, it did > that automatically. Not sure I understand what xfce has to do with this. If the problem is the network not working, it isn't an xfce problem; you can enable and disable the network interface from any terminal window using ifconfig as root: ifconfig re0 down ifconfig ... ifconfig re0 up Gary