Re: ntpd hanging machine

2000-03-02 Thread Doug Barton
Peter Dufault wrote: > It's probably almost safe to run a program > rtprio or idprio if all you do is compute during that time and > go back to time sharing before doing anything else, but be sure > you're paged in, don't handle signals that way, etc... I ran rc5des idprio'ed for well ov

Re: EP401 PCMCIA ethernet

2000-03-02 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Dr. Brain" writes: : eric3 /kernel: pccard: card inserted, slot 0 : eric3 pccardd[44]: No card in database for "RPTI"<"EP401 Ethernet NE2000 :Compatible") You'll need to add this to your /etc/pccard.conf and/or /etc/pccard.conf.sample. : Any pointers? Two thin

Ensoniq Soundscape

2000-03-02 Thread Systems Administrator
Has anyone gotten a regular Ensoniq Soundscape (Not AudioPCI) to work with pcm0 or anything BUT snd0? :).. I would really love to know as snd0 gives me a lot of static feedback in 4.0 for some reason.. I figure pcm wouldn't :) Thanks, -JD- To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: GRE Support in 4.X ???

2000-03-02 Thread Chris Timmons
The GRE "support" from the Squid patch is a {necessary, works ok} hack. I was planning on integrating NetBSD's generic GRE support after 4.0 if the appropriate people can be convinced that it is a good idea. I believe you can also configure policy based routing on the Cisco to ship the traffic

Re: Crash in currtprio, after dumping no operating system..

2000-03-02 Thread Bruce Evans
On Fri, 3 Mar 2000, Vallo Kallaste wrote: > But, anybody out there who knows _why the hell_ the dump routine wiped > off my disklabel? Here's the disklabel, it's exactly same as before. > 8 partitions: > #size offsetfstype [fsize bsize bps/cpg] > a: 131072 5242884.2BSD

Re: consistent "make -k buildworld" crash with 2 swap partitions

2000-03-02 Thread Daniel Ortmann
> :The /etc/fstab which enables the crash is the following. To fix it > :comment out the second swap. Note they are on separate drives. > :... > :I should also mention that I am running softupdates. > : > :>Description: > : > :If both swap partitions are enabled then "make -k buildworld" crashe

Re: consistent "make -k buildworld" crash with 2 swap partitions

2000-03-02 Thread Daniel Ortmann
> On Tue, Feb 29, 2000 at 12:14:48AM -0600, Daniel Ortmann wrote: > > The /etc/fstab which enables the crash is the following. To fix it > > comment out the second swap. Note they are on separate drives. > Does it still crash if you comment out the first device? I'll try that this weekend. >

Re: which(1), rewritten in C?

2000-03-02 Thread Chuck Robey
On Thu, 2 Mar 2000, Laurence Berland wrote: > Which is also a perl script, which sh uses (since it's not a builtin > there). It does the same thing as the which that's built in to bash and > tcsh and csh Oh, then it does it dynamically? That must be why it's slow. OK, thanks. > > Chuck Robe

Re: which(1), rewritten in C?

2000-03-02 Thread Laurence Berland
Which is also a perl script, which sh uses (since it's not a builtin there). It does the same thing as the which that's built in to bash and tcsh and csh Chuck Robey wrote: > > On Thu, 2 Mar 2000, Alfred Perlstein wrote: > > > * Dan Papasian <[EMAIL PROTECTED]> [000302 18:17] wrote: > > > Whil

Re: which(1), rewritten in C?

2000-03-02 Thread Chuck Robey
On Thu, 2 Mar 2000, Alfred Perlstein wrote: > * Dan Papasian <[EMAIL PROTECTED]> [000302 18:17] wrote: > > While this may sound crazy, I was tired of 'which' taking a long > > time to complete on my 486 dx4/100 when it was under extereme > > pressure, so I rewrote it in C :) > > > > ...snip >

Re: which(1), rewritten in C?

2000-03-02 Thread Alfred Perlstein
* Dan Papasian <[EMAIL PROTECTED]> [000302 18:17] wrote: > While this may sound crazy, I was tired of 'which' taking a long > time to complete on my 486 dx4/100 when it was under extereme > pressure, so I rewrote it in C :) > ...snip > NOTE: > This version of which has exactly the same be

