Re: Recommended SMP Config

2006-03-18 Thread Vulpes Velox
On Fri, 17 Mar 2006 11:58:54 -0600 "Larry Rosenman" wrote: > John Baldwin wrote: > > On Friday 17 March 2006 12:00, Tom Daly wrote: > >>> Because CPU 1 is a hyperthread. So is CPU 3 for that matter. > >> > >> That makes sense, but CPU 3 shows up in top without setting > >> machdep.hyperthreadin

getgroups and getgrouplist functions

2007-01-01 Thread Vulpes Velox
Just working on fixing the problem with DBus for when a user is a member of more than 16 groups. I have NGROUPS_MAX set to 64 on this system. So far I have one person on the DBus mailing list telling me that the FreeBSD getgrouplist is broken. I just want to verify if how I am reading the docs is

Re: getgroups and getgrouplist functions

2007-01-02 Thread Vulpes Velox
On Tue, 2 Jan 2007 20:46:38 +1100 Peter Jeremy <[EMAIL PROTECTED]> wrote: > On Mon, 2007-Jan-01 23:35:25 -0600, Vulpes Velox wrote: > >I am reading it as int *ngroups is not set to the number of groups > >in the list if the number of groups is larger than the number >

LDAP integration

2007-01-07 Thread Vulpes Velox
I was just wondering. How many people here have given lots of though about integrating FreeBSD configuration with LDAP. I've just begun looking at it a lot more and was curious as to what other people think in this area. ___ freebsd-hackers@freebsd.org

Re: LDAP integration

2007-01-08 Thread Vulpes Velox
On Mon, 8 Jan 2007 09:21:21 +0100 VANHULLEBUS Yvan <[EMAIL PROTECTED]> wrote: > On Sun, Jan 07, 2007 at 05:59:35PM -0600, Z.C.B. wrote: > > I was just wondering. How many people here have given lots of > > though about integrating FreeBSD configuration with LDAP. I've > > just begun looking at it

Re: LDAP integration

2007-01-08 Thread Vulpes Velox
On Sun, 07 Jan 2007 22:02:30 -0800 Doug Barton <[EMAIL PROTECTED]> wrote: > Vulpes Velox wrote: > > I was just wondering. How many people here have given lots of > > though about integrating FreeBSD configuration with LDAP. I've > > just begun looking at it a lot

Re: LDAP integration

2007-01-08 Thread Vulpes Velox
On Tue, 09 Jan 2007 09:22:31 +0200 Danny Braniss <[EMAIL PROTECTED]> wrote: > > On Sun, 07 Jan 2007 22:02:30 -0800 > > Doug Barton <[EMAIL PROTECTED]> wrote: > > > > > Vulpes Velox wrote: > > > > I was just wondering. How many people here

Re: LDAP integration

2007-01-09 Thread Vulpes Velox
On Tue, 09 Jan 2007 13:23:29 -0800 Doug Barton <[EMAIL PROTECTED]> wrote: > Vulpes Velox wrote: > > On Sun, 07 Jan 2007 22:02:30 -0800 > > Doug Barton <[EMAIL PROTECTED]> wrote: > > > >> Vulpes Velox wrote: > >>> I was just wondering. How

Re: LDAP integration

2007-01-10 Thread Vulpes Velox
On Wed, 10 Jan 2007 14:14:17 -0800 Doug Barton <[EMAIL PROTECTED]> wrote: > Vulpes Velox wrote: > > > There will be no massive patch for it, given it involves little > > more than the inclusion of a single rc.d file and a bit of > > documentation. > > In th

Re: LDAP integration

2007-01-10 Thread Vulpes Velox
On Wed, 10 Jan 2007 13:26:57 -0800 (PST) Lamont Granquist <[EMAIL PROTECTED]> wrote: > > > > On Tue, 9 Jan 2007, Vulpes Velox wrote: > > The why is because I like centralized management and it would be > > really handy for that. For my use, it would be hand

Re: LDAP integration

2007-01-10 Thread Vulpes Velox
On Wed, 10 Jan 2007 13:56:23 -0800 Doug Barton <[EMAIL PROTECTED]> wrote: > Lamont Granquist wrote: > > > Why are you doing this in the FreeBSD rc scripts directly? Why > > not install cfengine and work on making cfengine play better with > > database-driven config? > > Indeed. For a "many syst

Re: LDAP integration

2007-01-10 Thread Vulpes Velox
On Wed, 10 Jan 2007 17:10:36 -0800 (PST) Lamont Granquist <[EMAIL PROTECTED]> wrote: > > > On Wed, 10 Jan 2007, Vulpes Velox wrote: > > On Wed, 10 Jan 2007 13:56:23 -0800 > > Doug Barton <[EMAIL PROTECTED]> wrote: > >> Lamont Granquist wrote: >

