Re: syscons: incorrect behavior of blinking cursor

2000-02-10 Thread Ruslan Ermilov
On Thu, Feb 10, 2000 at 11:11:53AM +0900, Kazutaka YOKOTA wrote: > >On Wed, Feb 09, 2000 at 08:35:07PM +0200, Ruslan Ermilov wrote: > >> Hi! > >> > >> 1. Set cursor "blinking" or "destructive" (SC_BLINK_CURSOR) > >> 2. Press Scroll Lock (cursor will go away) > >> 3. Switch to another vtyX > >> 4.

Re: [usb-bsd] Re: uhci - attach fails on HP Omnibook

2000-02-10 Thread Nick Hibma
> >> for some reason, the uhci driver fails to attach on my HP Omnibook > >2100. > >> > >> The probe is ok and detects the 82371AB/EB (PIIX4) USB controller. > >> But then, the uhci_pci_attach fails trying to map the i/o port. > >> ("io_res = bus_alloc_resource(self, SYS_RES_IOPORT" returns a

Re: USB problems.

2000-02-10 Thread Nick Hibma
If this with usb support compiled into the kernel, try the following patch: --- usb_subr.c.orig Wed Feb 9 23:27:31 2000 +++ usb_subr.c Wed Feb 9 21:16:54 2000 @@ -302,7 +302,7 @@ u_int ms; { /* Wait at least two clock ticks so we know the time has passed. */ - if (bu

Re: Function Request

2000-02-10 Thread Matthew Dillon
:> > The first is mremap(). :> :> What does this function do? Is the function used by freely available :> software, if so can you give some examples. : :http://www.freebsd.org/cgi/man.cgi?query=mremap&apropos=0&sektion=0&manpath=Red+Hat+Linux%2Fi386+5.2&format=html mremap() is idiotic and

Re: /usr/ports/ too big?

2000-02-10 Thread Jeffrey J. Mountin
At 09:58 PM 2/9/00 +0100, Kai Voigt wrote: >Hello, > >I'm just doing a cvsup update of my system and -as many times before- I >realize that /usr/ports/ takes a lot of time and also disk space to sync. > ># du -sk /usr/ports >71118 /usr/ports Is that just source or with some distfiles and /work

Grasshoppers at pnp/isa medows

2000-02-10 Thread Nikolai Saoukh
All pertinent files are at http://www.ethereal.ru/~nms/pnpbug.tar (~20Koctets). There is one obvious bug in src/sys/isa/pnpparse.c, lines 270 and 287 where memory range size treated as byte one, while it is a 256 chunk long. See 'pnpparse.c.diffs' for patch. I am not that tough to dig i

problems with voxware/snd0 kernel compilations..

2000-02-10 Thread f.johan.beisser
i'm attempting to build a kernel with the "old style" voxware drivers for the CS423x (crystal sound, or css0 in the kernel config) and i get this wonderful error torwards the end of the kernel build: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi

Re: /usr/ports/ too big?

2000-02-10 Thread Peter Jeremy
On 2000-Feb-10 07:59:48 +1100, Kai Voigt <[EMAIL PROTECTED]> wrote: ># du -sk /usr/ports >71118 /usr/ports Seems reasonable. Last time I checked (1st June 1999), I found 79967 - of which 35215 was CVS-related files/directories. There were also nearly 62,000 inodes. It'll get worse - PHK has

ipfw + natd problem

2000-02-10 Thread Akinori -Aki- MUSHA
Hi, there. I'm now faced with a problem concerning ipfw + natd on the very current world with /etc properly updated. The problem is described as this: Enabling options IPFIREWALL & IPDIVERT plus running natd makes it freeze on shutdown with no messages, no response to my key input

Re: /usr/ports/ too big?

2000-02-10 Thread Richard Wackerbarth
On Thu, 10 Feb 2000, Peter Jeremy wrote: > Seems reasonable. Last time I checked (1st June 1999), I found > 79967 - of which 35215 was CVS-related files/directories. There > were also nearly 62,000 inodes. It'll get worse - PHK has changed > the FS defaults from 8K/1K to 16K/4K, which will rou

8 Feb current install failures

2000-02-10 Thread Reinier Bezuidenhout
Hi ... I checked out a -current of about midnight 8 Feb ... After doing a "make buildworld" (which finished ok) ... did a "make installworld" which failed because my /usr/bin/install was not updated and thus dit not support the -fschg option. I copied the newly build install to /usr/bin and the

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

2000-02-10 Thread Will Andrews
On Wed, Feb 09, 2000 at 11:53:47AM -0500, Donn Miller wrote: > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info node' > /usr/lib/libstdc++.so.3: undefined reference to `exception virtual table' > /usr/lib/libstdc++.so.3: undefined reference to `__builtin_vec_new' Just a though

Re: 8 Feb current install failures

2000-02-10 Thread Bryan Liesner
On Thu, 10 Feb 2000, Reinier Bezuidenhout wrote: >Hi ... > >I checked out a -current of about midnight 8 Feb ... > >After doing a "make buildworld" (which finished ok) ... did >a "make installworld" which failed because my /usr/bin/install >was not updated and thus dit not support the -fschg opti

Re: Function Request

2000-02-10 Thread Hasan Diwan
* Chris Piazza ([EMAIL PROTECTED]) [000210 04:30]: > On Thu, Feb 10, 2000 at 04:27:15PM +1100, Peter Jeremy wrote: > > > The first is mremap(). The mremap(2) man page from a Linux system is attached to this email. -- Hasan Diwan [[EMAIL PROTECTED]] :) Rensselaer Polytechnic Institute Computer

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

2000-02-10 Thread Donn Miller
Will Andrews wrote: > On Wed, Feb 09, 2000 at 11:53:47AM -0500, Donn Miller wrote: > > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info node' > > /usr/lib/libstdc++.so.3: undefined reference to `exception virtual table' > > /usr/lib/libstdc++.so.3: undefined reference to `__b

Re: ipfw + natd problem

2000-02-10 Thread Ruslan Ermilov
On Thu, Feb 10, 2000 at 08:46:11PM +0900, Akinori -Aki- MUSHA wrote: > Hi, there. > > I'm now faced with a problem concerning ipfw + natd on the > very current world with /etc properly updated. The problem is > described as this: Enabling options IPFIREWALL & IPDIVERT plus running > n

Re: /usr/ports/ too big?

2000-02-10 Thread Will Andrews
On Thu, Feb 10, 2000 at 10:19:18PM +1100, Peter Jeremy wrote: > >Am I the only one being little annoyed by this fact? > > This comes up regularly. The last I recall was a thread "a two-level > port system?" in -hackers last May/June. Actually, -ports discussed this quite recently, and it was su

annoying message when kldloading pci driver

2000-02-10 Thread Nikolai Saoukh
Every attempt to kldload any pci driver produce strange message marked by in examples from two different computers. I would call it for a while "undocumented feature". Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the Universit

Mylex Support

2000-02-10 Thread Lawrence Farr
This message was sent from Geocrawler.com by "Lawrence Farr" <[EMAIL PROTECTED]> Be sure to reply to that address. Has the Mylex RAID support been fixed or dropped? I could'nt see any mention of it in the hardware.txt for the release candidate. Geocrawler.com - The Knowledge Archive To Unsub

sbc and ViBRA16X - dsp device not working

2000-02-10 Thread Thimble Smith
[ Long post, almost a narrative. Sorry. ] Hi. A month ago I installed -current on a new computer, and the dsp device didn't work. It reminded me of why I'd rather not be running -current, so I dropped back to -stable and everything worked fine. Now I saw that a release was coming up, so I want

Re: /usr/ports/ too big?

2000-02-10 Thread Will Andrews
On Thu, Feb 10, 2000 at 08:44:09AM -0500, Will Andrews wrote: > On Thu, Feb 10, 2000 at 10:19:18PM +1100, Peter Jeremy wrote: > > >Am I the only one being little annoyed by this fact? > > > > This comes up regularly. The last I recall was a thread "a two-level > > port system?" in -hackers last

Quirk in the latest 4.0-RC install disk ?

2000-02-10 Thread Thierry . Herbelot
Hello, I've just installed 4.0 from the latest Release Candidate (iso image gotten from the freebsd ftp and burned this morning) the install itself went smooth, but I can't start X11 : there seems to be a bug in the dynamic libraries : % ldd `which xinit` /usr/X11R6/bin/xinit: libXm

XFree86 Libraries

2000-02-10 Thread Patrick M. Hausen
Hi all! I don't know if this has been addressed already, but the archives are offline. I started using current by installing 2127-SNAP of current.freebsd.org including XFree86 3.3.6. The Xfree86 a.out libraries were missing from the installtion tarballs, so e.g. Netscape would not run. I fi

questions about 4.0 along with 3.4-STABLE

2000-02-10 Thread John Reynolds~
Hello all, I'm almost done downloading the ISO image of 4.0-RC that Jordan announced yesterday. I'd very much like to contribute to the "qa" effort for 4.0 but I've got a few questions I know you experts can answer before I dive in. Right now I've got a 3.4-STABLE system on da1. I don't want to

first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Jose M. Alcaide
I have just finished a net install of 4.0-2209-CURRENT using the sysinstall's "Upgrade" procedure, over a 3.4-RELEASE system. Well, the system is now running OK, but I found some small issues. First, I must say that I was not following the -CURRENT branch since the transition to 3.1-STABLE. T

Re: XFree86 Libraries

2000-02-10 Thread Jose M. Alcaide
"Patrick M. Hausen" wrote: > > Hi all! > > I don't know if this has been addressed already, but the archives are > offline. > > I started using current by installing 2127-SNAP of current.freebsd.org > including XFree86 3.3.6. The Xfree86 a.out libraries were missing > from the installtion t

Re: Upgrading to 4.0

2000-02-10 Thread nathan
> > after seeing your steps.. it makes sense pre-build the kernel to 4.0 > > _before_ installing world. > > however... could you provide a little more info on steps 5, 6, & 7 > > specifically.. what does the -DNOINFO do ( i can't find it on my system.. > > yet) > > -DNOINFO is documented in src/M

howto for 3.4-STABLE -> 4.0-CURRENT?

2000-02-10 Thread Jason J. Horton
Any advice on upgrading a system from -STABLE to -CURRENT? Or would a standard "cvsup, make world, make kernel, reboot" do it? -- -Jason J. Horton <[EMAIL PROTECTED]> Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 ext 21 | http://www.intercom.com

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Matthew N. Dodd
On Thu, 10 Feb 2000, Jose M. Alcaide wrote: > 1. Just after booting the install kernel, I went to the visual configuration >screen in order to disable all drivers for unexistent devices. My first >surprise was that the ep(4) driver was not listed. However, the install >kernel includes

RE: howto for 3.4-STABLE -> 4.0-CURRENT?

2000-02-10 Thread John Baldwin
On 10-Feb-00 Jason J. Horton wrote: > Any advice on upgrading a system from -STABLE to -CURRENT? > Or would a standard "cvsup, make world, make kernel, reboot" > do it? You need a -current kernel for installworld to work. In fact, if you aren't running a -current kernel installworld will blow u

[patch] stuttering of sound with ESS cards

2000-02-10 Thread Nick Hibma
The following patch removes the stutter when you Ctrl-Z mpg123. The soundcard in my desktop machine at work does not have the stutter and that one is a ES1371 card. The patch makes the ess_intr routine look more like the sb_intr and es_intr ones. Index: sb.c =

Re: Mylex Support

2000-02-10 Thread Mike Smith
> This message was sent from Geocrawler.com by "Lawrence Farr" <[EMAIL PROTECTED]> > Be sure to reply to that address. > > Has the Mylex RAID support been fixed or dropped? It was never really in need of "fixing", although there are certainly still some issues with it. The Mylex controller fam

Re: /usr/ports/ too big?

2000-02-10 Thread Christopher Masto
On Wed, Feb 09, 2000 at 09:45:42PM -0500, Chuck Robey wrote: > Flattening out the unecessarily deep ports directory structure would help, > too. Probably, 98 percent of it could be done with a script, and it would > greatly decrease cvsup time and space. I've often thought that it might be bette

Re: /usr/ports/ too big?

2000-02-10 Thread Donn Miller
Christopher Masto wrote: > On Wed, Feb 09, 2000 at 09:45:42PM -0500, Chuck Robey wrote: > > Flattening out the unecessarily deep ports directory structure would help, > > too. Probably, 98 percent of it could be done with a script, and it would > > greatly decrease cvsup time and space. > > I'v

Re: /usr/ports/ too big?

2000-02-10 Thread Matthew Dillon
:> contain. : :Here's what we can do. We keep all the "major" subdirectories in :place, such as audio, devel, etc. BUT, instead of branching out into :separate subdirectories, we can just put everything into the :Makefile. For example, here are some subdirectories in :/usr/ports/audio: O

Re: /usr/ports/ too big?

2000-02-10 Thread Peter Jeremy
On Thu, 10 Feb 2000, I wrote: > PHK has changed the FS defaults from 8K/1K to 16K/4K, Ooops. I mis-remembered a commit pkh made last August (src/release/sysinstall/install.c 1.91), I thought he had changed the defaults, but he just commented that 16K/4K was more sensible... My apologies to Pou

Re: /usr/ports/ too big?

2000-02-10 Thread Archie Cobbs
Richard Wackerbarth writes: > There are two problems in the size of the ports system. > 1) The large number of inodes. I don't see the ports tree as the problem. The problem is that FreeBSD does not handle a very large directory hierarchy like that presented by the ports tree very well. The righ

Re: Dummy ethernet interface.

2000-02-10 Thread Archie Cobbs
Giorgos Keramidas writes: > Is there some way to ifconfig up a dummy ethernet interface, one that > will work like the loopback one (lo0) on FreeBSD? If you want an interface that loops back, you can have more than one loopback interface (lo0, lo1, lo2, ...). If you want an interface that discar

Re: [patch] stuttering of sound with ESS cards

2000-02-10 Thread Donn Miller
Nick Hibma wrote: > > The following patch removes the stutter when you Ctrl-Z mpg123. The > soundcard in my desktop machine at work does not have the stutter and > that one is a ES1371 card. The patch makes the ess_intr routine look > more like the sb_intr and es_intr ones. I just tried this pat

Re: /usr/ports/ too big?

2000-02-10 Thread David Scheidt
On Thu, 10 Feb 2000, Donn Miller wrote: > All these makefiles would go inside of audio. To do the building each > port, we can have the "work" be done inside the user's home > directory. This would eliminate the need to log in as root in order > to do the actual building. The benefits of havin

Re: /usr/ports/ too big?

2000-02-10 Thread Jeffrey J. Mountin
At 11:45 AM 2/10/00 -0800, Matthew Dillon wrote: > >:> contain. >: >:Here's what we can do. We keep all the "major" subdirectories in >:place, such as audio, devel, etc. BUT, instead of branching out into >:separate subdirectories, we can just put everything into the >:Makefile. For example, h

wine in freebsd-current

2000-02-10 Thread Adriel Ickler
After upgrading to 4.0-current and attempting a clean install of wine, I saw this: ./parser.y: In function `yyparse': ./parser.y:1624: syntax error before `}' in: /usr/ports/emulators/wine/work/wine-991114/tools/wrc/parser.y line 1624: expr: xpr { $$ = ($1) } was obviously incorrect (typ

Re: wine in freebsd-current

2000-02-10 Thread Brooks Davis
On Thu, Feb 10, 2000 at 03:30:34PM -0600, Adriel Ickler wrote: > After upgrading to 4.0-current and attempting a clean install of wine, I > saw this: > > ./parser.y: In function `yyparse': > ./parser.y:1624: syntax error before `}' > > in: /usr/ports/emulators/wine/work/wine-991114/tools/wrc/par

Re: /usr/ports/ too big?

2000-02-10 Thread Richard Wackerbarth
On Thu, 10 Feb 2000, Archie Cobbs wrote: > Richard Wackerbarth writes: > > There are two problems in the size of the ports system. > > 1) The large number of inodes. > > I don't see the ports tree as the problem. The problem is that > FreeBSD does not handle a very large directory hierarchy like

