RE: NIC has IP, but has "no carrier"

2003-06-12 Thread Noor Dawod
Hi, It was a bad cable indeed... pretty amazing how stupid someone could be. Thanks for the quick help! Noor | -Original Message- | From: Mike Sturdee [mailto:[EMAIL PROTECTED] | Sent: Thursday, June 12, 2003 2:46 PM | To: Noor Dawod | Cc: FreeBSD-STABLE Mailing List | Subject: Re: NIC

NIC has IP, but has "no carrier"

2003-06-12 Thread Noor Dawod
uot; ifconfig_vr0="inet 192.168.80.222 netmask 255.255.255.0" defaultrouter="192.168.80.100" gateway_enable="NO" I also tried adding " media auto" in the ifconfig_vr0 above, but it didn't help. Same scenario. There's no

RE: Sudden and unexplained reboots

2003-06-05 Thread Noor Dawod
og somewhere when a panic occurs? /Noor | -Original Message- | From: Charles Sprickman [mailto:[EMAIL PROTECTED] | Sent: Wednesday, June 04, 2003 10:21 PM | To: Don Lewis | Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; | [EMAIL PROTECTED] | Subject: Re: Sudden and unexplained reboots | |

RE: Sudden and unexplained reboots

2003-06-05 Thread Noor Dawod
| | >> the machine is running like this for few months | | Like what? rebooting repeatedly? | No, working flawlessly with no problem at all. The problem started only today... Noor ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/m

Knowing how many computers are connected to your server?

2001-10-23 Thread Noor Dawod
Hi, Sorry if this has been dealt with before... In FreeBSD, how can I list how many computers (as opposed to connections that can be many from one computer) are connected to a specific network address or port or IP? Thanks in advance, Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with

Problems with multiple connections

2001-05-22 Thread Noor Dawod
there a way to know what's the maximum limit allowed in the system? I suspect it's a system control variable, but I couldn't find it after checking the list of I got from 'sysctl -a' Thank you for your help, Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Threads and latest FreeBSD

2001-01-16 Thread Noor Dawod
there any other known problems when compiling MySQL? If the problem was not solved, is there an ET of fix? Thanks Noor P.S.: Please CC me on your replies. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: threads, mysql and STABLE

2000-12-20 Thread noor
> > If you download a stable snapshot from ftp://releng4.freebsd.org/ > you should be ok. > I use cvsup, it should be Ok either.. Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

RE: mysql+linuxthreads => linuxthreads problem?

2000-12-18 Thread Noor Dawod
rrent (and future) STABLE releases? 2. In the problem described here resembles the one with the MySQL? Both seem to touch one ground: threads. 3. I hope that the next STABLE will not have any problem with anything :) Have a good day all. Noor -Original Message- From: [EMAIL PROTECTED] [m

RE: cannot mount IDE disk under FreeBSD-4.1.1-STABLE

2000-11-08 Thread Noor Dawod
] c: 3006460804.2BSD 1024 819216 # (Cyl.0 - 29825) I hope this helps. One more question; how do you change the rpm value for a disk? Thanks in advance. Noor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Antoine Beaupre

Dell PowerEdge 1400.

2000-11-06 Thread Noor Dawod
available for the same PowerEdge machine mentioned above? Thanks in advance. Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

RE: FreeBSD ignoring /etc/rc.conf

2000-10-05 Thread Noor Dawod
following lines: if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf source_rc_confs elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi Make sure this is inserted correctly. Noor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Profiling timer expired.

2000-09-14 Thread Noor Dawod
s, at least, gzip dies with a 'Profiling timer expired' error. The text files are rather huge, few hundread megs. Could anyone tell me why is this happening, and what is this weird error message? Your help is greatly appreciated. Thanks. Noor To Unsubscribe: send mail to [EMAIL

RE: "profiling timer expired" on new kernel builds in 4.1-R and4.1-S

2000-09-07 Thread Noor Dawod
Hi all, I mostly always see this error message (Profiling timer expired) when I try to dump a large MySQL database with the mysqldump comamnd. I have no clue how to fix this, and I would greatly appreciate any hint on this subject. Thanks, Noor -Original Message- From: [EMAIL PROTECTED

RE: Latest STABLE sources.

2000-07-14 Thread noor
vd_enable="NO" Also, the following settings DID work when putting them in /etc/rc.conf only: network_interfaces="xl0 lo0" ifconfig_xl0="inet 194.90.246.124 netmask 255.255.255.0" ifconfig_xl0_alias0="inet xx.yy.zz.10 netmask 0xffff" . . ifconfig_xl0_alias6="inet

natd with 4.0-STABLE.

2000-04-21 Thread noor
wrong??? Thanks, Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

OpenSSL 0.9.4

2000-04-21 Thread Noor Dawod
:/usr/ports/security/openssl# make ===> openssl-0.9.5a is forbidden: OpenSSL is already in the base system. Your help is greatly appreciated. Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

MySQL and 4.0-STABLE.

2000-04-21 Thread Noor Dawod
ile, and in top I can see that c++ is using malloc() and free() as the memory usage is changing as time progresses. The compilation of this file takes a bit long, but not 10 minutes. Pressing Ctrl+C stops the compilation at once. Does anyone have such configuration, and had the same problem? Any id

solved!

2000-04-21 Thread Noor Dawod
Regarding the error I've sent two minutes ago, I solved it. I removed the compile/WWW/ compile directory, config'ed again, then make depend worked. Noor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

problems in cvsup and 4.0

2000-04-19 Thread noor
well config a new config file i created that conforms to the new 4.0 config rules. my question is: what did i do wrong that the make and the cc were erased from /usr/bin ? is this the correct way to upgrade a 3.4 system to 4.0 ? anything else would be appreciated... thanks, Noor To Unsubs