* Garrett Cooper [2012-07-28 18:43 -0400]:
> On Sat, Jul 28, 2012 at 2:41 PM, Arnaud Lacombe 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 for me as well, thank you!
--
dav
* Garrett Cooper [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
Description: PGP signat
Hi,
On Sun, Jul 29, 2012 at 4:30 PM, Lev Serebryakov 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> other
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
-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
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
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 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); }
> > #d
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
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
Hi,
On Sun, Jul 29, 2012 at 3:19 PM, Luigi Rizzo 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 fn(int a, int b)
On 29.07.2012 22:04, Garrett Cooper wrote:
On Sun, Jul 29, 2012 at 12:02 PM, Michael Butler
wrote:
On 07/29/12 14:39, Garrett Cooper wrote:
On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler
wrote:
On 07/29/12 14:24, Garrett Cooper wrote:
On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler
wrot
On Sun, Jul 29, 2012 at 12:02 PM, Michael Butler
wrote:
> On 07/29/12 14:39, Garrett Cooper wrote:
>> On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler
>> wrote:
>>> On 07/29/12 14:24, Garrett Cooper wrote:
On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler
wrote:
> Is anyone else hav
On 07/29/12 14:39, Garrett Cooper wrote:
> On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler
> wrote:
>> On 07/29/12 14:24, Garrett Cooper wrote:
>>> On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler
>>> wrote:
Is anyone else having troubles getting -current after SVN r238886 to
boot? In
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 us
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 spe
-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
> wrote:
>> On 07/29/12 14:24, Garrett Cooper wrote:
>>> On Sun, Jul 29, 2012 at 10:40 AM, Michael Butler
>>> wrote:
Is anyone else having troubles getti
On Sun, Jul 29, 2012 at 11:36 AM, Michael Butler
wrote:
> On 07/29/12 14:24, Garrett Cooper wrote:
>> On Sun, Jul 29, 2012 at 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_som
On 07/29/12 14:24, Garrett Cooper wrote:
> On Sun, Jul 29, 2012 at 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 :-(
>
> What was the previous v
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 guessi
On Sun, Jul 29, 2012 at 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 :-(
What was the previous version you booted and what's your configuration?
Tha
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
__
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
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
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
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 remo
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:
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 --- 2012-
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 objecti
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 partition
Hi,
On Sun, 29 Jul 2012 15:21:36 +0800
Denny Lin 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 discovered that I prev
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 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
> > drivers have be
31 matches
Mail list logo