Re: gcc and /usr/lib/libstdc++.so.3

2000-02-09 Thread John Polstra
In article [EMAIL PROTECTED], Maxim Sobolev [EMAIL PROTECTED] wrote: John Polstra wrote: Are you sure you're not just hitting this problem described in src/UPDATING? 2124: The default way that virtual tables in our default C++ No, because since 2124 I've

Re: ulimit weirdness

2000-02-09 Thread John Polstra
be given. The default is to display the soft limits, and to set both the hard and the soft limits. If you want to lower the coredumpsize limit temporarily, use the soft limit like this: ulimit -Sc 5000 John -- John Polstra

Re: HEADS-UP, upcoming changes to ipfw: keep-state

2000-02-09 Thread John Polstra
rule between two endpoints, in response to a triggering rule that contains "keep-state". Is that right? I realize it's probably like ipfilter's keep-state feature. But that's not documented either. :-( John -- John Polstra [EMAIL PROTECT

Re: /usr/src/Makefile.inc1: make update

2000-02-08 Thread John Polstra
/usr/local/etc/periodic to run their cvsups, then they would all hit the servers at the same times (from a given time zone). Not friendly, and not likely to yield satisfactory results either. Pick a "random" time instead. John -- John Polstra

Re: Pre-3.3 to 4.0 w/ IPsec

2000-02-06 Thread John Polstra
In article [EMAIL PROTECTED], Eugene M. Kim [EMAIL PROTECTED] wrote: Just wanted to share the knowledge of this little devil. For those who want to upgrade via cvsup their pre-3.3 system to test IPsec: due to the addition of src-sys-crypto in secure-supfile, one will have to cvsup first,

Re: libcrypto (DES - MD5)

2000-02-03 Thread John Polstra
In article [EMAIL PROTECTED], Kris Kennaway [EMAIL PROTECTED] wrote: On Thu, 3 Feb 2000, Anders Andersson wrote: I add a new user, and with 'vipw' I notices that this user now gets a DES based passwd. (we only use MD5 passwords around). Then I looked in /usr/lib and noticed that

Re: GNATS reply?

2000-02-03 Thread John Polstra
In article [EMAIL PROTECTED], Michael Lucas [EMAIL PROTECTED] wrote: Hello, Shouldn't I get a response email from [EMAIL PROTECTED]? Or is this a casualty of the mail breakage? It is a casualty of the mailserver HW problem. Would I be better of using the web form, or just waiting until

Re: cvsup8.freebsd.org gone?

2000-02-02 Thread John Polstra
In article [EMAIL PROTECTED], Kris Kennaway [EMAIL PROTECTED] wrote: On Wed, 2 Feb 2000, Maxim Sobolev wrote: What happed with much-advertised by Polstra cvsup8.freebsd.org cvsup mirror? He advertised shortly thereafter that it had died :-) Not "died." Taken out of service temporarily.

Re: mail.freebsd.org's host id changed

