Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-18 Thread Dimitry Andric
On 18 Jun 2014, at 01:33, Craig Rodrigues wrote: > On Tue, Jun 17, 2014 at 2:54 PM, Craig Rodrigues wrote: >> On Tue, Jun 17, 2014 at 2:14 PM, Glen Barber wrote: >>> >>> For what it is worth, I'm working around this problem by running: >>> >>># make make buildworld -jN [...] >>> >>> Note

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Alexandr Krivulya
16.06.2014 22:21, Edward Tomasz Napierała пишет: > Hi. Patch below should fix a problem where USB stops working after > _second_ suspend/resume, which happens on various ThinkPad models. > Please test, and report both success stories and failures. If nothing > comes up, I'll commit it in a week o

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Edward Tomasz Napierała
On 0618T1108, Alexandr Krivulya wrote: > 16.06.2014 22:21, Edward Tomasz Napierała пишет: > > Hi. Patch below should fix a problem where USB stops working after > > _second_ suspend/resume, which happens on various ThinkPad models. > > Please test, and report both success stories and failures. If

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Lars Engels
On Mon, Jun 16, 2014 at 09:21:55PM +0200, Edward Tomasz Napierała wrote: > Hi. Patch below should fix a problem where USB stops working after > _second_ suspend/resume, which happens on various ThinkPad models. > Please test, and report both success stories and failures. If nothing > comes up, I'

[RFC] Huge sysctl patch for the kernel coming - work in progress

2014-06-18 Thread Hans Petter Selasky
Hi, Sometimes sysctl's default value needs to be setup at boot time and not when the rc.d/sysctl is running. Currently this is done by having two statements in the kernel: TUNABLE_INT("net.graph.mppe.log_max_rekey", &mppe_log_max_rekey); SYSCTL_INT(_net_graph_mppe, OID_AUTO, log_max_rekey, CT

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Edward Tomasz Napierała
On 0616T1241, Adrian Chadd wrote: > Hey cool! > > I'll go test this out soon. > > Would you mind throwing it in a bugzilla ticket? It's 191155. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To u

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread John Baldwin
On Monday, June 16, 2014 3:21:55 pm Edward Tomasz Napierała wrote: > Hi. Patch below should fix a problem where USB stops working after > _second_ suspend/resume, which happens on various ThinkPad models. > Please test, and report both success stories and failures. If nothing > comes up, I'll com

Re: [RFC] Huge sysctl patch for the kernel coming - work in progress

2014-06-18 Thread John Baldwin
On Wednesday, June 18, 2014 7:36:53 am Hans Petter Selasky wrote: > Hi, > > Sometimes sysctl's default value needs to be setup at boot time and not > when the rc.d/sysctl is running. Currently this is done by having two > statements in the kernel: > > TUNABLE_INT("net.graph.mppe.log_max_rekey",

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Edward Tomasz Napierała
On 0618T0947, John Baldwin wrote: > On Monday, June 16, 2014 3:21:55 pm Edward Tomasz Napierała wrote: > > Hi. Patch below should fix a problem where USB stops working after > > _second_ suspend/resume, which happens on various ThinkPad models. > > Please test, and report both success stories and

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread John Baldwin
On Wednesday, June 18, 2014 12:13:15 pm Edward Tomasz Napierała wrote: > On 0618T0947, John Baldwin wrote: > > On Monday, June 16, 2014 3:21:55 pm Edward Tomasz Napierała wrote: > > > Hi. Patch below should fix a problem where USB stops working after > > > _second_ suspend/resume, which happens on

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Edward Tomasz Napierała
On 0618T1303, John Baldwin wrote: > On Wednesday, June 18, 2014 12:13:15 pm Edward Tomasz Napierała wrote: > > On 0618T0947, John Baldwin wrote: > > > On Monday, June 16, 2014 3:21:55 pm Edward Tomasz Napierała wrote: > > > > Hi. Patch below should fix a problem where USB stops working after > > >

