socket leak(s)...

2000-05-18 Thread Bosko Milekic
I'm afraid my earlier message was incorrect. This is _still_ an issue... (the always_keepalive is unrelated) ... appologies; and tomorrow will be back to poking around day. -- Bosko Milekic * pages.infinit.net/bmilekic/index.html * www.technokratis.com

Re: bpf question

2000-05-18 Thread Travis Cole
On Wed, May 17, 2000 at 05:51:59PM +0400, Dmitry Samersoff wrote: I have traffic metering program using bpf, it works fine on relatevly free net but looses about 30% of packets on havy loaded one. Are you doing dns lookups? Don't do those and you may fix your problem. Could any body

Re: Musings on ip checksumming

2000-05-18 Thread Matthew Dillon
:I'm trying to write a simple static NAT, and have got a bit stuck with the :new checksum in the IP header thing with me is that I'm not happy about :something till I understand it (and it appears that the IP stack is well :behaved and won't send something unless the IP checksum is right

Sir,one enquiry about Hostile Applets

2000-05-18 Thread Suresha H.L.
sir, I am Suresh.H.L. working as proj. asst. at Indian Institute of Science, Bangalore. under Supercomputer education and research center chairman Prof. Balakrishnan.N. http://www.iisc.ernet.in/serc I want to know that is there is any Indian who developed any Hostile applets, if

Re: newbus documentation

2000-05-18 Thread Daniel C. Sobral
Alexander Langer wrote: Second revision is online at http://big.endian.de/misc/newbus-intro.txt The led-driver is still in the tar.gz I posted yesterday, but this tar.gz still has version 1. Please, guys. READ IT! COMMENTS! DRIVER_MODULE(9)??? Isn't it driver(9) you are talking about?

Re: newbus documentation

2000-05-18 Thread Daniel C. Sobral
Alexander Langer wrote: Second revision is online at http://big.endian.de/misc/newbus-intro.txt The led-driver is still in the tar.gz I posted yesterday, but this tar.gz still has version 1. Please, guys. READ IT! COMMENTS! Also, don't use abbreviations such as JFYI. -- Daniel C.

i have 4 pwd.db

2000-05-18 Thread Dylan parker
I want desencrypt the files pwd.db Help me please Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body

Re: ASN.1 parsing in OpenSSL (Apache+mod_ssl problem)

2000-05-18 Thread Milon Papezik
Hi, Yesterday, I installed on the 4.0R server the apache13-php3 port with mod_ssl (using 4.0R ports skeleton) and it seems that I run into similar problem. When I try to connect with Netscape 4.x or Exploder 5 to Apache over SSL I get the following errors in apache_ssl_engine.log:

Re: ASN.1 parsing in OpenSSL (Apache+mod_ssl problem)

2000-05-18 Thread Kris Kennaway
On Thu, 18 May 2000, Milon Papezik wrote: When I try to connect with Netscape 4.x or Exploder 5 to Apache over SSL I get the following errors in apache_ssl_engine.log: I need to compare the contents of a working and non-working certificate - my suspicion is that theres something off about the

Re: i have 4 pwd.db

2000-05-18 Thread Daniel C. Sobral
Dylan parker wrote: I want desencrypt the files pwd.db Help me please Password files are not decryptable by design. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "Sentience hurts." To Unsubscribe: send mail to

Re: i have 4 pwd.db

2000-05-18 Thread Chris D. Faulhaber
On Thu, 18 May 2000, Daniel C. Sobral wrote: Dylan parker wrote: I want desencrypt the files pwd.db Help me please Password files are not decryptable by design. And encrypted passwords are not stored in pwd.db (see spwd.db) - Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL

Re: Question about file write????

2000-05-18 Thread Joy Ganguly
Matthew Dillon wrote: I think it would be a whole lot easier to implement mmap() on the device, then allow the user process to mmap() the device buffer and read() and write() it directly. I don't think you need to implement any ioctl's for this problem. fd = open

Re: Question about file write????

2000-05-18 Thread Joy Ganguly
Matthew Dillon wrote: I think it would be a whole lot easier to implement mmap() on the device, then allow the user process to mmap() the device buffer and read() and write() it directly. I don't think you need to implement any ioctl's for this problem. fd = open

Old linux archives

2000-05-18 Thread Matthew Dillon
The latest lwn (http://lwn.net/) has a reference to a bunch of old Linux archives that were found and posted by Alan Cox. ftp://ftp.linux.org.uk/pub/linux/alan/Old-Funet-Lists/ Just in case people didn't know, way back then I was pretty heavy into Linux, before FreeBSD

file creation times ?

2000-05-18 Thread Arun Sharma
Is there any reason why FreeBSD doesn't store file creation times on the disk (apart from historical reasons) ? -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: file creation times ?

2000-05-18 Thread Aleksandr A.Babaylov
Arun Sharma writes: Is there any reason why FreeBSD doesn't store file creation times on the disk (apart from historical reasons) ? in adddition to atime, ctime and mtime? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in

Re: file creation times ?

2000-05-18 Thread Arun Sharma
On Thu, May 18, 2000 at 09:04:52PM +0400, Aleksandr A.Babaylov wrote: Arun Sharma writes: Is there any reason why FreeBSD doesn't store file creation times on the disk (apart from historical reasons) ? in adddition to atime, ctime and mtime? struct timespec st_atimespec; /* time of last

tconv and friends

2000-05-18 Thread Alexander N. Kabaev
I just noticed that tconv is marked as broken in /usr/src/usr.bin/Makefile. Is there any interest in reviving this program? Or may be it makes more sense to start building tic, infocmp and others from ncurses source as part of the buildworld? To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: smb printer trouble

2000-05-18 Thread James Halstead
Thanks, and no-thanks at the same time ;) The 'push back' will help (so I can avoid the temp file) and I will put that in. However, my filter is doing just fine on postscript files (and since it is a postscript pinter I don't have to put it through gs). The problem is with _non_ postscript files

request for review: bus_alloc_resource(9)

2000-05-18 Thread Alexander Langer
Hello! I've written bus_alloc_resource(9). I need one with _experience_ on newbus to review it. http://big.endian.de/FreeBSD/bus_alloc_resource.9 Thanks! Alex -- I need a new ~/.sig. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Matthew N. Dodd
On Thu, 18 May 2000, Alexander Langer wrote: I've written bus_alloc_resource(9). I need one with _experience_ on newbus to review it. http://big.endian.de/FreeBSD/bus_alloc_resource.9 You still don't understand what the 'rid' parameter is. Think of an 'rid' as in index into an array of

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Mike Smith
On Thu, 18 May 2000, Alexander Langer wrote: I've written bus_alloc_resource(9). I need one with _experience_ on newbus to review it. http://big.endian.de/FreeBSD/bus_alloc_resource.9 You still don't understand what the 'rid' parameter is. Think of an 'rid' as in index into an

Re: i have 4 pwd.db

2000-05-18 Thread Adam
I think he might possibly mean DES-encrypt, if so you need to install the DES libraries (see sysinstall, configure, dists or compile crypto stuff in make world) and make sure the links for lib*crypt stuff points to the des ones, then force password changes (I believe) On Thu, 18 May 2000, Daniel

KVA to physical???

2000-05-18 Thread Joy Ganguly
hi all how to get a physical address from a kernel virtual address (the KVA is obtained from contigmalloc() ) thanx in advance -joy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

KVA to physical address

2000-05-18 Thread Joy Ganguly
hi all how to get a physical address from a kernel virtual address (the KVA is obtained from contigmalloc() ) thanx in advance -joy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KVA to physical address

2000-05-18 Thread Mike Smith
how to get a physical address from a kernel virtual address (the KVA is obtained from contigmalloc() ) You don't. You probably need this for busmaster DMA; use the busdma interface instead. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Warner Losh
Some problems. Here's my comments. I'm posting them in case my understanding is inaccurate. If it is, I don't want you to codify it. And I want to know so I don't keep misunderstanding :-) First, rid. "rid" is a bus specific handle that identifies the resource being allocated. For ISA this

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Mike Smith
Second, RF_SHAREABLE should generally never be used. There's one exception. That's for interrupts that can be shared in the hardware. Actually, this is almost exactly the wrong way up; RF_SHAREABLE should always be used unless you know that the interrupt _can't_ be shared. In many cases,

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Warner Losh
In message [EMAIL PROTECTED] Mike Smith writes: : ... and this is why. The pccard/cardbus bridge code, or the parent bus : code, needs to decide whether the interrupt is or is not shareable - not : the driver. Ah. That's a good point. The ISA and PCCARD bridges should turn off interrupt

Re: KVA to physical???

2000-05-18 Thread Bill Fumerola
On Thu, May 18, 2000 at 06:35:58PM -0400, Joy Ganguly wrote: how to get a physical address from a kernel virtual address (the KVA is obtained from contigmalloc() ) thanx in advance Mike Smith's answer wasn't good enough? -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM

Re: i have 4 pwd.db

2000-05-18 Thread Jan Koum
On Thu, May 18, 2000 at 08:46:35AM -0400, "Chris D. Faulhaber" [EMAIL PROTECTED] wrote: On Thu, 18 May 2000, Daniel C. Sobral wrote: Dylan parker wrote: I want desencrypt the files pwd.db Help me please Password files are not decryptable by design. And encrypted passwords are

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Sergey Babkin
Warner Losh wrote: One should generally only call these functions in attach. If you must call them in probe, one must release the resource before returning from the probe. However, since they can affect bridge settings, it may be unavoidable to call them from the probe routine. The code

Re: request for review: bus_alloc_resource(9)

2000-05-18 Thread Warner Losh
In message [EMAIL PROTECTED] Sergey Babkin writes: : The code seems to guarantee that if the probe routine returns 0 : then the attach routine will be called right away. So if the probe : routine returns 0 they don't have to be freed. Actually, the : comments seem to say explicitly that the

NFS problems on 4.0-stable.

2000-05-18 Thread Jaye Mathisen
UDP v2 mounts, Netapp Filer. Getting a fair # of: got bad cookie vp 0xd24bf1c0 bp 0xc9090500 got bad cookie vp 0xd24bfda0 bp 0xc906ceb0 on the console, and it seems to lock the machine up for several minutes when it does. Then it comes back to life, and cranks for a while... Not sure where

Re: NFS problems on 4.0-stable.

2000-05-18 Thread Warner Losh
In message [EMAIL PROTECTED] Jaye Mathisen writes: : got bad cookie vp 0xd24bf1c0 bp 0xc9090500 : got bad cookie vp 0xd24bfda0 bp 0xc906ceb0 Seen these too. Not sure why. Too many other fire to fight. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers"