Re: flowtable usable or not

2012-03-06 Thread Adrian Chadd
You haven't been bitten by the storage layer or filesystem hackery bits which has caused filesystem corruption. :) That said, FFS+SUJ has made recover-from-kernel-panic so much less painful. Thankyou Jeffr and others! What I tend to do is either run current on a VM or organise some dedicated

Re: flowtable usable or not

2012-03-06 Thread Doug Barton
On 3/6/2012 2:12 AM, Adrian Chadd wrote: You haven't been bitten by the storage layer or filesystem hackery bits which has caused filesystem corruption. :) Ummm, I have, actually. I was one of the early adopters of SU+J and complained loudly when it ate my /var/ for lunch. I also use a lot of

Re: skype-2.1.0.81,1 problem in child proc

2012-03-06 Thread Matthias Apitz
El día Monday, March 05, 2012 a las 12:06:36AM +0100, Juergen Lock escribió: Can you test the following patch? Also at: http://people.freebsd.org/~nox/tmp/xdg-utils-linux.patch The patch installs fine and the resulting package from the port solves the problem; thanks matthias

Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread O. Hartmann
Hello. Well, I run on a brand new luxury box the newest Intel CPU Sandy-Brideg-E in its incarnation of the Core i7-X3930K on a decent ASUS workstation motherboard. The box is running FreeBSD 9.0-STABLE/amd64 at the moment. I discovered some problems with the SATA/AHCI interface. Since the

Re: patches for if_iwi and wlan for WEP mode

2012-03-06 Thread Mitsuru IWASAKI
/~iwasaki/iwi/iwi-20120306.diff This one don't have changes on net80211 part at all. What's the reason behing adding if_qflush()/if_transmit()? In RELENG_7, data frame is transmitted by iwi_tx_start() like this. ether_output ether_output_frame IFQ_HANDOFF/IFQ_HANDOFF_ADJ

Re: patches for if_iwi and wlan for WEP mode