Re: Crash in currtprio, after dumping no operating system..

2000-03-02 Thread Vallo Kallaste
On Thu, Mar 02, 2000 at 07:29:51PM -0500, Peter Dufault <[EMAIL PROTECTED]> wrote: > Was it a panic saying currtprio != curproc->p_rtprio.prio? > That was my fault, it's out now. Any SMP kernel from > earlier today should re-sup. Sorry can't remember details, I was bound to getting crashdump es

sysinstall vs disks

2000-03-02 Thread Warner Losh
I'm running the latest sysinstall (I just built it and installed it in /stand/sysinstall). When I tried to run the disk slice (fdisk) editor, it told me that I had no disks on my system. It appears that Disk_Names is returning no disks because DIOCGSLICEINFO is returning ENODEV for all the disk

which(1), rewritten in C?

2000-03-02 Thread Dan Papasian
While this may sound crazy, I was tired of 'which' taking a long time to complete on my 486 dx4/100 when it was under extereme pressure, so I rewrote it in C :) I don't think that it is worthwhile replacing this perl script with one written in C, but if anyone is interested... - The overhead of

Re: ntpd hanging machine

2000-03-02 Thread Peter Dufault
> On Thu, 2 Mar 2000, Matthew Dillon wrote: > > > :> > merge. Until that point I was using the stock ntp4 from udel with no > > :> > problems. But I tried the one shipping with 4.0 and it locks up completely > > > rtprio (and idprio) is virtually guarenteed to lockup your machine > > ev

Re: HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-02 Thread Bruce Evans
On Thu, 2 Mar 2000, Brian Dean wrote: > Resisting the temptation to cut-and-paste (resulting in the lost > tabs), and incorporating your other suggestions, how about this > version? > > Index: sysv_ipc.c > === > RCS file: /usr00/mir

Re: Crash in currtprio, after dumping no operating system..

2000-03-02 Thread Peter Dufault
> > Hello > > Just about a hour ago cvsupped the latest sources and built world because > of fixes in vinum. I have /usr mounted to striped volume over three > disks. After reboot I had crash just a moment after the setiathome > processes started, the crash was in currtprio, I have two seti proc

Re: pthread_{suspend,resume}_np broken?

2000-03-02 Thread John Polstra
In article <[EMAIL PROTECTED]>, Daniel M. Eischen <[EMAIL PROTECTED]> wrote: > Here's a quick fix. Thanks! It seems to fix my test program. I'll leave it up to you and Jordan whether to commit this before 4.0. It would be nice to have, but I don't have any immediate need for it. John -- J

Re: ntpd hanging machine

2000-03-02 Thread Matthew Dillon
: :On Thu, Mar 02, 2000 at 02:55:16PM -0800, a little birdie told me :that Matthew Dillon remarked :> :> rtprio (and idprio) is virtually guarenteed to lockup your machine :> eventually. Don't use either. : :Hm. :I've run ntpd rtprio'd to 52 for over a year, under -CURRENT and :RELENG_

Re: ntpd hanging machine

2000-03-02 Thread Bruce Evans
On Thu, 2 Mar 2000, Matthew Dillon wrote: > :> > merge. Until that point I was using the stock ntp4 from udel with no > :> > problems. But I tried the one shipping with 4.0 and it locks up completely > rtprio (and idprio) is virtually guarenteed to lockup your machine > eventually. Don

Re: Please review: fdisk -e -> -I

2000-03-02 Thread Garance A Drosihn
At 10:29 AM +1030 3/3/00, Greg Lehey wrote: >On Thursday, 2 March 2000 at 13:43:17 -0700, Warner Losh wrote: > > I hate to follow up my own post. It would appear that -e was added > > before 3.3R went out the door. Given that, I think the patch should > > look more like the following: > >I'm st

