Re: CVS_LOCAL_BRANCH_NUM?

2002-12-11 Thread Peter Pentchev
On Tue, Dec 10, 2002 at 11:56:26AM -0800, Lamont Granquist wrote: On Tue, 10 Dec 2002, Dmitry Morozovsky wrote: On Tue, 10 Dec 2002, Lamont Granquist wrote: LG From the man page, I'm not really sure where it makes a difference other LG than when someone is playing with IFS, but $@ seems

Re: CVS_LOCAL_BRANCH_NUM?

2002-12-11 Thread Stijn Hoop
On Wed, Dec 11, 2002 at 10:59:55AM +0200, Peter Pentchev wrote: On Tue, Dec 10, 2002 at 11:56:26AM -0800, Lamont Granquist wrote: On Tue, 10 Dec 2002, Dmitry Morozovsky wrote: Please note quotes explicitly, $@ is really needed where your parameters contain spaces (bad practice in

Re: CVS_LOCAL_BRANCH_NUM?

2002-12-11 Thread Peter Pentchev
On Wed, Dec 11, 2002 at 10:40:04AM +0100, Stijn Hoop wrote: On Wed, Dec 11, 2002 at 10:59:55AM +0200, Peter Pentchev wrote: On Tue, Dec 10, 2002 at 11:56:26AM -0800, Lamont Granquist wrote: On Tue, 10 Dec 2002, Dmitry Morozovsky wrote: Please note quotes explicitly, $@ is really needed

soft updates

2002-12-11 Thread omestre
Hello all... In this moment, i have one linux server to provides me NFS sharing... Why? Because i need xfs instant recovery feature, and the performance. I don't know very well about soft updates, and i would like have only BSD systems... Somebody knows if i could and how to install FreeBSD

kernel/userland ssh filesystem for FreeBSD?

2002-12-11 Thread Marco Molteni
Hi, as you might know, both kde (via kio-fish) and gnome (via gnome virtual file system) provide a userland filesystem-like API that allows to mount a remote filesystem using ssh. What I don't like about those solutions is that they require the application to use a particular API (kio slave or

Re: kernel/userland ssh filesystem for FreeBSD?

2002-12-11 Thread Peter Pentchev
On Wed, Dec 11, 2002 at 10:04:06AM +0100, Marco Molteni wrote: Hi, as you might know, both kde (via kio-fish) and gnome (via gnome virtual file system) provide a userland filesystem-like API that allows to mount a remote filesystem using ssh. What I don't like about those solutions is that

Re: kernel/userland ssh filesystem for FreeBSD?

2002-12-11 Thread Peter Pentchev
On Wed, Dec 11, 2002 at 02:34:44PM +0200, Peter Pentchev wrote: On Wed, Dec 11, 2002 at 10:04:06AM +0100, Marco Molteni wrote: [snip] Quoting from http://lufs.sourceforge.net/lufs/intro.html: LUFS is a hybrid userspace filesystem framework supporting an indefinite number of

How can I post a pr when my IP can't be reverse-resolved?

2002-12-11 Thread öÎ Àî
Hi, I'm working in a small educational website(Simplified Chinese), Frontfree Technology Network ( www.frontfree.net ). Because the IP address is rent by my University from an ISP, and for unknown reasons we can't have the permission to reverse-resolve our IP address, it seemed impossible to send

Crash with 5.0-RC1

2002-12-11 Thread Paul A. Mayer
Greetings, I understand that this is the place to send debugging dumps from kernel crashes. If I'm misinformed, please advise. The original problem is described here and other thread contributor indicates a similar problem on similar hardware:

Re: soft updates

2002-12-11 Thread Gary Thorpe
--- omestre [EMAIL PROTECTED] wrote: Hello all... In this moment, i have one linux server to provides me NFS sharing... Why? Because i need xfs instant recovery feature, and the performance. I don't know very well about soft updates, and i would like have only BSD systems... Somebody

New version of unifdef(1)

2002-12-11 Thread Tony Finch
Following a bug spotted by Ian Dowse, I have hacked a bit more on unifdef(). This version has a much more ANSI-like lexical parser which should fix the zero byte in input problem as well as the handling of files that don't end with a newline. The bogus string parsing has been killed. The other

Re: soft updates

2002-12-11 Thread Jason Andresen
Gary Thorpe wrote: The only logging/journaling file system available for *BSD that I am aware of is LFS, which I don't think is either stable or fast. I don't know how big a filesystem FFS+softdeps will support, but soft updates is not completly stable although I think it can be used with

Re: Some problems about KSE

2002-12-11 Thread Julian Elischer
On Wed, 11 Dec 2002, ouyang kai wrote: Hi, everybody, I want to make sure whether we can program the multi-thread code based on KSE in FreeBSD5.0 RC-1. Well it's still being written so you may be a bit ahead of yourself.. I have make in '/usr/src/lib/libpthread', I found some new

Re: panic: icmp_error: bad length

2002-12-11 Thread Ian Dowse
In message [EMAIL PROTECTED] , Patrick Soltani writes: In the last couple of months, upgraded to 4.6 and 4.7 using RELENG_4 = with again no errors, however, now under a light smurf attack, I get: panic: icmp_error: bad length Hardware: Dell PowerEdge 350, 2 built-in Intel nic cards, 256 meg of

Re: panic: icmp_error: bad length

2002-12-11 Thread Ian Dowse
In message [EMAIL PROTECTED], Alexander Langer writes: Yeah, same situation here. 4.6 used to work w/o problem, 4.7 doesn't. Great, thanks for the debugging info. The bug seems to be that icmp_error() requires that the IP header fields are in host order, but when it is called on a briged packet

Re: panic: icmp_error: bad length

2002-12-11 Thread Luigi Rizzo
the diagnosis looks reasonable, though i do not remember changing anything related to this between 4.6 and 4.7 so i wonder why the error did not appear in earlier versions of the code. icmp_error() consumes the mbuf so i believe it is ok to scramble it but one should double check. Note that

Re: panic: icmp_error: bad length

2002-12-11 Thread Ian Dowse
In message [EMAIL PROTECTED], Luigi Rizzo writes: the diagnosis looks reasonable, though i do not remember changing anything related to this between 4.6 and 4.7 so i wonder why the error did not appear in earlier versions of the code. Yes strange - actually, it looks like the THERE IS NO

RE: panic: icmp_error: bad length

2002-12-11 Thread Patrick Soltani
Hi again, the diagnosis looks reasonable, though i do not remember changing anything related to this between 4.6 and 4.7 so i wonder why the error did not appear in earlier versions of the code. This is happening on 4.6-STABLE and -RELEASE as well as 4.7 all flavors. Many thanx for identifying

Re: panic: icmp_error: bad length

2002-12-11 Thread Nate Lawson
On Thu, 12 Dec 2002, Ian Dowse wrote: --- ip_fw.c 21 Nov 2002 01:27:30 - 1.131.2.38 +++ ip_fw.c 12 Dec 2002 00:43:22 - @@ -1573,6 +1573,11 @@ break; } default:/* Send an ICMP unreachable using code */ +

