Re: Any chance of release patch being committed?

2001-05-03 Thread Robert Watson
On Fri, 4 May 2001, J Wunsch wrote: > Terry Lambert <[EMAIL PROTECTED]> wrote: > > > Isn't anyone but me and Walnut Creek cum BSDI cum Windriver > > Systems using "make release"?!? > > We are, but why would we use anything else than GENERIC for it, > seriously? I'd never roll a `release' for

Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em

2001-05-03 Thread Bruce Evans
On Thu, 3 May 2001, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "David O'Brien" writes: > ... > : I thought I had gotten my systems clean enough when I did the post-commit > : ``make buildworld'' test. *sigh* a nice bootstrap issue here. Problem > : is elf-hints.h is a new header and a

Re: Any chance of release patch being committed?

2001-05-03 Thread J Wunsch
Terry Lambert <[EMAIL PROTECTED]> wrote: > Isn't anyone but me and Walnut Creek cum BSDI cum Windriver > Systems using "make release"?!? We are, but why would we use anything else than GENERIC for it, seriously? I'd never roll a `release' for my current machine. -- cheers, J"org

Re: make world bXrked ?

2001-05-03 Thread Matthew Jacob
Yes- And David has checked in a hack to avoid this for now too. > On Thu, 03 May 2001 18:15:38 +0200, Poul-Henning Kamp <[EMAIL PROTECTED]> said: > > > > eelf_i386.c:158: elf-hints.h: No such file or directory mkdep: > > compile failed *** Error code 1 1 error *** Error code 2 > > I p

Re: make world bXrked ?

2001-05-03 Thread Michael Harnois
On Thu, 03 May 2001 18:15:38 +0200, Poul-Henning Kamp <[EMAIL PROTECTED]> said: > eelf_i386.c:158: elf-hints.h: No such file or directory mkdep: > compile failed *** Error code 1 1 error *** Error code 2 I puzzled over this, and finally found that beginning the magical incantations with

Any chance of release patch being committed?

2001-05-03 Thread Terry Lambert
Hello? I thought I had defended the reasons for my wanting the patch so that the KERNCONF in /usr/src/release/Makefile actually worked with sysinstall well enough that the patch should be committed... I haven't seen a commit go by... any chance of that change being committed? It doesn't really

-current breaks

2001-05-03 Thread Marc van Woerkom
I just tried to compile and got this one: ===> ld ln -sf /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/emultempl/astring.sed stringify.sed sh /usr/src/gnu/usr.bin/binutils/ld/genscripts.sh /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld \"/usr/lib\" i386-

Re: isdn stops working when load increases

2001-05-03 Thread Jens Schweikhardt
On Thu, May 03, 2001 at 01:39:50PM +0200, Alexander Leidinger wrote: # On 2 Mai, Jens Schweikhardt wrote: # # [Ruslan: I CCed you because of the second part of the mail] # # > I've seen some recent mails related to rtprio oddity which seemed # > to also affect the isdnd. My -current is cvsupped

Web Development

2001-05-03 Thread tonyg
Hi, Hi, I do web development and database work out of Las Vegas. I was wondering if you needed any development done. I have been doing web work for 6 years. I know Cold Fusion, ASP, Oracle, SQL and Flash. Tony Grijalva 702.951.3051 Here's some the sites I've worked on: http://www.crazynickels

Re: panic in fxp driver

2001-05-03 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: >] I would be quite interested in knowing just how you manage >] to accomplish that, given that all the transmit control buffers >] are arranged in a circular linked list: >] >] fxp_init(void *xsc) >] { >] ... >] for (i = 0

Re: panic in fxp driver

2001-05-03 Thread Terry Lambert
] I would be quite interested in knowing just how you manage ] to accomplish that, given that all the transmit control buffers ] are arranged in a circular linked list: ] ] fxp_init(void *xsc) ] { ] ... ] for (i = 0; i < FXP_NTXCB; i++) { ] ...

Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em

2001-05-03 Thread Warner Losh
In message <[EMAIL PROTECTED]> "David O'Brien" writes: : On Thu, May 03, 2001 at 07:48:08AM -0700, David Wolfskill wrote: : > [Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all] : ... : > eelf_i386.c:158: elf-hints.h: No such file or directory : : Crap,crap,crap,crap,crap

Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em

2001-05-03 Thread David O'Brien
On Thu, May 03, 2001 at 07:48:08AM -0700, David Wolfskill wrote: > [Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all] ... > eelf_i386.c:158: elf-hints.h: No such file or directory Crap,crap,crap,crap,crap!!! I thought I had gotten my systems clean enough when I did the p

RE: lock order reversals, anyone?