Re: Crash in currtprio, after dumping no operating system..

2000-03-02 Thread Vallo Kallaste
On Fri, 3 Mar 2000, Vallo Kallaste wrote: > sheduled to start with idprio 31. I did dump and rebooted, then found > myself sitting behind my desk and watching No Operating System Found > prompt. Boot blocks are there, my machine BIOS reports it. Sorry can't > provide more information as I need

Re: Please review: fdisk -e -> -I

2000-03-02 Thread Greg Lehey
On Thursday, 2 March 2000 at 13:43:17 -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Warner Losh writes: >> Given that OpenBSD had the -e flag to fdisk first, and that it means >> edit there and that disklabel -e means edit, I'd like to apply the >> following patch to -current before

Re: Please review: fdisk -e -> -I

2000-03-02 Thread Poul-Henning Kamp
You have my OK to change the option, but you'll need Jordans OK to commit it. Poul-Henning In message <[EMAIL PROTECTED]>, Warner Losh writes: > >Given that OpenBSD had the -e flag to fdisk first, and that it means >edit there and that disklabel -e means edit, I'd like to apply the >following p

Re: ntpd hanging machine

2000-03-02 Thread Matthew D. Fuller
On Thu, Mar 02, 2000 at 02:55:16PM -0800, a little birdie told me that Matthew Dillon remarked > > rtprio (and idprio) is virtually guarenteed to lockup your machine > eventually. Don't use either. Hm. I've run ntpd rtprio'd to 52 for over a year, under -CURRENT and RELENG_2_2. Never

EP401 PCMCIA ethernet

2000-03-02 Thread Dr. Brain
I've got a laptop that is using one of these lovely little buggers, but not with -current. I recently upgraded to the 4.0-2227 snapshot but to my disappointment, the card is not listed in pccard.conf. Previously I was running 3.2-PAO, and the card worked just fine. It is an ed0/NE2000 compl

Crash in currtprio, after dumping no operating system..

2000-03-02 Thread Vallo Kallaste
Hello Just about a hour ago cvsupped the latest sources and built world because of fixes in vinum. I have /usr mounted to striped volume over three disks. After reboot I had crash just a moment after the setiathome processes started, the crash was in currtprio, I have two seti processes sheduled

4.0 RC2 package install issues

2000-03-02 Thread Brantley Hobbs
Hi all, I just installed the 4.0 RC2. Everything went great, when I went to install the Linux compatibility package, I had a package add error. Running with verbose gave us the following problem: "Cannot CWD: /compat" The problem occurred when it tried to install to the directory /compat/linux

USB floppy drives, e.g. Sony VAIO

2000-03-02 Thread Nick Hibma
Please send me a message if the drive you have is not attached as a Y-E Data floppy drive or the transfer speed is not given as 30kb/s. Basically if in your dmesg something else than umass0: Y-E DATA FlashBuster-U, rev 1.00/1.14, addr 2, UFI over CBI with CCI da0 at umass0 bus 0 target 0 lun 0

Re: ntpd hanging machine

2000-03-02 Thread Matthew Dillon
:> > merge. Until that point I was using the stock ntp4 from udel with no :> > problems. But I tried the one shipping with 4.0 and it locks up completely :> > (looks like a hardware lockup). The ntp4 from udel works completely :> > though. Odd :) :> :> Yes, that's odd. I've never seen that... Ca

Re: Installation floppies and USB

2000-03-02 Thread John Daniels
Hi: I apologize for another post. This note should have been included in my last post. I wanted to point out that the description of the timer (at the URL provided) lists a couple of known problems, with an explanation as to why the developer could not fix them. I don't know if they have bee

Re: ntpd hanging machine

2000-03-02 Thread Wes Morgan
On Wed, 1 Mar 2000, Ollivier Robert wrote: > According to Wes Morgan: > > merge. Until that point I was using the stock ntp4 from udel with no > > problems. But I tried the one shipping with 4.0 and it locks up completely > > (looks like a hardware lockup). The ntp4 from udel works completely > >

