Re: NIC 1 gigabit

2005-03-23 Thread c0ldbyte
On Wed, 23 Mar 2005 [EMAIL PROTECTED] wrote: Hi, I have trouble with my NIC. I'm using Server Mainboard Intel (I forgot the model), there is 2 NICs; the one is 100Mbps other is 1 gigabit. I use this for my web server with freeBSD 5.1-RELEASE. NIC 1 gigabit is not detected and recognised neither by

Re: firewall

2005-03-23 Thread Giorgos Keramidas
On 2005-03-23 07:41, [EMAIL PROTECTED] wrote: I just build a web server, with apache-2.xx w/ php and mysql-1.4xx. How to configure firewall in my web server ? - The FreeBSD Handbook has several sections devoted to firewalls and their configuration. - The archives of this mailing list have

security or lack thereof

2005-03-23 Thread John Nemeth
So, is it FreeBSD policy to ignore security bug reports? I sent the following bug report to [EMAIL PROTECTED] on Feb. 19th, 2005 and it still hasn't been acted on. This total lack of action on an extremely simple (and silly) three year old bug doesn't give one the warm fuzzies. Heck, it

Re: ip_reass() - possibly incorrect goto

2005-03-23 Thread Maxim Konovalov
On Tue, 22 Mar 2005, 12:08-0800, [EMAIL PROTECTED] wrote: Hi hackers, I am looking at the ip_reass() routine. In case of the 1st fragment we create the reassembly queue. After the queue has been inserted in the hash bucket, the if () code does a goto inserted. Should this be changed to goto

Re: security or lack thereof

2005-03-23 Thread Eric Anderson
John Nemeth wrote: So, is it FreeBSD policy to ignore security bug reports? I sent the following bug report to [EMAIL PROTECTED] on Feb. 19th, 2005 and it still hasn't been acted on. This total lack of action on an extremely simple (and silly) three year old bug doesn't give one the warm

Re: security or lack thereof

2005-03-23 Thread Jacques Vidrine
On 3/22/05 9:04 PM, John Nemeth wrote: So, is it FreeBSD policy to ignore security bug reports? I sent the following bug report to [EMAIL PROTECTED] on Feb. 19th, 2005 and it still hasn't been acted on. This total lack of action on an extremely simple (and silly) three year old bug doesn't

Re: NIC detected, but won't DHCP or configure

2005-03-23 Thread Andrew Robinson
Thanks for the patch. This is the outcome: re_probe(): vid 10ec did 8169 hwrev 1000 Andrew - Original Message - From: [EMAIL PROTECTED] (Dag-Erling Smørgrav) Date: Tuesday, March 22, 2005 10:11 am Subject: Re: NIC detected, but won't DHCP or configure Daniel O'Connor [EMAIL

Re: NIC detected, but won't DHCP or configure

2005-03-23 Thread Andrew Robinson
Can you give us the output of pciconf -r pci10:3:0 0:0xff ? Certainly: 816910ec 02b7 0210 4001 b3004800 09001558 00dc 40200115

Re: passwd permissions

2005-03-23 Thread H. S.
On Sun, Mar 20, 2005 at 01:26:57PM -0600, H. S. typed: Hey, I'm using FreeBSD on various servers for many time now, and there is something that always bothered me. It is related to /etc/passwd and /etc/pwd.db permissions. I have custom (0640) permissions on these files. However, each time

Re: NIC detected, but won't DHCP or configure

2005-03-23 Thread Dag-Erling Smørgrav
Andrew Robinson [EMAIL PROTECTED] writes: re_probe(): vid 10ec did 8169 hwrev 1000 That's an 8169SB, which is supported in -CURRENT. Try the attached patch. I'll try to get it merged before 5.4-RELEASE. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] Index: sys/pci/if_rlreg.h

Re: Ziatech 5503 watchdog driver

2005-03-23 Thread John Baldwin
On Saturday 19 March 2005 04:04 am, Devon H. O'Dell wrote: On Sat, Mar 19, 2005 at 09:43:41AM +0100, Devon H. O'Dell wrote: On Sat, Mar 19, 2005 at 09:02:15AM +0100, Devon H. O'Dell wrote: On Fri, Mar 18, 2005 at 03:55:53PM -0700, Warner Losh wrote: I'm busy writing a Ziatech 5503

