Matthew Jacob wrote:
> Hmm. I just fixed that at Panasas, and I'm pretty sure that I gave the
> patch to Alexander Motin to put in.
Do you mean one committed at r207221 or something else?
>> I've been setting up an amd64 VirtualBox machine with the latest
>> 9-CURRENT and got the following panic
Bruce Cran wrote:
> I've been setting up an amd64 VirtualBox machine with the latest
> 9-CURRENT and got the following panic when booting it (another machine
> updated and booting at the same time didn't panic):
>
> ata1: WARNING - READ_TOC read data overrun 18>12
> panic: mtx_lock of destroyed mu
On 6/3/2010 12:43 AM, Alexander Motin wrote:
Matthew Jacob wrote:
Hmm. I just fixed that at Panasas, and I'm pretty sure that I gave the
patch to Alexander Motin to put in.
Do you mean one committed at r207221 or something else?
yes
Hello.
I've just had this error yesterday. It seems, that utmp.h file is still
in the system. Make in /usr/src:
make delete-old
and try again .
David Rhodus wrote:
===>Verifying install for sessreg in /usr/ports/x11/sessreg
===> Building for sessreg-1.0.5
make all-am
cc -std=gnu99 -Wall
On Thu, 03 Jun 2010 10:44:32 +0300
Alexander Motin wrote:
> Bruce Cran wrote:
> > I've been setting up an amd64 VirtualBox machine with the latest
> > 9-CURRENT and got the following panic when booting it (another
> > machine updated and booting at the same time didn't panic):
> >
> > ata1: WARN
Hi,
I'd like to run the regression tests in src/tools/regression on a regular
basis. What's the official way to do this? Is there some way I can run them all
in one go?
It seems it's necessary to enter every single subdirectory and execute any
Makefiles located there before running 'prove -r'.
On Wed, Jun 02, 2010 at 06:25:25PM +0200, Hans Petter Selasky wrote:
> > > Hi,
> > >
> > > Can you dump the USB descriptors of your device?
> >
> > Hi, right now I can do this at "FreeBSD 8.0-RELEASE-p2 #8 r206060M",
> > but If you prefer tonight I can dump from 'freebsd-current' box.
> >
> > Tha
On Thu, 3 Jun 2010, 12:02+0200, Erik Cederstrand wrote:
> Hi,
>
> I'd like to run the regression tests in src/tools/regression on a
> regular basis. What's the official way to do this? Is there some way
> I can run them all in one go?
>
There is no one. Yet.
> It seems it's necessary to enter eve
On Thu, 3 Jun 2010 14:13:06 +0400 (MSD)
Maxim Konovalov wrote:
> On Thu, 3 Jun 2010, 12:02+0200, Erik Cederstrand wrote:
>
> > Hi,
> >
> > I'd like to run the regression tests in src/tools/regression on a
> > regular basis. What's the official way to do this? Is there some way
> > I can run them
Quoting Erik Cederstrand (from Thu, 3 Jun 2010
12:02:51 +0200):
Hi,
I'd like to run the regression tests in src/tools/regression on a
regular basis. What's the official way to do this? Is there some way
I can run them all in one go?
It seems it's necessary to enter every single subdire
On Thu, Jun 3, 2010 at 6:13 AM, Maxim Konovalov
wrote:
> On Thu, 3 Jun 2010, 12:02+0200, Erik Cederstrand wrote:
>
> > Hi,
> >
> > I'd like to run the regression tests in src/tools/regression on a
> > regular basis. What's the official way to do this? Is there some way
> > I can run them all in on
Den 03/06/2010 kl. 14.53 skrev Mehmet Erol Sanliturk:
>
> I do not know how to perform regression tests , but
> is it not possible to write a shell script to perform the above manual steps ?
I just wrote a shell script to recurse into the subdirectories and run make on
the Makefiles found. Unfo
On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky wrote:
> Hi,
>
> The problem is that LOW speed does not support BULK transfers according to the
> USB specification. I guess we could switch that support on, though I'd rather
> stick with the spec.
>
> Try changing this line in:
>
> src/sys/dev/
On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote:
> On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky
wrote:
> > Hi,
> >
> > The problem is that LOW speed does not support BULK transfers according
> > to the USB specification. I guess we could switch that support on, though
> > I'd rather
On Thu, 3 Jun 2010, 15:15+0200, Erik Cederstrand wrote:
>
> Den 03/06/2010 kl. 14.53 skrev Mehmet Erol Sanliturk:
> >
> > I do not know how to perform regression tests , but
> > is it not possible to write a shell script to perform the above manual
> > steps ?
>
> I just wrote a shell script to r
On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote:
> On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote:
> > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky
>
> wrote:
> > > Hi,
> > >
> > > The problem is that LOW speed does not support BULK transfers according
> > > to the USB s
Could you join:
#bsdusb on efnet ?
--HPS
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote:
> On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote:
> > On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote:
> > > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky
> >
> > wrote:
> > > > Hi,
> > > >
> > > > The problem is
Boot into single user-mode
# tunefs -j enable /
# tunefs -j enable /usr
# tunefs -j enable /tmp
# tunefs -j enable /var
# reboot
The machine then panics.
Looks like the machine is trying to write to a read-only filesystem.
___
freebsd-current@
Thanks, make delete-old
fixed everything.
On Thu, Jun 3, 2010 at 4:43 AM, Alexander Pyhalov wrote:
> Hello.
> I've just had this error yesterday. It seems, that utmp.h file is still in
> the system. Make in /usr/src:
> make delete-old
> and try again .
>
> David Rhodus wrote:
>>
>> ===> Veri
On Thu, Jun 3, 2010 at 5:46 AM, Bruce Cran wrote:
> On Thu, 3 Jun 2010 14:13:06 +0400 (MSD)
> Maxim Konovalov wrote:
>
>> On Thu, 3 Jun 2010, 12:02+0200, Erik Cederstrand wrote:
>>
>> > Hi,
>> >
>> > I'd like to run the regression tests in src/tools/regression on a
>> > regular basis. What's the
> It seems the p5-Test-Harness may be too simple for our
> requirements. Has anyone looked into using NetBSD's ATF
> (http://www.netbsd.org/~jmmv/atf/) in FreeBSD?
I am not sure if it makes sense to import ATF into the *base*
system, but it sure looks like a nice ports/ addition. The work
of writ
On Thu, 03 Jun 2010 14:50:13 +0200, Alexander Leidinger
wrote:
> Quoting Erik Cederstrand (from Thu, 3 Jun 2010
> 12:02:51 +0200):
>
>> Hi,
>>
>> I'd like to run the regression tests in src/tools/regression on a
>> regular basis. What's the official way to do this? Is there some way
>> I can run
Is there a rc.conf variable to automatically save core on a panic and reboot ?
Setting dumpdev="AUTO" doesn't seem to do the trick.
# uname -a
FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Thu Jun 3 20:00:22 UTC
2010 root@:/usr/obj/usr/src/sys/GE amd64
#
_
On Thu, 3 Jun 2010, David Rhodus wrote:
Is there a rc.conf variable to automatically save core on a panic and reboot ?
Setting dumpdev="AUTO" doesn't seem to do the trick.
dumpdev merely controls which swap device the dump gets written to.
You probably want to either compile your kernel with
In response to David Rhodus :
> Is there a rc.conf variable to automatically save core on a panic and reboot ?
> Setting dumpdev="AUTO" doesn't seem to do the trick.
Did you also set dumpdir? Is dumpdir set to a location with enough
disk space to hold a kernel dump? Is the swap device large en
Den 03/06/2010 kl. 21.54 skrev Giorgos Keramidas:
> On Thu, 03 Jun 2010 14:50:13 +0200, Alexander Leidinger
> wrote:
>> Quoting Erik Cederstrand (from Thu, 3 Jun 2010
>> 12:02:51 +0200):
>>
>>> Hi,
>>>
>>> I'd like to run the regression tests in src/tools/regression on a
>>> regular basis. W
Doing a ./test.sh make crashes my -current machine pretty quickly.
It stops inBuilding in /usr/src/tools/regression/bin/mv
On Thu, Jun 3, 2010 at 6:19 PM, Erik Cederstrand wrote:
>
> Den 03/06/2010 kl. 21.54 skrev Giorgos Keramidas:
>
>> On Thu, 03 Jun 2010 14:50:13 +0200, Alexander Leidinge
On Thu, 3 Jun 2010, John Doe wrote:
Boot into single user-mode
# tunefs -j enable /
# tunefs -j enable /usr
# tunefs -j enable /tmp
# tunefs -j enable /var
# reboot
The machine then panics.
Looks like the machine is trying to write to a read-only filesystem.
Can you please give me informati
Anyone have a SUJ patch set for 8.x ?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
I'm just catching up with this thread, so apologies if this has already
been pointed out elsewhere.
One of the things that has been discussed w/rt compilers for a while
(not just at the devsummit) was bending our minds around separating the
concept of "base system compiler" from "default ports com
On Tue, Jun 01, 2010 at 12:18:41PM +0200, Alban Hertroys wrote:
> Compiler bugs in gcc are probably just as hard to find as compiler bugs
> in clang
There are two types of compiler bug: a) bug that produces bad code; b)
bug that makes the compiler crash.
The latter number seems kind of low right
On Thu, Jun 3, 2010 at 12:45 PM, Giorgos Keramidas wrote:
>> It seems the p5-Test-Harness may be too simple for our
>> requirements. Has anyone looked into using NetBSD's ATF
>> (http://www.netbsd.org/~jmmv/atf/) in FreeBSD?
>
> I am not sure if it makes sense to import ATF into the *base*
> syste
On Mon, May 31, 2010 at 01:22:05PM +0100, Bruce Cran wrote:
> From previous messages I don't think sparc64 is currently supported by
> clang very well, if at all, so I think we'll still need gcc in the base
> system for some time.
I'll put on my "tier-2 package builder hat" for a moment.
IMHO it
On Thu, Jun 3, 2010 at 12:57 PM, Hans Petter Selasky wrote:
> On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote:
>> On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote:
>> > On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote:
>> > > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter
On Thu, Jun 3, 2010 at 2:30 PM, David Rhodus wrote:
> Is there a rc.conf variable to automatically save core on a panic and reboot ?
> Setting dumpdev="AUTO" doesn't seem to do the trick.
>
> # uname -a
> FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Thu Jun 3 20:00:22 UTC
> 2010 root@:/usr/o
From: Jeff Roberson
To: John Doe
Cc: curr...@freebsd.org
Sent: Thu, June 3, 2010 7:19:59 PM
Subject: Re: Panic on current when enabling SUJ
On Thu, 3 Jun 2010, John Doe wrote:
> Boot into single user-mode
>
> # tunefs -j enable /
> # tunefs -j enable /usr
>
Den 04/06/2010 kl. 01.10 skrev David Rhodus:
> Doing a ./test.sh make crashes my -current machine pretty quickly.
> It stops inBuilding in /usr/src/tools/regression/bin/mv
Well there you go. The regression tests are already useful :-)
The Makefile in tools/regression/bin/mv just runs 'sh re
38 matches
Mail list logo