Re: HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-02 Thread Brian Dean
Bruce Evans wrote: > It has too many style bugs for me. It corrupts all tabs to spaces and > has some other style bugs. Resisting the temptation to cut-and-paste (resulting in the lost tabs), and incorporating your other suggestions, how about this version? Thanks, -Brian Index: sysv_ipc.c ===

Re: Installation floppies and USB

2000-03-02 Thread John Daniels
Hi: One more *possible* "clue." Just before the kernel configuration screen appears (this screen fills up the screen, replacing diagnostic/bootup messages), I get a one-line message that includes the terms "timer" and "frequency" along with some numbers (that may be in hexadecmial). This mayb

Re: Installation Floppies and USB

2000-03-02 Thread John Daniels
Hi: In my last posting, I described changing some BIOS setting individually. After some feedback, I have tried to change a group of settings. I changed the following three settings before booting the installation disks: BIOS parameter Default Changed to --

Twice the clock, half the fun.

2000-03-02 Thread David Gilbert
I've been running FreeBSD (under FreeBSD) on VMWare lately to try to test some kernel modules I'm writing. However, the clock seems to run at nearly twice normal time. Ntpdate will set the clock back tot he right value, but ntpd doesn't appear to be able to reign in the runaway clock. Is there

Re: Please review: fdisk -e -> -I

2000-03-02 Thread Warner Losh
In message <[EMAIL PROTECTED]> Warner Losh writes: : Given that OpenBSD had the -e flag to fdisk first, and that it means : edit there and that disklabel -e means edit, I'd like to apply the : following patch to -current before it becomes 4.0. If we wait, we'll : have compatibility problems. Rig

Support for USB floppy drives

2000-03-02 Thread Nick Hibma
[Apologies for duplicates. Some people have shown interest in the past, asked about the driver and I thought it would be polite to send them an update on this.] Support for USB floppy drives has been added to the umass driver. Thanks to Jim Blackson at Y-E Data for providing the floppy drive. Th

Please review: fdisk -e -> -I

2000-03-02 Thread Warner Losh
Given that OpenBSD had the -e flag to fdisk first, and that it means edit there and that disklabel -e means edit, I'd like to apply the following patch to -current before it becomes 4.0. If we wait, we'll have compatibility problems. Right now it is too easy to shoot yourself in the foot with t

Re: HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-02 Thread Bruce Evans
On Thu, 2 Mar 2000, Brian Dean wrote: > I believe the following patch does what you are asking. Essentially, > it only calls suser() if it was about to return a permission error, > thus the ASU flag should only be set when superuser privileges are > actually used. > > Let me know if this looks

Re: Upgrade to Current from 3.4

