From owner-freebsd-questions@freebsd.org Fri Apr 20 04:06:06 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 2A06EF9FF2F for ; Fri, 20 Apr 2018 04:06:06 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: from mail-ua0-x243.google.com (mail-ua0-x243.google.com [IPv6:2607:f8b0:400c:c08::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C281F74130 for ; Fri, 20 Apr 2018 04:06:05 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: by mail-ua0-x243.google.com with SMTP id l3so3311964uak.8 for ; Thu, 19 Apr 2018 21:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=19vzBDYn6L3NfV5HpksVgr5YC1qPC89qmQ9e5WPxnZE=; b=hL1ZMn4eFGLQrWbrGAnRbULhnPL101IrXTrcnHteRgH9cVpR5YAkA17LBvwBXkcgE+ UmXfeRI+elZSvcbeLjMmDeSXKRNcdT7b+RFyjOG2zag9kX6T0Jf/v0plWgEHAJCkh4FZ 6hKtMH9WrI98hXQBk4Iy/K398VrourccnCFH31b2gfgHR7njWxfl/t0c8M0jUA+NXopx 9yrnofplxFR0F3Q/uFwQQ2/gkuub+d1tizuB8vFo9FPTpY8to4+h58Dt9d9oLTEnM+Q1 gwqhlDQLRtw1i00d2wiv/goqLaQnAlGwulSkO6DyZJtrOKKFDsKdRlwoC2jAivlCCdL0 XbqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=19vzBDYn6L3NfV5HpksVgr5YC1qPC89qmQ9e5WPxnZE=; b=kmnTQZeefgdWiXfLhZDYbeEGERuwKIYMeK3f1razz9uqcdsIYpAfreqLfL+UJhPUAn O2Cen2BbmoZ1PlJS4olKPr48FpHN2QnJL9TVKzsrMHNl5kXjg/olTMzkKFy/Yiz9EUEN sKkwnuPZIL2G8UWDMJRh8kuk+7bbweCMtsA5li+0Q3ReI29XThBJoeUz37q7UzWuQwei d5+iHMRrg8RikhOI5nlMqo0IoBuMmoUqJBoP9lf+ssuAmTdgjoE/z+xzW+ThtRp8ScS7 6s2a32AMYew5uhE+uua+zgIoFrYT6nZFCFNA2X049ReIkAxK/i+Nv15ieNzjBatQaSEI c+8w== X-Gm-Message-State: ALQs6tAPAEZbNEksR5VPg9b+Ybx4d+SM/fJg51uu9OeWgO9BIpv2CCBL DZ+y41F6lX+i1Tfgu36xIB+N77ZS4s1o/CJIekA= X-Google-Smtp-Source: AIpwx4+P5R6onDQ8nyZRINTqYUSrC1xncgqWkqfejo30oubgYwRPrPkh24X8FXA35LTXL4Zly8AbaEwF2Us/THmwZiU= X-Received: by 10.159.39.3 with SMTP id a3mr6560591uaa.2.1524197164861; Thu, 19 Apr 2018 21:06:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.53.107 with HTTP; Thu, 19 Apr 2018 21:06:04 -0700 (PDT) In-Reply-To: <09022b01-da91-f4cd-8f6b-14f2dc646837@dreamchaser.org> References: <09022b01-da91-f4cd-8f6b-14f2dc646837@dreamchaser.org> From: B J Date: Fri, 20 Apr 2018 04:06:04 +0000 Message-ID: Subject: Re: Problems With Running Firefox Under Xfce To: freebsd@dreamchaser.org Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" 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:06:06 -0000 > 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. BMJ