search for: auxillari

Displaying 20 results from an estimated 46 matches for "auxillari".

Did you mean: auxillary
2008 Aug 12
1
ldap secondary/auxillary groups not available
I have a samba 3.0.20 installation that authenticates users using ntlm to a MS DC. The samba installation was correctly able authenticate users and map them to their unix uids and gids without an issue. The solaris box that samba was running on was also using NIS for its naming services. I have recently migrated this machine that was using NIS for its naming services to LDAP which is running
2008 Oct 04
3
environment and scoping
I haven't quite figured out how I can change the environment of a function. I have a main function and want to use different auxillary functions, which I supply as parameter (or names). What I want to do is something like this: main.fun=function(aux.fun,dat){ x <- 1 fun.dat() } aux.fun.one=function(){ mean(dat)+x } aux.fun.one=function(){ median(dat)-x } I don't want to
2005 Oct 11
1
Re: [Xen-changelog] Added auxbin module, for handling auxillary binaries.
On Tue, 2005-10-11 at 14:32 +0000, Xen patchbot -unstable wrote: > +def path(): > + machine = os.uname()[4] > + if machine.find(''64'') != -1 and os.path.exists(LIB_BIN_64): > + return LIB_BIN_64 > + else: > + return LIB_BIN_32 This will break on ia64. Itanium doesn''t use lib64 paths. So you really want to check against explicit
2010 May 18
1
commit 'dri2: Send out event when auxillary buffers are invalidated' breaks nouveau 3D support
Hi, It could be my mistake, but I have uptodate versions of xproto, dri2proto, xserver, nouveau ddx, mesa, libdrm. Still the above commit makes X not load nouveau dri module, and fallback to swrast_dri.so. Nothing in X logs, but that 'Screen is not AIGLX capable' Best regards, Maxim Levitsky
2008 Sep 02
0
Samba and file system permissions (secondary/auxillary/non-primary groups)
Hi I have a problem with samba integrated with Active Directory (2003). I wish to have one share containing different folders and I wish access to these folders to be controlled at the file system level. So that if a connecting user is in the group(s) specified at the filesystem level he or she is permitted access to that folder according to the folders permissions. I'm running Ubuntu 8.04.1,
2006 Jan 03
3
What''s the best way to do complex inheritance?
I have a Merchant class that has many Products. Product is an abstract class which has many subclasses (ProductA, ProductB, etc). All Products have common data, like ''name'', ''status'', ''created_on'', etc... but they also have some completely different properties. It seems like Active Record only supports Single Table Inheritance. This
2017 Aug 17
2
objectclass "posixAccount" missing on new created users
On Thu, 2017-08-17 at 09:08 +0100, Rowland Penny via samba wrote: > On Thu, 17 Aug 2017 09:39:07 +0200 > gizmo via samba <samba at lists.samba.org> wrote: > > > Hello, > > I made an upgrade from sernet-samba 4.3.11 to sernet-samba 4.6.7. > > With samba 4.3.11 all created users contained the objectclass > > "posixAccount". With samba 4.6.7 they
2007 Jun 05
3
IP details in COM32 module
Hi all I'm trying to resolve a problem that's recently popped up by turning on auxillary VLANs for our Linux workstations. The problem shows as DHCP failling for anaconda (but always succeeds for PXE). I tried adding 'ipappend 1' to the pxelinux config files but had no joy. I'm thinking that if I write a COM32 module that adds "ip=1.2.3.4 gateway=1.2.3.1
2004 Apr 14
1
Feature proposal and implementation plan: --delete-delay
Hi folks, One feature I've wanted in rsync is the ability to delete files that no longer exist in the source *after some specified grace period.* The functionality I'm looking for is a backup system that won't actually delete files until a week or two after the user does. This would: 1. Protect against accidental file deletions; the user would have some time to realize the
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
This patch changes only strings, no program code. It is would be nice if it goes in the 6.04 release. Reported-by: Ady <ady-sf at hotmail.com> How this patch was prepared, how the editting for this patch was done Where is auxiliary written with double l? git grep -i auxilliary Which files are effect git grep -li auxilliary Changing the those files with the streaming editor sed
2013 Aug 28
1
GlusterFS extended attributes, "system" namespace
Hi, I'm running GlusterFS 3.3.2 and I'm having trouble getting geo-replication to work. I think it is a problem with extended attributes. I'll using ssh with a normal user to perform the replication. On the server log in /var/log/glusterfs/geo-replication/VOLNAME/ssh?.log I'm getting an error "ReceClient: call ?:?:? (xtime) failed on peer with OSError". On the
2006 Dec 21
3
Speccing private class methods
Hi How can I specify that a private method of a class gets called? If you run the code below, only spec (1) passes. Spec (2) is what I found causing problems in my code, and class (3) is my failed attempt to work around it. (3 really puzzles me - why is a private class method not accessible via send?) Another problem is that stub! makes public methods, which changes the behaviour of
2009 Feb 17
0
[LLVMdev] Function Attributes in LLVM
Hello, Josef > useful for some low level targets. As far as I know function > attributes > are GCC specific or am I wrong? That's correct > Is there a Standard-C way to add this > kind of meta information to a function? Well... You can store function pointers into some array and add any extra information your like. > I think it would be a pretty nice feature if a
2004 Oct 28
0
Auxilliary args in gls
I am trying to fit a B-spline regression model with a corStruct using gls. I am using bs() and specifying the knots myself. If I make the knots data-dependent, this works but has undesirable side-effects. I prefer to reference an auxilliary variable "knots" in my model formula. It should not be part of the data frame, as it is a vector of a different length. How can this be done? The
2011 Nov 30
1
openldap authentication
I have an existing openldap schema which is handling mail, web and ftp services right now. I am trying to get a windows machine talking to the same filesystem as apache on linux via samba and read/write using the correct uid/gid. I was trying to shy away from using pam_ldap as there is no need to tie the user in ldap directly to the filesystem. The problem is it looks like the samba ldap module
2017 Aug 17
0
objectclass "posixAccount" missing on new created users
On Thu, 17 Aug 2017 20:34:00 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Thu, 2017-08-17 at 09:08 +0100, Rowland Penny via samba wrote: > > On Thu, 17 Aug 2017 09:39:07 +0200 > > gizmo via samba <samba at lists.samba.org> wrote: > > > > > Hello, > > > I made an upgrade from sernet-samba 4.3.11 to sernet-samba 4.6.7.
2005 Jun 01
2
Using mbox INBOX with Maildirs?
Thanks for everybody's tips on the mbox to maildirs converter. I was unaware that Maildirs was a common format not specific to dovecot, so I was searching using a dovecot keyword. I'm having this problem now with inboxes. I want to use maildirs, but my mail is delivered to an mbox. I can't seem to get dovecot to recognize the inbox location. Is something like:
2005 Feb 16
0
Depends, require(), autoload() and "side effects"?
Hi. If your package require another package in order to define its methods (but afterwards in is not needed), how should one specify this? Is it correct to assume that "Depends" will assure that all packages are loaded (attached? what is the right word) *before* the methods in the current package are defined? Basically I use my own setMethod() called setMethodS3() that is defined in
2006 Mar 03
0
Filesystems, GRUB, weirdness, oh my! [long]
I am using SystemImager to auto-install about 500 different machines, some of them are CentOS; as you can Imagine I want to automate the installation of the bootloader; so I wrote a 2 scripts to accomplish this task. Why two? Because some of the machines are IDE, and some of them are SATA, and I need to be able to use the same disk image on both of the drive types. Here is the first bash script:
2009 Feb 17
3
[LLVMdev] Function Attributes in LLVM
Hello, I was wondering if there is a way to add more, maybe target dependant, function attributes? I think in certain circumstances they are a good way to give the compiler more information about a function. For example GCC supports attributes to mark an interrupt function witch is very useful for some low level targets. As far as I know function attributes are GCC specific or am I wrong? Is