search for: auxillary

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

Did you mean: auxiliary
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 transfer the dat variable as a paramet...
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
...;posixAccount when connecting to AD, then your NetApp is what is > broken. Yes, sadly for you Rowland was successful in advancing the argument that samba-tool should be no more helpful than ADUC when adding users to the directory, so with more recent versions we no longer add posixAccount as an auxillary class. You can of course add it by modifying the objectClass attribute, it is a perfectly valid part of the AD schema, just not there by default. > > > > > > > > 2 more informations about our enviroment: > > - User-authentication on all linux-clients is based on...
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 netmask=255...
2004 Apr 14
1
Feature proposal and implementation plan: --delete-delay
...appropriate. If the file isn't in the correct form, the file only became obsolete just now; rename the file with the current date. 3. These modified filenames would be exposed to the user. (Yes, a big ugly.) An alternative strategy which would preserve the filenames would be to have an auxillary database file that stored the timestamps. However, I can imagine a thousand things that could go wrong here. I also considered encoding the timeout information in the modified-time/access-time fields, but that seems very hackish and, again, I can imagine a thousand things that could go horribly...
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
...doc/extlinux.txt index d8cbb5d..f0cac8d 100644 --- a/doc/extlinux.txt +++ b/doc/extlinux.txt @@ -48,7 +48,7 @@ slight modifications. 5. EXTLINUX now has "boot-once" support. The boot-once information is stored in an on-disk datastructure, part of extlinux.sys, called - the "Auxillary Data Vector". The Auxilliary Data Vector is also + the "Auxillary Data Vector". The Auxiliary Data Vector is also available to COM32 modules that want to store small amounts of information. diff --git a/efi/adv.c b/efi/adv.c index 4056db1..7709e08 100644 --- a/efi/adv.c...
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
...ependent, 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 gls() code suggests it may be difficult to keep the auxillary arg out of the model.frame but in the evaluation frame of the formula: glsSt <- glsStruct(corStruct = correlation, varStruct = varFunc(weights)) mfArgs <- list(formula = asOneFormula(formula(glsSt), model, groups), data = data, na.action = na.action) if (!missing(subset)...
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
...to AD, then your NetApp is what is > > broken. > > Yes, sadly for you Rowland was successful in advancing the argument > that samba-tool should be no more helpful than ADUC when adding users > to the directory, so with more recent versions we no longer add > posixAccount as an auxillary class. > > You can of course add it by modifying the objectClass attribute, it is > a perfectly valid part of the AD schema, just not there by default. Yes Andrew, it is there, but NO windows tools add it and as we actively encourage the use of ADUC, we shouldn't encourage adding i...
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"?
...t; Maintainer: Henrik Bengtsson <henrikb@braju.com> Depends: R.oo Description: This package provides methods to read and write MAT files. It also makes it possible to communicate (evaluate code, send and retrieve objects etc.) with Matlab v6 or higher running locally or on a remote host. The auxillary Java class provides static methods to read and write Java data types. License: GPL version 2 or newer URL: http://www.braju.com/R/ LazyLoad: TRUE I then build a source package using R v2.1.0 devel (on WinXP Pro). Installation from source and package loading works fine on WinXP Pro with R v2.0.1 p...
2006 Mar 03
0
Filesystems, GRUB, weirdness, oh my! [long]
...chmod +x /a/sbin/grubinstall chroot /a /sbin/grubinstall exit 0 What this does is determines whether the drive is SATA or IDE by looking at diskstats, if it is SATA, it mounts /dev/sda1 & /dev/sda3, if it is IDE, it mounts /dev/hda1 & /dev/hda3, it also creates and mounts all of the auxillary filesystems (proc, sys, dev) The next script which I run in the CentOS environment via chroot is: TYPE= SUBS= if grep -q sda /proc/diskstats then TYPE="sda1" SUBS="s/hda/sda/g" else TYPE="hda1" SUBS="s/sda/hda/g" fi...
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