Re: ld-elf.so.1 (or VM?) weirdness

1999-10-28 Thread Maxim Sobolev
John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Maxim Sobolev <[EMAIL PROTECTED]> wrote: > > > For a quite long time I searched for the way to reproduce this bug, > > and it seems that I've finally found how to do it. In most cases > > attempt to make any port on a freshly booted system

-stable to -current

1999-10-28 Thread Randy Bush
trying to take a system from stable to current. o cvsup current o try makeworld but get cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_ashrsi3 -o _

bogus libncp header installation

1999-10-28 Thread Bruce Evans
`make beforeinstall' in libncp corrupts the source tree (or fails with EROFS) in the SHARED=symlinks case. It installs headers in /usr/include/netncp -> ../../sys/netncp. Headers that belong in should just be in the source tree for netncp. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED

ARP Failure

1999-10-28 Thread Phil 0. Nature
I'm sorry I don't have logs to include with this, but after booting with the current kernel and system (as of Oct 28 14:52), I kept getting arp lookup failures on every address, didn't experience anything else out of the ordinary. Any ideas as to what's wrong? (If you need the actual error messa

Re: CMAP2 busy ?

1999-10-28 Thread Bruce Evans
On Thu, 28 Oct 1999, Luoqi Chen wrote: > > ... > > panic: pmap_zero_page: CMAP2 busy > > > It looked like an interrupt hit when the cpu was in an idle loop replenishing > zero filled pages, and the interrupt handler somehow also tried to zero some > pages itself. In vm_page_zero_idle(), pmap_ze

VESA module breaks USB?

1999-10-28 Thread Christopher Masto
I just upgraded my play machine from a month-old or so -current, and I've found that my OHCI-based USB controller fails to probe correctly iff the VESA module is loaded. I present the two sets of boot messages, in unidiff format. --- /tmp/dmesg.good Thu Oct 28 18:08:44 1999 +++ /tmp/dmesg.ba

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Peter Jeremy
On 1999-Oct-29 11:03:20 +1000, Matthew Dillon wrote: > Unfortunately, we just don't see these sorts >of panics on Intel boxes all that much because IA32 allows misaligned >accesses. This means there are almost certainly alignment bugs in the >code. You can enable user-mode alignment

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
Matthew Dillon writes: > :Speaking of NFS changes, there was talk at one time about turning the > :nfsm macros into functions. Is this going to happen? > > No. The nfsm macros have goto's all over the place that jump outside > the macro, and also use local variables declared outsi

Re: really draggy NFS access in -current?

1999-10-28 Thread Daniel O'Connor
On 28-Oct-99 Matthew Jacob wrote: > UDP. Local network. Very puzzling. Have you tried a week old kernel? Might be worth the test to see if someone broke something subtle. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about sta

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Matthew Dillon
:Speaking of NFS changes, there was talk at one time about turning the :nfsm macros into functions. Is this going to happen? No. The nfsm macros have goto's all over the place that jump outside the macro, and also use local variables declared outside the macro. Short of rewriting a

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
Matthew Dillon writes: > :We have an NFS server setup running an older FreeBSD-current (Wed Jun 30). > :This server exports a filesystem to a number of heterogenous clients. > :On most clients, this filesystem is automounted. > : > :Occasionally, some random Digital UNIX box running 4.0F wil

Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Bill Fumerola writes: : There are two versions of the XIRCOM realport multifunc cards, : one that is Cardbus and one that isn't. I have the latter. : if_xe is broken now, BTW. I have at least one Xircom card which I plan to make work, if at all possible, with the n

Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread Bill Fumerola
On Thu, 28 Oct 1999 [EMAIL PROTECTED] wrote: > I have friends who happen to have Xircom multifunc cards (which > _are_ CardBus) - would you guys like me to try and test them? I > can get them long enough to test them out with the newconfig > functionality. There are two versions of the XIRCOM re

Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread andrews
At 01:46 AM 10/27/99 -0700, you wrote: >Are you *SURE* this is CardBus? AFAIK, we don't yet (at least >pre-Warner's new pcic code) support CardBus. Hrmm.. I could have sworn it was a CardBus card: http://www.3com.com/client/mcd/products/3ccfe574btsp.html Perhaps I was just seeing things

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Matthew Dillon
:We have an NFS server setup running an older FreeBSD-current (Wed Jun 30). :This server exports a filesystem to a number of heterogenous clients. :On most clients, this filesystem is automounted. : :Occasionally, some random Digital UNIX box running 4.0F will partially :wedge because it's automou

odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
We have an NFS server setup running an older FreeBSD-current (Wed Jun 30). This server exports a filesystem to a number of heterogenous clients. On most clients, this filesystem is automounted. Occasionally, some random Digital UNIX box running 4.0F will partially wedge because it's automounter

Re: CMAP2 busy ?

1999-10-28 Thread Luoqi Chen
> Hi. > > I've been experiencing problems with my machine crashing when in X, > when idle overnight. > > Normally it panics with XF86_S3. Today however the machine returned > something a little different, which I haven't seen before. > I hope this helps someone. > > The machine worlds with no p

Re: CMAP2 busy ?

1999-10-28 Thread Bill Fumerola
On Thu, 28 Oct 1999, Khetan Gajjar wrote: > #0 boot (howto=256) at ../../kern/kern_shutdown.c:280 > 280 dumppcb.pcb_cr3 = rcr3(); > (kgdb) quit That's useless, every panic will look like that. Please see the handbook's instructions for good debugging tips. -- - bill fumerola

Re: really draggy NFS access in -current?

1999-10-28 Thread Andrew Gallatin
Matthew Jacob writes: > > UDP. Local network. Very puzzling. Oh well. So much for a shot in the dark.. -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University

Re: really draggy NFS access in -current?

1999-10-28 Thread Matthew Jacob
UDP. Local network. Very puzzling. On Thu, 28 Oct 1999, Andrew Gallatin wrote: > > Matthew Jacob writes: > > > > Hmm. Could be. That's a good thing to try. The connection is a Full Duplex > > 100BaseT to a 3com switch (both alpha/freebsd && Solaris) so what you > > suggest Just Didn't

Re: really draggy NFS access in -current?

1999-10-28 Thread Andrew Gallatin
Matthew Jacob writes: > > Hmm. Could be. That's a good thing to try. The connection is a Full Duplex > 100BaseT to a 3com switch (both alpha/freebsd && Solaris) so what you > suggest Just Didn't Occur To Me (tm). Thanks > Is this a UDP or TCP mount? I've seen very strange things with

cpdup port committed

1999-10-28 Thread Matthew Dillon
: :On Tue, Oct 26, 1999 at 08:03:35PM -0700, Matthew Dillon wrote: :> Yes, I'll do a cpdup port too. : :Thanks, Matt! I know plenty of people that will find this useful. : :-- :Jos Backus _/ _/_/_/ "Reliability means never /usr/ports/misc/cpdup now exists! Trek

CMAP2 busy ?

1999-10-28 Thread Khetan Gajjar
Hi. I've been experiencing problems with my machine crashing when in X, when idle overnight. Normally it panics with XF86_S3. Today however the machine returned something a little different, which I haven't seen before. I hope this helps someone. The machine worlds with no problems, and is perf

Re: really draggy NFS access in -current?

1999-10-28 Thread Matthew Jacob
Hmm. Could be. That's a good thing to try. The connection is a Full Duplex 100BaseT to a 3com switch (both alpha/freebsd && Solaris) so what you suggest Just Didn't Occur To Me (tm). Thanks On Thu, 28 Oct 1999, Matthew Dillon wrote: > :Okay- I went home and left a cvs update going on /usr/

Re: really draggy NFS access in -current?

1999-10-28 Thread Matthew Dillon
:Okay- I went home and left a cvs update going on /usr/src - reading from :a local CVSUP repository NFS mounted on /home/ncvs. The server is a :Sun SS1000 Solaris 2.6 box. 6 hours later, the cvs update is still chugging :slowly along- top shows cvs as: : : PID USERNAME PRI NICE SIZERES

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: > > I emailed Peter so as not to create any confusion because he seemed > active at the time, but if either if you could move the file I would > appreciate it! Good, I've just done it. Your best bet for CVS r

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

1999-10-28 Thread Matthew Dillon
: :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 :

Re: lsof + namecache

1999-10-28 Thread David O'Brien
> > fstat(1) does not have the functionality (that is now missing) that > > people have come to expect from LSOF. > ...which is? Say for instance I want to know which program someone is running (and what libs it is using). fstat does not show the path to the program: obrien communicator-4.7 8

Re: make buildworld problem...

1999-10-28 Thread Wilko Bulte
As Peter Jeremy wrote ... > On 1999-Oct-28 07:36:53 +1000, David O'Brien wrote: > >IF you are going to run -CURRENT, you need to read this list. > > And read /usr/src/UPDATING which also warns about this > > >(/me wonders how many MORE times we are going to have to say this because > >of the sig

Re: lsof + namecache

1999-10-28 Thread Dan Nelson
In the last episode (Oct 28), Garrett Wollman said: > < said: > > > fstat(1) does not have the functionality (that is now missing) that > > people have come to expect from LSOF. > > ...which is? The ability to map a filedescriptor with a filesystem name by digging inside the kernel's namecache:

Re: ld-elf.so.1 weirdness

1999-10-28 Thread John Polstra
In article <[EMAIL PROTECTED]>, Maxim Sobolev <[EMAIL PROTECTED]> wrote: > For a quite long time I searched for the way to reproduce this bug, > and it seems that I've finally found how to do it. In most cases > attempt to make any port on a freshly booted system stops with: > > /usr/libexec/ld

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 Polst

Re: lsof + namecache

1999-10-28 Thread Garrett Wollman
< said: > fstat(1) does not have the functionality (that is now missing) that > people have come to expect from LSOF. ...which is? -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same [EMAIL PROTECTED] | O Siem / The fires of freedom Opinions not thos

Re: lsof + namecache

1999-10-28 Thread David O'Brien
On Thu, Oct 28, 1999 at 10:52:30AM -0400, Garrett Wollman wrote: > > The lsof functionality should in my opinion be added to the system, > > and the necessary hooks should be added to the kernel using sysctl. > > fstat(1). fstat(1) does not have the functionality (that is now missing) that peopl

Re: lsof + namecache

1999-10-28 Thread Garrett Wollman
< said: > The lsof functionality should in my opinion be added to the system, > and the necessary hooks should be added to the kernel using sysctl. fstat(1). -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Solidão

1999-10-28 Thread Casa_do_Pensamento
Solidão "Você não pode estar só se gostar da pessoa com quem fica quando esta sozinho." - Wayne Dyer To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ld-elf.so.1 weirdness

1999-10-28 Thread Maxim Sobolev
Hi there, For a quite awhile I'm observing strange problems with dynamic loader (ld-elf). On my -current system (last 'suped and compiled several hours ago) I often observed the following error message: /usr/libexec/ld-elf.so.1: /usr/bin/foobar: Shared object has no run-time symbol table where

Re: lsof + namecache

1999-10-28 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Chuck Rob ey writes: >Lsof is broken. > >I already wrote Poul about it, but he hasn't seen my email yet, I guess. I've been busy, your email is sitting in my inbox somewhere, to be dealt with when I have time. >Does anyone know the direction this was going in, and

NOT! KDE 1.1.2 package for current seems broken

1999-10-28 Thread Reinier Bezuidenhout
Hi ... It seems that the qt-1.42 package of current is different than that of the 3.3. packages ... I just installed the current version of qt-1.42 and now kde 1.1.2 is working fine ... Reinier To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of th

KDE 1.1.2 package for current seems broken

1999-10-28 Thread Reinier Bezuidenhout
Hi ... Anyone tried to install the KDE 1.1.2 current package ?? I tried to install this and it would not startup, it complained about undefined symbols. I searched for these symbols and found them in libqt2.so.2 ... I installed this and tried to start KDE again, it then complained about symbols

really draggy NFS access in -current?

1999-10-28 Thread Matthew Jacob
I have the following setup for an alpha PC164 running a current -current (as in a kernel from the last day): farrago.feral.com > mount /dev/da0a on / (ufs, local, writes: sync 608 async 3306) procfs on /proc (procfs, local) mfs:30 on /tmp (mfs, asynchronous, local, writes: sync 2 async 7) bird:/

Re: make buildworld problem...

1999-10-28 Thread Marcel Moolenaar
Peter Jeremy wrote: > > >(/me wonders how many MORE times we are going to have to say this because > >of the signal changes...) > > A very large number I suspect. > > IMHO, the correct solution is to for the entire make world process to > be re-worked. That's what I'm currently doing. If I hav