2000-02-02 Thread John Polstra
PROTECTED] John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to [EMAIL

Re: mail.freebsd.org's host id changed

2000-02-02 Thread John Polstra
In article [EMAIL PROTECTED], Jim Bloom [EMAIL PROTECTED] wrote: John Polstra wrote: Why are you addressing mail to [EMAIL PROTECTED]? The correct address to use is [EMAIL PROTECTED] Because I replied to a message I received which had [EMAIL PROTECTED] The message originated on hub

Re: Makefile.inc1 change

2000-01-29 Thread John Polstra
In article [EMAIL PROTECTED], Warner Losh [EMAIL PROTECTED] wrote: I will back it out until after 4.0 so this change can be analized in more detail. What a perfect Freudian slip! Does this mean you plan to, er, put it where

Re: PAIN

2000-01-29 Thread John Polstra
In article [EMAIL PROTECTED], Warner Losh [EMAIL PROTECTED] wrote: What's the current wuildworld times for a 486DX2-66 + 12M RAM over NFS? Dunno yet. I started one in late 1997 but it's still running. I'll let you know when it finishes. :-) John To Unsubscribe: send mail to [EMAIL

_KPOSIX_VERSION=199309L in GENERIC is redundant

2000-01-29 Thread John Polstra
it is already the default in src/sys/sys/param.h: #ifdef P1003_1B #define _P1003_1B_VISIBLE #ifndef _KPOSIX_VERSION #define _KPOSIX_VERSION 199309L #endif #endif Am I right, or am I missing something? John --- John Polstra [EMAIL

Re: rtld-elf, java + tya

2000-01-24 Thread John Polstra
In article [EMAIL PROTECTED], Max Khon [EMAIL PROTECTED] wrote: Seems that this patch fixed the problem for me. I can not reproduce it anymore. That's good news. Thanks for testing it! I'll commit it later today. John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Alpha world breakage in sys/modules/if_tun

2000-01-24 Thread John Polstra
/src/sys/modules/if_tun/../../net/if_tun .c In file included from @/netatm/kern_include.h:105, from /c/src/sys/modules/if_tun/../../net/if_tun.c:50: @/netatm/atm_if.h:349: #error - Must define hardware-specific requirements here mkdep: compile failed *** Error code 1 John --- John

Re: rtld-elf, java + tya

2000-01-23 Thread John Polstra
In article [EMAIL PROTECTED], Max Khon [EMAIL PROTECTED] wrote: applet_viewer bombs out with a lot of stuff in the output like this (until killed -9): ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/lockdflt.c:55 The last time this problem happened (I thought I fixed it!), it

Re: rtld-elf, java + tya

2000-01-23 Thread John Polstra
ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/lockdflt.c:55 If any of you can reproduce this problem fairly reliably, please try the appended patch for "src/libexec/rtld-elf/lockdflt.c" and let me know if it solves the problem. Thanks, John Index: lockdflt.c

Re: With feature freeze being in place

2000-01-23 Thread John Polstra
practically impossible to keep them up-to-date in the port. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögy

Re: Please help spread the CVSup mirror load more evenly

2000-01-23 Thread John Polstra
Before I forget: PLEASE DON'T CC ME ON YOUR REPLIES. I'LL READ THEM IN THE MAILING LIST. THANK YOU. Hmmm. A thought just occurred to me. There's no need to measure these things. Lookup all the IP addresses. Do a non blocking connection to each of these machines. First one to come

Re: even more breakage in current

2000-01-22 Thread John Polstra
. Then test with make world. Yes, this is a pain. But it's a pain for one person instead of for several hundred. :-) John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappoin

Re: With feature freeze being in place

2000-01-22 Thread John Polstra
. Not all mirrors carry the more esoteric collections like gnats. I know that cvsup[15678] carry it. I think cvsup2 doesn't, and I'm not sure about 3 and 4. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.

Re: rtld-elf, java + tya

2000-01-21 Thread John Polstra
have merged the latest changes into -stable *sigh*. Could you please make sure your src/libexec/rtld-elf is up-to-date? rtld.c should be at revision 1.41. Then if you can give me a stack backtrace it would help a lot. Thanks, John -- John Polstra

Re: rtld-elf, java + tya

2000-01-21 Thread John Polstra
wondering if a more recent change in a different part of the system is causing trouble. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of

Please help spread the CVSup mirror load more evenly

2000-01-21 Thread John Polstra
ooperation. John --- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread John Polstra
In article [EMAIL PROTECTED], I wrote: To choose a mirror site, try pinging the mirrors in your country. I have been reminded that a few mirrors (cvsup8 in particular) filter pings. Don't take ping failures as a certain indication that the server is down. John -- John Polstra

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread John Polstra
en, for example, you interrupt an update in the middle such that some files have been updated while others haven't. There is discussion on all this in the mailing list archives somewhere. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.

Re: rtld-elf, java + tya

2000-01-21 Thread John Polstra
after January 9, or only just in the past few days? Also I really need a stack trace of a failure to analyze. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread John Polstra
Can you make cvsup accept multiple servers to try in it's configuration file? I'll add that to the to-do list. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappoin

Re: Error building current

2000-01-20 Thread John Polstra
and there was a "nodelete" option. But that wouldn't have been compatible. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basic intelligenc

Re: breakage

2000-01-18 Thread John Polstra
oblem" that turned out to be something else, I'd be a rich man today. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basic intelligence."

Re: Rolling OSVERSION

2000-01-17 Thread John Polstra
In article [EMAIL PROTECTED], Kris Kennaway [EMAIL PROTECTED] wrote: Unless anyone objects I'm going to bump OSVERSION tonight to provide a cutoff for whether or not openssl is available in the base system. Ports need to behave differently in either case.. You mean "__FreeBSD_version" (in

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-13 Thread John Polstra
In article [EMAIL PROTECTED], David O'Brien [EMAIL PROTECTED] wrote: On Wed, Jan 12, 2000 at 07:00:01PM -0800, John Polstra wrote: I _really_ don't like it when a program reaches waaay over into an unrelated directory for its sources. We already do that all over the place. :-) We

