Re: Panic on boot after svn update

2012-07-29 Thread Garrett Cooper
On Sat, Jul 28, 2012 at 10:15 PM, Greg 'groggy' Lehey g...@freebsd.org wrote: On Sunday, 29 July 2012 at 0:53:55 -0400, David J. Weller-Fahy wrote: So, I recently updated and encountered a panic on boot which is reproducible, and wanted to see if anyone's encountered this before I file a PR.

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread Martin Matuska
I am also looking into it: 1. It happens only with libarchive 3.0.4 (3.0.3 works fine) 2. It happens only if archiving files located on ZFS (UFS works fine) 3. Backtrace: #0 setup_acl_posix1e (a=0x801c45100, entry=0x801d69100, acl=0x801d8a000, archive_entry_acl_type=256) at

Re: Unable to load i915kms

2012-07-29 Thread Denny Lin
Hi, On Sun, Jul 29, 2012 at 12:12:01PM +0700, Erich Dollansky wrote: On Sat, 28 Jul 2012 21:49:18 -0700 Kevin Oberman kob6...@gmail.com wrote: You are working too hard from old information. Do not attempt to load i915kms.ko. Do not attempt to load drm2.ko. For the past months the

Re: Unable to load i915kms

2012-07-29 Thread Erich Dollansky
Hi, On Sun, 29 Jul 2012 15:21:36 +0800 Denny Lin dennyli...@hs.ntnu.edu.tw wrote: How do the wrong modules get loaded? Thanks for all the help guys. The problem was the result of my own stupidity. I went through some code trying to find out why the wrong modules were loaded, and I

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread O. Hartmann
On 07/29/12 08:30, Martin Matuska wrote: I am also looking into it: 1. It happens only with libarchive 3.0.4 (3.0.3 works fine) 2. It happens only if archiving files located on ZFS (UFS works fine) It happens in my case also on UFS2 filesystem (SU+J). My ports are residing on an UFS

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Luigi Rizzo
On Sat, Jul 28, 2012 at 10:14:10PM +, Bjoern A. Zeeb wrote: On Wed, 25 Jul 2012, Luigi Rizzo wrote: During some ipfw/dummynet cleanup i noticed that the libkern version of inet_ntoa_r() is missing the buffer size argument that is present in the libc counterpart. Any objection if i fix

[head tinderbox] failure on sparc64/sparc64

2012-07-29 Thread FreeBSD Tinderbox
TB --- 2012-07-29 10:08:15 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-29 10:08:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Bjoern A. Zeeb
On Sun, 29 Jul 2012, Luigi Rizzo wrote: On Sat, Jul 28, 2012 at 10:14:10PM +, Bjoern A. Zeeb wrote: On Wed, 25 Jul 2012, Luigi Rizzo wrote: .. Given that libkern has inet_ntop, with the same arguments of the userspace version, we'd be much better off with the following course of action:

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread David Chisnall
On 29 Jul 2012, at 10:58, Luigi Rizzo wrote: 3. nuke inet_ntoa_r() from libc inet_ntoa_r is a public symbol and therefore part of our ABI contract with userspace applications. Even if no one that we are aware of is using it, we should officially deprecate it for one major release before

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread Tim Kientzle
Do you know what the value of acl_tag is at this point? On Jul 28, 2012, at 11:30 PM, Martin Matuska wrote: I am also looking into it: 1. It happens only with libarchive 3.0.4 (3.0.3 works fine) 2. It happens only if archiving files located on ZFS (UFS works fine) 3. Backtrace: #0

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread Martin Matuska
Do you still have this problem after r238882? Dňa 28. 7. 2012 19:21 O. Hartmann wrote / napísal(a): When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup of the old port is created with bsdtar. The

post SVN r238886 no boot?

