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
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
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
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
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
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
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
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:
> >
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.
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
> > >
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
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
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",
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
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
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
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'
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
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
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
20 matches
Mail list logo