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: 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: more breakage

1999-09-06 Thread John Hay
(for fsck -b #) at: 32 cpio: write error: No space left on device *** Error code 1 Stop in /usr/src/release. *** Error code 1 Stop. John -- John Hay -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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: 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: 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-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

Automating filesystem check at boot time

1999-09-23 Thread John Saunders
r way, just thought it might be useful for other people as well. I can supply code and patches, but I would like somebody with commit privs to look over the code, make suggestions and eventually commit the work. Cheers. --+

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

Quick 'n' Dirty CVS Status

1999-09-24 Thread John Baldwin
). example snipped Regards Oliver If you can grok the flags that 'cvs update' uses.. 'cvs -qn update' is a lot less to type in, and it doesn't have to fork any children outside of cvs. :) --- John Baldwin [EMAIL PROTECTED] -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http

Re: Automating filesystem check at boot time

1999-09-25 Thread John Saunders
%. --++ . | John Saunders - mailto:[EMAIL PROTECTED](EMail) | ,--_|\|- http://www.nlc.net.au/ (WWW) | / Oz \ |- 02-9489-4932 or 04-1822-3814 (Phone) | \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional

Re: make world, attempt 5

1999-09-26 Thread John Hay
Are you sure everything is ok on your machine? I have done 4-5 make worlds in the last 48 hours and except for the perl breakage, haven't had any other problems. Even make release worked here. John -- John Hay -- [EMAIL PROTECTED] I've been trying for the last 24 hours solid to make a new

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

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John Polstra
, after I finish some other things I have to do. I'm also going to add a panic if nmp==NULL in my local version, so that if it still fails I can get a reasonable stack trace. John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Is the wb driver broken?

1999-09-29 Thread John Polstra
204.216.27.31 ether 00:00:e8:18:5b:1d media: 100baseTX status: no carrier supported media: autoselect 100baseTX full-duplex 100baseTX 10baseT/UTP full-duplex 10baseT/UTP none Any other ideas? Thanks, John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: Is the wb driver broken?

1999-09-29 Thread John Polstra
to. I trust this means it's actually passing traffic. Yep. Things are looking pretty reasonable now. Thanks again. John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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
nted. These fields are not documented, so you shouldn't be using them :-). I'm not -- Modula-3 is. :-} John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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: New CVSup mirror sites

1999-10-04 Thread John Polstra
In article [EMAIL PROTECTED], Chad R. Larson [EMAIL PROTECTED] wrote: John, do you have usage statistics broken out for each server? I don't, but I wish I did. It would be an interesting project for somebody to write tools that could analyze the cvsupd log files to get information like

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

Re: my make world is broken !

1999-10-05 Thread John Hay
. Although not as big a problem, once in a while it grows a new capabilty which is needed to boot a new kernel, so it probably have to be installed before booting with a new kernel? John -- John Hay -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

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: 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

Re: Still waiting for xl driver reports

1999-10-10 Thread John Birrell
, because I have nothing to compare it against. It works fine for me. -- John Birrell - [EMAIL PROTECTED]; [EMAIL PROTECTED] http://www.cimlogic.com.au/ [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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: 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
e i386 too. Can any of you shed some light on this? John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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 Birrell
On Thu, Oct 14, 1999 at 02:06:40PM -0700, John Polstra wrote: On a related topic, we should fix the Alpha to emit the weak alias like the i386 does. That's for ANSI/ISO C compliance, so that if a user defines his own version of read(), it won't affect the behavior of, say, getc(). We need

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

Weak symbols (Was: World breakage in libc_r?)

1999-10-15 Thread John Birrell
will call the user's read() function instead. That's broken. We really need to change libc in the way that NetBSD did with their namespace.h stuff. This ensures that the internals of libc call the hidden names, not the weakly exported ones. -- John Birrell - [EMAIL PROTECTED]; [EMAIL PROTECTED

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

1999-10-17 Thread John Polstra
In article ML-3.4.940026252.113.patl@asimov, [EMAIL PROTECTED] wrote: On 15-Oct-99 at 15:05, John Birrell ([EMAIL PROTECTED]) wrote: A weak symbol is like an alias for another (strong) symbol. The linker will link to strong symbols first, then, for any unresolved references, it will try

Intel PRO/1000 Gigabit driver

1999-10-21 Thread John Reynolds~
is there for those who do! :) -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | [EMAIL PROTECTED] http://www

