Re: My wish list for 6.1

2005-12-22 Thread Juhana Tahvanainen
i think you got this one wrong. what FreeBSD-Handbook-General should include: everything that spans through all FreeBSD releases i.e. # rm -rf / (that is guaranteed to work in all FreeBSD systems) but if some future release stops supporting this, then its removed from FreeBSD-Handbook-Gener

Re: copy directory structure

2005-12-22 Thread Oliver Fromme
Ashok Shrestha <[EMAIL PROTECTED]> wrote: > Do you know how to copy just a directory structure (not the files inside it)? The following is probably the easiest and most efficient way ($SRC and $DST are the source and destination directories): cd $SRC; find . -type d | cpio -dumpl $DST It will a

2 lame questions (ipfw, keyboard driver)

2005-12-22 Thread OxY
hi! i have two lame questions, one about ipfw port forwarding, and an other about keyboard driver... 1, i have a box with public ip 195.70.x.x and openvpn 10.254.0.14 ip.. i'd like to accept connections on my public ip's y port and forward it to my 10.254.64.14 port 22.. is this possible? firs

Re: 2 lame questions (ipfw, keyboard driver)

2005-12-22 Thread Julian Elischer
OxY wrote: hi! i have two lame questions, one about ipfw port forwarding, and an other about keyboard driver... 1, i have a box with public ip 195.70.x.x and openvpn 10.254.0.14 ip.. i'd like to accept connections on my public ip's y port and forward it to my 10.254.64.14 port 22.. is this p

Re: My wish list for 6.1

2005-12-22 Thread Martin Cracauer
Kris Kennaway wrote on Sat, Dec 17, 2005 at 03:01:09AM -0500: > On Fri, Dec 16, 2005 at 10:34:09PM -0800, Avleen Vig wrote: > > On Fri, Dec 16, 2005 at 10:40:22AM -0500, Martin Cracauer wrote: > > > > 2. SMP kernels for install. Right now we only install a UP kernel, for > > > > performance reas

Re: [CALL FOR TESTERS] New system call: abort2()

2005-12-22 Thread Wojciech A. Koszek
On Mon, Dec 19, 2005 at 02:24:04PM -0500, John Baldwin wrote: > On Friday 16 December 2005 05:19 pm, Wojciech A. Koszek wrote: > > On Fri, Dec 16, 2005 at 11:14:12AM -0500, John Baldwin wrote: > > > On Friday 16 December 2005 04:10 am, Peter Jeremy wrote: > > > > On Thu, 2005-Dec-15 22:37:45 +,

Re: [CALL FOR TESTERS] New system call: abort2()

2005-12-22 Thread Wojciech A. Koszek
On Fri, Dec 16, 2005 at 11:14:12AM -0500, John Baldwin wrote: > On Friday 16 December 2005 04:10 am, Peter Jeremy wrote: > > On Thu, 2005-Dec-15 22:37:45 +, Wojciech A. Koszek wrote: > > > abort2(const char *why, int nargs, void **args); > > > > > >"why" is reason of program abort, "nargs" is