Re: Finding a rogue src/sys commit with bisection?

2014-11-15 Thread Ian Lepore
ou think you have a candidate you can do a more complete clean-and-rebuild to be sure. Sometimes build glitches will require a clean rebuild at some bisect points. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: Finding a rogue src/sys commit with bisection?

2014-11-15 Thread Ian Lepore
we don't want to use a tool purposefully built for the problem > you are facing? Doesn't seem like a "git debate" more like hammering in > screws... > This in-your-face git evangelism is getting REALLY OLD, REALLY FAST. Please stop it. I have nothing

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Ian Lepore
gt; > No. At attach time, the RNG grabs some probe entropy. At detach time it does > nothing. > > M And yet... Steve has gathered evidence that the system bricks when a device is detached with the new entropy-gathering code and doesn't do so

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Ian Lepore
On Sun, 2014-11-16 at 18:23 +, Mark R V Murray wrote: > > On 16 Nov 2014, at 18:21, Ian Lepore wrote: > > > > On Sun, 2014-11-16 at 18:17 +, Mark R V Murray wrote: > >>> On 16 Nov 2014, at 17:51, Steve Kargl > >>> wrote: > >>>

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-06 Thread Ian Lepore
catch logic errors with > > rebuilding code. Should this be in FreeBSD? > > Not sure what that is meant to achieve. If parts of the installation > depend on the value of CC, why would you want to set it to false? Just > so it can error out at those points? > &g

Re: simple task to speed up booting

2014-12-14 Thread Ian Lepore
would be significant. I don't understand why anything these days is still defaulting to 9600. It's the 21st century, but we never got the George Jetson flying cars we were promised, and apparently we're never going to break loose from the standards set by accoustic-coupled

Re: wrapping a vararg C function (specifically, log() in the kernel)

2014-12-18 Thread Ian Lepore
) static inline void locallog(int lvl, const char *fmt, ...) { va_list ap; va_start(ap, fmt); logv(level, fmt, ap); va_end(ap); } But unfortunately we don't have a logv() function. I think maybe we should have one. :) -- Ian _

Re: simple task to speed up booting

2014-12-21 Thread Ian Lepore
27;t decide if it's worth committing... it'll have a lot of value to someone with slow serial and netbooting, is that common? -- Ian Index: lib/libstand/cd9660.c === --- lib/libstand/cd9660.c (revision 275941) +++ lib/libs

Re: simple task to speed up booting

2014-12-22 Thread Ian Lepore
On Mon, 2014-12-22 at 15:15 +, Poul-Henning Kamp wrote: > > In message <1419224743.1018.108.ca...@freebsd.org>, Ian Lepore writes: > > >On Sun, 2014-12-14 at 10:32 +, Poul-Henning Kamp wrote: > >> The rotating swirlie ('-/|\') in the loade

Re: r276200: EFI boot failure: kernel stops booting at pci0: on pcib0

2014-12-26 Thread Ian Lepore
r only ... I > > performed the > > iterative search of the foul commit by "svn update -r 276XXX" and then > > build kernel only > > via "make kernel" - this just for the record in case some > > world-dependencies might have > > effects. > > Hi! > > Thanks for that. Would you please file a PR with the details and what > you've done? > > I hope you can narrow it down further. You've done a great job > already, I just can't see any clear winner there for a commit to back > out :( r276064 looks like a candidate. At least, it has 'efi' in the name. :) -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: r276200: EFI boot failure: kernel stops booting at pci0: on pcib0

2014-12-28 Thread Ian Lepore
On Sun, 2014-12-28 at 20:57 +0100, O. Hartmann wrote: > Am Fri, 26 Dec 2014 12:23:42 -0700 > Ian Lepore schrieb: > > > On Fri, 2014-12-26 at 08:48 -0800, Adrian Chadd wrote: > > > On 26 December 2014 at 04:01, O. Hartmann > > > wrote: > > > > Am T

Re: [RFC] Start SMP subsystem earlier

2015-01-06 Thread Ian Lepore
() routine and do all the real attach-time type stuff in a bus_new_pass() routine after the pass number becomes high enough that your co-dependent driver peers are available. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [RFC] Start SMP subsystem earlier

2015-01-06 Thread Ian Lepore
On Tue, 2015-01-06 at 07:57 -0800, Adrian Chadd wrote: > On 6 January 2015 at 07:55, Ian Lepore wrote: > > On Tue, 2015-01-06 at 09:37 -0500, John Baldwin wrote: > >> On 1/5/15 8:18 AM, Hans Petter Selasky wrote: > >> > Hi, > >> > > >> > The

Re: What happened to DIOCGDINFO? Fwd: [package - head-amd64-default][misc/e2fsprogs-libblkid] Failed for e2fsprogs-libblkid-1.42.12 in build

2015-01-10 Thread Ian Lepore
e best of my knowledge, and without retrying builds, the package > builds fine on 8/9/10. > > Thanks, > Matthias It was removed in r276737. I don't know what replaces it. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: System-On-Module

2015-01-28 Thread Ian Lepore
key. Another small-board imx6 possibility is the Hummingboard from SolidRun. I now have freebsd running on a SolidRun Cubox-i4, so I expect no large drama in getting it working on other SolidRun imx6 products. Gonzo ordered a Hummingboard recently, so we should know for sure some time soon. -- Ian

Re: System-On-Module

2015-01-28 Thread Ian Lepore
of uptime) we designed our own motherboards with EDM sockets on them. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: System-On-Module

