Re: Natd+PKT_ALIAS_PUNCH_FW missing something?

1999-10-31 Thread Eivind Eklund
On Sat, Oct 30, 1999 at 05:13:09PM +0200, Rene de Vries wrote: Hello, Am I missing something? I modified natd.c so an extra option was available to turn on punch firewall (see diff below). When I activated this option it did not seem to work (ftp-data is still blocked by my firewall). When

Problem with Compaq Presario 5724.

1999-10-31 Thread Xuan Chen
HI, We got a Compaq Presario 5724, when boot from the floppy disk. The machine will just hang there, no indication of what happened. Has anyone had similar problem before? Any suggestions will be greatly appreciated. BTW, it seems to me that freeBSD can not recognize the hard drive in Compaq

Implementing ioctl to set MAC address -- question.

1999-10-31 Thread Chris Costello
I'm trying to implement Bill Paul's "setmac" code in the actual source code as a project (and will have it reviewed before it's committed -- if I ever get that far!). However, I'm getting stuck in that ether_ioctl is never getting the ioctl request. I've added the case statement for

Re: CCD questions

1999-10-31 Thread Andre Albsmeier
On Fri, 29-Oct-1999 at 08:56:01 -0700, Doug White wrote: On Thu, 28 Oct 1999, Stephen J. Roznowski wrote: I'm looking at the tutorial on building CCDs at http://www.freebsd.org/tutorials/formatting-media/x205.html I am the author of said document ;) It seems that this page

gas pseudo-ops

1999-10-31 Thread Stephane E. Potvin
Does anyone have any idea where I could find some documentation about the following gas pseudo-ops? .type set,@object .previous Both are used in setdef0.c used to generate linker sets but does not seems to be documented in the gas info file, the man page or the faq. Thanks in

Re: Limitations in FreeBSD

1999-10-31 Thread Scott Hess
Michael Beckmann [EMAIL PROTECTED] wrote: On Thu, Oct 28, 1999 at 04:42:42PM -0700, Scott Hess wrote: Urk! I don't mean to be insulting, but the notion that you would roll _any_ solution out for a problem of this size based on word of mouth freaks the crap out of me. Hey ! You guys seem

NASM programs for freebsd

1999-10-31 Thread Isaac Flemming
Hello all, I am currently enrolled in college course that requires us to use the Netwide Assembler (NASM). This creates a small problem for me, because I do not have a DOS box in my room, and do not know how to get NASM to work the way I expect it to under FreeBSD. I noticed that NASM is

Re: NASM programs for freebsd

1999-10-31 Thread Brian Fundakowski Feldman
Since FreeBSD 3.0-RELEASE, we do not use a.out as the system executable format. You have two choices: (1) If you have to have it a.out for some reason, put OBJFORMAT=aout in your environment. (2) You should probably be just using "elf" as the -f argument

Re: NASM programs for freebsd

1999-10-31 Thread Chuck Robey
On Sun, 31 Oct 1999, Isaac Flemming wrote: Hello all, I am currently enrolled in college course that requires us to use the Netwide Assembler (NASM). This creates a small problem for me, because I do not have a DOS box in my room, and do not know how to get NASM to work the way I

Re: journaling UFS and LFS

1999-10-31 Thread Ville-Pertti Keinonen
[EMAIL PROTECTED] (Don) writes: and the next question: now that LFS starts to get usable in NetBSD - has anybody started to look at getting it working again in FreeBSD too (maybe matt ?) or has it on the TODO list LFS is being considered as a starting point for this project. The goal is

Re: journaling UFS and LFS

1999-10-31 Thread J Wunsch
Don [EMAIL PROTECTED] wrote: Softupdates is definitely a viable solution however it does not address several issues and the license is not a BSD license so it makes me uncomfortable. Well, Kirk's idea is to put them under a BSD-style license as soon as possible, so in the long run, you might

Re: semaphores/semget problem

1999-10-31 Thread J Wunsch
Kent Boortz [EMAIL PROTECTED] wrote: semget(IPC_PRIVATE, SEMMSL, IPC_EXCL | IPC_CREAT | 0600)) fails with the error "No space left on device". I tried to use a smaller value for SEMMSL but it did not help. The tunable kernel paramater "SEMMNS" defaults to 60, that's the maximal number