Re: C++ exceptions doesn't work in shared libraries

2000-01-13 Thread John Polstra
make things go much faster. The problem is caused by the fact that we are still using our own home-grown versions of crtbegin.o and crtend.o (from "src/lib/csu"). We need to use the ones built from crtstuff.c in "src/contrib/gcc". Joh

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-12 Thread John Polstra
ns: if you need a FreeBSD-specific function such as getobjformat() then you write your own version of it, or copy the source and maintain it separately, or look for a different approach. John -- John Polstra [EMAIL PROTECTED] John D. Polstra

Re: __sigisempty() undefined if cc -g used.

2000-01-09 Thread John Polstra
In article [EMAIL PROTECTED], Bruce Evans [EMAIL PROTECTED] wrote: You apparently clobbered -O in CFLAGS by setting CFLAGS=-g. -g normally needs to be added to CC to avoid breaking CFLAGS (CC='cc -g'). Better yet: DEBUG_FLAGS=-g John To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: xntpd - VERY old folks, how about updating? :-)

2000-01-01 Thread John Polstra
In article [EMAIL PROTECTED], Ollivier Robert [EMAIL PROTECTED] wrote: According to John Polstra: Current versions of ntpd use these features if they're available. I The ntpd daemon in -CURRENT doesn't use these as we cannot be sure the user has enabled them. I don't understand why

Re: xntpd - VERY old folks, how about updating? :-)

2000-01-01 Thread John Polstra
a port of it (net/ntp). And there are hooks in /etc/rc.conf ("xntpd_program") to use the ports version instead of the one in the base system. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.

Re: xntpd - VERY old folks, how about updating? :-)

2000-01-01 Thread John Polstra
entirely. I'm sure we'll get there eventually. Things move at a stately pace in -stable. :-) John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "Disappointment is a good sign of basi

Re: Building older -current on newer -current?

1999-12-30 Thread John Polstra
some time around 12/8/99 on -current from yesterday evening? Would I have to build a new kernel first? Normally it's possible, and you don't need a new kernel to do it. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc

Re: gcc compiler problem part deux

1999-12-30 Thread John Polstra
. This can make converting to 'cc -E' a non-trivial exercise. That's what /dev/stdin is for: cat hello.c | cc -E -x c /dev/stdin John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA

Questions about the various /boot/loader scripts

1999-12-21 Thread John Polstra
I'm trying to figure out how all these loader scripts fit together, and I have some questions. First, my understanding is that the scripts are included like this (indentation signifies nesting): /boot/loader.rc /boot/loader.4th /boot/support.4th ["start" command executes]

Re: Route table leaks

1999-12-09 Thread John Polstra
Brad Knowles wrote: In -CURRENT, I would say that this could probably be committed, if John feels safe. I am not yet convinced that it should be committed to -STABLE, although things do look good so far. Just to clarify, I committed it to -current already this morning. John To