Re: 4.0 fails to boot - sym troubles

2000-02-10 Thread Aaron Gifford
On Thu, 10 Feb 2000, Gerard Roudier <[EMAIL PROTECTED]> wrote: >Hello, > >Just quoting the offending messages: > >On Wed, 9 Feb 2000, Aaron Gifford wrote: > >> sym0: SCSI parity error detected: SCR=3D1 DBC=3D7258 SBCL=3Daf >> (noperiph:sym0:0:-1:-1): SCSI BUS reset detected. > >The driver

S/Key authentication fails for ftpd

2000-02-10 Thread Jose M. Alcaide
The subject says all ;-). System version: 4.0-2229-CURRENT (ftpd 6.00LS). However, S/Key authentication works for telnet and login. Of course, the simple cleartext password authentication method does work for ftpd. It looks like a bug in ftpd (or PAM?). -- JMA ---

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Jose M. Alcaide
Kenneth Wayne Culver wrote: > > >Hummm... This is ugly. This means that the XFree86 3.3.6 which will > >be distributed with 4.0-RELEASE needs the "compat3x" libraries. > >This should be documented somewhere. > > if you cd to /usr/ports/x11/XFree86 and do a make... this problem will b

Why is libstdc++ separate from g++ 2.95.2?

2000-02-10 Thread Donn Miller
Just curious as to what the advantages are of having libstdc++ separated from gcc. From what I recall on www.gnu.org, they said g++ 2.95.2 will have libstdc++ integrated into gcc/g++ itself. It seems to causing some problems on FreeBSD, like my aforementioned post on compiling kdesupport-current

