9-CURRENT: ports/net/kdenetwork3 does not compile

2010-11-02 Thread Matthias Apitz
Hello, $ uname -a FreeBSD tinyCurrent 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r21: Thu Oct 28 10:56:32 CEST 2010 with /usr/ports from CVS October, 30; compiling KDE3 gives: ... gmake[4]: Entering directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.5.10/ktalkd/ktalkd' c++ -DHAVE_CONFIG_H

Re: [RFC] Outline of USB process integration in the kernel taskqueue system

2010-11-02 Thread Hans Petter Selasky
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 way that to

Re: serious issue caused by usb device, stalling almost all operations

2010-11-02 Thread Hans Petter Selasky
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 problem:

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread Bernhard Schmidt
On Monday, November 01, 2010 23:32:49 Paul B Mahol wrote: On 11/1/10, David Wolfskill da...@catwhisker.org 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

Re: 9-CURRENT: ports/net/kdenetwork3 does not compile

2010-11-02 Thread Rob Farmer
On Mon, Nov 1, 2010 at 23:14, Matthias Apitz g...@unixarea.de 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 ___

Re: multiple problems between r212316 and r212643 on ia64

2010-11-02 Thread Anton Shterenlikht
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 suffix -- unchanged

net.link.log_link_state_change broken?

2010-11-02 Thread Paul B Mahol
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.

Re: panic in uma_startup for many-core amd64 system

2010-11-02 Thread John Baldwin
On Monday, November 01, 2010 6:02:19 pm Giovanni Trematerra wrote: On Mon, Nov 1, 2010 at 8:14 PM, John Baldwin j...@freebsd.org wrote: On Monday, November 01, 2010 1:09:22 pm Giovanni Trematerra wrote: On Tue, Oct 19, 2010 at 8:55 AM, Andriy Gapon a...@freebsd.org wrote: on 19/10/2010

Re: panic in uma_startup for many-core amd64 system

2010-11-02 Thread Andriy Gapon
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 qemu

Re: panic in uma_startup for many-core amd64 system

2010-11-02 Thread Giovanni Trematerra
On Tue, Nov 2, 2010 at 2:11 PM, Andriy Gapon a...@freebsd.org 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

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread David Wolfskill
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? Well iwn could

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread Bernhard Schmidt
On Tue, Nov 2, 2010 at 16:53, David Wolfskill da...@catwhisker.org 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

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread Garrett Cooper
On Tue, Nov 2, 2010 at 10:30 AM, Bernhard Schmidt bschm...@freebsd.org wrote: On Tue, Nov 2, 2010 at 16:53, David Wolfskill da...@catwhisker.org 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

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread Bernhard Schmidt
On Tue, Nov 2, 2010 at 19:06, Garrett Cooper gcoo...@freebsd.org wrote: On Tue, Nov 2, 2010 at 10:30 AM, Bernhard Schmidt bschm...@freebsd.org wrote: On Tue, Nov 2, 2010 at 16:53, David Wolfskill da...@catwhisker.org wrote: On Tue, Nov 02, 2010 at 08:40:54AM +0100, Bernhard Schmidt wrote:

Re: 9-CURRENT: ports/net/kdenetwork3 does not compile

2010-11-02 Thread Rob Farmer
On Tue, Nov 2, 2010 at 11:38, David DEMELIER demelier.da...@gmail.com 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

Re: 9-CURRENT: ports/net/kdenetwork3 does not compile

2010-11-02 Thread David DEMELIER
2010/11/2 Rob Farmer rfar...@predatorlabs.net: On Mon, Nov 1, 2010 at 23:14, Matthias Apitz g...@unixarea.de 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

Corruption of UFS filesystems after using md(4)

2010-11-02 Thread Bruce Cran
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 using

Re: 9-CURRENT: ports/net/kdenetwork3 does not compile

2010-11-02 Thread Ed Schouten
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, --

Re: Corruption of UFS filesystems after using md(4)

2010-11-02 Thread Bruce Cran
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

Re: Corruption of UFS filesystems after using md(4)

2010-11-02 Thread Kostik Belousov
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.

Re: Corruption of UFS filesystems after using md(4)

2010-11-02 Thread Bruce Cran
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,

Re: psm(4) - synaptics touch pad strange behavier

2010-11-02 Thread Jean-Sébastien Pédron
-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 without

Re: Corruption of UFS filesystems after using md(4)

2010-11-02 Thread Thomas E. Spanjaard
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

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-02 Thread David Wolfskill
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 imported.

Re: psm(4) - synaptics touch pad strange behavier

2010-11-02 Thread lists
On Tue, 02 Nov 2010 22:02:17 +0100 Jean-Sébastien Pédron dumbb...@freebsd.org 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