FW: the crash screen usually after 4 to 13 days not good...

2001-12-20 Thread Bri
yeah I'm running FreeBSD 4.4 running the lastest kernel 4.4 RELEASE-p1 with kernel options options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE yeah I'll take a look at the handbook on that issue thanks Bri, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

sk_buff on FreeBSD

2001-12-20 Thread Aleksander Rozman
Hi ! I have started proting some network protocols (ax.25 for ham) from linux, and I have come acrros structure called sk_buff. I was just wondering if someone tried to implement this on FreeBSD? It's seems that FreeBSD has mbuf structure which does the same thing as sk_buff on linux, but way

Re: boot0/boot0.s

2001-12-20 Thread corecode
On Thu, 20 Dec 2001 11:58:12 +0800 Leslie Jackson [EMAIL PROTECTED] wrote: That means that BIOS saves the current drive number in register %dl?? Could you give a hint about _where_ BIOS stores _what_?? I've searched the google.com, but got no valuable resource. a great tool for system near

Re: Thanx and another question

2001-12-20 Thread corecode
On Thu, 20 Dec 2001 14:2:16 +0800 Leslie Jackson [EMAIL PROTECTED] wrote: Now i think i've got a basic knowledge about the BIOS data area. But reading the code of boot0.s, i got another question as in the following code: main.5: incw dx # Next item

Re: sk_buff on FreeBSD

2001-12-20 Thread sridharv
you are right. mbufs are used for buffer management in the BSD stack. sk_buff as the linux equivalent . basically they are chains with control information and data. but i think linux assuming more memory allocated a large sk_buff and hence data and headers are contiguous. I remember Alan Cox

[no subject]

2001-12-20 Thread Yung-Sheng Tang
There is a sendmail-sasl port under ports/mail that just what you want, maybe you can use it as a beginning. Making sendmail in base system sasl-enabled (I suppose) would be a good idea. Leo Bicknell said: After searching the archives and looking at the source, I find myself more confused.

Re: userland program panics freebsd 4.3

2001-12-20 Thread Michael Scheidell
I doubt hardware related I can get it to do it on two seperate boxes. Updating to freebsd 4.4 is a bad option, with all the reported ports and services broken. -- Michael Scheidell Secnap Network Security, LLC [EMAIL PROTECTED] 1+(561) 368-9561 See updated IT Security News at http://www.fdma.com/

Re: Thanx and another question

2001-12-20 Thread Leslie Jackson
corecode has written: On Thu, 20 Dec 2001 14:2:16 +0800 Leslie Jackson [EMAIL PROTECTED] wrote: Now i think i've got a basic knowledge about the BIOS data area. But reading the code of boot0.s, i got another question as in the following code: main.5: incw dx # Next

Re: sendmail + auth + ssl + freebsd

2001-12-20 Thread Jim Durham
On Wednesday 19 December 2001 09:46 pm, Leo Bicknell wrote: In a message written on Thu, Dec 20, 2001 at 03:43:12AM +0100, Roger 'Rocky' Vetterberg wrote: http://www.sendmail.org/~ca/email/auth.html I found that too, and I'm sure I could build it from scratch and make it work. My desire

Re: sendmail + auth + ssl + freebsd

2001-12-20 Thread Leo Bicknell
In a message written on Wed, Dec 19, 2001 at 11:43:04PM -0500, Louis A. Mamakos wrote: You have to generate a public key certificate and have the private key available to the sendmail daemon before it will do the STARTTLS thing. I've got a shell script around there that signs a certificate

Re: the crash screen usually after 4 to 13 days not good...

