Re: What is going on?

2002-06-27 Thread Julian Elischer
no I didn't apply it but Tor just found the problem in the pmap code. On Wed, 26 Jun 2002, walt wrote: Julian Elischer wrote to FreeBSD-Current: /usr/libexec/ld-elf.so.1: grep: Shared object has no run-time symbol table This is the same disaster that struck me yesterday after I

ld b0rked?

2002-06-27 Thread Christian Brueffer
Hi, I build my system from the latest sources tonight and now I get errors from ld after starting e.g. a second ssh session, or X. It only happens after having started an instance of e.g. ssh or xdm before: chris@gondor:~ $ ssh 192.168.1.1 /usr/libexec/ld-elf.so.1: ssh: Shared object has no

mysql-server broken

2002-06-27 Thread Beech Rintoul
I'm getting the following: cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -DDATADIR=\/var/db/mysql\ -DSHAREDIR=\/usr/local/share/mysql\ -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include

Re: cvs commit: src/sys/i386/i386 pmap.c

2002-06-27 Thread Ian Dowse
In message [EMAIL PROTECTED], Andrew R. Reite r writes: Too many pages were prefaulted in pmap_object_init_pt, thus the wrong physical page was entered in the pmap for the virtual address where the .dynamic section was supposed to be. Submitted by: tegge Pointy hat to:

Wierd path issue with system tcsh under recent -CURRENT NIS client

2002-06-27 Thread Thyer, Matthew
It seems that /bin/tcsh does not expand ~/ when used with the setenv command either in my .cshrc or when typed on the commandline. See command numbers 1008 - 1014 in particular. Using set path= is fine and just inheriting login.conf's default path (which includes ~/bin) is fine too so whats up

Re: ld b0rked?

2002-06-27 Thread Gary Jennejohn
Christian Brueffer writes: Hi, I build my system from the latest sources tonight and now I get errors from ld after starting e.g. a second ssh session, or X. It only happens after having started an instance of e.g. ssh or xdm before: chris@gondor:~ $ ssh 192.168.1.1

alpha tinderbox failure

2002-06-27 Thread Dag-Erling Smorgrav
Thu Jun 27 07:00:12 PDT 2002 cd: can't cd to /home/des/tinderbox/alpha/src To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Please install and test the GDB 5.2 port

2002-06-27 Thread Mark Peek
At 7:50 AM +0200 6/27/02, Joerg Wunsch wrote: As Mark Peek wrote: Hmm, so how to debug a kernel coredump? You need to update your gdb52 port. I can't find a newer one in CVS: j@uriah 85% pkg_info -I gdb-\* gdb-5.2_2 GNU GDB 5.2 developmental snapshot Very odd...here's what I

Re: Please install and test the GDB 5.2 port

2002-06-27 Thread Stijn Hoop
Sorry to step in but this jumped out at me and might save you a bit of time: On Thu, Jun 27, 2002 at 07:00:13AM -0700, Mark Peek wrote: At 7:50 AM +0200 6/27/02, Joerg Wunsch wrote: As Mark Peek wrote: Hmm, so how to debug a kernel coredump? You need to update your gdb52 port. I

duplicate includes in kdump/ioctl.c ?

2002-06-27 Thread BOUWSMA Beery
[don't mail me, I'm going on holiday Real Soon Now again] Am I the only one getting duplicated #include lines in the generated ioctl.c file, created as part of building usr.bin/kdump? Probably yes, because when I build things in other locations (I'm using a MAKEOBJDIRPREFIX), I don't see the

Re: mysql-server broken

2002-06-27 Thread KT Sin
Sigh... I was building mysql on Solaris using Forte compiler and got the same error. IMHO, the tcpd.h header is not very c++ friendly. One dirty workaround is to temporarily define the arguments for hosts_access, eval_client and sock_host. Or there could be a flag that could disable strict

Re: smbalert# hook for smbus childs