Re: LDAP integration

2007-01-11 Thread Vulpes Velox
On Thu, 11 Jan 2007 18:41:47 +1100 David Nugent <[EMAIL PROTECTED]> wrote: > Freddie Cash wrote: > > To each their own, of course. Personally, I am so sick of the way > > system like Debian use dozens of config files for each app, all in > > their own conf.d/ sub-directories. Some apps, like Pur

RC scripts and NIS

2005-01-11 Thread Vulpes Velox
I am currently am currently working on making modifications to the rc system to allow NIS to not be started if the server is not present. So far I am just looking at disabling ypbind at start if certain conditions are meet. The idea it is to run a script that checks if the servers or server is pr

Re: RC scripts and NIS UPDATE

2005-01-12 Thread Vulpes Velox
compares it to a good hash. Any ways, not heard any feed back on this yet. I would be really interested to hear some opinions or suggestions on this. On Tue, 11 Jan 2005 18:34:39 -0600 Vulpes Velox <[EMAIL PROTECTED]> wrote: > I am currently am currently working on making modifications to

Re: mbr and boot loader

2005-06-14 Thread Vulpes Velox
On Tue, 14 Jun 2005 16:19:53 +0200 rusel <[EMAIL PROTECTED]> wrote: > Hello, > bitch# uname -a > > FreeBSD bitch 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 > 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/ > sys/GENERIC i386 > > I`ve got fbsd & winxp, now I have to format this stu

Re: Obtaining 75k (active) concurrent tcp sessions..

2004-02-13 Thread Vulpes Velox
On Fri, 13 Feb 2004 14:20:43 -0600 Matt Freitag <[EMAIL PROTECTED]> wrote: > For FreeBSD to support that many concurrent connections some kernel > values must be tweaked. Namely, you'll need to set > "kern.ipc.nmbclusters=81920" in loader.conf as it's a read-only oid. Is this something that has

Re: Obtaining 75k (active) concurrent tcp sessions..

2004-02-13 Thread Vulpes Velox
On Fri, 13 Feb 2004 16:48:59 -0600 Matt Freitag <[EMAIL PROTECTED]> wrote: > No, > kern.ipc.nmbclusters is read-only. > > Setting this in /etc/sysctl.conf is futile, it'll never actually be > set in the kernel this way, the change will just get a read-only > error, just like you would once the ma

uhid devices

2004-04-02 Thread Vulpes Velox
What would be the simplest way to get input from a uhid device and then feed it to X as keyboard input, mainly aimed at X? I am currently trying to find a nice starting place to looking at how to go about from a usb joypad and mapping it as keyboard in put. BTW sorry about the cross posting, was

Re: Darwin cmd import?

2004-05-27 Thread Vulpes Velox
On Fri, 28 May 2004 04:07:32 +0200 "Cyrille Lefevre" <[EMAIL PROTECTED]> wrote: > regarding the APSL (http://www.opensource.apple.com/apsl/), > do you think it is possible to import some darwin commands w/ mods. > > for instance, I thing to decomment and relpath from bootstrap_cmds, > sadc and sa

Re: quiet ATX mid-Towers

2004-06-18 Thread Vulpes Velox
On Fri, 18 Jun 2004 07:39:25 -0700 (PDT) zera holladay <[EMAIL PROTECTED]> wrote: > Under a kind suggestion, I am re-submitting this > e-mail with a different subject. The old message was: > > Hello, I am looking for a very quiet ATX mid-tower and > I was wondering if anybody has a suggestion or

Re: Wacom Graphire3 USB Tablet and FreeBSD

2004-06-29 Thread Vulpes Velox
On Mon, 12 Jan 2004 10:29:39 +0100 Arvid <[EMAIL PROTECTED]> wrote: > Hello people, > > I have a bit of a problem to get my Wacom Graphire3 (USB) to work > with FreeBSD. At first I thought I was doing something wrong, but it > seems that FreeBSD doesnt understand it. I know it works with > OpenBS

Re: Wacom Graphire3 USB Tablet and FreeBSD

2004-07-01 Thread Vulpes Velox
On Thu, 1 Jul 2004 22:12:48 +0300 "Lauri J Järvenpää" <[EMAIL PROTECTED]> wrote: > > Ever get it working or find a tablet that does work under FreeBSD? > > Just in case you didn't knew already: > Serial Wacoms are supported and work. > I use Intuos2 serial and I have also tried older Intuos seria