2001-12-20 Thread Michael Scheidell
- Original Message - From: Bri [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:09 AM Subject: FW: the crash screen usually after 4 to 13 days not good... yeah I'm running FreeBSD 4.4 running the lastest kernel 4.4

Re: the crash screen usually after 4 to 13 days not good...

2001-12-20 Thread Bri
I've had the problem with the kernel panic's since I was running 4.2 STABLE and its recently been crashing more often so I've sent to crash dump to the list but the Fatal Trap 12 thing isn't new but it always seems that the network interface dies and then it happens it has got 2 nic's mind. To

Multilink DSL

2001-12-20 Thread Ted Sikora
Anyone know how or a link for setting up MP 'multilink' PPPoe DSL on FreeBSD. I have PPPoe on FreeBSD-STABLE with 2 cards and DSL lines. How can I connect the second modem on dc1 and join the packets to dc0? -- Ted Sikora [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Multilink DSL

2001-12-20 Thread Josh Paetzel
On Thu, Dec 20, 2001 at 10:48:10AM -0500, Ted Sikora wrote: Anyone know how or a link for setting up MP 'multilink' PPPoe DSL on FreeBSD. I have PPPoe on FreeBSD-STABLE with 2 cards and DSL lines. How can I connect the second modem on dc1 and join the packets to dc0? -- Ted Sikora [EMAIL

Re: userland program panics freebsd 4.3

2001-12-20 Thread Mike Barcroft
Michael Scheidell [EMAIL PROTECTED] writes: I doubt hardware related I can get it to do it on two seperate boxes. Updating to freebsd 4.4 is a bad option, with all the reported ports and services broken. I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? Best

Re: userland program panics freebsd 4.3

2001-12-20 Thread Michael Scheidell
I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through freebsd-questions, freebsd-mobile and freebsd-ports as for moving to fbsd 4.4 for a 'maybe' fix of something that might still show up in 4.4 (according to other posts) this seems to be in the

making /usr/share/mk apps PREFIX-independant???

2001-12-20 Thread The Anarcat
[posted to -arch, and CC'd to hackers since I have no idea as to where this belongs, please redirect if necessary] Hi. As a developper working in the FreeBSD/ports paradigm, and developping exclusively for FreeBSD through the libh project, it has come to my attention that applications

RE: tx driver

2001-12-20 Thread Petr Holub
You should send a kernel config to the list. It might be mbuf starvtion, but that doesn't sound like a driver specific problem. OK. dmesg from boot -v and kernel config is in the attachement. Thanks, Petr

Re: Multilink DSL

2001-12-20 Thread Julian Elischer
I think both mpd and the normal ppp can do this. Certainly mpd can, (check with archie) but i doubrt that many ISPs can. On Thu, 20 Dec 2001, Ted Sikora wrote: Anyone know how or a link for setting up MP 'multilink' PPPoe DSL on FreeBSD. I have PPPoe on FreeBSD-STABLE with 2 cards and DSL

Creative Labs Nomad via usb ?

2001-12-20 Thread Ulf Zimmermann
Hello, Frys has currently the Creative Labs Nomad with 6gb disk for $150, so I thought to get me one. Out of curiosity I plugged it into a FreeBSD system. It shows up as: Dec 20 12:41:20 ulfbsd /kernel: ugen0: Philips product 0x0222, rev 1.00/1.00, addr 3 Has anyone looked at this to see if

Re: Creative Labs Nomad via usb ?

2001-12-20 Thread Doug White
On Thu, 20 Dec 2001, Ulf Zimmermann wrote: Hello, Frys has currently the Creative Labs Nomad with 6gb disk for $150, so I thought to get me one. Out of curiosity I plugged it into a FreeBSD system. It shows up as: Dec 20 12:41:20 ulfbsd /kernel: ugen0: Philips product 0x0222, rev

isp-device broken in 4.5-PRERELEASE

2001-12-20 Thread Matthias Schuendehuette
Hello, something's broken with the isp-device (ISDN syncPPP network device). The last working kernel was of dec 8, 2001. I found the problem after my next update at dec 15, 2001. Until today, the 'isdnd' worked with the old kernel of dec 8, but now the new userland doesn't fit anymore. THANK

ipfw - limit on the number of setup connections from one IP

2001-12-20 Thread Igor Roshchin
Hello! I wonder if that is by any change possible to limit the number of the number of simultaneous open connections from the same IP to the host, using ipfw setup rule. My understanding of the manuals days, that such capability is not currently implemented, but I hope I am wrong on this. :-)

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:10:14AM -0500, Michael Scheidell wrote: I doubt hardware related I can get it to do it on two seperate boxes. OK, then you need to get more details as explained. Updating to freebsd 4.4 is a bad option, with all the reported ports and services broken. I'm not

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through freebsd-questions, freebsd-mobile and freebsd-ports That's completely non-helpful. I read -questions and -ports, and don't

Re: userland program panics freebsd 4.3

2001-12-20 Thread Alfred Perlstein
* Kris Kennaway [EMAIL PROTECTED] [011220 19:56] wrote: On Thu, Dec 20, 2001 at 09:10:14AM -0500, Michael Scheidell wrote: I doubt hardware related I can get it to do it on two seperate boxes. OK, then you need to get more details as explained. Updating to freebsd 4.4 is a bad option,

Re: userland program panics freebsd 4.3

2001-12-20 Thread Paul Halliday
On Thu, 20 Dec 2001, Kris Kennaway wrote: On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through freebsd-questions, freebsd-mobile and freebsd-ports That's completely

Re: userland program panics freebsd 4.3

2001-12-20 Thread Mike Barcroft
Paul Halliday [EMAIL PROTECTED] writes: My soundcard on my lappy has been broken since 4.4. And to be brutally honest, it's really starting to piss me off. Enough to open a PR? Best regards, Mike Barcroft To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:08:36PM -0600, Paul Halliday wrote: On Thu, 20 Dec 2001, Kris Kennaway wrote: On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through

Re: userland program panics freebsd 4.3

2001-12-20 Thread Paul Halliday
On Thu, 20 Dec 2001, Kris Kennaway wrote: On Thu, Dec 20, 2001 at 09:08:36PM -0600, Paul Halliday wrote: On Thu, 20 Dec 2001, Kris Kennaway wrote: On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4.

Re: userland program panics freebsd 4.3

2001-12-20 Thread Mike Barcroft
Paul Halliday [EMAIL PROTECTED] writes: Due to my limited intelligence and poor cognitive skills I consider a PR to be a waste until someone that actually knows what they are doing reports the same problem. The card compiles, works like a charm. However, No mixer control with

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:26:53PM -0600, Paul Halliday wrote: My soundcard on my lappy has been broken since 4.4. And to be brutally honest, it's really starting to piss me off. Which PR contains your bug report? I couldn't see one. Kris Due to my limited intelligence

sk_buff on FreeBSD

2001-12-20 Thread Pedro F. Giffuni
I have started proting some network protocols (ax.25 for ham) from linux,... Hmm..I recall we had code for that but it was removed ages ago (in the 2.x era). I suggest you look for the relevant code in NetBSD. The linux code has 0 change of getting committed to FreeBSD due to the GPL poison

Re: userland program panics freebsd 4.3

2001-12-20 Thread Matthew Dillon
:I have a userland program that canpanic/reboot a freebsd 4.3 system. :Hardware is Intel isp1100 (mbx440 motherboard) 850MHZ pIII, 256mb ram, 640mb :swapfile :software is 'nessusd' (network security scanner) hits the ethernet port :pretty hard when running. :If I read the dumpdev right, it is

Re: userland program panics freebsd 4.3

2001-12-20 Thread Lars Eggert
Kris Kennaway wrote: OK, so what you're saying is that you haven't even tried to report the problem such that it can be fixed. I don't think it's fair to hold your lack of communication about your problem against the FreeBSD sound developers; if you want this to get fixed then you really

Another filesystem test program

2001-12-20 Thread Matthew Dillon
This was developed by SGI for XFS. Andi Kleen adapted it to operate on non-XFS filesystems. Jordan forwarded it to me and I hacked, ahh, cleaned it up so it would compile under FreeBSD: http://apollo.backplane.com/FreeBSD/fsstress-1.00.tgz

Re: Another filesystem test program

2001-12-20 Thread Alfred Perlstein
* Matthew Dillon [EMAIL PROTECTED] [011221 01:18] wrote: This was developed by SGI for XFS. Andi Kleen adapted it to operate on non-XFS filesystems. Jordan forwarded it to me and I hacked, ahh, cleaned it up so it would compile under FreeBSD:

Re: Another filesystem test program

2001-12-20 Thread John Baldwin
On 21-Dec-01 Alfred Perlstein wrote: * Matthew Dillon [EMAIL PROTECTED] [011221 01:18] wrote: This was developed by SGI for XFS. Andi Kleen adapted it to operate on non-XFS filesystems. Jordan forwarded it to me and I hacked, ahh, cleaned it up so it would compile under

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-20 Thread Ruslan Ermilov
On Thu, Dec 20, 2001 at 01:31:04PM -0500, The Anarcat wrote: [posted to -arch, and CC'd to hackers since I have no idea as to where this belongs, please redirect if necessary] Hi. As a developper working in the FreeBSD/ports paradigm, and developping exclusively for FreeBSD through the

Re: Another filesystem test program

2001-12-20 Thread Hiten Pandya
On 21-Dec-01 Alfred Perlstein wrote: * Matthew Dillon [EMAIL PROTECTED] [011221 01:18] wrote: This was developed by SGI for XFS. Andi Kleen adapted it to operate on non-XFS filesystems. Jordan forwarded it to me and I hacked, ahh, cleaned it up so it would compile