On Monday 01 November 2010 22:14:49 John Baldwin wrote:
> On Monday, November 01, 2010 3:54:59 pm Hans Petter Selasky wrote:
> > Hi!
> >
> > I've wrapped up an outline patch for what needs to be done to integrate
> > the USB process framework into the kernel taskqueue system in a more
> > direct w
On Monday 01 November 2010 15:38:38 Alexander Best wrote:
> On Mon Oct 25 10, Alexander Motin wrote:
> > Hans Petter Selasky wrote:
> > > On Wednesday 20 October 2010 17:30:40 Alexander Best wrote:
> > >> hi there,
> > >>
> > >> i'm running HEAD (r213495; amd64). i stumbled upon this severe
> > >>
On Monday, November 01, 2010 23:32:49 Paul B Mahol wrote:
> On 11/1/10, David Wolfskill wrote:
> > FreeBSD 9.0-CURRENT #31 r214621M
> >
> > Nov 1 15:09:40 d130 wpa_supplicant[569]: Failed to initiate AP scan.
> > Nov 1 15:10:10 d130 last message repeated 3 times
> > Nov 1 15:10:50 d130 last me
On Mon, Nov 1, 2010 at 23:14, Matthias Apitz wrote:
> Something wrong with 'struct utmp ubuf' in HEAD?
It has been removed:
http://lists.freebsd.org/pipermail/freebsd-current/2010-January/014893.html
--
Rob Farmer
___
freebsd-current@freebsd.org mail
On Thu, Oct 21, 2010 at 09:44:58PM -0700, Marcel Moolenaar wrote:
>
> On Sep 16, 2010, at 3:57 AM, Anton Shterenlikht wrote:
> >>>
> >>> % man ls
> >>> zcat: /usr/share/man/cat1/ls.1.gz already has .gz suffix -- unchanged
> >>> % man man
> >>> zcat: /usr/share/man/cat1/man.1.gz already has .gz su
Hi,
It appears we do not log such events anymore (at least with wlan
devices) in console.
I set this sysctl to 0 via sysctl.conf, if I set it to 1, nothing will change.
Because I had loging disabled for very long time I encountered this
problem just now.
_
On Monday, November 01, 2010 6:02:19 pm Giovanni Trematerra wrote:
> On Mon, Nov 1, 2010 at 8:14 PM, John Baldwin wrote:
> > On Monday, November 01, 2010 1:09:22 pm Giovanni Trematerra wrote:
> >> On Tue, Oct 19, 2010 at 8:55 AM, Andriy Gapon wrote:
> >> > on 19/10/2010 00:01 Giovanni Trematerra
on 01/11/2010 19:09 Giovanni Trematerra said the following:
> Here the patch that was in my mind.
> The patch doesn't implement dynamic slab size just allow
> to have a multipage slab to back uma_zone objects.
> I'm going to work more on the topic "dynamic slab size" soon.
> I tested the patch on q
On Tue, Nov 2, 2010 at 2:11 PM, Andriy Gapon wrote:
> on 01/11/2010 19:09 Giovanni Trematerra said the following:
>> Here the patch that was in my mind.
>> The patch doesn't implement dynamic slab size just allow
>> to have a multipage slab to back uma_zone objects.
>> I'm going to work more on th
On Tue, Nov 02, 2010 at 08:40:54AM +0100, Bernhard Schmidt wrote:
>
> > > I have the switch on this laptop in position to disable the wireless
> > > device (iwn(4)). Is there some way wpa_supplicant (or something) might
> > > be able to recognize that this is a pointless exercise?
> >
> > We
On Tue, Nov 2, 2010 at 16:53, David Wolfskill wrote:
> On Tue, Nov 02, 2010 at 08:40:54AM +0100, Bernhard Schmidt wrote:
>>
>> > > I have the switch on this laptop in position to disable the wireless
>> > > device (iwn(4)). Is there some way wpa_supplicant (or something) might
>> > > be able
On Tue, Nov 2, 2010 at 10:30 AM, Bernhard Schmidt wrote:
> On Tue, Nov 2, 2010 at 16:53, David Wolfskill wrote:
>> On Tue, Nov 02, 2010 at 08:40:54AM +0100, Bernhard Schmidt wrote:
>>>
>>> > > I have the switch on this laptop in position to disable the wireless
>>> > > device (iwn(4)). Is t
On Tue, Nov 2, 2010 at 19:06, Garrett Cooper wrote:
> On Tue, Nov 2, 2010 at 10:30 AM, Bernhard Schmidt
> wrote:
>> On Tue, Nov 2, 2010 at 16:53, David Wolfskill wrote:
>>> On Tue, Nov 02, 2010 at 08:40:54AM +0100, Bernhard Schmidt wrote:
> > I have the switch on this laptop in p
On Tue, Nov 2, 2010 at 11:38, David DEMELIER wrote:
> A lot of ports will need some patches then, isn't it ?
Most were taken care of back when it happened - many either included
utmp.h and never used it or only used it trivially, so it was easy to
fix (I submitted patches for some and I'm definit
2010/11/2 Rob Farmer :
> On Mon, Nov 1, 2010 at 23:14, Matthias Apitz wrote:
>> Something wrong with 'struct utmp ubuf' in HEAD?
>
> It has been removed:
>
> http://lists.freebsd.org/pipermail/freebsd-current/2010-January/014893.html
>
> --
> Rob Farmer
> __
I've noticed in recent months that I appear to be getting silent corruption of
my UFS filesystems - and I think it may be linked to using md(4) or creating
sparse files.
I created a 20GB md device using "truncate -s 20G mdfile && mdconfig -a -f
mdfile" and then ran some gpart commands before us
Hello all,
Just to notify everyone what's going on; Matthias tested a patch for me,
which should make it work on HEAD again. The attached patch should be
applied to the sources conditionally (so only when running HEAD). I am
in the process of getting it fixed in ports/upstreamed.
Greetings,
--
On Tuesday 02 November 2010 19:12:14 Bruce Cran wrote:
> I've noticed in recent months that I appear to be getting silent corruption
> of my UFS filesystems - and I think it may be linked to using md(4) or
> creating sparse files.
I've confirmed this is a UFS bug related to sparse files: "truncate
On Tue, Nov 02, 2010 at 07:33:50PM +, Bruce Cran wrote:
> On Tuesday 02 November 2010 19:12:14 Bruce Cran wrote:
> > I've noticed in recent months that I appear to be getting silent corruption
> > of my UFS filesystems - and I think it may be linked to using md(4) or
> > creating sparse files.
On Tuesday 02 November 2010 19:57:32 Kostik Belousov wrote:
> What is .viminfo ? How is it related to the command you have shown ?
> What are exact mount options you are using ?
.viminfo is a file created by vim containing various bits of session
information. I don't know why it gets corrupted,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
On 26.09.2010 17:44, Norikatsu Shigemura wrote:
> Hi psm(4) masters!
>
> I have trouble using Synaptics TouchPad, psm(4) on my CF-R9.
> The trouble is that the mouse cursor moves at random, and the
> mouse button is clicked with
On 11/02/2010 20:37, Bruce Cran wrote:
> On Tuesday 02 November 2010 19:57:32 Kostik Belousov wrote:
>
>> What is .viminfo ? How is it related to the command you have shown ?
>> What are exact mount options you are using ?
>
> .viminfo is a file created by vim containing various bits of session
On Tue, Nov 02, 2010 at 06:30:10PM +0100, Bernhard Schmidt wrote:
>
> Thanks. I had quick look into that and I currently do not see an easy
> way to address that issue, as in tell wpa_supplicant about the device's
> state. This might change though once a newer wpa_supplicant has been
> importe
On Tue, 02 Nov 2010 22:02:17 +0100
Jean-Sébastien Pédron wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi!
>
> On 26.09.2010 17:44, Norikatsu Shigemura wrote:
> > Hi psm(4) masters!
> >
> > I have trouble using Synaptics TouchPad, psm(4) on my CF-R9.
> > The trouble is t
24 matches
Mail list logo