Re: Intel PRO/1000 Gigabit driver

1999-10-21 Thread John Reynolds~
[ On Thursday, October 21, Bill Paul wrote: ] Of all the gin joints in all the towns in all the world, John Reynolds~ had to walk into mine and say: Just in case anyone is wondering, I refuse to create BSD drivers based soley on information from Linux drivers. I don't want any damn

Re: Intel PRO/1000 Gigabit driver

1999-10-21 Thread John Reynolds~
bout Linux in the Wall Street Journal that morning) ... it's a tough battle, but things like this are at least some evidence of a positive trend. Just for CYA points, #include std/disclaimer.h -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | Joh

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

anyone have wine working?

1999-10-30 Thread John Hay
0x8126e2c in server_call () #2536 0x8129e3f in WaitForMultipleObjectsEx () #2537 0x8129882 in SERVICE_Loop () #2538 0x812ab42 in THREAD_Start () #2539 0x8129f6b in SYSDEPS_StartThread () #2540 0x0 in ?? () --- John -- John Hay -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

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

doscmd broken on current?

1999-01-04 Thread John Hay
#1 0x2600260 in ?? () Cannot access memory at address 0x260. (gdb) - I have tried it on a single processor and SMP -current and both do the same thing. I had it working a while back, so I think my configuration is ok. Ideas on how to look into this? John -- John Hay -- [EMAIL PROTECTE

Re: doscmd broken on current?

1999-11-07 Thread John Hay
though. I just get a "File not Found" error when trying to dir any of the redirected directories. John -- John Hay -- [EMAIL PROTECTED] Index: doscmd.c === RCS file: /home/ncvs/src/usr.bin/doscmd/doscmd.c,v retrieving rev

Re: doscmd broken on current? fixed

1999-11-07 Thread John Hay
stuff would just look at it. There is just too many signal related functions and structures and it isn't always clear (to me at least) what should be filled in for whom. John -- John Hay -- [EMAIL PROTECTED] Index: cwd.c === RCS file

Re: PATCH for testing

1999-11-16 Thread John Saunders
. -- ++ . | John Saunders - mailto:[EMAIL PROTECTED] (EMail) | ,--_|\|- http://www.nlc.net.au/ (WWW) | / Oz \ |- 02-9489-4932 or 04-1822-3814 (Phone

Re: ** HEADS UP ** Switching to GCC 2.95.2 as base compiler

1999-11-17 Thread John Hay
;make -j13 world" work for me again. I don't know if it is the right/best way though. John -- John Hay -- [EMAIL PROTECTED] Index: gnu/usr.bin/cc/cc_tools/Makefile === RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc_tools/Makefile,v

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

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: Route table leaks

1999-11-22 Thread John Polstra
wb0 204.216.27.224/28 204.216.27.26 UGc 00 wb0 206.213.73.13 204.216.27.17 UGHW1 58 wb0 John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Overflow in banner(1)

1999-11-23 Thread John Hay
was also the problem that I had the other day with doscmd. John -- John Hay -- [EMAIL PROTECTED] I'd prefer something like this that I've attached. The move over the years has been away from artificial limits... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve

Re: Overflow in banner(1)

1999-11-23 Thread John Hay
has shown that you will get burned. Well the original line is plain wrong if Brian's patch is being used, because there message is a pointer and the size of a pointer is 4. John -- John Hay -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

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

gcc 2.95.2 breaks imake

1999-11-28 Thread John Saunders
t;fix" involes #define'ing __FreeBSD_ in imake's file. --++ . | John Saunders - mailto:[EMAIL PROTECTED](EMail) | ,--_|\|- http://www.nlc.net.au/ (WWW)

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-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: Problem with syscons in VESA mode

1999-12-02 Thread John Baldwin
seen it in 132 x anything on both -stable and -current but just haven't been bothered enough by it to complain. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.F

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: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 26-Oct-2002 Joe Marcus Clarke wrote: On Fri, 2002-10-25 at 14:15, John Baldwin wrote: Well, here's the thing. If libgtop is intended to be used only with live kernels then it might be a better idea to use xvnode's that you get with from the kernel. Alternatively, you could grab the inode

