Re: increasing dd disk to disk transfer rate

2006-01-14 Thread Christoph P. Kukulies
On Fri, Jan 13, 2006 at 02:29:15PM +0100, Christoph P. Kukulies wrote: On Thu, Jan 12, 2006 at 02:23:37PM -0700, Kenneth D. Merry wrote: Then I tried to read back dd if=/dev/ad2 of=/dev/zero bs=2m Yes, just for the fun I said 2m blocksiye. And now we come back to FreeBSD contents:

Kernel programming

2006-01-14 Thread Pranav Sawargaonkar
Hi I have doubt about accessing vmspace structure using proc pointer. I have written code below in my module and try to find out data size of a program, but during make it is giving me errors.Please anyone tell me what is right way to code my function. Function I have written is- static int

Re: My machine been hacked, I need help

2006-01-14 Thread Cy Schubert
In message [EMAIL PROTECTED], Daniel O'Connor writes : --nextPart1396418.se7W9MObOf Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sat, 14 Jan 2006 14:35, anchor (sent by Nabble.com) wrote: My machine been

Re: My machine been hacked, I need help

2006-01-14 Thread les
In message [EMAIL PROTECTED], Daniel O'Connor writes Only evidence collected by a forensic analysis tool is admissible in court. Not necessarily true. Log data that is routinely collected can be admissible. Though, log data that you collected starting when you suspected there was

Re: My machine been hacked, I need help

2006-01-14 Thread Cy Schubert
In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes: In message [EMAIL PROTECTED], Daniel O'Connor writes Only evidence collected by a forensic analysis tool is admissible in court. Not necessarily true. Log data that is routinely collected can be admissible. Though, log data

Re: My machine been hacked, I need help

2006-01-14 Thread anchor (sent by Nabble.com)
Many thanks to all the replies. I need more time to understand them ;) I have taken off my machine from the internet to protect further damage. It takes me time to research it since I'm not that experienced in the system. The machine was hacked my my former system admin. But I need evidence.

Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010

2006-01-14 Thread Daichi GOTO
I have updated the patches: For 7-current patch http://people.freebsd.org/~daichi/unionfs/unionfs-p5.diff For 6.x patch http://people.freebsd.org/~daichi/unionfs/unionfs6-p5.diff Changes from -p4: - fixed around can't fifo/vnode bypass -1 panic problem - added some comments

Re: How priority propagation works on read/write lock?

2006-01-14 Thread prime
On 1/15/06, Tiffany Snyder [EMAIL PROTECTED] wrote: Does FreeBSD support rwlocks? On 1/13/06, prime [EMAIL PROTECTED] wrote: On 1/13/06, Kamal R. Prasad [EMAIL PROTECTED] wrote: Priority need not be propagated to readers as they will not block other readers. Most likely, you