2015-01-28 Thread Ian Lepore
looked into it). Some audio support was recently committed, but I don't know much about it yet. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: PSA: If you run -current, beware!

2015-02-03 Thread Ian Lepore
> workaround as that is) will avoid it. > > Yes, this is being worked on. FWIW, 24.8 days is the point at which an int32_t variable counting ticks at 1khz rolls over from positive to negative numbers. -- Ian ___ freebsd-current@freebsd

r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-09 Thread Ian FREISLICH
th 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 cap 13[a4] = PCI Advanced Features: FLR TP void intel_modeset_init_hw(struct drm_device *dev) Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.or

Re: nagios vs w/uptime

2015-02-10 Thread Ian Lepore
s... > > > > Adding xo_finish() to w.c line 268 just right before exit(0); fixes that > issue (I don't know libxo well enough to say if this is the proper fix or > just a workaround, but it seems logical to me). > I wonder if that implies that any non-

Re: [RFC] Removin the old make

2015-02-10 Thread Ian Lepore
frastructure) but I would say this > is > very much a corner case > > Bapt By far the biggest incompatibility I've run into is the change from :U and :L to :tu and :tl, mostly because any existing makefiles that contain :U or :L variable modifiers just silently do the wrong thing

Re: nagios vs w/uptime

2015-02-10 Thread Ian Lepore
On Tue, 2015-02-10 at 22:55 +, Brooks Davis wrote: > On Tue, Feb 10, 2015 at 02:32:44PM -0700, Ian Lepore wrote: > > On Tue, 2015-02-10 at 22:24 +0100, Michael Gmelin wrote: > > > > > > > > > > On 10 Feb 2015, at 22:17, Michael Gmelin wrote: > >

r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-11 Thread Ian FREISLICH
= VGA cap 05[90] = MSI supports 1 message enabled with 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 cap 13[a4] = PCI Advanced Features: FLR TP Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.fr

Re: r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-11 Thread Ian FREISLICH
ag removed by r278584 is BLM_PCH_OVERRIDE_ENABLE according to the Linux driver. I think we're not correctly setting or selecting the PWM channel for backlight control. > > -a > > > On 11 February 2015 at 07:41, Ian FREISLICH wrote: > > Hi > > > > With t

Re: HEADS-UP: Enabling WITH_DEBUG_FILES by default

2015-02-11 Thread Ian Lepore
install to)? How much time will this add to a build? Yeah yeah, I can update a couple dozen src.conf files to eliminate them, and that's not the biggest hassle in the world (but it's also not nothing). It seems like this is a heavy enough load that it needs to justify its ex

Re: HEADS-UP: Enabling WITH_DEBUG_FILES by default