2001-05-03 Thread John Baldwin
On 03-May-01 Matthew Jacob wrote: > > T-o-T about 24 hours ago: > >> lock order reversal >> 1st lockmgr interlock last acquired @ /usr/src/sys/kern/kern_lock.c:239 >> 2nd 0xfe0025df8548 process lock @ /usr/src/sys/kern/kern_exit.c:542 >> 3rd 0xfeaab8d0 lockmgr interlock @ > /usr/

make world börked ?

2001-05-03 Thread Poul-Henning Kamp
===> ld echo " extern ld_emulation_xfer_type ld_elf_i386_emulation;" > ldemul-list.h echo "#define EMULATION_LIST &ld_elf_i386_emulation, 0" >> ldemul-list.h ln -sf /flat/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/emultempl/astring.sed stringify.sed yacc -d -o ldgram.c /flat/

Re: lock order reversals, anyone?

2001-05-03 Thread Matthew Jacob
> > >http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=161827+165415+/usr/local/www/db/text/2001/freebsd-current/20010429.freebsd-current > Right- sorry to trouble you all. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: lock order reversals, anyone?

2001-05-03 Thread Matthew Jacob
On Thu, 3 May 2001, Bruce A. Mah wrote: > If memory serves me right, Matthew Jacob wrote: > > > T-o-T about 24 hours ago: > > ??? Top of Tree > > > acquiring duplicate lock of same type: "allproc" > > > 1st @ /usr/src/sys/kern/kern_proc.c:609 > > > 2nd @ /usr/src/sys/kern/kern_proc.c:146

Re: lock order reversals, anyone?

2001-05-03 Thread Chris Faulhaber
On Thu, May 03, 2001 at 07:31:50AM -0700, Matthew Jacob wrote: > > T-o-T about 24 hours ago: > > > lock order reversal > > 1st lockmgr interlock last acquired @ /usr/src/sys/kern/kern_lock.c:239 > > 2nd 0xfe0025df8548 process lock @ /usr/src/sys/kern/kern_exit.c:542 > > 3rd 0xfeaa

trap12: page fault

2001-05-03 Thread Alexander Leidinger
Hi, /sys from cvsup around 2pm CEST from cvsup3.de.freebsd.org (contains npx.c fix). Fatal trap 12: page fault while in kernel mode fault virtual address = 0x54 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01de7c3 stack pointer = 0x10:0xd51cfd98 frame pointer = 0x1

Re: lock order reversals, anyone?

2001-05-03 Thread Bruce A. Mah
If memory serves me right, Matthew Jacob wrote: > T-o-T about 24 hours ago: ??? > > lock order reversal > > 1st lockmgr interlock last acquired @ /usr/src/sys/kern/kern_lock.c:239 > > 2nd 0xfe0025df8548 process lock @ /usr/src/sys/kern/kern_exit.c:542 > > 3rd 0xfeaab8d0 lockmgr i

Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em

2001-05-03 Thread David Wolfskill
[Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all] Just had a build of today's -CURRENT die during the "stage 3: cross tools" part: ===> ld ln -sf /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/emultempl/astring.sed stringify.sed sh /usr/src/gnu/usr.

lock order reversals, anyone?

2001-05-03 Thread Matthew Jacob
T-o-T about 24 hours ago: > lock order reversal > 1st lockmgr interlock last acquired @ /usr/src/sys/kern/kern_lock.c:239 > 2nd 0xfe0025df8548 process lock @ /usr/src/sys/kern/kern_exit.c:542 > 3rd 0xfeaab8d0 lockmgr interlock @ /usr/src/sys/kern/kern_lock.c:239 > acquiring duplic

Re: isdn stops working when load increases

2001-05-03 Thread Alexander Leidinger
On 2 Mai, Jens Schweikhardt wrote: [Ruslan: I CCed you because of the second part of the mail] > I've seen some recent mails related to rtprio oddity which seemed > to also affect the isdnd. My -current is cvsupped May 1st (and Yes, it didn't started with the broken version of rtprio (I had to

/usr/bin/login buserror with pam_ssh.so & _malloc_options="JR"

2001-05-03 Thread Alexander Leidinger
Hi, ---snip--- (1) root@ttyp2 # grep ^login /etc/pam.conf login authsufficient pam_ssh.so try_first_pass login authrequiredpam_unix.so try_first_pass login account required

Re: Linux JDK 1.3 and hotspot (native threads)

2001-05-03 Thread Peter Mutsaers
>> "Georg-W" == Georg-W Koltermann <[EMAIL PROTECTED]> writes: Georg-W> I tried the patch and found it makes no difference. The current SUN Georg-W> JVM (1.3.0_02) gives the SIG11 as I indicated before. The latest IBM Georg-W> JVM (IBM build cx130-20010329) hangs around and eats up