2012-03-06 Thread Adrian Chadd
Hi, I'd rather you file a PR first describing what you just did, then commit the fix and close the PR. Since you've found a problem, it sounds like a great reason to open a Problem Report. :) You can then link the commit against the PR so they reference each other. I've been doing it for my

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread Tom Evans
On Tue, Mar 6, 2012 at 4:09 PM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. […] Well, I tried to switch by doing a svn switch in /usr/src, building a kernel, restarting the kernel in single user mode and then trying to build the world. At some point in /usr/src/share (I forgot

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread Olli Hauer
On 2012-03-06 17:09, O. Hartmann wrote: Hello. Well, I run on a brand new luxury box the newest Intel CPU Sandy-Brideg-E in its incarnation of the Core i7-X3930K on a decent ASUS workstation motherboard. The box is running FreeBSD 9.0-STABLE/amd64 at the moment. I discovered some problems

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread O. Hartmann
On 03/06/12 18:33, Tom Evans wrote: On Tue, Mar 6, 2012 at 4:09 PM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. […] Well, I tried to switch by doing a svn switch in /usr/src, building a kernel, restarting the kernel in single user mode and then trying to build the world. At

Re: patches for if_iwi and wlan for WEP mode

2012-03-06 Thread Bernhard Schmidt
such as ieee80211_sta.c. Today's version of patches at: http://people.freebsd.org/~iwasaki/iwi/iwi-20120306.diff This one don't have changes on net80211 part at all. Looks good to me, please get that into the tree. What's the reason behing adding if_qflush()/if_transmit()? In RELENG_7, data frame

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread Dimitry Andric
On 2012-03-06 17:09, O. Hartmann wrote: ... Well, I tried to switch by doing a svn switch in /usr/src, building a kernel, restarting the kernel in single user mode and then trying to build the world. At some point in /usr/src/share (I forgot were exactly, it was somewhere with lots of locale

r232498 breaks building ports security/nss with both gcc clang

2012-03-06 Thread Jia-Shiun Li
after updated current- as of Mar 5, security/nss build broken at /usr/include/runetype.h /usr/include/xlocale/_ctype.h. A quick grep shows that nowhere else under /usr/src/include uses 'inline'. gcc: gmake[1]: Entering directory

Re: svn commit: r232619 - in head: . sys/amd64/conf sys/arm/conf sys/i386/conf sys/ia64/conf sys/mips/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2012-03-06 Thread Attilio Rao
2012/3/6, Attilio Rao atti...@freebsd.org: Author: attilio Date: Tue Mar 6 20:01:25 2012 New Revision: 232619 URL: http://svn.freebsd.org/changeset/base/232619 Log: Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported platforms. This will make every attempt to

Re: SeaMonkey eats the CPU as of r232144

2012-03-06 Thread deeptech71
deeptec...@gmail.com wrote: Although generally, the property that SeaMonkey's CPU usage slowly converges (instead of snapping) to 0 is WRONG, and that can be confirmed by the fact that on FreeBSD 9.0-RELEASE (as reported by someone) and Windows XP, SeaMonkey's CPU usage is snappy. That's

Re: patches for if_iwi and wlan for WEP mode

2012-03-06 Thread Adrian Chadd
at: http://people.freebsd.org/~iwasaki/iwi/iwi-20120306.diff This one don't have changes on net80211 part at all. Looks good to me, please get that into the tree. What's the reason behing adding if_qflush()/if_transmit()? In RELENG_7, data frame is transmitted by iwi_tx_start() like

Re: r232498 breaks building ports security/nss with both gcc clang

2012-03-06 Thread Dimitry Andric
On 2012-03-06 20:10, Jia-Shiun Li wrote: after updated current- as of Mar 5, security/nss build broken at /usr/include/runetype.h /usr/include/xlocale/_ctype.h. A quick grep shows that nowhere else under /usr/src/include uses 'inline'. Fixed in r232620. Can you please retry, after updating

Re: rm -rf / fanclub

2012-03-06 Thread deeptech71
Peter Maloney wrote: On Thu, Feb 23, 2012 at 11:41 PM, deeptech71 at gmail.com deeptech71 at gmail.com wrote: X11R6 should be a symlink to local or ./local. Did you test this, by removing the link and creating it relative to see if there are any stupid side effects? No apparent side

Re: rm -rf / fanclub

2012-03-06 Thread Chris Rees
On 6 March 2012 20:38, deeptec...@gmail.com wrote: Peter Maloney wrote: On Thu, Feb 23, 2012 at 11:41 PM, deeptech71 at gmail.com deeptech71 at gmail.com wrote: X11R6 should be a symlink to local or ./local. Did you test this, by removing the link and creating it relative to see if there

Re: svn commit: r232619 - in head: . sys/amd64/conf sys/arm/conf sys/i386/conf sys/ia64/conf sys/mips/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2012-03-06 Thread Gary Palmer
On Tue, Mar 06, 2012 at 08:07:39PM +, Attilio Rao wrote: 2012/3/6, Attilio Rao atti...@freebsd.org: Author: attilio Date: Tue Mar 6 20:01:25 2012 New Revision: 232619 URL: http://svn.freebsd.org/changeset/base/232619 Log: Disable the option VFS_ALLOW_NONMPSAFE by default on

r232623 breaks buildworld (or a recent commit...)B

2012-03-06 Thread Larry Rosenman
buildworld broken by r232623. -fpic -DPIC -O2 -pipe -fno-omit-frame-pointer -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread Olli Hauer
On 2012-03-06 22:23, O. Hartmann wrote: On 03/06/12 19:03, Olli Hauer wrote: On 2012-03-06 17:09, O. Hartmann wrote: Hello. Well, I run on a brand new luxury box the newest Intel CPU Sandy-Brideg-E in its incarnation of the Core i7-X3930K on a decent ASUS workstation motherboard. The box is

Re: r232623 breaks buildworld (or a recent commit...)B

2012-03-06 Thread Dimitry Andric
On 2012-03-06 22:21, Larry Rosenman wrote: buildworld broken by r232623. -fpic -DPIC -O2 -pipe -fno-omit-frame-pointer -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread O. Hartmann
On 03/06/12 18:33, Tom Evans wrote: On Tue, Mar 6, 2012 at 4:09 PM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. […] Well, I tried to switch by doing a svn switch in /usr/src, building a kernel, restarting the kernel in single user mode and then trying to build the world. At

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread O. Hartmann
On 03/06/12 20:08, Dimitry Andric wrote: On 2012-03-06 17:09, O. Hartmann wrote: ... Well, I tried to switch by doing a svn switch in /usr/src, building a kernel, restarting the kernel in single user mode and then trying to build the world. At some point in /usr/src/share (I forgot were

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-06 Thread O. Hartmann
On 03/06/12 19:03, Olli Hauer wrote: On 2012-03-06 17:09, O. Hartmann wrote: Hello. Well, I run on a brand new luxury box the newest Intel CPU Sandy-Brideg-E in its incarnation of the Core i7-X3930K on a decent ASUS workstation motherboard. The box is running FreeBSD 9.0-STABLE/amd64 at the

Re: r232623 breaks buildworld (or a recent commit...)B

2012-03-06 Thread matt
On 03/06/12 13:21, Larry Rosenman wrote: buildworld broken by r232623. -fpic -DPIC -O2 -pipe -fno-omit-frame-pointer -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6

Re: r232623 breaks buildworld (or a recent commit...)B

2012-03-06 Thread matt
On 03/06/12 14:01, Dimitry Andric wrote: On 2012-03-06 22:21, Larry Rosenman wrote: buildworld broken by r232623. -fpic -DPIC -O2 -pipe -fno-omit-frame-pointer -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE

[head tinderbox] failure on i386/i386

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-03-06 22:20:00 - cleaning the object tree TB --- 2012-03-06 22:20:00 - cvsupping the source tree TB --- 2012-03-06 22:20:00 -

[head tinderbox] failure on i386/pc98

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:20:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-03-06 22:20:00 - cleaning the object tree TB --- 2012-03-06 22:20:00 - cvsupping the source tree TB --- 2012-03-06 22:20:00 -

[head tinderbox] failure on amd64/amd64

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-03-06 22:20:00 - cleaning the object tree TB --- 2012-03-06 22:20:00 - cvsupping the source tree TB --- 2012-03-06 22:20:00 -

[head tinderbox] failure on arm/arm

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-03-06 22:20:00 - cleaning the object tree TB --- 2012-03-06 22:20:00 - cvsupping the source tree TB --- 2012-03-06 22:20:00 -

[head tinderbox] failure on ia64/ia64

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:35:12 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:35:12 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-03-06 22:35:12 - cleaning the object tree TB --- 2012-03-06 22:35:12 - cvsupping the source tree TB --- 2012-03-06 22:35:12 -

[head tinderbox] failure on powerpc/powerpc

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:36:15 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:36:15 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-03-06 22:36:15 - cleaning the object tree TB --- 2012-03-06 22:36:15 - cvsupping the source tree TB --- 2012-03-06 22:36:15 -

Re: skype-2.1.0.81,1 problem in child proc

2012-03-06 Thread Juergen Lock
In article 20120306085717.GA1403@tiny you write: El día Monday, March 05, 2012 a las 12:06:36AM +0100, Juergen Lock escribió: Can you test the following patch? Also at: http://people.freebsd.org/~nox/tmp/xdg-utils-linux.patch The patch installs fine and the resulting package from the

Re: x220 notes

2012-03-06 Thread matt
On 03/06/12 15:25, Любомир Григоров wrote: I will be buying a X220 soon and have some questions: 1. Which wireless has better support? ThinkPad 11b/g/n Wireless (Realtek RTL8192SE / RTL8188CE) Intel Centrino Wireless-N 1000 2. I've read bad reviews about webcam having poor quality on

Re: x220 notes

2012-03-06 Thread Любомир Григоров
I will be buying a X220 soon and have some questions: 1. Which wireless has better support? ThinkPad 11b/g/n Wireless (Realtek RTL8192SE / RTL8188CE) Intel Centrino Wireless-N 1000 2. I've read bad reviews about webcam having poor quality on GNU/Linux, so I would assume it will be the same on

[head tinderbox] failure on powerpc64/powerpc

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-06 22:36:45 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-06 22:36:45 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-03-06 22:36:45 - cleaning the object tree TB --- 2012-03-06 22:36:45 - cvsupping the source tree TB --- 2012-03-06 22:36:45 -

add k3772z 3g modem support for FreeBSD-9

2012-03-06 Thread Oliver Pinter
Hi all! I wrote a patch, to add support for Vodafone K3772-Z 3g modem. -- Oliver Pinter (Tresorium) commit 092aa1246e1dde0ffe11a7bc06b540f4fa5851c9 Author: Oliver Pinter oliver.p...@gmail.com Date: Wed Mar 7 01:47:51 2012 +0100 added support for Vodafone 3772-Z to u3g driver

[head tinderbox] failure on i386/i386

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-07 00:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-07 00:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-03-07 00:40:00 - cleaning the object tree TB --- 2012-03-07 00:40:02 - cvsupping the source tree TB --- 2012-03-07 00:40:02 -

boot2 overflow when building with clang

2012-03-06 Thread Jia-Shiun Li
I am not familiar with boot2, but it looks like allocated size for boot2 is not enough to hold code generated by clang. Reverting r232570 fixes it. === sys/boot/i386/boot2 (all) objcopy -S -O binary boot1.out boot1 dd if=/dev/zero of=boot2.ldr bs=512 count=1 clang -Os

[head tinderbox] failure on amd64/amd64

2012-03-06 Thread FreeBSD Tinderbox
TB --- 2012-03-07 00:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-07 00:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-03-07 00:40:00 - cleaning the object tree TB --- 2012-03-07 00:40:02 - cvsupping the source tree TB --- 2012-03-07 00:40:02 -