search for: proviso

Displaying 20 results from an estimated 57 matches for "proviso".

2011 Nov 04
3
coordinated NIS and LDAP servers
...hentication but would like to migrate to LDAP. Thing is, though, that some of the machines that authenticate via NIS are so old I'd rather not even touch them. Hence the question - is there a good way to have an NIS server for user authentication that is a mirror image of an LDAP server, with a proviso that an update introduced there is replicated in the LDAP server's databases? Thanks. Boris.
2009 Dec 04
3
Use of apply rather than a loop
...0 1 101 0 1 102 1 1 103 0 1 105 0 For each subject, I would like to find the time associated with MARKER == 1, then replace Time with Time - (Time[Marker == 1]) The result for this subject would be: Subject Time Marker 1 -1.5 0 1 -1 0 1 0 1 1 1 0 1 3 0 One proviso: some subjects do not have Marker == 1; for these subjects, I would like Time to remain unchanged. At present, I am looping over each subject. The number of subjects is large so this process is quite slow. I assume that one of the apply functions could speed this markedly but I am not faci...
2006 Feb 24
5
Controller Methods gets called twice on single invocation
I have no idea why this is happening but it seems like every method on my controller gets called twice. Here is what it looks like when I call a list using the scaffold code ========================== Processing DepartmentsController#index (for 127.0.0.1 at 2006-02-24 01:05:00) [GET] Parameters: {"action"=>"index", "controller"=>"departments"}
2005 Aug 12
3
Need a CONFIRMED working hardware sata raid10 card
Does anyone know of a card that actually works with CentOS 4 that supports Raid10? I don't think CentOS support software raid 10 from the installer. Thanks, -Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050812/ab215629/attachment-0002.html>
2016 Jul 13
2
Failed to find domain Unix Group
...same ID / GID if the User to the fact that the idmap values be >> crossing, even so I changed them (mentioned above) >> >> Thank you >> >> > > Do not change the lower range value on a Samba fileserver once set, > you can raise the upper value, but there is a proviso, the ranges must > not overlap. This means your lines above are invalid, they both start > at '5000' and the entire '*' range is inside the 'SERVERAD' range. > > If you change the lower range and you are using the 'rid' backend, all > your IDs will...
2001 Oct 21
3
generating a gamma random variable
Dear R People, This question has nothing to do with R directly, but it is a simulation question. I need to generate a random variable distributed as gamma(\alpha,\beta), with the additional proviso that it must be a function of random variable(s) which do not depend on \alpha, \beta. In this case, I have \alpha = (T-1)/2, where T is a positive integer. So, it seems reasonable to first simulate from a chi-squared distribution with T-1 degrees of freedom. Then multiply by the appropriate scale...
2016 Jul 13
2
Failed to find domain Unix Group
...>>>> crossing, even so I changed them (mentioned above) >>>> >>>> Thank you >>>> >>>> >>> >>> Do not change the lower range value on a Samba fileserver once set, >>> you can raise the upper value, but there is a proviso, the ranges >>> must not overlap. This means your lines above are invalid, they both >>> start at '5000' and the entire '*' range is inside the 'SERVERAD' range. >>> >>> If you change the lower range and you are using the 'rid' b...
2012 Dec 04
2
Audit of NMI and MCE paths
...om the deadlock point of view. Are there any performance concerns from changing to a recursive lock? As for spinlocks themselves, as far as I can reason, recursive locks are safe to use, as are per-cpu spinlocks which are used exclusivly in the NMI handler or MCE handler (but not both), given the proviso that we have C level reentrance protection for do_{nmi,mce}(). For the {rd,wr}msr()s, we can assume that the Xen code is good and is not going to fault on access to the MSR, but we certainly cant guarantee this. As a result, I do not think it is practical or indeed sensible to remove all possibi...
2016 Jul 14
2
Failed to find domain Unix Group
...oned above) >>>>>> >>>>>> Thank you >>>>>> >>>>>> >>>>> >>>>> Do not change the lower range value on a Samba fileserver once >>>>> set, you can raise the upper value, but there is a proviso, the >>>>> ranges must not overlap. This means your lines above are invalid, >>>>> they both start at '5000' and the entire '*' range is inside the >>>>> 'SERVERAD' range. >>>>> >>>>> If you change...
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
# HG changeset patch # User Matt Wilson <msw@amazon.com> # Date 1342481836 0 # Branch efi # Node ID dd1ab0cae2c870942c2e1b6bc3a507b1a40dae16 # Parent 9950f2dc2ee6dfd172258a5a4ee29809b0ff8263 x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi After commit 25594:ad08cd8e7097, EFI Xen binaries were installed to /efi instead of /usr/lib64/efi. This patch restores the
2019 Apr 08
3
Samba 4.8.10 for rhel7/centos7 rpms
Adding Alexander (cc'ed, thank you) Hi Sergio, I found some hints (dating back almost a year ago) about why gnutls-3.4 might be needed: https://lists.samba.org/archive/samba-technical/2018-April/127282.html I don't know how much of this still holds true (I've been running an AD DC with rhel7's gnutls 3.3.z for over a year without apparent issues). Regards, Vincent On Mon, 8
2006 Feb 24
8
RoR meets .net *cringe*
...yonrails.org Subject: [Rails] RoR meets .net *cringe* Hey guys, I started a new job recently in a mobile R&D dept for a large company. Our team is small and has some autonomy. My boss has given me the go-ahead to write a couple of apps that are coming down the pipe using Rails. - With one proviso: Any apps we write have to run in our dept''s environment. - IIS. I know it''s possible to run RoR on IIS using ISAPI filters and fastCGI. So here are my Q''s: 1. Has anyone done any benchmarks with it? Is there any reason this couldn''t be viable for production...
2018 Mar 04
3
Random Seed Location
...xample, JSS is very clear on this point. To your question > My question simply is: should the location of the set.seed command matter, > provided that it is applied before any commands which involve randomness > (such as partitioning)? the answer is no, it should not matter. But the proviso is important. You can determine where things are messing up using something like set.seed(654321) zk <- RNGkind() # [1] "Mersenne-Twister" "Inversion" zk z <- runif(2) z set.seed(654321) # install.packages(c('caret', 'ggplot2', '...
2019 Apr 08
0
Samba 4.8.10 for rhel7/centos7 rpms
...s MIT Kerberos. No production builds should use MIT Kerberos for the AD DC as this remains an experimental configuration. Finally, we do try and pick this kind of thing up at configure time. If a Samba build completes but it doesn't function at runtime then we consider that a bug. (With the proviso that we don't currently have a way to detect and fail on missing python packages). I hope this clarifies things, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT...
2019 Apr 08
2
Samba 4.8.10 for rhel7/centos7 rpms
...; as this remains an experimental configuration. Interesting.. so RHEL8 might in fact be a different story. > Finally, we do try and pick this kind of thing up at configure time. > If a Samba build completes but it doesn't function at runtime then we > consider that a bug. (With the proviso that we don't currently have a > way to detect and fail on missing python packages). Well, thank you for leaving those 'options' in place so people like me (us) can use your great samba work on el7/centos7 derivatives. your efforts and help are very much apreciated (speaking in my...
2007 Mar 22
1
using ael and extensions.conf togather?
Hi all, i need to know whether we can use ael and extensions.conf togather. i mean can we switch between contexts,extensions and priorities which are in present in both? can 2 context be named same in extensions.conf and extensions.ael? -- Regards Rizwan Hisham Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 13
3
run script on logout
Does anyone have an idea how to run a script when the user logs out. I tried puting the command in the .bash_logout file, but it doesnt work. Thanx Janez -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091113/04308ac2/attachment-0003.html>
2000 Mar 30
1
Problem with Samba 2.0.5 and Q&A
...st only = Yes locking = No But due to the info I found at: http://www.qaug.com/faq.htm Is Q&A networkable? All versions of Q&A are networkable on, for example, Windows 95/98, Novell, and Lantastic networks. All versions of Q&A will also work on Windows NT networks with the following provisos: All program and database files must reside on a 1.9G or smaller FAT partition. If using Q&A for Windows, it must be installed and/or run from Windows 95 or 98 workstations. (It will not run properly on an NT Workstation.) On peer-to-peer networks, the sharing mode for shared databases must b...
2014 Sep 22
1
Create Organizational units (OU) from Unix.
Hello, Is there a way to create an OU (in the AD sence) from Unix with the samba tools ? I have made a script that create all my users and groups (for a school). But I still need to create the OUs manually from windows with RSAT. Thanks. Baptiste.
2016 Jul 13
0
Failed to find domain Unix Group
...fact that the idmap values be >>> crossing, even so I changed them (mentioned above) >>> >>> Thank you >>> >>> >> >> Do not change the lower range value on a Samba fileserver once set, >> you can raise the upper value, but there is a proviso, the ranges >> must not overlap. This means your lines above are invalid, they both >> start at '5000' and the entire '*' range is inside the 'SERVERAD' range. >> >> If you change the lower range and you are using the 'rid' backend, >&gt...