Re: Cleaning house on /usr/src/*

1999-12-08 Thread John Polstra
tree and start over -- not ever. Did you omit the "delete" keyword from your supfile? John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I

Re: Route table leaks

1999-12-08 Thread John Polstra
40960K 4357410 0 16,32,64,128,256 Yes, the leak is real. I posted a patch for it in this thread. I'm going to commit it soon. Why don't you try the patch? It fixed the leaks 100% on cvsup-master.freebsd.org. Yes, the leaks are probably present on -stable too. John -- John Polstra

Re: Cleaning house on /usr/src/*

1999-12-08 Thread John Polstra
In article [EMAIL PROTECTED], Marcel Moolenaar [EMAIL PROTECTED] wrote: John Polstra wrote: Why are you getting these junk directories? CVSup should be deleting them if they're empty. You really shouldn't need to wipe out your tree and start over -- not ever. Did you omit the "d

Re: World breakage in libpam?

1999-12-02 Thread John Polstra
to `rad_put_string' ... I think it's because of the "-static" in the link command. I don't have time to find the fix at the moment, but if you look at src/bin/login you might be able to work it out yourself. John -- John Polstra [EMAIL PROTECTED

Re: Route table leaks

1999-11-30 Thread John Polstra
In article [EMAIL PROTECTED], Garrett Wollman [EMAIL PROTECTED] wrote: On Fri, 26 Nov 1999 17:41:49 -0800 (PST), John Polstra [EMAIL PROTECTED] said: The route disappears from the routing table, but it is not freed. (The Leak.) Actually, no. Now cause some packets to travel

Re: Route table leaks

1999-11-29 Thread John Polstra
functions broken out to avoid an unnecessary call chain. OK, that's a possibility. I was hoping our network-meister (Yo, Garrett!) would give me a sign as to whether it would be worthwhile or not. John -- John Polstra [EMAIL PROTECTED

Re: Route table leaks

1999-11-26 Thread John Polstra
eally need the splnet calls around RTFREE? 2. To eliminate all the duplicated code, shall I make rtalloc just call rtalloc_ign(ro, 0UL)? I assume that was avoided originally for performance reasons, but now there's more code than before. John -- Jo

RE: Route table leaks

1999-11-22 Thread John Polstra
Garrett Wollman wrote: Now things start to make sense: root@xyz(55)$ netstat -f inet -n | fgrep CLOSING | wc -l 1287 (this machine still has the bug that Jonathan Lemon fixed). Now it's clear what's going on. The ``missing'' routes have been deleted from the routing table, but

Route table leaks

1999-11-21 Thread John Polstra
ry in order to start to diagnose it. But first, have any of you seen this problem? John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep u

Re: FreeBSD 4.0 SCSI Tape Driver

1999-11-17 Thread John Polstra
that the old ANSI standard for nine-track tapes included a double EOF to indicate EOT/EOD (and the more modern tapes _did_ have an EOT marker). Consider me another person with extensive tape experience chiming in _against_ this idea. You can add my voice to the chorus too. John -- John

Re: Make world error on todays cvsup......

1999-11-02 Thread John Polstra
or directory *** Error code 71 ... any ideas Yep. Read /usr/src/sys/ufs/ffs/README.softupdates, and do what it says. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No m

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-10-28 Thread John Polstra
In article [EMAIL PROTECTED], Matthew Dillon [EMAIL PROTECTED] wrote: The sys.mk adjustment has already been committed. An email has been sent to the CVS meisters to get /usr/src/etc/make.conf moved. Are you sure? I didn't receive anything from you. John -- John Polstra

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-10-28 Thread John Polstra
is to mail to [EMAIL PROTECTED]. That way Peter, Mark, and I will all get it. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't ke

Re: Weak symbols (Was: World breakage in libc_r?)

1999-10-17 Thread John Polstra
that's how they are normally used. Regarding weak references, if such a reference is still undefined at the end of a link, it is treated as if it were defined with the value 0. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.

Re: World breakage in libc_r?

1999-10-14 Thread John Polstra
In article [EMAIL PROTECTED], Marcel Moolenaar [EMAIL PROTECTED] wrote: Doug Rabson wrote: On Wed, 13 Oct 1999, John Polstra wrote: and the fix is to add sigpending.o and sigsuspend.o to the definition of HIDDEN_SYSCALLS in "src/lib/libc_r/Makefile". I'm p

Re: World breakage in libc_r?

1999-10-14 Thread John Polstra
John Polstra wrote: One of the things on my wish list is a libpthread that can be linked with libc. So the way to accomplish this is to have null hooks with weak symbols in libc, and provide the same (non-null) functions in libpthread but with strong symbols? Oh, maybe, but be careful

Re: ipfilter no longer in -CURRENT, whats the direction? (off to ipfw?)

1999-10-13 Thread John Polstra
? Thats why I switched to ipfilter in the first place) And: - IP filter does NAT completely inside the kernel - IP filter has stateful filtering I'd like to see it come back. But that means it has to be brought up to date first. John -- John Polstra

World breakage in libc_r?

1999-10-13 Thread John Polstra
I'm building world on an Alpha and have run into this: building shared library libc_r.so.4 sigpending.So: In function `sigpending': sigpending.S:2: multiple definition of `sigpending' uthread_sigpending.So(.text+0x0):uthread_sigpending.c: first defined here /usr/obj/a/src/tmp/usr/libexec/elf/ld:

Re: World fail + resulting cvsup failures

1999-10-12 Thread John Polstra
it. For now, add "@M3novm" to the cvsup command line (anywhere) as a work-around. And don't try to build a new Modula-3 or CVSup on -current at the moment. It won't work. John -- John Polstra [EMAIL PROTECTED] John D. Polstra

Re: CVSup work again!

1999-10-07 Thread John Polstra
. :-) Note, you still can't _build_ a working version under -current yet. That requires a lot of patches to the port. I'm working on it, but it will be a few days still before I commit anything. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co

CVSup core dumps: a work-around

1999-10-05 Thread John Polstra
a jmp_buf is.) This shouldn't affect old binaries, but it will bite you if you try to rebuild from the sources. I'll commit a patch as soon as I can, but I am on some other deadlines and it might take me a day or two. John -- John Polstra [EMAIL

Re: New CVSup mirror sites

1999-10-04 Thread John Polstra
that. Wolfram Schneider's "cvsup2httplog" script in the contrib area of the CVSup source distribution might be a good start toward that. Unfortunately I don't have time to work on it. John -- John Polstra [EMAIL PROTECTED] John D. Polstra

Re: CVSup core dumps

1999-10-04 Thread John Polstra
a.out. I've placed an unstripped ELF binary here if you'd like to help out by getting a stack trace: http://www.freebsd.org/~jdp/cvsup-16.0.gz The compressed file is about 2.3 MB in size. John -- John Polstra [EMAIL PROTECTED] John

New CVSup mirror sites

1999-10-02 Thread John Polstra
Spain cvsup.es.FreeBSD.org Taiwan cvsup2.tw.FreeBSD.org cvsup3.tw.FreeBSD.org United Kingdom cvsup2.uk.FreeBSD.org USA cvsup4.FreeBSD.org cvsup6.FreeBSD.org cvsup7.FreeBSD.org --- John Polstra CVSup Mirrormeister PS - Please

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John Polstra
and if I had to go all the way back to disklabel it wouldn't be much of a disaster. Besides, it appears I only lost files from "/usr/obj". :-) John --- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.

Now that sigcontext is gone ...

1999-09-30 Thread John Polstra
s "si_addr" member. But as far as I can tell from grepping the kernel sources, that functionality isn't implemented. Is that right? Any ideas regarding a work-around? John -- John Polstra [EMAIL PROTECTED] John

Re: Now that sigcontext is gone ...

1999-09-30 Thread John Polstra
sf_si.si_code = code; } On the alpha the value should come from frame-tf_regs[FRAME_TRAPARG_A0]. I'll try it when I get time. (Feel free to beat me to the punch :-). John --- John Polstra [EMAIL PROTECTED] John

Re: Now that sigcontext is gone ...

1999-09-30 Thread John Polstra
actively maintained these days), but probably not in the SRC release on which our port is based. I have ports for PM3 in the wings, but I'm waiting for some necessary changes to bsd.port.mk to be committed. John --- John Polstra [EMAIL PROTECTED

Re: Now that sigcontext is gone ...

1999-09-30 Thread John Polstra
that FreeBSD is non-standard relative to Linux and all of the major vender commercial Unices in that a disallowed access, such as a write to a read-only region of memory, generates a SIGBUS rather than a SIGSEGV. Yes, this even violates the 1996 POSIX spec. John --- John Polstra

Re: Now that sigcontext is gone ...

1999-09-30 Thread John Polstra
Bruce Evans wrote: Sigcontext will have to come back, since it is a standard BSD interface. I think so too. I bet there are several ports besides Modula-3 that use it. Probably boehm-gc does. BTW, struct sigcontext seems to be documented only in sigreturn.2, and that documentation is more

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
_socket.c:1504 #43 0xfc409404 in nfs_sigintr (nmp=0x0, rep=0x0, p=0x0) at ../../nfs/nfs_socket.c:1504 #44 0xfc409404 in nfs_sigintr (nmp=0x0, rep=0x0, p=0x0) at ../../nfs/nfs_socket.c:1504 I haven't found the bottom of the stack yet (11000 frames and counting .

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
Marcel Moolenaar wrote: John Polstra wrote: strip # doscmd \ .endif It doesn't give me any problems... Weird! It doesn't seem like the Alpha make should be different. I haven't found the bottom of the stack yet (11000 frames and counting ...). Let me know

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
B is _still_ looking for the bottom of the stack. If it ever finds it, I'll send that part of the backtrace. :-) John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cy

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
Marcel Moolenaar wrote: Ok, this should do it. If it looks good to you, I'll commit this... I'm running it now, and so far it seems to have solved the problem. Could you also please get rid of that "# doscmd \" line from usr.bin/Makefile? Thanks, John To Unsubscribe: send mail to [EMAIL

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
Marcel Moolenaar wrote: Ok, this should do it. If it looks good to you, I'll commit this... Yes, it looks fine to me. You may not be able to commit it right away, though. It looks like freefall is down. Maybe they're putting in the new disk. I'll try the patch a little bit later today,

Re: Is the wb driver broken?

1999-09-29 Thread John Polstra
Bill Paul wrote: I converted the wb driver to miibus ages ago. Your description makes it sound like the problem just magically appeared yesterday. That's a no-no, m'kay? Thanks for the quick reply. I didn't mean to imply anything. I have one machine with a Winbond running current a week

Re: Is the wb driver broken?

1999-09-29 Thread John Polstra
Bill Paul wrote: You know, I have a rule about not doing software upgrades on equipment that I can't actually get my hands on. Me too. That's why it's stressing me out. :-) I do have access to the serial console, and there are people on-site who can give the box a kick if I need them to.

Re: On hub.freebsd.org refusing to talk to dialups

1999-09-24 Thread John Polstra
). You'll find it here: http://www.sendmail.org/~ca/email/chk-89n.html John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't ke

Re: An FS question perhaps... non blocking I/O.

1999-09-17 Thread John Polstra
John-Mark Gurney wrote: John Polstra scribbled this message on Sep 12: Just to avoid duplicated effort: I currently have work in progress on a "fslog" pseudo-device. It enables you to monitor a filesystem and receive notifications for all interesting changes to files and d

Re: An FS question perhaps... non blocking I/O.

1999-09-13 Thread John Polstra
feature of Unix domain sockets to send the file descriptor back and forth. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't ke

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread John Polstra
sh it. My personal interest is to allow a CVSup master server to avoid doing a tree walk whenever a client connects. I want to provide the functionality of the old "supscan" utility, but in real time. John -- John Polstra [EMAIL PROTECTED]

RE: java too? (was Re: Perl still broken in 4.0-CURRENT)

1999-09-07 Thread John Polstra
ou need to implement dladdr's functionality. These data structures are safer to use because they're published interfaces that are used by GDB. Let me know if it seems like this won't do the job. John -- John Polstra [EMAIL PROTECTED] John D. Polstra

RE: java too? (was Re: Perl still broken in 4.0-CURRENT)

1999-09-05 Thread John Polstra
exactly how to reproduce the problem -- i.e., which port(s) to install and which commands to enter. I'll fix it ASAP. Thanks for your patience, folks. John --- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
give it a try with the older ld-elf.so.1 and see if it works again? I recommend trying the dynamic linker from August 25. If it works with the older dynamic linker, please send me (preferably simple :-) instructions for reproducing the problem. Thanks, John -- John Polstra

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Pascal Hofstee wrote: On Fri, 3 Sep 1999, John Polstra wrote: Hmm, could be. Can one of you please give it a try with the older ld-elf.so.1 and see if it works again? I recommend trying the dynamic linker from August 25. If it works with the older dynamic linker, please send me

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Oops, I said: 1. Make a backup copy of "/usr/libexec/rtld-elf.so.1". but I meant "/usr/libexec/ld-elf.so.1". John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
/local/bin/mirror line 3873. Thanks! I'll give it a try. John --- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep up."-- N

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
it as soon as I can. John --- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep up."-- Nora Ephron To Unsubscribe: send mail

Re: PPPD+PAM

1999-08-30 Thread John Polstra
to your to-do list? :-) John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep up."-- Nora Ephron To Unsubscribe: send mai

Re: -current kernel problems (spec_getpages vm_fault)

1999-08-26 Thread John Polstra
freefall. If the file still isn't there after 1 hour 6 minutes, then please send me the details. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I

Re: cc -O broken in -current for Alpha KLDs

1999-08-20 Thread John Polstra
, not to mention that it now agrees with what the dynamic linker does. I think you should definitely bring it into -stable. For good form you might want to give it another day or two in -current first. John -- John Polstra [EMAIL PROTECTED] John D

Re: make cvsup broken

1999-08-17 Thread John Polstra
ry-related resource limits prior to building the port. From the weird stuff in your other recent bug reports, I also think it's entirely possible that your hardware or kernel or filesystems are messed up. John -- John Polstra [EMAIL PROTECTED] John D. P

Re: Dropping connections without RST

1999-08-17 Thread John Polstra
all flags. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep up."-- Nora Ephron To Unsubscribe: send mail

Re: Library question/challenge

1999-07-28 Thread John Polstra
irectories: /usr/lib/aout:/usr/lib/compat/aout: /usr/X11R6/lib/aout:/usr/local/lib/aout [ it has about 66 libs in this hints file ] Run ldd on the netscape binary and figure out why it's finding the wrong libc. Make sure you don't have LD_LIBRARY_PATH set to include "/usr/lib". Joh

Re: 4.0-current [/usr/libexec/ld-elf.so.1: cc: Undefined symbol mkstemps]

1999-07-21 Thread John Polstra
bin/cc" to see which libraries it's really finding. John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical I get, I just can't keep up."--

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
sitory in some way (changed their modtimes, changed their permissions, changed their owners, etc.). John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how cynical

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
Mike Pritchard wrote: In article [EMAIL PROTECTED], - You are running cvsup with a different umask than usual. To guard against this, you can add a "umask=022" setting in your supfile (CVSup-16.0 and later). Speaking of CVSup-16.0, I can't get the port in /usr/ports/net/cvsup to

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
his copies of the files. And of course there's always the possibility that it was caused by a plain old bug in CVSup. I just gave cvsup another try and it only took a few minutes updating some files in the repository. Which looked just fine. Good. I'm glad

<    1   2   3   4   5   >