2015-02-11 Thread Ian Lepore
On Thu, 2015-02-12 at 04:11 +, Glen Barber wrote: > On Wed, Feb 11, 2015 at 08:56:00PM -0700, Ian Lepore wrote: > > On Wed, 2015-02-11 at 22:21 -0500, Ed Maste wrote: > > > On 11 February 2015 at 21:39, Glen Barber wrote: > > > > > > > > Within t

Re: [RFC] Removin the old make

2015-02-12 Thread Ian Lepore
old make without notice ? > > > Old make was already removed in 10.x what remains is only the sources and that > is what I propose to remove from 11 (and only from 11) > > Best regards, > Bapt fmake exists as a port too, doesn't it? Tha

Re: r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-16 Thread Ian FREISLICH
Ian FREISLICH wrote: > Adrian Chadd wrote: > > Hi, > > > > > There's a "invert backlight" option in i915, try setting it to 1? > > This is pretty much all I could find (unless I was looking in the > wrong place). It makes no difference. The bac

Re: default pager (csh)

2015-02-19 Thread Ian Lepore
e can actually do better. :) I sure hope "fix coloring" is shorthand for "don't you dare turn on any of that color crap without the user's permission." -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: sbuf-related panic

2015-03-16 Thread Ian Lepore
son I never hit the triggering condition in testing, but it seems that just about everyone else in the world did. :/ There are a couple locking-related fixes still needed which might trigger a witness warning, they should be fixed soon as well. -- Ian ___

Re: sbuf-related panic

2015-03-17 Thread Ian Lepore
the latest since some sbuf fixes have > landed and see if I can finish a poudriere build run. There is still a panic, one that I can't yet figure out why it wasn't panicking before my changes, but I'm working on it. -- Ian ___

Re: sbuf-related panic

2015-03-17 Thread Ian Lepore
On Tue, 2015-03-17 at 12:14 -0700, Craig Rodrigues wrote: > On Tue, Mar 17, 2015 at 11:57 AM, Ian Lepore wrote: > > > > > There is still a panic, one that I can't yet figure out why it wasn't > > panicking before my changes, but I'm working on it. >

Re: sbuf-related panic

2015-03-17 Thread Ian Lepore
On Tue, 2015-03-17 at 14:14 -0500, Mark Felder wrote: > > On Tue, Mar 17, 2015, at 13:57, Ian Lepore wrote: > > On Tue, 2015-03-17 at 13:49 -0500, Mark Felder wrote: > > > > > > On Mon, Mar 16, 2015, at 13:03, Shawn Webb wrote: > > > > O

Re: What's the official method to test the build now?

2015-03-21 Thread Ian Lepore
use "make universe", sometimes with the -DMAKE_JUST_KERNELS option. But the LINT kernels for x86 and sparc have been broken since January. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: 11.0-CURRENT: SCTP_MAX_CWND, lib/libc/net/sctp_sys_calls.c -r279859 vs. updating to head snaphot -r280598

2015-03-27 Thread Ian Lepore
e problems with the xtoolchain ports, not the base build system, and probably should have been reported to the port's maintainer, or on ports@. Or perhaps it's some sort of usage error, I don't know anything about the xtoolchain stuff. In any case, there doesn't seem to be anything wrong with the base build using the supported build mechanisms. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-22 Thread Ian FREISLICH
:27:22:6c:0b:8f timed out. Apr 22 12:28:34 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:27:22:6c:0b:8f reason=3 locally_generated=1 Apr 22 12:28:34 zen kernel: wlan0: link state changed to DOWN Ian -- Ian Freislich ___ freebsd

Re: [patch] fix add_bounce_page() for BUS_DMA_KEEP_PG_OFFSET

2015-04-24 Thread Ian Lepore
to just eliminate the flag (and of course, USB's need for it, which I fully admit I don't understand even a little bit). -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscrib

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-27 Thread Ian FREISLICH
6:43 zen dhclient: New Subnet Mask (wlan0): 255.255.255.0 Apr 6 18:06:43 zen dhclient: New Broadcast Address (wlan0): 10.0.0.255 Apr 6 18:06:43 zen dhclient: New Routers (wlan0): 10.0.0.1 Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing l

