Problem with kernel mod compilation

2003-07-11 Thread gerald.heinig
Hi everyone, I'm currently developing a kernel module for a Gig. Ethernet card and I've run into problems with my file tree and the kernel mkdep mechanism. I have two files in my source directory which I've created under /usr/src/sys/dev/yk yk being my driver I've updated /usr/src/sys/conf/files

Re: FreeBSD lacks PPPoE (pppoa3 solution)

2003-07-11 Thread Dominic Marks
On 10/07/2003 21:45, Nuno Teixeira wrote: > > Hi, > > Please see http://speedtouch.sourceforge.net/index.php?/news.en.html > > "Real" PPPoE with a ethernet card connected with a ADSL Modem works. > > This problem is related with ISPs that supports *only* PPPoE protocol > with USB Modems (this c

RE: Race in kevent

2003-07-11 Thread Harti Brandt
On Thu, 10 Jul 2003, John Baldwin wrote: JB> JB>On 10-Jul-2003 Harti Brandt wrote: JB>> On Wed, 9 Jul 2003, John Baldwin wrote: JB>> JB>> JB>On 09-Jul-2003 Harti Brandt wrote: JB>> JB>> JB>> JB>> Hi, JB>> JB>> JB>> JB>> I just had a crash while typing ^C to a program that has a kevent timer JB>> J

Re: raw socket programming SOLVED

2003-07-11 Thread Alin-Adrian Anton
Wes Peters wrote: On Saturday 05 July 2003 08:01 pm, Alin-Adrian Anton wrote: Yes, it works now, with these includes: --- #include #include #include #include #include #include #include #include #include #include --- Believe

IPFW fun

2003-07-11 Thread Tom Servo
Hey- I have a freebsd gateway machine that runs ipfw and nat for my home network and I want to add a rule that redirects VNC packets through the gateway to my windows machine so that I can VNC to my home machine to do some stuff. How should I phrase the rule correctly without screwing up the natd s

Re: Application

2003-07-11 Thread auto-response
THIS IS AN AUTO-RESPONSE MESSAGE - PLEASE DO NOT REPLY TO THIS MESSAGE Please read carefully! This may be the only response we send you. Thank you for writing Meganameservers, Megamailservers and Megawebservers. This address is designated for reporting violations of our Abuse and Spamming Policy.

FreeBSD reference..in SCO lawsuit

2003-07-11 Thread Julian Elischer
http://www.byte.com/documents/s=8276/byt1055784622054/0616_marshall.html (yeah right) --- Begin Message --- http://www.byte.com/documents/s=8276/byt1055784622054/0616_marshall.html . --- End Message --- ___ [EMAIL PROTECTED] mailing list http://li

Re: IPFW fun

2003-07-11 Thread zhuravlev alexander
On Fri, Jul 11, 2003 at 11:07:55AM -0400, Tom Servo wrote: > Hey- > I have a freebsd gateway machine that runs ipfw and nat for my home network > and I want to add a rule that redirects VNC packets through the gateway to > my windows machine so that I can VNC to my home machine to do some stuff. >

portupgrade

2003-07-11 Thread Andrew Konstantinov
Hello, I've written a simple script to make my life easier, but there is a problem with that script and I can't figure out the source of that problem. if [ "$variables" != "" ]; then echo "portupgrade -m '$variables' $progname" (portupgrade -m \'$variables\' $progname)

Re: PPP vs mpd (was: FreeBSD lacks PPPoE (pppoa3 solution))

2003-07-11 Thread Kris Kennaway
On Fri, Jul 11, 2003 at 05:46:02AM +0100, Pedro F. Giffuni wrote: > Hi; > > I wanted to bring this up a little later but since there is a somewhat related > thread I thought I might as well bring this now. Our default PPPd is extremely > outdated. The version in the distribution is a patched-up ve

getpwnam + getpwnam_r + LinuxThreads port = deadlock

2003-07-11 Thread Joshua Oreman
Hi -hackers, System: FreeBSD 5.0-CURRENT cvsupped around 5.0-RELEASE I'm writing an app that links with the LinuxThreads (/usr/ports/devel/linuxthreads) and also uses getpwnam(). The problem: a deadlock. GDB backtrace: (gdb) bt #0 0x28140053 in sigsuspend () from /usr/lib/libc.so.5 #1 0x280904