Re: current.freebsd.org problems?

2000-10-21 Thread John Hay
jhay For now I just went back to an older kernel that works for me. Would you please explain "an older kernel" ? I'm using a kernel as of Sep/30/2000 and it panics. *** Note that this (Sep/30/2000) kernel doesn't panic until Oct/13/2000. Between Oct/14/2000 and Oct/17/2000, "make

Re: current.freebsd.org problems?

2000-10-21 Thread Makoto MATSUSHITA
jhay It looks like I spoke too soon. My 2000-10-05 kernel that previously jhay worked also now panics. It must be somewhere when the floppies are jhay made. Maybe there is a problem in newfs(8). peter 2000/10/16 17:41:37 PDT Modified files: sbin/newfs mkfs.c Log:

Re: current.freebsd.org problems?

2000-10-21 Thread Makoto MATSUSHITA
matusita When I backout this change, the problem seems disappeared... This is sample shell script to reproduce recent kernel hungup: #!/bin/sh dd of=/tmp/image if=/dev/zero count=1440 bs=1k awk 'BEGIN {printf "%c%c", 85, 170}' | \ dd of=/tmp/image obs=1 seek=510 conv=notrunc vnconfig -s

Bug in libc_r or broken application?

2000-10-21 Thread Blaz Zupan
Just tried installing "ohphone" under FreeBSD-current. "ohphone" is a H323 compatible phone that can be used for Voice over IP, it's available in the FreeBSD ports collection. Just starting the application produces the message "User signal 2". That's it, nothing else, whatever option you supply.

Re: Junior Kernel Hacker Task: M_ZERO

2000-10-21 Thread Garrett Rooney
If anybody is looking for a simple task to perform in the FreeBSD kernel: this is it. A quick grep tells me that there are at least 91 files in the src/sys tree which could use this flag to simplify and optimize the code. i'll probably start looking at these this week sometime...

Re: strange problem of PPPoE + NAT

2000-10-21 Thread Josh Tiefenbach
On Sat, Oct 21, 2000 at 11:08:28PM +1000, Idea Receiver wrote: I just upgrade one of my server to -current. that server connect to ADSL and act as a gateway. however, after I upgrade that server to -current, all other clients (all windows 98) start acting really strange. clients was

Printing lockups in -current / Nutscrape

2000-10-21 Thread Jim Bryant
Hi, this has happened twice now, and I think it's about time to report it. I'm running -current Tue Oct 17 00:02:26 CDT 2000, and have noticed that under this and a -current from a few weeks ago that while printing in netscape, the whole system will lock. no panic, just big-red-button-time..

new rc.network6 and rc.firewall6

2000-10-21 Thread Hajimu UMEMOTO
Hi, I wish to update rc.network6 and introduce rc.firewall6. - ipv6_prefix_* and ipv6_ifconfig_* work for end node - rtsol should be work to only one interface - new variable ipv6_defaultrouter is added - ipv6_firewall_enable, ipv6_firewall_type,

Re: new rc.network6 and rc.firewall6

2000-10-21 Thread Jordan Hubbard
I wish to update rc.network6 and introduce rc.firewall6. H. I must confess that I see /etc as getting rather cluttered these days. Is there no way to perhaps collapse some of the most related functionality into single files and start passing arguments or something? Just a comment.. -

Re: new rc.network6 and rc.firewall6

2000-10-21 Thread Jeroen Ruigrok van der Werven
-On [20001021 20:10], Jordan Hubbard ([EMAIL PROTECTED]) wrote: I wish to update rc.network6 and introduce rc.firewall6. H. I must confess that I see /etc as getting rather cluttered these days. Is there no way to perhaps collapse some of the most related functionality into single files

Re: Junior Kernel Hacker Task: M_ZERO

2000-10-21 Thread David Malone
On Sat, Oct 21, 2000 at 09:48:47AM -0400, Garrett Rooney wrote: If anybody is looking for a simple task to perform in the FreeBSD kernel: this is it. A quick grep tells me that there are at least 91 files in the src/sys tree which could use this flag to simplify and optimize the code.

HEADS UP: -current a bit rocky at the moment..

2000-10-21 Thread John Baldwin
This is a friendly little heads up that -current seems to be a bit wobbly at the moment. First of all, the WITNESS code now actually does something... and manages to hang the kernel while doing so. So for now you probably don't want WITNESS in your kernel config. Secondly, there have been

m4 not in build tools for make world

2000-10-21 Thread Rogier R. Mulhuijzen
Heya, I don't know if m4 should be in the build tools that are made during make world, but it isn't. And because I had the GNU m4 installed as m4 and not gm4 the building of the boot blocks went belly up (bootblocks crashed on boot). Just my $0.02 DocWilco To Unsubscribe: send

Re: new rc.network6 and rc.firewall6

2000-10-21 Thread Jordan Hubbard
However, Umemoto-san and me will discuss this, since we [he mostly] have been working on this for the last few months. Sounds good to me. My comments were, just to make it clear again, just food for thought and not out-and-out objections. If even 47 more files in /etc is what it takes to get

(no subject)

2000-10-21 Thread Tom Jackson
unsubscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

-current hangs during boot

2000-10-21 Thread Donny Lee
Hi there, I've done a very recent week's make world(S) on -current, making and installing world and kernel go fine, but all hang on boot, with no error codes or msgs. When boot, all go fine at the beginning, and stop right after showing the msg: : : /dev/da0s1e: FILESYSTEM

newfs/fsck problem (bad superblocks)

2000-10-21 Thread John W. De Boskey
Hi, I posted a question concerning fsck yesterday. A number of people replied with the 'bad harddisk' comment. I have followed up some more on the problem, and can now reproduce it on different filesystems. Below, I umount my /usr/obj, newfs it, mount it, unmount it, and then fsck it.

Re: newfs/fsck problem (bad superblocks)

2000-10-21 Thread John W. De Boskey
Reverting src/sbin/newfs/mkfs.c to revision 1.29 fixes the problem. With just a quick review of the patch, I'm not sure I understand what forces the last dirty buffer to be written. revert the patch? try to fix it? comments? -John - John W. De Boskey's Original Message - Hi, I

PPP over ATM

2000-10-21 Thread Brian Smith
I was wondering what the state of PPP over ATM is, if there is at all. And would like to offer my services in it's development if it isn't finished (or started) yet. I inquired on #FreeBSDHelp on EFNet but I didn't get any useful results. I am not sure if this is the correct place to be