cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm
-D__FBSDID=__RCSID -c aicasm_scan.c
cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm
-D__FBSDID=__RCSID -c aicasm_macro_scan.c
cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev
On Mon, Jun 02, 2003 at 09:04:11AM -0700, Hiten Pandya wrote:
> On Mon, Jun 02, 2003 at 08:17:03AM -0700, Terry Lambert wrote:
> > Hiten Pandya wrote:
> > > My fingers have been itching to do this since the day phk@ planted this
> > > idea in my brain (re: cdevsw initialisations). Basically, it ch
On Thu, May 29, 2003 at 06:28:26PM -0400, James Tanis wrote:
> On Thu, 29 May 2003 17:39:18 -0400 (EDT)
> John Baldwin <[EMAIL PROTECTED]> wrote:
>
> >
> > It has been committed. Build rtld with WITH_LIBMAP defined and then
> > setup a libmap.conf.
> >
> > --
>
> Alright, I compiled and
On Tue, 3 Jun 2003 11:32:06 +0200
Stefan Bethke <[EMAIL PROTECTED]> wrote:
> Am Dienstag, 03.06.03, um 07:57 Uhr (Europe/Berlin) schrieb Andreas
> Klemm:
>
> > ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206
> > retrying
> > ad2: UDMA ICRC error cmd=read fsbn 74689079 of 746890
This is an automated bi-daily mailing of the FreeBSD 5.1 open issues list.
The live version of this list is available at:
http://www.FreeBSD.org/releases/5.1R/todo.html
Automated mailing of this list will continue through the release of
FreeBSD 5.1.
FreeBSD 5.1 O
[Sorry for delayed reply. I'm offline mostly lately.]
On Thu, May 22, 2003 at 12:09:06PM +, David Leimbach wrote:
>
> On Thursday, May 22, 2003, at 03:53 AM, CARTER Anthony wrote:
>
> > Hi,
> >
> > Just done a buildworld and installworld from yesterdays CVSUp (today,
> > 22nd,
> > 10:51am
Alas, I found *what* is going on differently depending on the library used.
With libc_r, dup2() gets called and fails, preventing execution of
konsole_grantpty, with libthr things work, konsole_grantpty gets called
and... ttyname fails. :-)
Now, dup2() implementation seems to differ between lib
On Wed, May 28, 2003 at 03:39:44PM -0700, Nate Lawson wrote:
> On Wed, 28 May 2003, Larry Rosenman wrote:
> > > --On Wednesday, May 28, 2003 03:59:24 -0500 Larry Rosenman
> > >> Ok, with today's sources, I still get a page not present panic for
> > >> address (0x7) on transistion to battery.
> > >
- Original Message -
From: "nobody nobody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 1:01 AM
Subject: Radeon VE 7000 VGA card support under xfree86 4.3.0
> Hello,
>
> Thanks for the advices of the mailing group. I finally figure ou
On Tue, Jun 03, 2003 at 05:32:35PM +0900, SUZUKI Shinsuke wrote:
> I discussed this issued within KAME.
>
> Here's our rough plan about this synchronization.
>
> If you have some opinion, please let me know.
> When I've finished each merge, I'll ask you how to proceed.
>
>
> - sync per feature;
On Tue, 3 Jun 2003, Jun Kuriyama wrote:
> At Mon, 2 Jun 2003 10:10:26 + (UTC),
> Bruce Evans wrote:
>
> > > (2) Use correct dependency in sys/boot/i386/kgzldr.
> >
> > This is too hackish for me. Try using the same method as for lib/csu.
> > I think you nmainly care about "make install" build
"Mike Loiterman" <[EMAIL PROTECTED]> writes:
> Jun 3 01:45:22 enola su: in openpam_load_module(): no pam_wheel.so found
> Bus error (core dumped)
First of all, you're supposed to run mergemaster when you upgrade;
pam_wheel has been deprecated since February.
Second, if your system ran -CURRENT p
Hi
My laptop paniced while it was (mostly) idle, running X server and X
chat. I wasn't about when the panic happened so I don't know very much
about it. I'll try to reproduce this panic. Any way here is a kgdb log
from debug session and few most interesting lines from dmesg and uname:
GNU gdb 5.2
On 2003.06.03 02:17:58 -0500, Mike Loiterman wrote:
> Just cvsup'd to current a few hours ago. Built and installed world
> and kernel without any errors. Now I get this error when I try to
> su to any user:
>
> Jun 3 01:45:22 enola su: in openpam_load_module(): no pam_wheel.so
> found
> Bus er
Am Dienstag, 03.06.03, um 07:57 Uhr (Europe/Berlin) schrieb Andreas
Klemm:
ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206
retrying
ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206
retrying
What exactly does an UDMA ICRC error mean ?
I think this is simply a re
TB --- 2003-06-03 08:15:43 - starting CURRENT tinderbox run for ia64/ia64
TB --- 2003-06-03 08:15:43 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src
TB --- 2003-06-03 08:23:12 - building world
TB --- cd /home
> On Sun, 1 Jun 2003 10:00:14 -0400 (EDT)
> [EMAIL PROTECTED](Robert Watson) said:
>| | | | The FreeBSD KAME|
>| | | | IPv6 code is now|
>| | |
Hi,
> I have seen this type of error and core dump with a new C++
> and old rtti header files. Make sure you are not mixing them,
> since these header files definitely have to match the compiler.
This is a fresh current 5.1RC1 ...
Martin
___
[EMAIL P
Terry Lambert wrote:
> Martin Blapp wrote:
> > > -frtti is required for dynamic_cast(expr) to work. so if it is
> > > broken, then you've got big problems.
> >
> > Lokks like you are definitly right:
> >
> > grep dynamic `find ./ -name "*.c*"`
> > ./source/ary/cpp/c_class.cxx:ary::cpp::Display
Martin Blapp wrote:
>
> Hi,
>
> > -frtti is required for dynamic_cast(expr) to work. so if it is
> > broken, then you've got big problems.
>
> Lokks like you are definitly right:
>
> grep dynamic `find ./ -name "*.c*"`
> ./source/ary/cpp/c_class.cxx:ary::cpp::Display * pD = dynamic_cast<
Hiten Pandya wrote:
> On Mon, Jun 02, 2003 at 09:28:05AM -0700, Terry Lambert wrote:
> > This is a different thing entirely... you are not adding
> > elements in the cdevsw case.
>
> Er, huh? Did you read Poul's HEADSUP mail for cdevsw sparse
> init?
Yes. You are not adding new
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I sent a similar message to 'questions' before I realized that I had
access to 'current' on this machine. Since this is really a
'current' issue I'll post again here. Make sense?
Anyway...
Just cvsup'd to current a few hours ago. Built and insta
On 02-Jun-2003 Nicolas Souchu wrote:
> On Sun, Jun 01, 2003 at 01:52:57AM +0200, Dag-Erling Smorgrav wrote:
>>
>> viapropm is seriously broken for other reasons and needs professional
>> help.
>
> What kind of breakage? Setting resources in probe? Right. Anybody having
> the viapm driver loaded
In the last episode (Jun 03), Andreas Klemm said:
> Hi,
>
> my console today shows the following error message from my disk:
>
> ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206 retrying
> ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206 retrying
>
> What exactly
Hi,
> -frtti is required for dynamic_cast(expr) to work. so if it is
> broken, then you've got big problems.
Lokks like you are definitly right:
grep dynamic `find ./ -name "*.c*"`
./source/ary/cpp/c_class.cxx:ary::cpp::Display * pD = dynamic_cast<
ary::cpp::Display* >(&o_rOut);
./source
Hi,
my console today shows the following error message from
my disk:
ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206 retrying
ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206 retrying
What exactly does an UDMA ICRC error mean ?
I think this is simply a read error
Where do we stand on this now? Is this ready for committing? Is it
completely solved?
Scott
Bernd Walter wrote:
On Sun, Jun 01, 2003 at 03:00:09PM +0200, Bernd Walter wrote:
On Sun, Jun 01, 2003 at 02:26:34AM -0700, Luigi Rizzo wrote:
On Sun, Jun 01, 2003 at 03:32:56AM +0200, Bernd Walter wrot
Hello,
Thanks for the advices of the mailing group. I finally figure out the
problem of my previous mail concerning the X under XFree86 4.3.0 with
Freebsd-5.1 beta 2. I use the same VGA card with the crt mon and everything
work ok without extra work for the X-config file. The problem may be
In message: <[EMAIL PROTECTED]>
Martin Blapp <[EMAIL PROTECTED]> writes:
: I'm still working to get OpenOffice1.1Beta2 ready, but am now stuck with
: a segfault. The compile currently aborts on many places where -frtti is
: used, so everybody is using -fno-rtti these days. But here I ge
At Mon, 2 Jun 2003 10:10:26 + (UTC),
Bruce Evans wrote:
> As marcel pointed out, there are technical reasons for not using cp.
> Use cat.
OK, thanks!
> > (2) Use correct dependency in sys/boot/i386/kgzldr.
>
> This is too hackish for me. Try using the same method as for lib/csu.
> I think y
If you have had issues with libthr on SMP or umtx panics, the following
patch may solve these issues.
http://www.chesapeake.net/~jroberson/umtxlocks.diff
This patch fixes several race conditions and other issues with umtx.
Thanks,
Jeff
___
[EMAIL PROT
On Mon, Jun 02, 2003 at 09:28:05AM -0700, Terry Lambert wrote:
> This is a different thing entirely... you are not adding
> elements in the cdevsw case.
Er, huh? Did you read Poul's HEADSUP mail for cdevsw sparse
init?
> The VFSOP case is less of a problem than the VOP case, but
phoenix on my sparc64 crashed while idle with the following:
Fatal error '_waitq_insert: Already in queue' at line 321 in file
/usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 2)
Any ideas?
Kris
pgp0.pgp
Description: PGP signature
On Sun, Jun 01, 2003 at 01:52:57AM +0200, Dag-Erling Smorgrav wrote:
> "David P. Reese Jr." <[EMAIL PROTECTED]> writes:
> > In rev 1.214 of sys/dev/pci/pci.c, we have started checking if a
> > pci_set_command_bit() was successful with a subsequent PCI_READ_CONFIG
> > and comparing the results. For
< said:
> FreeBSD 5.x series is slowly progressing, but is nowhere near to
> production quality. As the things are currently, you simply waste
> your time.
I'm running an old 5.1-current and a more recent 5.1-beta of about a
week ago in production as news servers and am reasonably pleased with
th
Mon Jun 2 14:46:26 EDT 2003
lock order reversal
1st 0xc2a67250 vm object (vm object) @ /usr/src/sys/vm/vm_object.c:509
2nd 0xc082f110 system map (system map) @ /usr/src/sys/vm/vm_kern.c:325
Stack backtrace on request.
> uname -a
FreeBSD zeebo 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Jun 2 1
Hi,
is there any reason, why
/usr/src/crypto/openssl/apps/CA.{sh,pl}
are not installed outside /usr/src?
Some end users may not install src,
yet still need this wrapper...
Thanks,
-FH
--
Farid Hajji -- Unix Systems and Network Management.
http://www.farid-hajji.net/address.html
Quoth the Rav
> here what is (probably) going on. when system starts up you have
> no "tap0" interface. ifconfig(8) can not find "tap0" interface and
hmmm, dunno, long before ifconfig I get :
tap0: bpf attached
> now the thing about tap(4) (and tun(4)) interfaces is that they are
> *virtual*, i.e. in order
Sent to you, Mark and obrien on 15th May. Didn´t copy lists nor did
a send-pr. Suggestions for future bug reporting appreciated.
> Ouch, this is a serious bug indeed. I apologize if you reported this
> before and I missed it. I'll look at it today. Other than this bug
> (which appears to only
Ouch, this is a serious bug indeed. I apologize if you reported this
before and I missed it. I'll look at it today. Other than this bug
(which appears to only be related to the management app), are there any
other problems with aac? Note that aac is one of the few cards that
even supports a man
Hello.
I'm using Kerberos (heimdal) and off course it uses PAM.
It's working well but I want to know if is the way to change kerberos
password through PAM, not using "kpasswd" command? Or maybe it's even
possible to synchronize kerberos and UNIX passwords?
Can someone help me?
Pawel Doncer.
(pl
Pete Carah wrote:
pedantic and Werror together cause problems again... I presume we really
need the quad type here. (or is this one due to a compiler "upgrade"?)
-pedantic is broken in a number of ways and has been for
a long time. While it is still useful for occasional linting,
combining i
Hiten Pandya wrote:
> > Consider this going forward: someone adds a new VFSOP to the
> > list of allowable VFSOPs, and the vfs_init() doesn't have any
> > specific code for it.
>
> Considered. Now consider this, would you argue this about the
> sparse cdevsw initialisation in make
Hi all,
I'm still working to get OpenOffice1.1Beta2 ready, but am now stuck with
a segfault. The compile currently aborts on many places where -frtti is
used, so everybody is using -fno-rtti these days. But here I get serious
trouble with autodoc ...
For some strange reason it didn't happen with
On Mon, Jun 02, 2003 at 08:17:03AM -0700, Terry Lambert wrote:
> Hiten Pandya wrote:
> > My fingers have been itching to do this since the day phk@ planted this
> > idea in my brain (re: cdevsw initialisations). Basically, it changes
> > the vfsops to use C99 sparse format, just like cdevsw. It r
Hiten Pandya wrote:
> My fingers have been itching to do this since the day phk@ planted this
> idea in my brain (re: cdevsw initialisations). Basically, it changes
> the vfsops to use C99 sparse format, just like cdevsw. It removes a lot
> of junk default initialisations, and duplication.
I rea
On Mon, Jun 02, 2003 at 03:31:49PM +0300, Petri Helenius
<[EMAIL PROTECTED]> wrote:
> > FreeBSD 5.x series is slowly progressing, but is nowhere near to
> > production quality. As the things are currently, you simply waste
> > your time.
> > This is only my opinion and I don't want to offend anyon
47 matches
Mail list logo