Re: save-entropy race in 10-STABLE (was: -CURRENT)?

2015-05-01 Thread Ian Lepore
py" or "atrun" > execution, only as often as I get these "save-entropy" complains. It looks like the events that should have run at 02:55:00 and 03:00:00 were both run at 03:03:25. Does this same sort of pattern exist in other instances of the error? I don't have any

Re: [patch] fix add_bounce_page() for BUS_DMA_KEEP_PG_OFFSET

2015-05-05 Thread Ian Lepore
maintain the arm code on branches earlier than 10-stable unless someone specifically asks for a change in 8.x. (afaik, virtually nobody uses 9.x on arm). -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: What to do about RCS/OpenRCS

2015-05-11 Thread Ian Lepore
> move forward in this area. But that's hard, as your response indicates. > > This is the last I'll say about this, because it appears the community > isn't ready. Have fun with your ancient version control while Linux > continues to grow in market share. :-( So you're saying that it's not that you're missing the point, it's just that you're trolling the list. That will be remembered. (Of course, it's clear to those who've actually read the thread that you are in fact completely missing the point.) -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Increase BUFSIZ to 8192

2015-05-13 Thread Ian Lepore
re... There are 2125 occurrances of BUFSIZ in the base code (probably 95% of them inappropriately used to size a local temp buffer or string). Do you really want to perturb that much working tested software because it makes md5 faster? How many of those occurrances are stack-allocated variables and

Re: Increase BUFSIZ to 8192

2015-05-13 Thread Ian Lepore
e they are allocated. As I've already pointed out, BUFSIZ appears in the base code over 2000 times. Where is the analysis of the impact an 8x change is going to have on all those uses? -- Ian ___ freebsd-current@freebsd.org mailing list ht

Re: Increase BUFSIZ to 8192

2015-05-14 Thread Ian Lepore
than grains of sand on the beach won't care about things like 64k buffers used by /bin/sh to read a line of text, and all the world is big servers now, right? -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

CFR - watchdogd exit timeout

2015-05-15 Thread Ian Lepore
I would like to add a new feature to watchdogd(8): -x option to specify the watchdog timeout to leave in effect when the program exits (currently behavior is to disable the watchdog on exit). The change is available for review... https://reviews.freebsd.org/D2556 -- Ian

Re: pedantic compiler warnings: double semicolons, function to data pointers

2015-05-19 Thread Ian Lepore
s it also MFCs it so that it isn't just a bunch of lurking merge conflicts in the future. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: OF_getprop weirdness - raspberry pi

2015-05-21 Thread Ian Lepore
zeof(data)); // node is ‘pcd-reset' > returns: > data[0]: 0x0300 > data[1]: 0x0600 > data[2]: 0x0200 > > which looks to me that it’s in the wrong endian? > > cheers, > danny FDT data is always big-endia

Re: setting tunables in stable/10 vs head?

