Finding a rogue src/sys commit with bisection?

2014-11-15 Thread Steve Kargl
Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has broken the ability to remove a external USB device once it is plugged into a usb port on my Dell Latitude D530 laptop. I

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

2014-11-15 Thread Mateusz Guzik
On Sat, Nov 15, 2014 at 10:43:32AM -0800, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has broken the ability to remove a external USB device once it

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

2014-11-15 Thread Ian Lepore
On Sat, 2014-11-15 at 10:43 -0800, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has broken the ability to remove a external USB device once it is

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 07:46:09PM +0100, Mateusz Guzik wrote: On Sat, Nov 15, 2014 at 10:43:32AM -0800, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 11:52:24AM -0700, Ian Lepore wrote: On Sat, 2014-11-15 at 10:43 -0800, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 10:43 AM, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has broken the ability to remove a external USB device once it is plugged into a

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 10:52 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 07:46:09PM +0100, Mateusz Guzik wrote: On Sat, Nov 15, 2014 at 10:43:32AM -0800, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 10:56:50AM -0800, Alfred Perlstein wrote: On 11/15/14, 10:43 AM, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?. Either cam or usb (or acpi?) has

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

2014-11-15 Thread David Chisnall
On 15 Nov 2014, at 18:56, Alfred Perlstein bri...@mu.org wrote: git clone --config remote.origin.fetch='+refs/notes/*:refs/notes/*' https://github.com/freebsd/freebsd.git You might want to add --depth 2000 (where 2000 is a guess at how many commits there have been since when it broke and

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:01 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 10:56:50AM -0800, Alfred Perlstein wrote: On 11/15/14, 10:43 AM, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on doing a binary search for a rogue commit in /usr/src/sys?.

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 11:03:23AM -0800, Alfred Perlstein wrote: On 11/15/14, 11:01 AM, Steve Kargl wrote: I won't be drawn into the git debate. OK, so 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

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

2014-11-15 Thread Ian Lepore
On Sat, 2014-11-15 at 11:03 -0800, Alfred Perlstein wrote: On 11/15/14, 11:01 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 10:56:50AM -0800, Alfred Perlstein wrote: On 11/15/14, 10:43 AM, Steve Kargl wrote: Before I totally hose by /usr/src directory, does anyone have some guidelines on

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:32 AM, Ian Lepore wrote: On Sat, 2014-11-15 at 11:03 -0800, Alfred Perlstein wrote: On 11/15/14, 11:01 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 10:56:50AM -0800, Alfred Perlstein wrote: On 11/15/14, 10:43 AM, Steve Kargl wrote: Before I totally hose by /usr/src

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 11:39:33AM -0800, Alfred Perlstein wrote: This is really over the top. It's not evangelism, the guy asked how do I do X? I showed him how to do it in a few simple steps. The guy, that would be me, asked how to do it with svn. -- Steve

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:42 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 11:39:33AM -0800, Alfred Perlstein wrote: This is really over the top. It's not evangelism, the guy asked how do I do X? I showed him how to do it in a few simple steps. The guy, that would be me, asked how to do it with svn.

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

2014-11-15 Thread Poul-Henning Kamp
In message 5467adf7.1020...@mu.org, Alfred Perlstein writes: Nope. You showed some svn commands to not do it, you weren't explicit in asking for ways to do it in svn, go ahead, look: I didn't realize that the git-zealots also wanted us to adopt the petty and childish behaviour of the

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

2014-11-15 Thread Steve Kargl
On Sat, Nov 15, 2014 at 11:48:07AM -0800, Alfred Perlstein wrote: On 11/15/14, 11:42 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 11:39:33AM -0800, Alfred Perlstein wrote: This is really over the top. It's not evangelism, the guy asked how do I do X? I showed him how to do it in a

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:51 AM, Poul-Henning Kamp wrote: In message 5467adf7.1020...@mu.org, Alfred Perlstein writes: Nope. You showed some svn commands to not do it, you weren't explicit in asking for ways to do it in svn, go ahead, look: I didn't realize that the git-zealots also wanted

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:53 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 11:48:07AM -0800, Alfred Perlstein wrote: On 11/15/14, 11:42 AM, Steve Kargl wrote: On Sat, Nov 15, 2014 at 11:39:33AM -0800, Alfred Perlstein wrote: This is really over the top. It's not evangelism, the guy asked how do I do

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

2014-11-15 Thread Poul-Henning Kamp
In message 5467af7a.2080...@mu.org, Alfred Perlstein writes: I resent your implications. Seriously I do. There was no intent to be childish or anything as such. Well, you were, and intentional or not, you're wasting a hell of a lot of peoples time right now. See also:

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

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 11:56 AM, Poul-Henning Kamp wrote: In message 5467af7a.2080...@mu.org, Alfred Perlstein writes: I resent your implications. Seriously I do. There was no intent to be childish or anything as such. Well, you were, and intentional or not, you're wasting a hell of a lot