Re: hdd problem

2000-10-19 Thread Rink Springer
- Original Message - From: "Chirag Kantharia" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 19, 2000 6:58 AM Subject: hdd problem Hi! Sounds to me like your harddisk is broken or faulty... I've had the same problem with a 1.6GB harddisk of mine. When you put a lot of

Re: hdd problem

2000-10-19 Thread Chirag Kantharia
On Tue, Sep 19, 2000 at 09:08:51AM +0200, Rink Springer wrote: | Sounds to me like your harddisk is broken or faulty... I've had the same | problem with a 1.6GB harddisk of mine. When you put a lot of strain on it, | it would suddenly disappear (even the BIOS wouldn't find it). After 15 | minutes

Re: dumb usb question

2000-10-19 Thread Nick Hibma
We do not have support for that serial device yet. And it is not straightforward to write support for it. Nick On Tue, 17 Oct 2000, Andrew Gallatin wrote: A friend of mine just bought a D-Link USB-S25 USB to Serial Port converter cable. Given that he cannot make it work under linux and

How to sense DCD on serial port?

2000-10-19 Thread Alexander Maret
Hello, I just assembled a mini IR receiver for the serial Port. This device shows the IR-code by pulling DCD up or down. As there is no software for FreeBSD supporting IR I would like to have a try and code it myself. Unfortunately those Pulses sent by the IR device sometimes only last a few

Re: How to sense DCD on serial port?

2000-10-19 Thread andrew
On Thu, 19 Oct 2000, Alexander Maret wrote: How can I sense the state of the DCD line that quick? I I'm not sure how quick it is but have you tried ioctl with an argument of TIOCMGET? See tty(4) for more details. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: UDMA ICRC WRITE ERROR

2000-10-19 Thread Frank Nobis
On Tue, Oct 17, 2000 at 08:18:45PM -0700, Greg Lehey wrote: On Sunday, 15 October 2000 at 13:58:15 +0200, Frank Nobis wrote: Hi, I have a IDE drive spitting out this messages: ad3: UDMA ICRC WRITE ERROR blk# 48562489 retrying ad3: UDMA ICRC READ ERROR blk# 24576329 retrying ad3:

RE: How to sense DCD on serial port?

2000-10-19 Thread Alexander Maret
-Original Message- From: [EMAIL PROTECTED] To: Alexander Maret Cc: '[EMAIL PROTECTED]' Sent: 19.10.00 15:30 Subject: Re: How to sense DCD on serial port? How can I sense the state of the DCD line that quick? I I'm not sure how quick it is but have you tried ioctl with an argument of

Re: dumb usb question

2000-10-19 Thread Terry Lambert
We do not have support for that serial device yet. And it is not straightforward to write support for it. Doug Ambrisko has support for a number of devices that aren't supported in the current FreeBSD code. You may want to contact him: [EMAIL PROTECTED]

Re: mfsroot over nfs and optional install.cfg ??

2000-10-19 Thread Doug White
On Mon, 16 Oct 2000, Danny Howard wrote: I'm working on doing a FreeBSD jumpstat process based on http://people.freebsd.org/~alfred/pxe/ If you're at BSDCon please to my talk on it tomorrow. :-) My primary limitation is configurability - I need to be able to run sysinstall with a different

Routing issue with cable modem

2000-10-19 Thread Marko Ruban
I guess no one knew the answer to my original question about getting RCN cable modem (with analog upstream line dialup) to work. So here's a somewhat simplified question. I narrowed the problem down to routing. Cable modem does dial out when I try to ping something on it's subnet

IPFW bug/incoming TCP connections being let in.

2000-10-19 Thread Nate Williams
I had blocked incoming TCP connections coming into my network using IPFW, and I noticed that my brother was able to establish a Napster connection, even though I had blocked it earlier. I thought, no worries, I'll just block it at the port level. I read a couple of articles, and noted that

Re: Module parameters? (WildWire DSL card driver)

2000-10-19 Thread Gary T. Corcoran
Terry Lambert wrote: Back in July I was asking about the capability to set parameters (variables) when loading my DSL driver module. There was a small flurry of activity about some initial ideas on how to do it, but I never heard any more about it. Did you (Mike, Warner, or anybody)

Re: IPFW bug/incoming TCP connections being let in.

2000-10-19 Thread Guy Helmer
On Thu, 19 Oct 2000, Nate Williams wrote: I had blocked incoming TCP connections coming into my network using IPFW, and I noticed that my brother was able to establish a Napster connection, even though I had blocked it earlier. I thought, no worries, I'll just block it at the port level.

Re: IPFW bug/incoming TCP connections being let in.

2000-10-19 Thread Nate Williams
I had blocked incoming TCP connections coming into my network using IPFW, and I noticed that my brother was able to establish a Napster connection, even though I had blocked it earlier. I thought, no worries, I'll just block it at the port level. I read a couple of articles, and

Problems with pthread

2000-10-19 Thread Steve Dobson
Hi First please CC to me as I am not on the hackers mail list. I am trying to get the ORBacus working for FreeBSD. I know you already have a port of ORBacus, but that is version 3, and their latest release is version 4. In order to get ORBacus working to it I first need to get their JTC

Re: Problems with pthread

2000-10-19 Thread Chris Costello
On Thursday, October 19, 2000, Steve Dobson wrote: I have written a little simple program (attached with its Makefile) that also exhibits the same problem. When I run the program I see the following error reported from gdb: (gdb) run Starting program: nod Program

Troube with remote kernel debugging using --- gdb ptrace( PT_GETDBREGS )

2000-10-19 Thread Soumen Biswas
Hello, I am haveing a slight problem with remote kernel debugging using gdb. ( host target both fbsd 4.1.1 + gdb that came along - 4.18 ) I am able to attach and an debug the target But I keep getting the following warning : ptrace( PT_GETDBREGS ) failed: no such process Otherwise

smbfs-1.3.0 released

2000-10-19 Thread Boris Popov
Hello, At first, I'm want to say 'thank you' for everybody who provided me with feedback on my work. So, here is a records from the HISTORY file for last two releases: 20.10.2000 1.3.0 - Network IO engine significantly reworked. Now it uses kernel threads to

RE: How to sense DCD on serial port?

2000-10-19 Thread andrew
On Thu, 19 Oct 2000, Alexander Maret wrote: DCD because this takes ernormous cpu time. Is there a possibility to get a signal,intr or whatever, whenever the state of DCD changes? UmmI'm not sure but wouldn't you get SIGHUP if DCD was dropped? It would look like the "dialed in user" had