2015-06-10 Thread Ian Lepore
ouraged for -head.) > > That's the correct way, afaik. > > Cheers, > Hiren Is there a reason the sysctl tunable flag changes can't be MFC'd? Leaving changes that widespread un-mfc'd just makes for lots of merge conflicts as time goes on (and can also lead

Re: obtaining a minidump from panic() called from NMI handler

2015-06-12 Thread Ian Lepore
akes sense. i don't observe deadlock, but, simple reboot. > > I believe I posted patches to serialize ddb entrance or panics due to nmi. > I do not have references handy, you could search lists. > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" That was on freebsd-arch in July 2014. -- Ian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

ntpd wierdness.

2015-07-06 Thread Ian FREISLICH
ion, the refclocks were always selected as pps.peer and sys.peer. Now, even though the refclocks have settled down, the peer selection seems a little strange. At least not what I'm used to seeing. Ian -- Ian Freislich ___ freebsd-cu

Re: Segmentation fault running ntpd

2015-07-19 Thread Ian Lepore
, "nebulous" that > I didn't think it warranted a whine of its own here. But on the > chance that it's related to ntpd giving up the ghost prematurely, > it seemed but a reasonable exercise of "Full Disclosure" to mention > it in th

Re: -current broken when src is on NFS

2015-07-19 Thread Ian Lepore
That is, it's always /any/path/here obj/ src/ Given that we have (or at least had at one time) some of those magical "..." paths that cause bmake to search up the hierarchy for its .mk files, I wonder if an odd relationship between src and obj dir confuse

"broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
, all running CURRENT from within a day. The upshot is that I have to be root in order to link code. Any ideas greatly appreciated. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: "broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
Glen Barber wrote: > On Tue, Jul 28, 2015 at 07:31:56PM +, Glen Barber wrote: > > On Tue, Jul 28, 2015 at 08:16:16PM +0200, Ian FREISLICH wrote: > > > Hi > > >=20 > > > I cannot for the life of me figure out why this is so: > > >=20 > > >

Re: "broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
se either the permissions of the mount point or the permissions of the directory mounted on that mount point. In the past, the permissions in the mounted filesystem have always trumped the mount point, but I have no idea what the spec says. Is this a bug? Ian -- Ian Freislich _

Re: "broken" symbolic links in /usr/lib

2015-07-29 Thread Ian FREISLICH
Glen Barber wrote: > On Tue, Jul 28, 2015 at 10:17:38PM +0200, Ian FREISLICH wrote: > > I found the actual problem. The mount point for /usr was mode 700 > > even though the root of the mounted filesystem on /usr was mode 755. > > Did I explain that clearly (quite difficult b

Re: "broken" symbolic links in /usr/lib

2015-07-29 Thread Ian Lepore
On Tue, 2015-07-28 at 22:17 +0200, Ian FREISLICH wrote: > David Wolfskill wrote: > > My experience with SU+J is limited (and negative -- in large part, > > because I tend heavily on "dump | restore" pipelines to copy file > > systems, some of which are "live&

Re: freebsd-head: suddenly NMI panics lead to ddb being unable to stop CPUs?

2015-08-21 Thread Ian Lepore
inwake() type call to be sprinkled around to do the matching SEV instruction. -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: env functionality of config(5) has no effect?

2015-10-22 Thread Ian Lepore
x27;t say what platform you're working with. It appears that this has only ever worked on i386 and a handful of old arm and mips platforms. -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: dtc(1): reproducible segmentation fault

2015-10-23 Thread Ian Lepore
gt; mmap(0x0,5360,PROT_READ,MAP_PREFAULT_READ,4,0x0) ERR#22 'Invalid > > argument' > > close(4) = 0 (0x0) > > SIGNAL 11 (SIGSEGV) > > process killed, signal = 11 (core dumped) > > > > Any help debugging this futher would be much appreciated. I

Re: Quick test building a module cross all targets and architectures

2015-10-27 Thread Ian Lepore
like a serious problem. I do NO_CLEAN builds literally dozens of times a day, across all arches. I can't remember the last time I had a problem. When it does cause a problem, or when I've made big changes that might require regenerating dependencies, I just rm -rf the kernel dir(s) with

Re: Quick test building a module cross all targets and architectures

2015-11-03 Thread Ian Lepore
> 1 error generated. > > *** Error code 1 > > And when running: > > make -DNO_CLEAN -j6 universe MAKE_JUST_KERNELS=yes > MODULES_OVERRIDE=linuxkpi > > With my "sys/conf/kern.post.mk" patch, it passes all the variants. > > > Is

Re: Segmentation fault running ntpd

2015-11-04 Thread Ian Lepore
done with ntpdc on older releases can now be done using ntpq with the new release. The ntpdc program itself is still present so that you can still administer remote servers running older code, since they won't be able to do everything via ntpq. -- Ian _

Re: [PATCH] microoptimize by trying to avoid locking a locked mutex

2015-11-05 Thread Ian Lepore
glanced over e.g. rw_rlock and it did not have the issue, now > > > that I > > > see _sx_xlock_hard it wuld indeed use fixing. > > > > > > Expect a patch in few h for all primitives I'll find. I'll stress > > > test > > > the kernel, bu

Re: Timing issue with Dummynet on high kernel timer interrupt

2015-11-06 Thread Ian Lepore
03 -> 0 > debug.total: 1013 -> 0 > debug.total: 1005 -> 0 > debug.total: 1006 -> 0 > debug.total: 1004 -> 0 > debug.total: 1005 -> 0 > debug.total: 1003 -> 0 > debug.total: 1004 -> 0 > debug.total: 1006 -> 0 > debug.total: 1004 -> 0 > deb

Re: Timing issue with Dummynet on high kernel timer interrupt

2015-11-06 Thread Ian Lepore
On Fri, 2015-11-06 at 17:51 +0100, Hans Petter Selasky wrote: > On 11/06/15 17:43, Ian Lepore wrote: > > On Fri, 2015-11-06 at 17:28 +0100, Hans Petter Selasky wrote: > > > Hi, > > > > > Do the test II results change with this setting? > > > >

Re: Timing issue with Dummynet on high kernel timer interrupt

2015-11-06 Thread Ian Lepore
On Fri, 2015-11-06 at 17:57 +0100, Hans Petter Selasky wrote: > On 11/06/15 17:51, Hans Petter Selasky wrote: > > On 11/06/15 17:43, Ian Lepore wrote: > > > On Fri, 2015-11-06 at 17:28 +0100, Hans Petter Selasky wrote: > > > > Hi, > > > > > > >

Re: buildworld broken

2015-11-09 Thread Ian Lepore
u, > or did you just omit that step? > In 19 years of using freebsd, I have never once needed to chflags on an obj directory. Nothing in the build process sets any non-standard flags in the obj dirs, and a simple rm -rf will remove everything just fine (you would need to sudo the

Enhance rc.d/netwait script to wait for late-attaching interfaces such as USB NICs.

2015-12-18 Thread Ian Lepore
ng or reviewing the changes, please see https://reviews.freebsd.org/D4608 -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Q about fsck_ffs usage detail...

2015-12-22 Thread Ian Lepore
really urgent that anyone answers. More of an inquiry than a > problem... at least at > r288246... ) If I've understood your question correctly, I think the sequence you're looking for is something like this: init 1 mount -r / fsck -y / mount -w / exit When the NO_W

Re: Need help with New Build -- Skylake

2015-12-24 Thread Ian Lepore
On Thu, 2015-12-24 at 12:48 +0100, Oliver Pinter wrote: > On 12/24/15, Vijay Rajah wrote: > > > > > > On 12/24/15 12:22 PM, Ian Smith wrote: > > > ~2 minutes delay there. sendmail (mta and msp both) at least > > > are unhappy about your hostname, and s

Re: env functionality of config(5) has no effect?

2016-01-01 Thread Ian Lepore
EVICE= in your kernel config. module_path is another one that loader(8) normally provides, and it needs to be set for kldload and things that auto-load modules (devd, mount) to work. I think this should be safe to MFC, but I tend to be lazy and do MFCing in long-delayed batches; let me know if

Re: Unable to view Jpeg images...

2016-01-26 Thread Ian Lepore
If someone with the same problem finds this thread on a search engine next week, they're sure going to wish you had said what the fix was, or linked to the forum post you found that fixed it. -- Ian On Tue, 2016-01-26 at 17:00 -0800, Chris H wrote: > Never mind. I was able to find a quic

Re: thread-unsafety problems as spl*() ones are NOP

2016-01-30 Thread Ian Lepore
t; Thanks, Mokhi. If you start working on locking in keyboard drivers you might discover there are dragons there. For example... https://lists.freebsd.org/pipermail/svn-src-head/2014-March/056833.html -- Ian ___ freebsd-current@freebsd.org mail

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Ian Lepore
l have one problem: I > have to provide somehow the cleartext password in an automated environment. > > Maybe there is something missing ... > > oh We use something like this at work (which I don't fully understand, but it works on freebsd 6.x through 10.x at least)... e

Re: hint.uart.1 in device.hints causes freeze at boot

2016-02-26 Thread Ian Lepore
> > Best regards > There's not a lot of information to go on here... at what point does it halt? Why do you think it's related to the uart 1 hint? Does it help to set hint.uart.1.disabled=1 in loader before booting? -- Ian __

Re: how to recycle Inact memory more aggressively?

2016-03-14 Thread Ian Lepore
swap In happening in top during this unresponsiveness, and noticible amounts of Out activity when nothing was happening except the rsync. This is amd64, 12GB ram, 16GB swap, a tmpfs had about 400MB in it at the time. Prior to the update around the 10.3 freeze, this machine would never touch the

r296548 breaks external DP and HDMI on HD4000

2016-03-14 Thread Ian FREISLICH
I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE); I915_WRITE(BLC_PWM_CPU_CTL, 0); - I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE); + I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30)); } void intel_modeset_init_hw(struct drm_device *dev) -- Ian Freislich -- Cape Augusta Digital Pro