Re: /usr/ports/ too big?

2000-02-10 Thread Leif Neland
Just FYI, a cvsup of ports over a single ISDN-line took 22 min on a soft-update'd disk. .cvsignore INDEX LEGAL Makefile Mk README Templates Tools YEAR2000 archivers astro audio benchmarks cad comms converters databases deskutils devel distfiles editors emulators ftp games graphics lang mail math

Re: /usr/ports/ too big?

2000-02-10 Thread Darryl Okahata
Richard Wackerbarth <[EMAIL PROTECTED]> wrote: > Fundamentally, I object to being required/expected to maintain a copy of a > large amount of information that does not impact my system. > I don't care about the patches to X unless I decide to install it. Well, this is certainly a valid

[OT] ICBM Long/Latt

2000-02-10 Thread Leif Neland
Sometime ago there was a thread regarding Longitude and Lattitude of committers etc, and a reference was made to a website, where the coordinates of any point on a map could be shown. However, I can't find this site now. Anybody? Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread David Wolfskill
OK; I'm cheating a bit, since I didn't really "upgrade" -- I waylaid our backup server, which gets beat on in the morning, and installed the 4.0-2208-CURRENT onto some otherwise-unused disk on the box. I can certainly report that the "custom" install doesn't SIGSEGV. :-) (Only thing I found

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