2000-03-02 Thread Matthew N. Dodd
On Thu, 2 Mar 2000, Christopher T. Griffiths wrote: > Here is my kernel lines for pccard: > > devicecard > device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd > device xe0 at isa? > device ep Make sure the pcic IRQ and the IRQs listed in /etc/pccard.conf are actually free (unused b

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Vallo Kallaste
On Thu, Mar 02, 2000 at 11:44:27AM +0300, "Ilmar S. Habibulin" <[EMAIL PROTECTED]> wrote: > > library shows me the "undefined symbol" is there: > > > > myhakas:vallo$ nm /usr/local/kde/lib/libkhtml.so.3 | grep eh_rtime_match > > U __eh_rtime_match > > > I have the same problem. Try to delet

Upgrade to Current from 3.4

2000-03-02 Thread Christopher T. Griffiths
Hello, I recently upgraded to Current to do some tests with it for the forthcoming release of 4.0. I have my laptop running quite well under 4.0 except that I cannot get my xircom 10/100 xe0 pccard to initalize. Anyway I just tried using a 3com 574tx card ep0 and I am getting terrible response

everybuddy consumes lots of cpu cycles...

2000-03-02 Thread Nawfal M. Rouyan
Hi all, I'm using the 4.0 current as of 29th February and also using Xfree86 3.9.18 beta. The problem is that whenever I use the program everybuddy (/usr/ports/net/everybuddy) which is a messenger for yahoo, msn, icq and aim, the program will consume lots of cpu cycles. Is anyone out there encou

Re: lo0 tcp connections in TIME_WAIT/LAST_ACK/FIN_WAIT?

2000-03-02 Thread Kevin Day
> > > After upgrading from 3.4 to RC2, i'm noticing something that I never saw > > before: > > > > Active Internet connections (including servers) > > Proto Recv-Q Send-Q Local Address Foreign Address(state) > > tcp0 0 127.0.0.1.4954 127.0.0.1.4242

Re: current.freebsd.org

2000-03-02 Thread Donn Miller
Cy Schubert - ITSD Open Systems Group wrote: > What ever happened to current.freebsd.org. Here is the transcript of > my last session: [snip] > It's been "broken" for the last couple of days. Try releng3.freebsd.org. - Donn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

current.freebsd.org

2000-03-02 Thread Cy Schubert - ITSD Open Systems Group
What ever happened to current.freebsd.org. Here is the transcript of my last session: cwtest$ ftp current.freebsd.org Connected to usw2.freebsd.org. 220 usw2.freebsd.org FTP server (Version wu-2.6.0(1) Tue Jan 25 00:05:38 CST 2000) ready. 331 Guest login ok, send your complete e-mail address a

Re: HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-02 Thread Brian Dean
Bruce Evans wrote: > It had rotted further since then (as half threatened in rev.1.9) to > passing the process pointer so that it can mess up p->p_acflag. This > results in the ASU flag always being set in p->p_acflag for root, > although no special privilege is required for root to operate on ip

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Vallo Kallaste
On Thu, Mar 02, 2000 at 03:03:33PM +0100, Theo van Klaveren <[EMAIL PROTECTED]> wrote: > You actually get as far as kdebase? My builds quit in kdelibs in > arts/flow/stereofftscope.cpp with the following message (verbatim): > > stereofftscope.cpp:~80: sorry, not implemented. (something about sy

Re: things I noticed w/ 4.0

2000-03-02 Thread Daniel C. Sobral
Kenneth Wayne Culver wrote: > > > Weird. Are you sure your BIOS is set to PnP OS = No? > > heh, when I set this option to "no" in my bios... -CURRENT won't even > finish probing the hardware... it just hangs in the boot-probe messages. Well, that's a problem to be tracked. FreeBSD _does not_ s

Re: Instrallation floppies and USB

2000-03-02 Thread Matthew Sean Thyer
You shouldn't mail toso many lists... trimmed. On Wed, 1 Mar 2000, John Daniels wrote: > Hi: > I looked in BIOS setup to see if there were any settings that I could try > changing to make the boot floopies work. The only ones that I found that > seemed to apply were (defaults in brackets): >

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Theo van Klaveren
On Thu, 2 Mar 2000, Ilmar S. Habibulin wrote: > On Thu, 2 Mar 2000, Vallo Kallaste wrote: > > > Donn Miller suggested to look at the development KDE, because of my need > > for small but still usable graphical browser. I got the sources by > > CVSup, bare minimum only, then compiled with standar

Re: IPv6 trouble

2000-03-02 Thread Motomichi Matsuzaki
Hi. At Thu, 02 Mar 2000 21:06:13 +0900, Yoshinobu Inoue <[EMAIL PROTECTED]> wrote: > > By the way, WHO is responsible for this? > > fetchmail? resolver? my setting? > It seems to be fetchmail bug. It should try IPv4 if IPv6 > access is failed. > > Could you please copy this patches as your > po

current hangs during boot if ET/5025-16 card is installed

2000-03-02 Thread Don Lewis
I happened to try to install 4.0-CURRENT on a box that has an Emerging Technologies ET/5025-16 ISA card installed and found that the kernel wedges during boot. It hangs hard and won't respond to anything except the reset switch. The motherboard is an Asus P3B-F and I believe I have the BIOS pro

^$9(B!!

2000-03-02 Thread $B%(!<%S!<>&IJ%;%s%?!<(B
** $B!!I{6H!&%5%$%I!&:b%F%/7O!&%Q%=%3%s!&7HBSEEOC!&%M%C%H%o!<%/(B $B!!2=>QIJ!&%?%&%s>pJs;o5Z$S%S%8%M%9>pJs;oH/9T85!&DLHN(B $B!!7r9/4XO"!&(BE-mail$B%"%I%l%9Ey$N3F\$7$$;qNA5Z$SL\O?I=$rL5NA$G?JDhCf!*(B $B!}$"$J$?$N=;=j!&;aL>!&#

Re: IPv6 trouble

2000-03-02 Thread Yoshinobu Inoue
> I suspect, > > * fetchmail inquire "localhost" to resolver > * resolver returns "::1" because there is the entry in /etc/hosts > * fetchmail try to connect port 25 on "::1" > * sendmail listen on only port 25 of inet4, not of inet6 > * trial failes, and fetchmail giving up > > Then, I commente

Re: sysinstall mistake

2000-03-02 Thread Dmitry Valdov
Hello! Sure, I'm tracking. There are two lines with USA_RESIDENT. First used when creating new make.conf. Second one is used when updating existing make.conf. You've fixed it only in first case. Please look at the patch properly :) Dmitry. On Thu, 2 Mar 2000, Jordan K. Hubbard wrote: > Date:

IPv6 trouble

2000-03-02 Thread Motomichi Matsuzaki
Hi. I built and installed current-2301 today, and use INET6 enabled kernel *without* ipv6_enable="YES" in /etc/rc.conf. (this probably is the default situation made by the installer) I receive mails by ports/mail/fetchmail from my ISP, then re-send them to local SMTP(sendmail). But, today,

Re: sysinstall mistake

2000-03-02 Thread Jordan K. Hubbard
You need to track -current. I fixed this on: revision 1.155 date: 2000/02/24 08:28:06; author: jkh; state: Exp; lines: +2 -2 Do USA_RESIDENT properly. > Hi! > > Please commit it: > > > > --- release/sysinstall/config.c.old Tue Feb 29 23:56:47 2000 > +++ release/sysinstall/config.c

Re: Instrallation floppies and USB

2000-03-02 Thread Nick Hibma
[Just a quick response, some things to try will follow this evening.] >Configuration Table[Disabled] >PCI IRQ setting[Auto] >PCI IRQ sharing[No] should be Yes. >Plug and Play OS [Yes] Should be No. > I thought that PCI

(no subject)

2000-03-02 Thread 彭 耀东
auth cdf95649 subscribe freebsd-current [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

error in buildworld

2000-03-02 Thread Alexandr Listopad
I had this error always, since I install 4.0-C `make -k buildworld' helps, but it is no way for build world. ===> share/doc/usd/19.memacros touch _stamp.extraobjs (cd /usr/src/share/doc/usd/19.memacros; groff -mtty-char -Tascii -me -o1- /usr/s rc/share/doc/usd/19.memacros/intro.me) | gzip -cn

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Ilmar S. Habibulin
On Thu, 2 Mar 2000, Vallo Kallaste wrote: > Donn Miller suggested to look at the development KDE, because of my need > for small but still usable graphical browser. I got the sources by > CVSup, bare minimum only, then compiled with standard system compiler. > It wasn't smooth but finally it work

Re: extern variables in shared libraries broken (ld.so or mmap bug)

2000-03-02 Thread Martin Cracauer
Updates on the -fpic bug: Satoshi has been so kind to point me to the ports build logs. Out of 1672 files compiled with -fpic, 1033 of them with -O1, none triggered the assembler warning message. I would now feel reasonably comfortable to resolve the issue for Release 4.0 by : - committing Bruc

Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Vallo Kallaste
Hello Donn Miller suggested to look at the development KDE, because of my need for small but still usable graphical browser. I got the sources by CVSup, bare minimum only, then compiled with standard system compiler. It wasn't smooth but finally it works, well, the main reason I compiled it was K