Re: how to recycle Inact memory more aggressively?

2016-03-15 Thread Ian Lepore
On Tue, 2016-03-15 at 07:20 -0700, Jeffrey Bouquet wrote: > rsync... see bottom posting > > On Tue, 15 Mar 2016 07:43:46 +0100, olli hauer wrote: > > > On 2016-03-14 15:19, Ian Lepore wrote: > > > On Sun, 2016-03-13 at 19:08 -0700, Adrian Chadd wrote: > > &g

Re: r296548 breaks external DP and HDMI on HD4000

2016-03-19 Thread Ian FREISLICH
ernational flight away from me for the 1.5 months so I can't test anything else until I'm back. Ian On 19 March 2016 01:10:54 Jean-Sébastien Pédron wrote: On 14/03/2016 18:59, Ian FREISLICH wrote: Hi Hi! With r296548 on the following hardware: vgapci0@pci0:0:2:0: class=0x03

Re: USB disks attach after rootfs prompt

2016-03-19 Thread Ian Lepore
7;ve done it, but it seems to still work... I just plugged in a usb drive while I was at the prompt and it didn't show up until the second time I entered a '.'. -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Ian Lepore
t; kldload: an error occurred while loading the module. Please check > dmesg(8) for more details. > root@tommy:~ [1]# exit > > Script done on Sun Mar 20 22:25:01 2016 > > the full error in dmesg is the same as stated before: > > link_e

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Ian Lepore
On Sun, 2016-03-20 at 23:40 +0100, Jilles Tjoelker wrote: > On Sun, Mar 20, 2016 at 04:05:34PM -0600, Ian Lepore wrote: > > On Sun, 2016-03-20 at 22:33 +0100, Guido Falsi wrote: > > > On 03/20/16 22:21, Guido Falsi wrote: > > > > On 03/20/16 22:18, Conrad Meyer wro