Sound Card Problems

2002-12-11 Thread Corey Mosher
Hi, I'm having some trouble with my sound card. I have a Hercules Muse XL. I compiled my kernel with device pcm and did the MAKEDEV snd0. My sound is only coming out of the front channel (the card has rear and center channel as well). Also, my dmesg has the following: config di sn0 No such

Re: RE: registers not saved

2002-12-11 Thread Matthew Dillon
: function A calls function B which uses ecx as a loop index. The bad part is :function B never : saves/restores the value of ecx and function A starts dereferencing garbage. : : An informal sampling of my driver seems to indicate that ebx gets : pushed/poped at entry/exit but ecx and edx don't.

Re: Sound Card Problems

2002-12-11 Thread Daniel O'Connor
On Thu, 2002-12-12 at 13:11, Corey Mosher wrote: Hi, I'm having some trouble with my sound card. I have a Hercules Muse XL. I compiled my kernel with device pcm and did the MAKEDEV snd0. My sound is only coming out of the front channel (the card has rear and center channel as The driver

Re: panic: icmp_error: bad length

2002-12-11 Thread Robert Watson
BTW, if this bug exists in 5.0 for the same reasons (or even different ones), we should try to generate a fix ASAP and get it committed. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Thu, 12 Dec 2002, Ian Dowse

Re: kernel/userland ssh filesystem for FreeBSD?

2002-12-11 Thread Robert Watson
On Wed, 11 Dec 2002, Marco Molteni wrote: as you might know, both kde (via kio-fish) and gnome (via gnome virtual file system) provide a userland filesystem-like API that allows to mount a remote filesystem using ssh. What I don't like about those solutions is that they require the

Re: Some problems about KSE

2002-12-11 Thread Robert Watson
A commit was made to correct the KSE crash shortly after 5.0-RC1. You can cvsup forward to a newer revision, or wait for RC2. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Wed, 11 Dec 2002, ouyang kai wrote: Hi,