Re: [RFC] Huge sysctl patch for the kernel coming - work in progress

2014-06-18 Thread Hans Petter Selasky
On 06/18/14 15:44, John Baldwin wrote: On Wednesday, June 18, 2014 7:36:53 am Hans Petter Selasky wrote: Hi, Sometimes sysctl's default value needs to be setup at boot time and not when the rc.d/sysctl is running. Currently this is done by having two statements in the kernel: TUNABLE_INT("net.

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread John Baldwin
On Wednesday, June 18, 2014 2:46:09 pm Edward Tomasz Napierała wrote: > On 0618T1303, John Baldwin wrote: > > On Wednesday, June 18, 2014 12:13:15 pm Edward Tomasz Napierała wrote: > > > On 0618T0947, John Baldwin wrote: > > > > On Monday, June 16, 2014 3:21:55 pm Edward Tomasz Napierała wrote: > >

Re: [RFC] Huge sysctl patch for the kernel coming - work in progress

2014-06-18 Thread John Baldwin
On Wednesday, June 18, 2014 4:36:24 pm Hans Petter Selasky wrote: > On 06/18/14 15:44, John Baldwin wrote: > > On Wednesday, June 18, 2014 7:36:53 am Hans Petter Selasky wrote: > >> Hi, > >> > >> Sometimes sysctl's default value needs to be setup at boot time and not > >> when the rc.d/sysctl is ru

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-18 Thread Craig Rodrigues
On Tue, Jun 17, 2014 at 11:59 PM, Dimitry Andric wrote: > > See r257658 which had fixed this, but it was reverted by Warner, > unfortunately. This was one of the uses of the EARLY_BUILD flag which > was *not* redundant. :-/ Warner, Is there a way to bring back the behavior of r257658 but witho

Re: fsck bug in replaying partial frag truncate journal on UFS SU+J?

2014-06-18 Thread takehara . mikihito
Hello, I kept analysis of the problem which I reported previously and found how to fix this problem. (patch in my previou report is wrong.). My understanding is there is a rule that blkno of JOP_FREEBLK or JOP_NEWBLK must be the first position in UFS block for each inode, for fsck_ffs's suj.c

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-18 Thread Warner Losh
On Jun 18, 2014, at 12:59 AM, Dimitry Andric wrote: > On 18 Jun 2014, at 01:33, Craig Rodrigues wrote: >> On Tue, Jun 17, 2014 at 2:54 PM, Craig Rodrigues wrote: >>> On Tue, Jun 17, 2014 at 2:14 PM, Glen Barber wrote: For what it is worth, I'm working around this problem by running

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-18 Thread Warner Losh
On Jun 18, 2014, at 4:32 PM, Craig Rodrigues wrote: > On Tue, Jun 17, 2014 at 11:59 PM, Dimitry Andric wrote: >> >> See r257658 which had fixed this, but it was reverted by Warner, >> unfortunately. This was one of the uses of the EARLY_BUILD flag which >> was *not* redundant. :-/ > > > War

Re: [RFC] Huge sysctl patch for the kernel coming - work in progress

2014-06-18 Thread Hans Petter Selasky
On 06/18/14 23:13, John Baldwin wrote: On Wednesday, June 18, 2014 4:36:24 pm Hans Petter Selasky wrote: On 06/18/14 15:44, John Baldwin wrote: On Wednesday, June 18, 2014 7:36:53 am Hans Petter Selasky wrote: Hi, I'll probably put it into the tree next week. I think having CTLFLAG_TUN d

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-18 Thread Alexandr Krivulya
18.06.2014 12:29, Edward Tomasz Napierała пишет: > On 0618T1108, Alexandr Krivulya wrote: >> 16.06.2014 22:21, Edward Tomasz Napierała пишет: >>> Hi. Patch below should fix a problem where USB stops working after >>> _second_ suspend/resume, which happens on various ThinkPad models. >>> Please tes