2000-02-10 Thread Donn Miller
Alex Zepeda wrote: > No. First off, it's -fno-exceptions and -fno-rtti. But somehow you're > compiling your stdc++ library without exceptions and without rtti. This > to me seems like a user configuration error. This is not a compiler bug. > > My first guess is that you're using CFLAGS="-fno

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

2000-02-10 Thread Alex Zepeda
On Thu, 10 Feb 2000, Donn Miller wrote: > > Just a thought - have you tried -fno-c++--exceptions (or similar) ? > > I'm not sure if that would fix it, though. > > I think maybe you mean -fno-vtable-thunks? Also, why do we have a > separate libstdc++? I know that the standard gcc-2.95.2 itself

Re: /usr/ports/ too big?

2000-02-10 Thread Matthew Dillon
:Sounds good, but again how will the CVSup file for ports and CVSup itself :deal with this. Either a "refuse" file would need to be created and then :populated or there would need to be other changes. Not sure Mr Wraith or :the CVS maintainers would like to break down all the ports and have a :*

More on 4.0-20000208-CURRENT

2000-02-10 Thread David Wolfskill
OK; I got to the point of actually booting up 4.0-2208-CURRENT in multi-user mode. Very few "tweaks" were necessary to make it come very close to "playing nice" with the other boxen in the local net; my thanks to all who worked so hard on this! Now, I tried using "xon" to fire up an xterm ru

