No Subject

2000-01-17 Thread Marco . Ruscitti
auth 2583e54c unsubscribe freebsd-current [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread Chuck Robey
On Mon, 17 Jan 2000, Kris Kennaway wrote: > On Tue, 18 Jan 2000, Chuck Robey wrote: > > > > > No, you meant ${RM} > > > > > > I couldn't find this defined in /usr/share/mk/* - it's only in > > > bsd.port.mk, AFAICT. > > > > I'm note sure mine's up to date, where the definition is on line 876 o

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread Kris Kennaway
On Tue, 18 Jan 2000, Chuck Robey wrote: > > > No, you meant ${RM} > > > > I couldn't find this defined in /usr/share/mk/* - it's only in > > bsd.port.mk, AFAICT. > > I'm note sure mine's up to date, where the definition is on line 876 of > bsd.port.mk ... but I'm *sure* it's in there, it has be

Re: Why not a default number of pings?

2000-01-17 Thread Matthew Dillon
:> :> How about a MAX_PING=3600 in make.conf or so? :> :> I've supplied patches earlier, but they've been rejected. : :Maybe a PING_OPTS environment variable would be more acceptable. You could :set yours to "-c 4" system wide, and this might be more palatable to :FreeBSD in general. : :-- :

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread Chuck Robey
On Mon, 17 Jan 2000, Kris Kennaway wrote: > > No, you meant ${RM} > > I couldn't find this defined in /usr/share/mk/* - it's only in > bsd.port.mk, AFAICT. I'm note sure mine's up to date, where the definition is on line 876 of bsd.port.mk ... but I'm *sure* it's in there, it has been for ages!

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread Kris Kennaway
On Tue, 18 Jan 2000, jack wrote: > On Jan 17 Kris Kennaway wrote: > > > > + rm -f /etc/ssl/openssl_hasrsa > > > > Doh, I meant /bin/rm > > No, you meant ${RM} I couldn't find this defined in /usr/share/mk/* - it's only in bsd.port.mk, AFAICT. Kris "How many roads must a man walk down,

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread jack
On Jan 17 Kris Kennaway wrote: > > + rm -f /etc/ssl/openssl_hasrsa > > Doh, I meant /bin/rm No, you meant ${RM} -- Jack O'NeillSystems Administrator / Systems Analyst [EMAIL PROTECTED] Crystal Win

Re: Why not a default number of pings?

2000-01-17 Thread Wes Peters
Leif Neland wrote: > > I've been hit by a "forgotten ping" again. > > I still do not see a reason for not having a default number of pings, instead of >infinite. > The only reason I've seen is "It's always been so". > > Even if a default of 4 pings is not acceptable, because windows does it th

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

2000-01-17 Thread Alexander N. Kabaev
Without -fsjlj-exception flag under Linux program bails out with SIGABRT and dumps core - most likely because C++ runtime call terminate() somewhere. I do not think this has any relation to the problem I fixed but rather it has soething to do with faulty rtti exception type matching code. I believ

Re: Security hole with new setresuid call

2000-01-17 Thread Peter Wemm
"Andrey A. Chernov" wrote: > Newly introduced seresuid call add security hole too. Compare following > checks. First one comes from > > setreuid: > > if (((ruid != (uid_t)-1 && ruid != pc->p_ruid && ruid != pc->p_svuid) | | >(euid != (uid_t)-1 && euid != pc->pc_ucred->cr_ui

Re: Solved(?): crash with ffs_softdep.c 1.52

2000-01-17 Thread Mark Newton
On Mon, Jan 17, 2000 at 10:01:13PM -0800, Alex Zepeda wrote: > > Could you please explain why you need to smash a finger in a door in order > > to get a back trace?? > > The ferret was unavailable. :) Which, of course, begs the question: If you *did* have a ferret, would have have slamme

Re: Solved(?): crash with ffs_softdep.c 1.52

2000-01-17 Thread Alex Zepeda
> Could you please explain why you need to smash a finger in a door in order > to get a back trace?? The ferret was unavailable. :) - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Feature test for OpenSSL + RSA

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, Kris Kennaway wrote: > + rm -f /etc/ssl/openssl_hasrsa Doh, I meant /bin/rm Kris "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to [EMAIL

Feature test for OpenSSL + RSA

2000-01-17 Thread Kris Kennaway
The simplest way to test whether OpenSSL can do RSA is to write a file at install-time, like the following patch. Any objections? Kris Index: Makefile === RCS file: /home/ncvs/src/secure/lib/libcrypto/Makefile,v retrieving revision

Re: XFree86 3.9.17

2000-01-17 Thread Vallo Kallaste
On Tue, Jan 18, 2000 at 01:17:53AM +0100, Andreas Braukmann <[EMAIL PROTECTED]> wrote: > ... what was the problem with the G400 in earlier revisions? > 3.3.5 (built from the port) lives quite happily on my G400? > > I'm very eager to get my hands on a XFree86 with dual-head support > and truet

Re: PnP probing in -current

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Brian Somers writes: : > : Without saying it's ``at isa?'' I get only one aha failed line (I'm : I take that back. The card isn't seen now unless I say ``at isa?''. Please send me the dip switches on the aha1542CP. And the config lines that work and don't work, p

Re: PnP probing in -current

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Peter Wemm writes: : > aha0: status reg test failed ff : > unknown9: at port 0x330-0x333 irq 11 drq 5 on isa0 : ^ : Warner, what does this mean? the status register is 0xff? Could : that mean that the 1542CP didn't get it's mapping at 0x330

Security hole with new setresuid call

2000-01-17 Thread Andrey A. Chernov
Newly introduced seresuid call add security hole too. Compare following checks. First one comes from setreuid: if (((ruid != (uid_t)-1 && ruid != pc->p_ruid && ruid != pc->p_svuid) || (euid != (uid_t)-1 && euid != pc->pc_ucred->cr_uid && euid != pc->p_ruid && eu

installworld fails with setresuid.2.gz

2000-01-17 Thread Munehiro Matsuda
Hi all, Installworld fails with following error. It's -current as of Jan 18 03:15 JST-9 (CTM:src-cur.4185.gz). /usr/share/man/man2/setresgid.2.gz -> /usr/share/man/man2/setresuid.2.gz ln: /usr/share/man/man2/setresuid.2.gz: No such file or directory *** Error code 1 Stop in /usr/src/lib/libc. *

Re: Why not a default number of pings?

2000-01-17 Thread Stephen McKay
On Tuesday, 18th January 2000, "Leif Neland" wrote: >I've been hit by a "forgotten ping" again. > >I still do not see a reason for not having a default number of pings, instead >of infinite. The only reason I've seen is "It's always been so". I find this argument rather odd. Train yourself to

Re: PnP probing in -current

2000-01-17 Thread Peter Wemm
Brian Somers wrote: > > Brian Somers wrote: > > > Hi, > > > > > > Since the PnP probing code was made unconditional in the bootup > > > routines on December 6, I've been having problems with my > > > Adaptec 1542CP. [..] > Trying Read_Port at 203 > ADP1542: adding irq mask 0xdc00 > ADP1542: add

new nexus.c breaks kernel build

2000-01-17 Thread Manfred Antar
The new version of nexus.c (1.23) breaks current kernel build : cc -c -O2 -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -inc

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

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 09:07:28PM -0500, Alexander N. Kabaev wrote: > Compiled without -fsjlj-exceptions, it dumps core. Exactly same as FreeBSD, in the same place? > I will be greatly surprised if OpenBSD will survive the test since > their egcs looks like stock egcs 1.1.2 version which has n

Re: er... missing the point?

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 05:58:47PM -0800, Alfred Perlstein wrote: > I don't think a code/feature freeze is supposed to be implemented by We are in a _ _ | ___| _____ _ | |_ _ _ _ _____ | |_ / _ \ / _` | | __| | | | | | '_

Re: XFree86 3.9.17

2000-01-17 Thread David O'Brien
On Tue, Jan 18, 2000 at 01:17:53AM +0100, Andreas Braukmann wrote: > Is the gcc-2.96-current in the ports collection? Yes. /usr/ports/lang/gcc-devel -- -- David([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag

Re: Solved(?): crash with ffs_softdep.c 1.52

2000-01-17 Thread Andy Farkas
On Mon, 17 Jan 2000, Alex Zepeda wrote: > Alexander Leidinger wrote: > > > I've successfully booted with ffs_softdep.c 1.54, I'm doing now a full > > buildworld to stress the system. > > Hmm. I still got repeatable crashes with 1.54, and finally got to the > point where lost+found got populat

Re: NFS and Samba (file transfer crashes system)

2000-01-17 Thread Matthew Dillon
:- :kernel.0 vmcore.0 :panic: ffs_blkfree: bad size : :syncing disks... 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 :giving up on 1 buffers :Uptime: 26m34s : :dumping to dev #ad/0x20021, offset 864256 :dump ata2: resetting devices .. done :(kgdb) where :#0 0xc01372b0 in boot ( ) :#1 0xc013763

Re: New softupdates panic

2000-01-17 Thread Mike Smith
> :> :panic: initate_write_inodeblock: already started > :> > :> Checking out from an NFS mounted repository into a local > :> filesystem w/ softupdates enabled? > : > :That's correct. > : > :I've just built a kernel current as of a few minutes ago, and it's > :entirely reproducible. Wh

Re: New softupdates panic

2000-01-17 Thread Matthew Dillon
:> :panic: initate_write_inodeblock: already started :> :> Checking out from an NFS mounted repository into a local :> filesystem w/ softupdates enabled? : :That's correct. : :I've just built a kernel current as of a few minutes ago, and it's :entirely reproducible. What can I do for yo

Integrated Vibra16 in -current

2000-01-17 Thread Andy Sparrow
Hi. I recently cvsup'd -CURRENT both so that I could run StarOffice 5.1 (it's an SMP box), and to check it out (as it will soon be a Release, and I see a lot of good stuff going on there, like the SMP locking, NFS fixes etc.). I've got a Micron W6-Li Lightning board with integrated Creative V

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

2000-01-17 Thread Alexander N. Kabaev
> Why doesn't OpenBSD, Linux, or Solaris x86 need this patch? I tried to compile and run attached program on dual-processor Compaq Proliant server running RedHat Linux 6.1 at Compaq testdrive site (thanks, Compaq!) and guess what? Compiled with -fsjlj-exceptions Linux bails out with "Not enough m

Re: ppp, incoming mail keeping the line up.

2000-01-17 Thread Jonathan M. Bresler
> > I run user-ppp, and I have a mx-record for my system, so incoming mail = > goes directly to my system. this is asking for trouble. you should get yourself an MX that is online all the time and will store your mail for you. you can then pick it up whenever you want using APOP or POP

Compiling XFree86 3.9.17

2000-01-17 Thread George Cox
I've been reworking the FreeBSD configuration file for XFree86 3.9.17. At the moment, I've only done Intel. (Don't despair Alpha folks -- I'll get myself a Compaq testdrive account :-)) This file is a drop-in replacement for 'xc/config/cf/FreeBSD.cf' You don't need any 'xc/config/cf/host.def'

Re: PNPBIOS + Dell PowerEdge = panic()

2000-01-17 Thread Dan Moschuk
| The problem here is that the i386 nexus_alloc_resource() unconditionally | calls pmap_mapdev() to map any memory-type resource into the kernel. | This is definitely a bad idea; IMHO we should only do this when the | resource is actually activated (and obviously free it when deactivated). |

er... missing the point?

2000-01-17 Thread Alfred Perlstein
I don't think a code/feature freeze is supposed to be implemented by breaking world so others can't test things. cc -pipe -O2 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/home/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/home/src/gnu/usr.bin/texinfo/makeinfo/../../..

Re: PNPBIOS + Dell PowerEdge = panic()

2000-01-17 Thread Bill Fumerola
On Mon, Jan 17, 2000 at 05:12:14PM -0800, Mike Smith wrote: > The problem here is that the i386 nexus_alloc_resource() unconditionally > calls pmap_mapdev() to map any memory-type resource into the kernel. > This is definitely a bad idea; IMHO we should only do this when the > resource is act

Re: PNPBIOS + Dell PowerEdge = panic()

2000-01-17 Thread Mike Smith
The problem here is that the i386 nexus_alloc_resource() unconditionally calls pmap_mapdev() to map any memory-type resource into the kernel. This is definitely a bad idea; IMHO we should only do this when the resource is actually activated (and obviously free it when deactivated). Commentar

Re: 3.4 -> current upgrade/bootstrap problem

2000-01-17 Thread Carl Makin
Hi David, On Mon, 17 Jan 2000, David O'Brien wrote: > On Mon, Jan 17, 2000 at 12:39:12PM +1100, Carl Makin wrote: > > Here is what I did... > > 1. install gcc 2.95 port. > > 2. cd /usr/bin and rename cc and gcc to *.old and symlink cc and gcc to > > /usr/local/bin/gcc295 (Remember to del

Re: /dev/sndstat

2000-01-17 Thread George Cox
On 17/01 15:58, Bill Paul wrote: > No, nothing is wrong: > /dev/sndstat is created as a consequence of creating doing MAKEDEV snd0. No, you're right. I'm sorry. Pass the dunce's hat. gjvc --mode sheepish -- [gjvc] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-c

Re: XFree86 3.9.17

2000-01-17 Thread Amancio Hasty
For those using XFree86 3.9.17 or higher and have a Matrox g400 or g200 feel free to use mpegplay or mpeg2play from my ftp site . Both programs have been modified to use the new XFree86 Xv PutImage extension which can do yuv->rgb + scaling hardware assisted -- for instance mpeg play can sc

Re: XFree86 3.9.17

2000-01-17 Thread Andreas Braukmann
Hi, On Mon, Jan 17, 2000 at 06:05:54PM -0500, Donn Miller wrote: > > Have you tried to install it? It does builds but barfs at some point for > > install process. Not that I care so much about it, 3.3.6 works for my > > G400 now, thanks god. ... what was the problem with the G400 in earlier revis

Re: New softupdates panic

2000-01-17 Thread Mike Smith
> > :Uniprocessor kernel, checking out /sys from an NFS-mounted repository, > :kernel built from sources current as of this afternoon. > :(apologies for any typos, no serial console) > : > :panic: initate_write_inodeblock: already started > > Checking out from an NFS mounted repository into

Re: USB D-Link DSB-650 kue0: failed to load code

2000-01-17 Thread Alex Zepeda
On Mon, 17 Jan 2000, Bill Paul wrote: > I also noticed that performance with the OHCI controller is significantly > better than with the UHCI controller. Just my rotten luck I'm stuck > with a UHCI one in my laptop. Ok, with all this flurry of USB development, I keep seeing UHCI and OHCI. What'

Re: NFS and Samba (file transfer crashes system)

2000-01-17 Thread arnee
Matthew Dillon wrote: > If the machine still crashes then we need to know what the panic message > is. It may be useful to configure a kernel with DDB enabled to cause it > to drop into DDB on a crash (this assuming you aren't running X on the > machine, since DDB only runs on th

Re: Why not a default number of pings?

2000-01-17 Thread Alfred Perlstein
* Leif Neland <[EMAIL PROTECTED]> [000117 16:16] wrote: > I've been hit by a "forgotten ping" again. > > I still do not see a reason for not having a default number of pings, instead of >infinite. > The only reason I've seen is "It's always been so". > > Even if a default of 4 pings is not acce

Re: Why not a default number of pings?

2000-01-17 Thread Kris Kennaway
On Tue, 18 Jan 2000, Leif Neland wrote: > If somebody _really_ want to ping forever, let them use -t0, and > defend the rest of us from our blunders of forgetting a ping, keeping > the line open infinitely. I use ping for precisely this purpose. Yes, I could change my setup, but so could you :-)

ppp, incoming mail keeping the line up.

2000-01-17 Thread Leif Neland
I run user-ppp, and I have a mx-record for my system, so incoming mail goes directly to my system. Now I'm afraid if I'm on a a mailing list with a frequency of mail faster than my timeout period, I could be online a very long time. If I filter incoming smtp wuth the alive-filter, I guess I'd

Why not a default number of pings?

2000-01-17 Thread Leif Neland
I've been hit by a "forgotten ping" again. I still do not see a reason for not having a default number of pings, instead of infinite. The only reason I've seen is "It's always been so". Even if a default of 4 pings is not acceptable, because windows does it that way, why not a large default th

Re: buildworld failure in "===> makeinfo"

2000-01-17 Thread Doug Russell
On Tue, 18 Jan 2000, Ruslan Ermilov wrote: > On Mon, Jan 17, 2000 at 05:25:37PM -0500, Bush Doctor wrote: > > "make buildworld" fails with sources cvsup'd around 17:00 est ... > > > > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or >directory > > *** Error code 1

Re: 3C589 problems?

2000-01-17 Thread Matthew N. Dodd
On Mon, 17 Jan 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Frank Mayhar writes: > : I just want to know if anyone else is still having problems with their > : 3C589 or 574 after Matt Dodd's latest series of checkins. > > Yea. I'm only getting 950KiB/s with ftp. I'm bummed. Matt w

Re: USB D-Link DSB-650 kue0: failed to load code

2000-01-17 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Eric J. Haug had to walk into mine and say: > > > - Find the kue_do_request() function. > > - Change the timeout from 50 to 100, i.e. change this: > > > > usbd_setup_default_xfer(xfer, dev, 0, 100, req, > >

Re: buildworld failure in "===> makeinfo"

2000-01-17 Thread Ruslan Ermilov
On Mon, Jan 17, 2000 at 05:25:37PM -0500, Bush Doctor wrote: > "make buildworld" fails with sources cvsup'd around 17:00 est ... > > whereintheworld.pl (thanxs Bill Fenner) shows ... > > -- > >>> Rebuilding the temporary build tree > --

Re: XFree86 3.9.17

2000-01-17 Thread Donn Miller
Vallo Kallaste wrote: > Have you tried to install it? It does builds but barfs at some point for > install process. Not that I care so much about it, 3.3.6 works for my > G400 now, thanks god. What I did was: build it using the stock gcc-2.95.2 compiler, for make World. During make install, I

Re: PnP probing in -current

2000-01-17 Thread Brian Somers
> In message <[EMAIL PROTECTED]> Brian Somers writes: > : Since the PnP probing code was made unconditional in the bootup > : routines on December 6, I've been having problems with my > : Adaptec 1542CP. > : > : I've got my BIOS set to ``non pnp OS'' and my 1542 set to 0x330. > : I've never h

Re: PnP probing in -current

2000-01-17 Thread Brian Somers
> In message <[EMAIL PROTECTED]> Brian Somers writes: > : Without saying it's ``at isa?'' I get only one aha failed line (I'm > : sure I used to get nothing) at boot time. I still see the ADP lines > : though (of course). > > odd. It has been a while since I tried the aha 1542CP card. I'll >

Re: apm suspend ??

2000-01-17 Thread Jesper Skriver
On Mon, Jan 17, 2000 at 05:00:14PM -0500, Christopher Masto wrote: > On Mon, Jan 17, 2000 at 09:20:38PM +0100, Jesper Skriver wrote: > > On Mon, Jan 17, 2000 at 11:18:02AM -0700, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Jesper Skriver writes: > > > : Just upgraded my laptop from a J

Re: Rolling OSVERSION

2000-01-17 Thread Satoshi - Ports Wraith - Asami
* From: Kris Kennaway <[EMAIL PROTECTED]> * 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.. Sounds fine, but the people in -current land probably kn

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Satoshi - Ports Wraith - Asami
* From: Kris Kennaway <[EMAIL PROTECTED]> * It may be useful - although there are a lot of inconsistencies in how the * openssl ports look for it. Dirk Froemberg was going to help with this - * I'm not sure exactly what the best way to do it is. For example, ports * like w3m-ssl pass the loc

Re: Rolling OSVERSION

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, John Polstra wrote: > You mean "__FreeBSD_version" (in src/sys/sys/param.h), right? Right, sorry. OSVERSION is what bsd.port.mk calls it. Kris "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven

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"

buildworld failure in "===> makeinfo"

2000-01-17 Thread Bush Doctor
"make buildworld" fails with sources cvsup'd around 17:00 est ... whereintheworld.pl (thanxs Bill Fenner) shows ... -- >>> Rebuilding the temporary build tree -- >>> stage 1: b

Re: USB D-Link DSB-650 kue0: failed to load code

2000-01-17 Thread Eric J. Haug
> Subject: Re: USB D-Link DSB-650 kue0: failed to load code > To: [EMAIL PROTECTED] (Eric J. Haug) > Date: Mon, 17 Jan 2000 15:48:42 -0500 (EST) > X-Loop: FreeBSD.ORG > > > > > I have a Toshiba 2100CDS laptop with an OHCI USB controller > > that gives a kue0: failed to load code segment

Re: 3.4 -> current upgrade/bootstrap problem

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 12:39:12PM +1100, Carl Makin wrote: > Here is what I did... > > 1. install gcc 2.95 port. > 2. cd /usr/bin and rename cc and gcc to *.old and symlink cc and gcc to > /usr/local/bin/gcc295 (Remember to delete the .old entries once you're > finished) This is defin

Re: Mandating USA_RESIDENT

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, David O'Brien wrote: > Due to the concequence involved, you really do need to check for 'NO', > 'YES', and "other". Rather than combining 'YES' and "other". You're suggesting not building openssl at all if they don't have a boolean value? Kris "How many roads must a

Re: apm suspend ??

2000-01-17 Thread Christopher Masto
On Mon, Jan 17, 2000 at 09:20:38PM +0100, Jesper Skriver wrote: > On Mon, Jan 17, 2000 at 11:18:02AM -0700, Warner Losh wrote: > > In message <[EMAIL PROTECTED]> Jesper Skriver writes: > > : Just upgraded my laptop from a Jan 5th -CURRENT to todays, and now > > : suspend doesn't work as expected.

Re: Mandating USA_RESIDENT

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 01:06:24AM -0800, Kris Kennaway wrote: > In order to know whether or not to build the patent-restricted RSA code, > the openssl build needs to look at the value of USA_RESIDENT, which isn't > set by default. If this value is unset, or anything other than 'NO'[*], it > assum

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Jim Bloom
Here is the sequence I used for installing thing yesterday when I had the problem. First, I cvsup'ed and did a make world. Next, I installed the rsaref-2.0 port. Finally, I tried to make the lynx-ssl port. The basic problem is that some of the include files are not being found (ssl.h and crypt

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Manfred Antar
At 12:50 PM 1/17/00 -0800, Kris Kennaway wrote: >On Mon, 17 Jan 2000, Jim Bloom wrote: > > > Add lynx-ssl to the list of ports which are broken on current. This was > > as of Jan. 16 at 14:00 EST cvsup of ports and source followed by a make > > world. > >Well, that makes a list of one. Can you pr

USE_OPENSSL

2000-01-17 Thread Kris Kennaway
[Cross-posting to -current because I would like some feedback about the last paragraph - namely how to test for RSA capability] How about the following: 1) I bump OSVERSION due to the (potential) presence of openssl in the base system. 2) We add a USE_OPENSSL knob to bsd.port.mk which tests for

Re: /dev/sndstat

2000-01-17 Thread Bill Paul
Of all the gin joints in all the towns in all the world, George Cox had to walk into mine and say: > I cvsupped yesterday. I install a complete snapshot today. > extremis /dev # ./MAKEDEV sndstat0 > expr: non-numeric argument > bad node: mknod mixerstat0 > > Something's wrong :-) No,

Rolling OSVERSION

2000-01-17 Thread Kris Kennaway
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.. Kris "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical

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

2000-01-17 Thread Alexander N. Kabaev
Well, I cannot comment on OpenBSD or Solaris, since I do not have access to them right now. My guess is that OpenBSD and Solaris x86 either 1. do not use sjlj exception propagation, or 2. do not use _builtin_setjmp Linux does not use sjlj exceptions for sure and as a result it is not affect

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, Jim Bloom wrote: > Add lynx-ssl to the list of ports which are broken on current. This was > as of Jan. 16 at 14:00 EST cvsup of ports and source followed by a make > world. Well, that makes a list of one. Can you provide more information (e.g. a transcript?) Are you using

Re: USB D-Link DSB-650 kue0: failed to load code

2000-01-17 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Eric J. Haug had to walk into mine and say: > Hi all, > > I have a Toshiba 2100CDS laptop with an OHCI USB controller > that gives a kue0: failed to load code segment error message > Rather than clutter the list, the conf file and the dme

/dev/sndstat

2000-01-17 Thread George Cox
I cvsupped yesterday. extremis /dev # ./MAKEDEV sndstat0 expr: non-numeric argument bad node: mknod mixerstat0 Something's wrong :-) best; gjvc -- "Readers who only want to see algorithms that are already packaged in a plug-in way, using a trendy language, should buy other people's bo

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Jim Bloom
Add lynx-ssl to the list of ports which are broken on current. This was as of Jan. 16 at 14:00 EST cvsup of ports and source followed by a make world. Jim Bloom [EMAIL PROTECTED] Kris Kennaway wrote: > > On 17 Jan 2000, Satoshi - Ports Wraith - Asami wrote: > > > Should I add some stuff to ha

Re: Solved(?): crash with ffs_softdep.c 1.52

2000-01-17 Thread Alex Zepeda
On Mon, 17 Jan 2000, Alexander Leidinger wrote: > I've successfully booted with ffs_softdep.c 1.54, I'm doing now a full > buildworld to stress the system. Hmm. I still got repeatable crashes with 1.54, and finally got to the point where lost+found got populated. I also just got my finger smas

Re: XFree86 3.9.17

2000-01-17 Thread Kenneth Wayne Culver
I had to get rid of some things from Xext to make it install properly myself. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The

Re: apm suspend ??

2000-01-17 Thread Jesper Skriver
On Mon, Jan 17, 2000 at 11:18:02AM -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Jesper Skriver writes: > : Just upgraded my laptop from a Jan 5th -CURRENT to todays, and now > : suspend doesn't work as expected. > : > : When I run 'apm -z' the laptop suspends as normal, but right af

USB D-Link DSB-650 kue0: failed to load code

2000-01-17 Thread Eric J. Haug
Hi all, I have a Toshiba 2100CDS laptop with an OHCI USB controller that gives a kue0: failed to load code segment error message Rather than clutter the list, the conf file and the dmesg boot file is available at ftp.eas.slu.edu:/pub/incoming/[usbdmesg, usbbootmsg, usbltaconf] The usbbootmsg is f

Re: XFree86 3.9.17

2000-01-17 Thread Vallo Kallaste
On Mon, Jan 17, 2000 at 06:19:23PM +0100, Ollivier Robert <[EMAIL PROTECTED]> wrote: > I succeeded in building XFree86 3.9.17 on 4.0-CURRENT w/o doing anything > special except removing doc from the list of subdirs... > > -=-=- > ./to_wfont -o Roman.phont Roman.src > ./to_wfont -o Roman_M.phont

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

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 02:51:00PM -0500, Alexander N. Kabaev wrote: > As I already pointed out in private message, this bug is in fact i386 > specific and it was wrong to fix it in gcc/except.c file. The real > problem is that default builtin_setjmp implementation does not restore > any registers

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

2000-01-17 Thread Alexander N. Kabaev
As I already pointed out in private message, this bug is in fact i386 specific and it was wrong to fix it in gcc/except.c file. The real problem is that default builtin_setjmp implementation does not restore any registers except for stack pointers when doing nonlocal jump. This means, that every p

Re: 3C589 problems?

2000-01-17 Thread Frank Mayhar
Warner Losh wrote: > In message <[EMAIL PROTECTED]> Frank Mayhar writes: > : I just want to know if anyone else is still having problems with their > : 3C589 or 574 after Matt Dodd's latest series of checkins. > Yea. I'm only getting 950KiB/s with ftp. I'm bummed. Matt was > geting 1.1MiB/s :-(

Re: world broken using /usr/local/lib?

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, Robert C. Noland III wrote: > You have a libcrypto in /usr/local/lib which was not compiled with > rsaref. When it reaches out to get rsaref, it also picks up the > libcrypto and libssl from /usr/local/lib rather than the build tree. > Move them out of the way... I figured

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Kris Kennaway
On 17 Jan 2000, Satoshi - Ports Wraith - Asami wrote: > Should I add some stuff to handle the differences in bsd.port.mk (like > we did with perl5)? It may be useful - although there are a lot of inconsistencies in how the openssl ports look for it. Dirk Froemberg was going to help with this - I

Re: Latest pkg_delete core dumps

2000-01-17 Thread Dan Moschuk
Kris reported this to me last night, and I was going to do the patch tonight. If someone wants to send me a diff before tonight, I'll just commit that. | In a current built yesterday, pkg_name core dumps on: | %pkg_delete m4-1.4/ | Segmentation fault(core dumped) | | or any pkg_name with a '/'

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

2000-01-17 Thread David O'Brien
On Mon, Jan 17, 2000 at 08:28:23PM +0200, Maxim Sobolev wrote: > > Index: contrib/gcc/except.c > > === > > RCS file: /home/ncvs/src/contrib/gcc/except.c,v > > [Nice patch stripped] > > Yeah, it works! (at least at a first glance). Da

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

2000-01-17 Thread Maxim Sobolev
"Alexander N. Kabaev" wrote: > As promised, I tried to look into the problem little futher. The following > patch fixes all crashes for me and I was unable to reproduce the bug anymore. I > would really like to hear if it works for you too. I am especially interested > to know if it works on Alph

Re: 3C589 problems?

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Frank Mayhar writes: : I just want to know if anyone else is still having problems with their : 3C589 or 574 after Matt Dodd's latest series of checkins. Yea. I'm only getting 950KiB/s with ftp. I'm bummed. Matt was geting 1.1MiB/s :-(. : Something is seriously

Re: PnP probing in -current

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Brian Somers writes: : Since the PnP probing code was made unconditional in the bootup : routines on December 6, I've been having problems with my : Adaptec 1542CP. : : I've got my BIOS set to ``non pnp OS'' and my 1542 set to 0x330. : I've never had ``options p

Problems with rc.network

2000-01-17 Thread Maxim Sobolev
Hi, After today's cvsup'ing and mergemaster'ing I discovered that something weird happened with the rc.network script. In the past I newer had any problems with my notebook boot-up, but today it stops for several minutes on "Starting final network daemons:" and writing something like: "Cannot se

Re: PnP probing in -current

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Brian Somers writes: : Without saying it's ``at isa?'' I get only one aha failed line (I'm : sure I used to get nothing) at boot time. I still see the ADP lines : though (of course). odd. It has been a while since I tried the aha 1542CP card. I'll have to give

Re: apm suspend ??

2000-01-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jesper Skriver writes: : Just upgraded my laptop from a Jan 5th -CURRENT to todays, and now : suspend doesn't work as expected. : : When I run 'apm -z' the laptop suspends as normal, but right after this : the harddisk led turns on, and it powers up again. That's v

Re: Latest pkg_delete core dumps

2000-01-17 Thread Matthew D. Fuller
On Mon, Jan 17, 2000 at 12:04:31PM -0500, a little birdie told me that Justin M. Seger remarked > In a current built yesterday, pkg_name core dumps on: > %pkg_delete m4-1.4/ > Segmentation fault(core dumped) > > or any pkg_name with a '/' on the end. In the past this worked fine. > > I'm guessi

Re: 0xdeadc0de ???

2000-01-17 Thread Brian Fundakowski Feldman
On Tue, 18 Jan 2000, Jun Kuriyama wrote: > > I found message below at inserting aue0 (after pccard ed0 > insert/remove). > > - > aue0: LUA-TX MELCO LUA-TX, rev 1.10/1.01, addr 2 > aue0: Ethernet address: 00:40:26:61:10:c7 > miibus0: on aue0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT

Re: newpcm

2000-01-17 Thread Dag-Erling Smorgrav
Chris Giordano <[EMAIL PROTECTED]> writes: > Luigi Rizzo explained this behavior in the old pcm driver > about a year or so ago. I believe it was due to some applications > setting a fixed buffering size with the SETFRAGMENT(?) ioctl, which > was not implemented in old pcm and then mistakenly wri

XFree86 3.9.17

2000-01-17 Thread Ollivier Robert
Hi, I succeeded in building XFree86 3.9.17 on 4.0-CURRENT w/o doing anything special except removing doc from the list of subdirs... -=-=- ./to_wfont -o Roman.phont Roman.src ./to_wfont -o Roman_M.phont Roman_M.src [1] + done make World > makeworld 2>& 1 Mon Jan 17 18:02:33 CET 2000 Ful

Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile

2000-01-17 Thread Chris Piazza
On Mon, Jan 17, 2000 at 07:06:55AM -0800, Satoshi - Ports Wraith - Asami wrote: > * From: Kris Kennaway <[EMAIL PROTECTED]> > > * Openssl should now be fully functional for both US and international users > * - please report any problems you have in using it to me. You should be > * able to c

Latest pkg_delete core dumps

2000-01-17 Thread Justin M. Seger
In a current built yesterday, pkg_name core dumps on: %pkg_delete m4-1.4/ Segmentation fault(core dumped) or any pkg_name with a '/' on the end. In the past this worked fine. I'm guessing that this was broken with the following commit: revision 1.15 date: 2000/01/15 01:15:34; author: dan; st

  1   2   >