Re: SD card adapter doesn't working anymore

2016-03-25 Thread Ian Lepore
nks. > This is probably my fault, introduced with r292180 in December, and fixed a few days ago with r297127; sorry about that. Updating should get you running again. Unfortunately you can't fix it just by pre-loading the right modules, because part of the problem was a missing MODULE

Re: SD card adapter doesn't working anymore

2016-03-25 Thread Ian Lepore
h earlier. > > > > > > > > Thanks. > > > > > > > > > > +1 > > > I would also like to clarify about this problem was drawn up a > > > bug > > > report. > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19

Re: SD card adapter doesn't working anymore

2016-03-25 Thread Ian Lepore
when it attached. The only change I can find that might have some effect is a switch to MSI-based interrupts some time ago. That was MFC'd to 10-stable in r271051, and that's very close to range cited in that PR. It might be worth trying to set hw.sdhci.enable_msi=0 in loader.conf and see

Re: SD card adapter doesn't working anymore

2016-03-25 Thread Ian Lepore
On Sat, 2016-03-26 at 02:42 +0300, Ruslan Makhmatkhanov wrote: > Ian Lepore wrote on 03/26/16 02:11 AM: > > On Fri, 2016-03-25 at 23:33 +0300, Ruslan Makhmatkhanov wrote: > > > Hello, > > > > >

Re: SD card adapter doesn't working anymore