Re: Quirk in the latest 4.0-RC install disk ?

2000-02-10 Thread Adam
That happened to me too. On Thu, 10 Feb 2000 [EMAIL PROTECTED] wrote: > > >Hello, > >I've just installed 4.0 from the latest Release Candidate (iso image gotten from the >freebsd ftp and burned this morning) > >the install itself went smooth, but I can't start X11 : there seems to be a bug in

ES1371 problems..

2000-02-10 Thread Greg Rumple
I have a SoundBlaster PCI128 (ES1371) in my computer, and for the life of me I have the weirdest problem. Of course I don't have the problem if I put a ISA SB16 in place of it. So it's gotta be ES1371 related. Okay, the ES1371 works great with all but one application (that I have found so far).

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

2000-02-10 Thread German Tischler
On Tue, Feb 08, 2000 at 06:35:58PM +0100, Maxim Sobolev wrote: > Donn Miller wrote: > > > I am running the lastest -current (just did a cvsup followed by a make > > world last night). I am getting these link errors when trying to compile > > the developement version of kdesupport, which I obtain

Re: ES1371 problems..

2000-02-10 Thread Russell Cattelan
Greg Rumple wrote:' Can you give me the exact test that fails. I assume this is a current kernel. Also give me the "pcm" messages that get printed out at boot time; specifically the rev number. This might have something to do with the rev 7 boards again. > I have a SoundBlaster PCI128 (ES1371

