Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 02:22:48 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-current@freebsd.org
Subject:   Re: jail sockstat shows gdnc, gdomap, casperd as enabled
Message-ID:  <CAPSTskvo2ved6hZufyXWDSuUdHKEDdT_CfXkHrBLrAWWp-WsFQ@mail.gmail.com>
In-Reply-To: <1401785112698-5917336.post@n5.nabble.com>
References:  <1401778952788-5917302.post@n5.nabble.com> <alpine.BSF.2.00.1406030942300.32596@mail.fig.ol.no> <CAPSTskvinNHikXn3R%2BnsA%2BCg8Dvy39TUkFj5JgFeJnOrOYv8kA@mail.gmail.com> <9A0F870A-0DF1-4C02-A0EB-5D23A730191D@FreeBSD.org> <1401785112698-5917336.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I had installed mail/gnumail for testing and figuring out whether I wanted
to use the thing. It had some GUI display + flickering problems, so I never
really got around to trying it. This program however, had installed a whole
slew of GNUstep-* ports - I decided to just get rid of the damned thing and
removed all those dependent binaries. The problem cleared up on host and in
the jails.

It seems GNUstep took the liberty of starting up as several threads on host
as well, and I assume it probably has a "listen on all IPs" sort of like
ntpd does.

A caveat for future testers of mail/gnumail: It's a nasty little SOB!

Regards.




-----
FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
--
View this message in context: http://freebsd.1045724.n5.nabble.com/jail-sockstat-shows-gdnc-gdomap-casperd-as-enabled-tp5917302p5917342.html
Sent from the freebsd-current mailing list archive at Nabble.com.
From owner-freebsd-current@FreeBSD.ORG  Tue Jun  3 10:16:48 2014
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 2088098D
 for <freebsd-current@freebsd.org>; Tue,  3 Jun 2014 10:16:48 +0000 (UTC)
Received: from dnvrco-oedge-vip.email.rr.com
 (dnvrco-outbound-snat.email.rr.com [107.14.73.227])
 by mx1.freebsd.org (Postfix) with ESMTP id E4DF92725
 for <freebsd-current@freebsd.org>; Tue,  3 Jun 2014 10:16:47 +0000 (UTC)
Received: from [96.28.178.143] ([96.28.178.143:53642] helo=localhost)
 by dnvrco-oedge02 (envelope-from <mueller6721@twc.com>)
 (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP
 id 5E/43-11813-830AD835; Tue, 03 Jun 2014 10:15:20 +0000
Date: Tue, 03 Jun 2014 10:15:20 +0000
Message-ID: <5E.43.11813.830AD835@dnvrco-oedge02>
From: "Thomas Mueller" <mueller6724@bellsouth.net>
To: freebsd-wireless@freebsd.org
Subject: Change for the worse in rsu wireless driver
X-RR-Connecting-IP: 107.14.64.130:25
X-Authority-Analysis: v=2.1 cv=a+i+9CiF c=1 sm=1 tr=0
 a=RKm8ZHSrUWUxlfG+7GhaOw==:117 a=RKm8ZHSrUWUxlfG+7GhaOw==:17 a=ayC55rCoAAAA:8
 a=8SutbUg_jKoA:10 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=pGLkceISAAAA:8
 a=5bXU4cA67BCs1vZ52VAA:9 a=MSl-tDqOz04A:10
X-Cloudmark-Score: 0
Cc: freebsd-current@freebsd.org
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Jun 2014 10:16:48 -0000

from Idwer Vollering <vidwer@gmail.com>:

I have a patch for that:

Index: head/sys/dev/usb/wlan/if_rsu.c
===================================================================
--- head/sys/dev/usb/wlan/if_rsu.c      (revision 266970)
+++ head/sys/dev/usb/wlan/if_rsu.c      (working copy)
@@ -69,11 +69,13 @@

 #include <dev/usb/wlan/if_rsureg.h>

+static SYSCTL_NODE(_hw_usb, OID_AUTO, rsu, CTLFLAG_RW, 0, "USB rsu");
+
 #ifdef USB_DEBUG
-static int rsu_debug = 0;
-SYSCTL_NODE(_hw_usb, OID_AUTO, rsu, CTLFLAG_RW, 0, "USB rsu");
-SYSCTL_INT(_hw_usb_rsu, OID_AUTO, debug, CTLFLAG_RW, &rsu_debug, 0,
+int rsu_debug = 0;
+SYSCTL_INT(_hw_usb_rsu, OID_AUTO, debug, CTLFLAG_RW | CTLFLAG_TUN,
&rsu_debug, 0,
     "Debug level");
+TUNABLE_INT("hw.usb.rsu.debug", &rsu_debug);
 #endif

 static const STRUCT_USB_HOST_ID rsu_devs[] = {
@@ -1284,7 +1286,7 @@
                DPRINTF("WPS PBC pushed.\n");
                break;
        case R92S_EVT_FWDBG:
-               if (ifp->if_flags & IFF_DEBUG) {
+               if (rsu_debug >= 6) {
                        buf[60] = '\0';
                        printf("FWDBG: %s\n", (char *)buf);
                }

(end of quote)

I do not put "> " in front of these lines for quoting here.

Patch failed to apply, something was malformed.

I have no directory named head, but even removing that left errors.

I suppose I could look through original file and patch, and manually make the changes with vi.  Should I try that?  I am already long overdue for bed.

Anyway, I have other stuff to do on computer, including NetBSD-current amd64 and i386 installations on USB sticks, plan to install on new hard drive as well.

I'll be more inclined to come back when cups 1.7.3 becomes available in ports tree.  I need to be able to print.  Maybe NetBSD will be mainly a way station for cross-compiling Linux?

Now FreeBSD 11-current amd64 betrays me again as I lost the wireless connection and have to boot into my FreeBSD 10-stable amd64 or i386 installation or NetBSD-head amd64.

Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPSTskvo2ved6hZufyXWDSuUdHKEDdT_CfXkHrBLrAWWp-WsFQ>