2016-03-27 Thread Ian Lepore
On Sat, 2016-03-26 at 12:23 +0300, Ruslan Makhmatkhanov wrote: > Ian Lepore wrote on 03/26/16 04:09 AM: > > On Sat, 2016-03-26 at 02:42 +0300, Ruslan Makhmatkhanov wrote: > > > Ian Lepore wrote on 03/26/16 02:11 AM: > > > > On Fri, 2016-03-25 at 23:33 +03

Re: SD card adapter doesn't working anymore

2016-03-28 Thread Ian Lepore
On Mon, 2016-03-28 at 12:33 +0300, Ruslan Makhmatkhanov wrote: > Ian Lepore wrote on 03/28/16 05:29 AM: > > [...] > > > > I updated to r297281 with this quirk applied. Sadly, it doesn't > > > change > > > anything - controllers still not recognized. I

Re: [CFT] packaging the base system with pkg(8)

2016-04-19 Thread Ian Lepore
freebsd, design is decided by a race to commit rather than by discussion. -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: r296548 breaks external DP and HDMI on HD4000

2016-04-26 Thread Ian FREISLICH
Hi Replying to myself... The monitor works with in 1920x1080. Any higher resolution and the monitor displays rapidly changing random colours filled over the entire screen. I'm currently using r298115 with no improvement on the situation. Ian On 03/14/16 13:59, Ian FREISLICH wrote:

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-14 Thread Ian Lepore
th both old and new versions of libarchive, and now the new version will require a flag that the old version will reject as unknown. Ick. -- Ian > On 5/14/2016 3:46 PM, Tim Kientzle wrote: > > A little history about this issue: > > > > http://www.cve.mitre.org/cgi-bin/c

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-14 Thread Ian Lepore
On Sun, 2016-05-15 at 01:29 +0200, Martin Matuska wrote: > Ian, we are here talking about cpio, not libarchive. The flag in > libarchive is not active by default. > Yes. We use cpio for filesystem images, for historical reasons (such as cpio's ability to encode device major/mino

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-15 Thread Ian Lepore
uff will break long-working existing software, but at least it'll be easy to fix. -- Ian > > On 15.05.2016 01:36, Ngie Cooper (yaneurabeya) wrote: > > > On May 14, 2016, at 16:29, Martin Matuska wrote: > > > > > > Ian, we are here talking about cpio, not

r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
OPTION: 6 ( 4) DNS server10.0.0.1 ------- -- Ian Freislich -- Cape Augusta Digital Properties, LLC a Cape Augusta Company *Breach of confidentiality & accidental breach of confidentiality *

Re: r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
On 05/18/16 19:49, Conrad Meyer wrote: > Hey Ian, > > r299512 incorrectly encoded client identifiers because I misunderstood > the intent of the sizeof()-scaled client_id. I reverted that change > and replaced it with r300174, which I believe fixes the first overrun > more corre

Re: r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
ient is discarding the server's offer for whatever reason. But, r300174 has it working again for me. I can't speak to the correctness of the fix though. Ian -- Ian Freislich -- Cape Augusta Digital Properties, LLC a Cape Augusta Company *Breach of confidentiality & accidenta

Re: GPIO driver for Intel Atom SoC

2016-06-12 Thread Ian Lepore
driver, then you'll essentially be embracing the entire FDT world (it's an alternative to ACPI and hints and other types of metadata for describing hardware). You'll also be breaking new ground in freebsd by being the first to try to use freebsd's FDT support framework on an x

Re: GPIO driver for Intel Atom SoC

2016-06-12 Thread Ian Lepore
er-enable pin that has to be asserted or something? I don't think we have an API that lets an arbitrary driver which is not a child of the gpiobus manipulate pins, outside of the FDT world. -- Ian ___ freebsd-current@freebsd.org mailing list ht

Re: 11.0 -r301815 "kyua test -k /usr/tests/Kyuafile" on rpi2 [armv7-a/cortex-a7]: broken (24) and failing (59) lists

2016-06-13 Thread Ian Lepore
ultiple instructions requires 4-byte-aligned values (not a typo: doubleword access requires word alignment). Everything smaller than doubleword access in userland these days can be unaligned. The optimizer can combine adjacent 32-bit accesses into doubleword -instruction accesses, leading to alignment f

<    1   2   3   4   5   6   7   8   9   >