RE: [OT] ICBM Long/Latt

2000-02-10 Thread kibbet
Hi Leif, On 11-Feb-00 Leif Neland wrote: > Sometime ago there was a thread regarding Longitude and Lattitude of > committers etc, and a reference was made to a website, where the > coordinates of any point on a map could be shown. > > However, I can't find this site now. Anybody? > > Leif I do

Re: /usr/ports/ too big?

2000-02-10 Thread John Polstra
In article <[EMAIL PROTECTED]>, Jeffrey J. Mountin <[EMAIL PROTECTED]> wrote: > > In the context of CVSup server connections it would not be. Have to > chuckle when I hear someone doing CVSup for ports-all. Unless they have a > reason, but as we know many will do man things blindly. In my expe

Re: /usr/ports/ too big?

2000-02-10 Thread John Polstra
In article <[EMAIL PROTECTED]>, Leif Neland <[EMAIL PROTECTED]> wrote: > Just FYI, a cvsup of ports over a single ISDN-line took 22 min on a > soft-update'd disk. Something is seriously wrong over there then, because I can update my entire CVS repository in 1.5-2 minutes. And my Internet link i

here's some feedback on 4.0-RC ...

2000-02-10 Thread John Reynolds
hello all, I burned the ISO that Jordan released the other day and while I haven't gone through the entire binary installation yet, I booted the machine and fiddled inside sysinstall a bit. Here's some feedback: o Is there a way to increase the number of lines of console output that are "reme

Re: fw_enable

