Re: Fixing Posix semaphores

2004-12-14 Thread Kamal R. Prasad
--- Joe Kelsey <[EMAIL PROTECTED]> wrote: > On Tue, 2004-12-14 at 08:08 -0800, Kamal R. Prasad > wrote: > > --- Joe Kelsey <[EMAIL PROTECTED]> wrote: > > > > > I have a desire to fix posix semaphores in at > least > > > 5.3. The current > > > implementation doesn't actually follow the > "spirit

Re: nfs within jail

2004-12-14 Thread David Gilbert
> "Matt" == Matt <[EMAIL PROTECTED]> writes: Matt> Simon 'corecode' Schubert wrote: >> On 14.12.2004, at 13:09, Matt wrote: >> >>> Quick question regarding nfs (or other filesystems) inside a jail. >>> As far as I can tell, it isn't possible to mount nfs shares while >>> inside a jail. Is t

IPX, Netware functionality?

2004-12-14 Thread Yury Tarasievich
Is somebody still working on IPX, Netware functionality? I'm having quite unexpected problems on 4.10-RELEASE when trying to mount netware volumes. In former 4-releases, I could a) add IPX+ef to kernel, b) recompile, c) run IPXrouted and d) make ifconfig f[0-3] ipx , then everything worked. No

Re: My project wish-list for the next 12 months

2004-12-14 Thread Scott M. Ferris
On Tue, 14 Dec 2004 09:29:19 +0200, Danny Braniss <[EMAIL PROTECTED]> wrote: > Great!, we seem to be on the same wavelength, im now writing (at about one > char a minute) the login user program, and somehow - to be discovered -, the > socket will be passed to the kernel. > my main efford, at the mo

Re: My project wish-list for the next 12 months

2004-12-14 Thread Wilko Bulte
On Tue, Dec 14, 2004 at 01:47:15PM -0600, Scott M. Ferris wrote.. > On Tue, 14 Dec 2004 09:29:19 +0200, Danny Braniss <[EMAIL PROTECTED]> wrote: > > Great!, we seem to be on the same wavelength, im now writing (at about one > > char a minute) the login user program, and somehow - to be discovered -

sysctl to make all nfs mounts use local file locking (patch enclosed)

2004-12-14 Thread Ted Faber
Hi. I've recently upgraded my main work machine to -CURRENT in an environment where much of the world is mounted via NFS. The NFS locking via rpc.lockd/rpc.statd doesn't seem to be too stable, and the -L behavior described in mount_nfs(8) works much better for me. Unfortunately, I can't seem to c

Re: My project wish-list for the next 12 months

2004-12-14 Thread Scott M. Ferris
On Tue, 14 Dec 2004 22:02:40 +, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > Note that this isn't different from any sufficiently complex HBA driver, > except that the code that can operate under these conditions is more > complex for iscsi. I don't understand why you think the situation

Re: Partiotioning 2.2TB Under FreeBSD 5.2.1

2004-12-14 Thread Amandeep Pannu
I am new to this big arrays. FreeBSD 5.2.1 doesnt see all the 2.2TB. So when I do # dmesg |grep da0 GEOM: create disk da0 dp=0xc832fc50 da0 at twa0 bus 0 target 0 lun 0 da0: <3ware Logical Disk 00 1.00> Fixed Direct Access SCSI-0 device da0: 100.000MB/s transfers da0: 2384080MB (4882595840 512 byt

Re: My project wish-list for the next 12 months

2004-12-14 Thread Kip Macy
> Hardware-based iSCSI HBAs solve this by having their own memory and > TCP stack separate from the OS. Software-only iSCSI initiators such > as linux-iscsi usually just hope it doesn't happen, and that's why I > don't usually recommend software-only iSCSI initiators to anyone. How is that any be

Re: counting total PIDs since the server been started

2004-12-14 Thread Vlad GALU
On Tue, 14 Dec 2004 09:55:21 +, Chris Elsworth <[EMAIL PROTECTED]> wrote: > On Tue, Dec 14, 2004 at 12:33:45PM +0300, scream wrote: > > Hello freebsd-hackers, > > > > I`m trying to solve this puzzle >"how to get statistics about total count > > of > > fork`ed\exec`ed processes since the se

nfs within jail

2004-12-14 Thread Matt
Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery? Thanks.

Re: nfs within jail

2004-12-14 Thread Matt
Simon 'corecode' Schubert wrote: On 14.12.2004, at 13:09, Matt wrote: Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse

mounting nfs shares within jail

2004-12-14 Thread Matt
Quick question regarding nfs. As far as I can tell, it isn't possible to mount nfs shares from within a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery? Thanks. __

Re: nfs within jail

2004-12-14 Thread Patrick Tracanelli
Matt wrote: Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery?

Re: nfs within jail

2004-12-14 Thread Matt
Patrick Tracanelli wrote: Matt wrote: Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting?

Partiotioning 2.2TB Under FreeBSD 5.2.1

2004-12-14 Thread Amandeep Pannu
Hi all, I have 12WD 200GB SATA drives with RAID5 and glabal spare on 3ware 9000 series controller. Also one 80GB SATA drive for OS. I had to manually compile the twa driver. kldload twa. The system started recognizing the controller and the total capacity. Although the dao show 2.2TB but when I t

Re: counting total PIDs since the server been started

2004-12-14 Thread Vlad GALU
On Tue, 14 Dec 2004 09:23:46 -0600, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Dec 14), Vlad GALU said: > > On Tue, 14 Dec 2004 09:55:21 +, Chris Elsworth <[EMAIL PROTECTED]> > > wrote: > > > On Tue, Dec 14, 2004 at 12:33:45PM +0300, scream wrote: > > > > I`m trying to solv

Re: counting total PIDs since the server been started

2004-12-14 Thread Dan Nelson
In the last episode (Dec 15), Vlad GALU said: > On Tue, 14 Dec 2004 09:23:46 -0600, Dan Nelson <[EMAIL PROTECTED]> wrote: > > Most Unixes provide these stats under the "vmstat -s" command also. > > It'd be nice if Linux had something like that. However, I've been > able to reproduce the desired

Re: My project wish-list for the next 12 months

2004-12-14 Thread Scott M. Ferris
On Tue, 14 Dec 2004 17:05:25 -0800 (PST), Kip Macy <[EMAIL PROTECTED]> wrote: > > Hardware-based iSCSI HBAs solve this by having their own memory and > > TCP stack separate from the OS. Software-only iSCSI initiators such > > as linux-iscsi usually just hope it doesn't happen, and that's why I > >