Re: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: Yes. This means that you don't need to even look at v_tag to see if it is a UFS vnode or not. What does libgtop want with device and inode numbers anways? Does it actually do anything useful with them or does it just print them

Re: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 28-Oct-2002 Jeff Roberson wrote: On Mon, 28 Oct 2002, Terry Lambert wrote: John Baldwin wrote: Yes. This means that you don't need to even look at v_tag to see if it is a UFS vnode or not. What does libgtop want with device and inode numbers anways? Does it actually do anything

Re: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 28-Oct-2002 John Baldwin wrote: On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: Yes. This means that you don't need to even look at v_tag to see if it is a UFS vnode or not. What does libgtop want with device and inode numbers anways? Does it actually do anything useful

Re: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: I mean, do you know what libgtop is used for? It's used to draw little applets that display load averages and other silly system monitor stuff in small spaces in GUI's. It seems to work quite happily w/o any inode numbers or dev_t's

Re: libgtop port and v_tag changes

2002-10-28 Thread John Baldwin
On 28-Oct-2002 Joe Marcus Clarke wrote: On Mon, 2002-10-28 at 16:27, John Baldwin wrote: On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: I mean, do you know what libgtop is used for? It's used to draw little applets that display load averages and other silly system monitor

Re: gnome on current

2002-10-29 Thread John Polstra
libraries. John -- John Polstra 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 PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: gnome on current

2002-10-29 Thread John Polstra
In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: When a symbol is defined in multiple libraries, the first library wins. That's how it has always been in Unix, for archive libraries and for shared libraries. This is a big

Re: gnome on current

2002-10-29 Thread John Polstra
In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: I think it would work if the symbol were defined strongly in libc_r. I think so too. I was trying to work out why this wasn't how things were done already. FWIW, linux's libpthread

Re: libgtop port and v_tag changes

2002-10-29 Thread John Baldwin
On 29-Oct-2002 Joe Marcus Clarke wrote: On Mon, 2002-10-28 at 16:37, John Baldwin wrote: On 28-Oct-2002 Joe Marcus Clarke wrote: On Mon, 2002-10-28 at 16:27, John Baldwin wrote: On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: I mean, do you know what libgtop is used

Re: questions about the state of current

2002-10-29 Thread John Baldwin
dated. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: NEWCARD and Linksys PCM200 ver. 2 CardBus Ethernet

2002-10-30 Thread John Baldwin
was broken a while back and now has issues with this card that it didn't used to have, but it should mostly work (it just needs to be ifconfig'd down and up when it freezes sometimes). You do need the dc(4) driver in your kernel or kldload the module. -- John Baldwin [EMAIL PROTECTED]http

Re: NEWCARD and Linksys PCM200 ver. 2 CardBus Ethernet

2002-10-30 Thread John Baldwin
/100 / CardBus PC Card / Model No: PCMPC200 The serial number has a note under it that says Ver.2 just under the right side of the barcode. Bill Paul got this to work practically eons ago back when cardbus support was first committed. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org

Re: The next make release breaker...

2002-10-30 Thread John Hay
, so shouldn't KPROGS in kerberos5/Makefile also have secure/lib/libssh? John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: What's this for ?

2002-10-30 Thread John Baldwin
for is to be used as a fixit CD. We don't boot it as a hard drive though. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

RE: Problems with 5.0 current release in case of multiple PCI bu

2002-10-31 Thread John Baldwin
- not probing bus pcib6: ACPI Host-PCI bridge on acpi0 pcib6: duplicate bus number 0 - not probing bus Any ideas how to fix this? Please try http://www.FreeBSD.org/~jhb/patches/acpi_pci.patch -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve

RE: -current install on large disk in non-LBA mode

2002-10-31 Thread John Baldwin
another disk and install there, but i sure wonder which detail i've missed. Sectors more than 63 are not allowed for IDE drives at all. What happens when you use the LBA geometry? Does the drive not boot properly after being installed? -- John Baldwin [EMAIL PROTECTED]http