2000-02-10 Thread Luigi Rizzo
Hi, > ip_input.o: In function `ip_input': > ip_input.o(.text+0x2d3): undefined reference to `fw_enable' > ip_output.o: In function `ip_output': > ip_output.o(.text+0x3d7): undefined reference to `fw_enable' > *** Error code 1 > > but i have no firewall configured, see appended config. i fixed t

fw_enable

2000-02-10 Thread Randy Bush
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking ker

Re: .gdbinit for kernel

2000-02-10 Thread Chuck Robey
On Fri, 11 Feb 2000, Greg Lehey wrote: > On Thursday, 10 February 2000 at 23:28:14 -0500, Chuck Robey wrote: > > I was wondering if anyone had a .gdbinit that one could use, in remote > > debugging a kernel, that had a working kldstat in it? I found one in > > Greg's vinum directory, but it's a

Re: /usr/ports/ too big?

2000-02-10 Thread Udo Schweigert
On Thu, Feb 10, 2000 at 22:18:12 -0800, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Leif Neland <[EMAIL PROTECTED]> wrote: > > Just FYI, a cvsup of ports over a single ISDN-line took 22 min on a > > soft-update'd disk. > > Something is seriously wrong over there then, because I can u

Re: /usr/ports/ too big?

2000-02-10 Thread Szilveszter Adam
On Thu, Feb 10, 2000 at 10:18:12PM -0800, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Leif Neland <[EMAIL PROTECTED]> wrote: > > Just FYI, a cvsup of ports over a single ISDN-line took 22 min on a > > soft-update'd disk. > > Something is seriously wrong over there then, because I can

Re: Quirk in the latest 4.0-RC install disk ?

2000-02-10 Thread Thierry Herbelot
Adam wrote: > > That happened to me too. > I solved this temporarily by installing a previoulsy downloaded 3.3.5 Xfree (from a 3.4 disk). TfH BTW : the "xinit" copied from 3.3.5 has the same dynamic library problem when installed in the 3.3.6 X11R6/bin directory. > On Thu, 10 Feb 200

Re: problems with voxware/snd0 kernel compilations..

2000-02-10 Thread Eugene M. Kim
$ grep -l '^mpu401' /sys/i386/isa/sound/*.c /sys/i386/isa/sound/mpu401.c $ grep '^i386/isa/sound/mpu401\.c' /sys/conf/files.i386 i386/isa/sound/mpu401.c optionalmpu i386/isa/sound/mpu401.c optionalsscape $ I guess css0 needs mpu0 to handle the onboard MPU401 inter

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Eugene M. Kim
On Thu, 10 Feb 2000, Matthew N. Dodd wrote: | Not all devices are listed in the boot configuration screen; it is for | devices that do not support auto-detection. It would be nice to state this at startup of userconfig then, since many users (including most of my friends) expect all their device

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Matthew N. Dodd
On Thu, 10 Feb 2000, Eugene M. Kim wrote: > It would be nice to state this at startup of userconfig then, since > many users (including most of my friends) expect all their devices to > show up there. Thats not what userconfig is for. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | F

RE: howto for 3.4-STABLE -> 4.0-CURRENT?

2000-02-10 Thread Eugene M. Kim
On Thu, 10 Feb 2000, John Baldwin wrote: | You need a -current kernel for installworld to work. In fact, | if you aren't running a -current kernel installworld will blow | up on your machine. Try this instead: | | - cvsup -current | - make buildworld | - make buildkernel | - make installkernel

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

2000-02-10 Thread Doug White
On Thu, 10 Feb 2000, Donn Miller wrote: > Nope. When I ran buildword, I used CFLAGS='-mpentium -O3 -pipe'. Maybe you should bump it down to just -O instead of -O3; from what I understand anything beyond -O2 is asking for trouble. Doug White| FreeBSD: The Power to Serve

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Eugene M. Kim
On Fri, 11 Feb 2000, Matthew N. Dodd wrote: | On Thu, 10 Feb 2000, Eugene M. Kim wrote: | > It would be nice to state this at startup of userconfig then, since | > many users (including most of my friends) expect all their devices to | > show up there. | | Thats not what userconfig is for. Righ