2002-06-27 Thread Willem van Engen
On Thu, 27 Jun 2002 12:21:19 +0900 Takanori Watanabe [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Willem van Engen wrote: Hello, there already is some code for smbalert# handling on intpm (ENABLE_ALART), but there is no support for handling it in a driver. O2 AudioDJ (OZ162)

Re: i386 tinderbox failure

2002-06-27 Thread Sheldon Hearn
On (2002/06/26 19:00), Dag-Erling Smorgrav wrote: Wed Jun 26 19:00:10 PDT 2002 /usr/libexec/ld-elf.so.1: /usr/bin/cvs: Shared object has no run-time symbol table I got this testing the RMEM_LIMIT patches, but it only crops up after about an hour of heavy ports building. You'll get this for

Re: i386 tinderbox failure

2002-06-27 Thread Sheldon Hearn
On (2002/06/27 16:33), Sheldon Hearn wrote: I got this testing the RMEM_LIMIT patches, but it only crops up after about an hour of heavy ports building. You'll get this for just any binary that uses mmap(). Unfortunately, I haven't had time to produce any useful debugging information, so

Re: i386 tinderbox failure

2002-06-27 Thread David Wolfskill
Date: Thu, 27 Jun 2002 16:33:36 +0200 From: Sheldon Hearn [EMAIL PROTECTED] Wed Jun 26 19:00:10 PDT 2002 /usr/libexec/ld-elf.so.1: /usr/bin/cvs: Shared object has no run-time symbol table I got this testing the RMEM_LIMIT patches, but it only crops up after about an hour of heavy ports

sparc64 tinderbox failure

2002-06-27 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- /bin/sh:Permission denied *** Error code 1

memory/swapping problem

2002-06-27 Thread Wm Brian McCane
I am having a problem with a new server that I am setting up to host my UseNet news and email. Machine: 1.26GHz 512MB/L1 Cache 768MB PC133 Memory 4x60GB UDMA100 IDE Drives 4x36GB 160MBit SCSI Drives OS: 5.0-CURRENT (yes I know, but I have been CURRENT since

Re: Please install and test the GDB 5.2 port

2002-06-27 Thread John Baldwin
On 27-Jun-2002 Mark Peek wrote: At 7:50 AM +0200 6/27/02, Joerg Wunsch wrote: As Mark Peek wrote: Hmm, so how to debug a kernel coredump? You need to update your gdb52 port. I can't find a newer one in CVS: j@uriah 85% pkg_info -I gdb-\* gdb-5.2_2 GNU GDB 5.2 developmental

Re: sparc64 tinderbox failure

2002-06-27 Thread Mike Barcroft
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: -- Rebuilding the temporary build tree -- stage 1: bootstrap tools

Re: i386 tinderbox failure

2002-06-27 Thread Matthew Dillon
It would be great if you guys could re-test with the pmap fix (/usr/src/sys/i386/i386/pmap.c r1.326). I believe that the pmap bug was to blame for all of these issues but I need verification before I have the comfort level necessary to do the MFC I intended to do.

Re: i386 tinderbox failure

2002-06-27 Thread Christian Brueffer
On Thu, Jun 27, 2002 at 10:28:00AM -0700, Matthew Dillon wrote: It would be great if you guys could re-test with the pmap fix (/usr/src/sys/i386/i386/pmap.c r1.326). I believe that the pmap bug was to blame for all of these issues but I need verification before I have the

Re: interesting: problem with nm?

2002-06-27 Thread Andrew R. Reiter
On Thu, 27 Jun 2002, Szilveszter Adam wrote: :On Thu, Jun 27, 2002 at 08:05:21PM +0200, Christian Brueffer wrote: : On Thu, Jun 27, 2002 at 10:28:00AM -0700, Matthew Dillon wrote: : It would be great if you guys could re-test with the pmap fix : (/usr/src/sys/i386/i386/pmap.c r1.326).

Re: interesting: problem with nm?

2002-06-27 Thread Juli Mallett
* Szilveszter Adam [EMAIL PROTECTED] escriuréres Everything works great with the fix. Which exposes another interesting problem. If I issue 'nm -v', it says: /usr/libexec/elf/nm: a.out: No such file or directory If no file is specified for nm to operate on it operates on a.out by

Re: interesting: problem with nm?

2002-06-27 Thread Julian Elischer
I think it may be related.. I saw this when I was sufferning from the other problemm make sure you have the pmap fix and then re make buildworld/make installworld when running on a new kernel and see if it goes away. szia! On Thu, 27 Jun 2002, Szilveszter Adam wrote: On Thu, Jun 27, 2002

Re: interesting: problem with nm?

2002-06-27 Thread Szilveszter Adam
On Thu, Jun 27, 2002 at 12:13:39PM -0700, Juli Mallett wrote: If no file is specified for nm to operate on it operates on a.out by default like most other programs that deal with binaries. If a.out does not exist, then you will indeed see that. Thanks for the clarification, I expected it to

Re: optimization/6627: -fno-align-functions regression from 2.95

2002-06-27 Thread obrien
rth said at http://gcc.gnu.org/ml/gcc/2002-05/msg00989.html he would not raise the priority for 3.1.1. But this is a regression and I hope maybe something can be done about it. Maybe a fix based on a #define one must explicitly turn on when building GCC. I do not see why a fix cannot go in (in

Re: optimization/6627: -fno-align-functions regression from 2.95

2002-06-27 Thread Gerald Pfeifer
This *is* a regression (even if it may be hard to fix on the release branch), so I'm raising it's priority. Gerald To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Please install and test the GDB 5.2 port

2002-06-27 Thread Joerg Wunsch
As Mark Peek wrote: Can you verify that there are patches in the devel/gdb52/files? # ls /usr/ports/devel/gdb52/files CVS patch-gdb_kvm-fbsd.c patch-gdb_config_alpha_fbsd.mh patch-gdb_symfile.c patch-gdb_config_i386_fbsd.mh patch-gdb_target.c

Laptop hangs with recent kernel

2002-06-27 Thread Gavin Atkinson
Hi all, I have a laptop running -CURRENT. A kernek dated June 10th works well, however I am experiencing hangs with a kernel dated 24th June. These hangs usually occur when closing a serial port (eg quitting tip) or when executing an 'apm -z' command. I have not yet tried to find the commit

Re: interesting: problem with nm?

2002-06-27 Thread Dan Nelson
In the last episode (Jun 27), Szilveszter Adam said: On Thu, Jun 27, 2002 at 12:13:39PM -0700, Juli Mallett wrote: If no file is specified for nm to operate on it operates on a.out by default like most other programs that deal with binaries. If a.out does not exist, then you will indeed

this ring a bell with anyone?

2002-06-27 Thread Julian Elischer
Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard npx0: INT 16 interface acpi0: D815EA EA81510A on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x735f6e72 fault code = supervisor read, page not present instruction

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-27 Thread Mark Murray
Hiya Yo! Here's the updated version of vidfont/kbdmap. The changes are: WARNS=6 clean 80 columns max Now uses 'mkstemp()' rather than 'mktemp()' Fixed a couple of dumb bugs Copyrights added Removed '{}' from single lines Default strings now in vidfont.h Good! I'll check out and

Re: this ring a bell with anyone?

2002-06-27 Thread Terry Lambert
Julian Elischer wrote: Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard npx0: INT 16 interface acpi0: D815EA EA81510A on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x735f6e72 fault code = supervisor

RE: this ring a bell with anyone?

2002-06-27 Thread John Baldwin
On 27-Jun-2002 Julian Elischer wrote: Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard npx0: INT 16 interface acpi0: D815EA EA81510A on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x735f6e72 This is the string rn_s.

Re: this ring a bell with anyone?

2002-06-27 Thread Julian Elischer
Ignore this.. pilot error. mismatched acpi module. On Thu, 27 Jun 2002, Julian Elischer wrote: Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: this ring a bell with anyone?

2002-06-27 Thread John Baldwin
On 27-Jun-2002 Terry Lambert wrote: Julian Elischer wrote: Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard npx0: INT 16 interface acpi0: D815EA EA81510A on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x735f6e72

Re: this ring a bell with anyone?

2002-06-27 Thread Peter Wemm
Terry Lambert wrote: Julian Elischer wrote: Using $PIR table, 12 entries at 0xc00f2f70 npx0: math processor on motherboard npx0: INT 16 interface acpi0: D815EA EA81510A on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x735f6e72 fault

Re: this ring a bell with anyone?

2002-06-27 Thread Terry Lambert
Peter Wemm wrote: Terry Lambert wrote: Compile hints into your kernel if you are going to be using an abbreviated loader (e.g. to load into VMWare or via netboot). Uhh, Terry.. This has absolutely nothing to do with the problem. Yes, this was already pointed out. I've seen trap 12's on

kernel build failure

2002-06-27 Thread David Xu
Current source in ipfw was broken: cc -O -pipe -DIPFIREWALL -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -fno-common -g

KSE-MIII ready for commit

2002-06-27 Thread Julian Elischer
See http://www.freebsd.org/~julian/ for pointers to diffs or other ways of getting the sources.. At this stage it is as good as I can get it right now. It builds world. It runs teh sampel threaded program, it even does both at the same time.. Matt has run it on an SMP machine and there are

Re: KSE-MIII ready for commit

2002-06-27 Thread David O'Brien
On Thu, Jun 27, 2002 at 07:50:39PM -0700, Julian Elischer wrote: Estimated commit time: (assuming current works at that time) will be around 1AM GMT June 29 that will be 6PM here in San Francisco. We need more than 2 days time to test on Alpha and sparc64. To Unsubscribe: send mail to [EMAIL

Re: KSE-MIII ready for commit

2002-06-27 Thread Julian Elischer
I won't be absent after that, just busier. On Thu, 27 Jun 2002, David O'Brien wrote: On Thu, Jun 27, 2002 at 07:50:39PM -0700, Julian Elischer wrote: Estimated commit time: (assuming current works at that time) will be around 1AM GMT June 29 that will be 6PM here in San Francisco.

i386 tinderbox failure

2002-06-27 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: KSE-MIII ready for commit

2002-06-27 Thread David O'Brien
On Thu, Jun 27, 2002 at 08:18:17PM -0700, Julian Elischer wrote: I won't be absent after that, just busier. ENOPARSE To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

some improbable results..

2002-06-27 Thread Julian Elischer
From the annals of the journals of the Society of Improbable Research I bring you the following statistics.. -current kernel and userland: buildworld: 3951.612u 1556.534s 1:50:43.30 82.9%2627+2535k 47259+23130io 17986pf+0w KSE kernel, -current userland buildworld: 3395.933u 1606.248s

Re: KSE-MIII ready for commit

2002-06-27 Thread Julian Elischer
you said you need more than the two days I said I would be watching for problems over the weekend.. I responded that teh two days is only the time I will have a LOT of time but that even after that time I will still be here in case things explode. On Thu, 27 Jun 2002, David O'Brien wrote: On

Re: KSE-MIII ready for commit

2002-06-27 Thread Matthew Dillon
:you said you need more than the two days I said I would be watching :for problems over the weekend.. I responded that :teh two days is only the time I will have a LOT of time but that even :after that time I will still be here in case things explode. : : :On Thu, 27 Jun 2002, David O'Brien

Re: KSE-MIII ready for commit

2002-06-27 Thread David O'Brien
On Thu, Jun 27, 2002 at 09:36:54PM -0700, Matthew Dillon wrote: I think he means he would like you to give him a little more time before comitting. e.g. like comitting July 1 instead of June 29 (If that's what you mean David, you should just say so). Sorry, that is what I meant.

Re: KSE-MIII ready for commit

2002-06-27 Thread Julian Elischer
ok.. but let me know when you have tested it a bit.. David, ifyou want to test this I really suggest that you grab it with cvsup as a whole rather than doing small patches one at a time... (check my web page for how to do that..) Matt, I just did a sync.. On Thu, 27 Jun 2002, David O'Brien

Re: KSE-MIII ready for commit

2002-06-27 Thread Julian Elischer
On Thu, 27 Jun 2002, Matthew Dillon wrote: :you said you need more than the two days I said I would be watching :for problems over the weekend.. I responded that :teh two days is only the time I will have a LOT of time but that even :after that time I will still be here in case things