2012-07-29 Thread Michael Butler
Is anyone else having troubles getting -current after SVN r238886 to boot? In my case, I have an unstoppable stream of pager_something console messages :-( imb signature.asc Description: OpenPGP digital signature

Re: post SVN r238886 no boot?

2012-07-29 Thread Rainer Hurling
On 29.07.2012 19:40 (UTC+2), Michael Butler wrote: Is anyone else having troubles getting -current after SVN r238886 to boot? In my case, I have an unstoppable stream of pager_something console messages :-( imb Yes, it's the same here. I had to revert to old kernel. Rainer

Re: post SVN r238886 no boot?

2012-07-29 Thread Garrett Cooper
On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler i...@protected-networks.net wrote: Is anyone else having troubles getting -current after SVN r238886 to boot? In my case, I have an unstoppable stream of pager_something console messages :-( What was the previous version you booted and

Re: post SVN r238886 no boot?

2012-07-29 Thread Matthew Jacob
On 7/29/2012 10:40 AM, Michael Butler wrote: Is anyone else having troubles getting -current after SVN r238886 to boot? In my case, I have an unstoppable stream of pager_something console messages :-( imb me2 If I stop at single user and then continue, then all seems okay. I'm

Re: post SVN r238886 no boot?

2012-07-29 Thread Michael Butler
On 07/29/12 14:24, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler i...@protected-networks.net wrote: Is anyone else having troubles getting -current after SVN r238886 to boot? In my case, I have an unstoppable stream of pager_something console messages :-( What

Re: post SVN r238886 no boot?

2012-07-29 Thread Garrett Cooper
On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:24, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler i...@protected-networks.net wrote: Is anyone else having troubles getting -current after SVN r238886 to boot? In my

Re: post SVN r238886 no boot?

2012-07-29 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/29/12 14:39, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:24, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler i...@protected-networks.net

Re: post SVN r238886 no boot?

2012-07-29 Thread David Wolfskill
On Sun, Jul 29, 2012 at 11:39:14AM -0700, Garrett Cooper wrote: ... What was the previous version you booted and what's your configuration? Thanks, -Garrett I'm on an x86 core duo laptop with a single SATA disk split between Windoze-7 and FreeBSD. Nothing really special in the

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Luigi Rizzo
On Sun, Jul 29, 2012 at 05:55:19PM +0100, David Chisnall wrote: On 29 Jul 2012, at 10:58, Luigi Rizzo wrote: 3. nuke inet_ntoa_r() from libc inet_ntoa_r is a public symbol and therefore part of our ABI contract with userspace applications. Even if no one that we are aware of is using

Re: post SVN r238886 no boot?

2012-07-29 Thread Michael Butler
On 07/29/12 14:39, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:24, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler i...@protected-networks.net wrote: Is anyone else having troubles getting

Re: post SVN r238886 no boot?

2012-07-29 Thread Garrett Cooper
On Sun, Jul 29, 2012 at 12:02 PM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:39, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:24, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 10:40 AM, Michael

Re: post SVN r238886 no boot?

2012-07-29 Thread Alexander Motin
On 29.07.2012 22:04, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 12:02 PM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:39, Garrett Cooper wrote: On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler i...@protected-networks.net wrote: On 07/29/12 14:24, Garrett Cooper wrote:

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Arnaud Lacombe
Hi, On Sun, Jul 29, 2012 at 3:19 PM, Luigi Rizzo ri...@iet.unipi.it wrote: Remapping f(a) into f(a, b) requires both a macro and a wrapping function, something like this T __f(T1 a, T2 b) { return f(a, b); } #define f(a) __f(a, b) This can be done way more easily: void

Re: post SVN r238886 no boot?

2012-07-29 Thread Lev Serebryakov
Hello, Alexander. You wrote 29 июля 2012 г., 23:15:06: AM Do you have any devices other then SATA disk? CD or some USB drive? ``Me too'' I have same problem on my net5501. IT is i386 (AMD GEODE) with CF card attached as IDE (not SATA) disk. I have no swap configured. AM Can you make at least

Re: post SVN r238886 no boot?

2012-07-29 Thread Alexander Motin
On 29.07.2012 22:52, Lev Serebryakov wrote: Hello, Alexander. You wrote 29 июля 2012 г., 23:15:06: AM Do you have any devices other then SATA disk? CD or some USB drive? ``Me too'' I have same problem on my net5501. IT is i386 (AMD GEODE) with CF card attached as IDE (not SATA) disk. I have

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Luigi Rizzo
On Sun, Jul 29, 2012 at 03:38:59PM -0400, Arnaud Lacombe wrote: Hi, On Sun, Jul 29, 2012 at 3:19 PM, Luigi Rizzo ri...@iet.unipi.it wrote: Remapping f(a) into f(a, b) requires both a macro and a wrapping function, something like this T __f(T1 a, T2 b) { return f(a, b); }

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Lev Serebryakov
Hello, Luigi. You wrote 30 июля 2012 г., 0:47:21: #define fn(x) ({ fn(x, 42); }) LR nice trick, one always learns something on these lists... LR now i wonder how it works with MSVC (windows being one of the LR other platforms where i need to build the ipfw+dummynet code...) It looks very

Re: post SVN r238886 no boot?

2012-07-29 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/29/12 16:13, Alexander Motin wrote: I was able to diagnose problem and it is not related to CAM as I've thought initially. It is related to GEOM spoiling mechanism. During boot process fsck opens checked disks for writing, while root at

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread O. Hartmann
Am 07/29/12 19:19, schrieb Martin Matuska: Do you still have this problem after r238882? Dňa 28. 7. 2012 19:21 O. Hartmann wrote / napísal(a): When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Arnaud Lacombe
Hi, On Sun, Jul 29, 2012 at 4:30 PM, Lev Serebryakov l...@freebsd.org wrote: Hello, Luigi. You wrote 30 июля 2012 г., 0:47:21: #define fn(x) ({ fn(x, 42); }) LR nice trick, one always learns something on these lists... LR now i wonder how it works with MSVC (windows being one of the LR

Re: Panic on boot after svn update

2012-07-29 Thread David J. Weller-Fahy
* Garrett Cooper yaneg...@gmail.com [2012-07-29 02:34 -0400]: See this thread: http://lists.freebsd.org/pipermail/freebsd-current/2012-July/035593.html Huh - apparently my SA was not at its highest yesterday... Thanks for the heads up! -- dave [ please don't CC me ] pgp9V1FHEuPMz.pgp

Re: panic: _mtx_lock_sleep: recursed on non-recursive mutex em0 @ /usr/src/sys/dev/e1000/if_lem.c:881

2012-07-29 Thread David J. Weller-Fahy
* Garrett Cooper yaneg...@gmail.com [2012-07-28 18:43 -0400]: On Sat, Jul 28, 2012 at 2:41 PM, Arnaud Lacombe lacom...@gmail.com wrote: Close, but you missed a spot. The attached patch (based on your's) works, i.e. no longer panics at boot on my vbox instance. Thanks! FYI - The patch works