running freebsd in qemu using the -nographic option ?

2005-03-23 Thread Aziz KEZZOU
Hi all, I am running freebsd 5.3 under qemu (a fast IA32 emulator). My host system is linux. Everything works fine, but I want to get rid of this small non-scrollable window, not practical when gcc says I made many many errors :-)... Instead I want to get a console. In qemu's documentation it

Re: Ziatech 5503 watchdog driver

2005-03-23 Thread Devon H. O'Dell
On Wed, Mar 23, 2005 at 02:24:54PM -0500, John Baldwin wrote: On Saturday 19 March 2005 04:04 am, Devon H. O'Dell wrote: On Sat, Mar 19, 2005 at 09:43:41AM +0100, Devon H. O'Dell wrote: Sorry, hate replying to myself. Turns out the value here is variable. Assuming I cannot find

Re: running freebsd in qemu using the -nographic option ?

2005-03-23 Thread Dan Nelson
In the last episode (Mar 23), Aziz KEZZOU said: I am running freebsd 5.3 under qemu (a fast IA32 emulator). My host system is linux. Everything works fine, but I want to get rid of this small non-scrollable window, not practical when gcc says I made many many errors :-)... In FreeBSD, you can

Re: running freebsd in qemu using the -nographic option ?

2005-03-23 Thread Julian Elischer
Aziz KEZZOU wrote: Hi all, I am running freebsd 5.3 under qemu (a fast IA32 emulator). My host system is linux. Everything works fine, but I want to get rid of this small non-scrollable window, not practical when gcc says I made many many errors :-)... you can scroll it after hittong tthe

NIC detected, but won't DHCP or configure.

2005-03-23 Thread Julien Gabel
Interestingly, i encountered the very same behaviour as explained by Andrew, with a side note: it works sometimes for me. Despite the fact that my ethernet seems correctly handled (ifconfig shows the 're' entry), almost all the time i boot on my notebook (D480V) the state of the media is no

Re: Freebsd 5.3 hangs under heavy load????

2005-03-23 Thread Amandeep
Hi again, I have two Seagate SCSI drives 36GB and 8GB RAM and installed 5.3-REL with PAE and SMP support. Now the problem arises that the system hangs under heavy load and there are no error messages nothing. I have to hard boot it everytime it hangs. Then I tried with only SMP and the machine

Kernel documentation and specification

2005-03-23 Thread klowd9 -
Where can i find resources about the freebsd kernel? I read over the developers handbook, and the architecture handbook, and both provide very little information i need. Also if anyone can recommend irc channels to visit where developers are to be found. I visited #BsdCode of efnet, but it was

Re: Kernel documentation and specification

2005-03-23 Thread David Schultz
On Thu, Mar 24, 2005, klowd9 - wrote: Where can i find resources about the freebsd kernel? I read over the developers handbook, and the architecture handbook, and both provide very little information i need. Also if anyone can recommend irc channels to visit where developers are to be

Re: Kernel documentation and specification

2005-03-23 Thread klowd9 -
Reading the CVS logs for the relevant files should give you ideas about who might be able to answer your questions. However, you shouldn't expect that people have time to answer lots of questions. Of course, it helps if your interest is in the context of contributing something back to the

Re: Kernel documentation and specification

2005-03-23 Thread Frank Mayhar
klowd9 - wrote: Kirk's book, ``The Design and Implementation of the FreeBSD Operating System'' probably contains the answers to basic questions about scheduling and IPC. I considered purchasing that book, which is very very good imo, but a bit overpriced at $60.. Um, well, actually for a

Re: Kernel documentation and specification

2005-03-23 Thread Greg Black
On 2005-03-24, klowd9 - wrote: Reading the CVS logs for the relevant files should give you ideas about who might be able to answer your questions. However, you shouldn't expect that people have time to answer lots of questions. Of course, it helps if your interest is in the context of

Re: Kernel documentation and specification

2005-03-23 Thread klowd9 -
From: Greg Black [EMAIL PROTECTED] To: klowd9 - [EMAIL PROTECTED] CC: freebsd-hackers@FreeBSD.org Subject: Re: Kernel documentation and specification Date: Thu, 24 Mar 2005 13:14:54 +1000 On 2005-03-24, klowd9 - wrote: Reading the CVS logs for the relevant files should give you ideas about who