Re: -current install on large disk in non-LBA mode

2002-11-01 Thread John Baldwin
On 01-Nov-2002 stephan mantler wrote: John Baldwin wrote: Sectors more than 63 are not allowed for IDE drives at all. What happens when you use the LBA geometry? Does the drive not boot properly after being installed? Well, I did try LBA as well, but couldn't boot at all. boot2 did let

ypbind doesn't work right on freshly installed machines

2002-11-01 Thread John Baldwin
not have this problem. Anyone have any ideas? -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

fdisk -BI ob clean disk broken

2002-11-02 Thread John Hay
21; system /sbin/fdisk -BI $drive; $dev is normally da0, which is the compact flash plugged into a Sandisk usb CF reader. So is there a better way in the GEOM world to achieve the same thing? John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: What is user uucp good for?

2002-11-02 Thread John Hay
. John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: fdisk -BI ob clean disk broken

2002-11-02 Thread John Hay
Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 61MB (125441 512 byte sectors: 0H 0S/T 0C) ### John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 5.0-20021101-CURRENT snap iso

2002-11-03 Thread John Baldwin
On 02-Nov-2002 Jun Kuriyama wrote: At Sat, 2 Nov 2002 01:03:43 + (UTC), John De Boskey wrote: The only (non-critical) problem I've seen so far is refresh problems within sysinstall. I think this is caused by printf()s in libdisk. Yep, phk@ said he would axe them when all

umass CF geometry problems, was Re: fdisk -BI ob clean disk broken

2002-11-03 Thread John Hay
on umass devices, or do we add something like this back or is there another way? Is there a way to get the real geometry of the device? John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: umass CF geometry problems, was Re: fdisk -BI ob clean disk broken

2002-11-04 Thread John Hay
in the wild... John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: umass CF geometry problems, was Re: fdisk -BI ob clean disk broken

2002-11-04 Thread John Hay
1.30 Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 61MB (125441 512 byte sectors: 0H 0S/T 0C) # John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: umass CF geometry problems, was Re: fdisk -BI ob clean disk broken

2002-11-04 Thread John Hay
the geometry. :-/ fdisk likely should do something sane in the face of such insanity, but it is unclear what and fdisk is a royal pita to work on anyway :-( John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Why is my -current system Hard Locking?

2002-11-05 Thread John Baldwin
. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: machine check on AS2100A

2002-11-05 Thread John Baldwin
: /* lower the ipl and take any pending machine check */ mc_expected = 1; alpha_mb(); alpha_mb(); alpha_pal_wrmces(7); (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); mc_expected = 0; Maybe this is relevant to that? -- John Baldwin [EMAIL PROTECTED]http

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread John Polstra
== __sF[2] John -- John Polstra 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 PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread John Polstra
CVSup on -current. But if you try to build pm3 or ezm3 from scratch, you'll find that the build fails. John -- John Polstra John D. Polstra Co., Inc.Seattle, Washington USA Disappointment is a good sign of basic intelligence. -- Chögyam Trungpa To Unsubscribe

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread John Polstra
In article [EMAIL PROTECTED], Steve Kargl [EMAIL PROTECTED] wrote: On Thu, Nov 07, 2002 at 09:21:53AM -0800, John Polstra wrote: It's possible that if you already have a working installation of pm3 or ezm3, you'll be able to build CVSup on -current. But if you try to build pm3 or ezm3

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread John Polstra
In article [EMAIL PROTECTED], Steve Kargl [EMAIL PROTECTED] wrote: On Thu, Nov 07, 2002 at 09:35:19AM -0800, John Polstra wrote: That would surprise me, but I haven't tried it myself. Inspection of the ezm3 bootstrap shows that it has references to __sF. Well, I just pkg_deinstall's

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread John Polstra
In article [EMAIL PROTECTED], M. Warner Losh [EMAIL PROTECTED] wrote: In message: [EMAIL PROTECTED] John Polstra [EMAIL PROTECTED] writes: : FWIW, the only OS fix that will make stock ezm3/pm3/CVSup buildable on : -current is to make __sF global again and arrange

<    1   2   3   4   5   6   7   8   9   10   >