Displaying 20 results from an estimated 1768 matches for "suffic".
Did you mean:
suffix
2017 Oct 30
2
Password change question/2: 'syncpassword' suffices on *ONE* DC?
...hange,
indipendently on what DC get originated (eg, i've changed a password,
see previous email, on DC2 and the 'syncpassword' script get called on
DC1).
So seems to me that all that stuff (minus the GPG key and the
'password hash gpg key ids = 1234567890ABCDEF' in smb.conf) it suffices/have to
be installed on *ONE* DC.
Right? If yes, 'it suffices' or 'have to'? Eg, if i install on every DC
i get some sort of ''failover'' system (eg, the LDAP change get
''consumed'' one time), or simply i've my script called for every DC?
Th...
2017 Oct 30
0
Password change question/2: 'syncpassword' suffices on *ONE* DC?
...originated (eg, i've changed a password,
> see previous email, on DC2 and the 'syncpassword' script get called
> on
> DC1).
>
> So seems to me that all that stuff (minus the GPG key and the
> 'password hash gpg key ids = 1234567890ABCDEF' in smb.conf) it
> suffices/have to
> be installed on *ONE* DC.
>
> Right?
Yes, because the passwords are stored into the directory and GPG
encrypted there. Note that with Samba 4.7 you can also store the
crypt() style sha256 passwords without needing encrypted paintext, but
it works the same otherwise.
>...
2013 Jan 31
2
[LLVMdev] std::string suffices for Init* argument?
Hi Jakob,
How is `FieldName`, which is a std::string, being passed as the third
argument to SetValue on line 1848 of TGParser.cpp, which is declared
as being an Init*? The nearly identical (FIXME) codepath in
ParseDeclaration immediately puts the string into a StringInit, which
makes sense, but how on earth is the std::string being passed in? This
is really freaking me out.
-- Sean Silva
2013 Jan 31
0
[LLVMdev] std::string suffices for Init* argument?
On Jan 30, 2013, at 9:37 PM, Sean Silva <silvas at purdue.edu> wrote:
> How is `FieldName`, which is a std::string, being passed as the third
> argument to SetValue on line 1848 of TGParser.cpp, which is declared
> as being an Init*? The nearly identical (FIXME) codepath in
> ParseDeclaration immediately puts the string into a StringInit, which
> makes sense, but how on earth
2014 Aug 27
4
(no subject)
I have just jined this list. I can't seem to boot from a USB and my BIOS
recognizes my sandisk USB by name. I can't figure out what modules to use.
mbr.bin and parted is one method. Then syslinux is run and a syslinux.cfg is
needed. Is this sufficent for syslinux?
LINUX bzImage //kernel image
INITRD initrd // initial ramdisk to boot a small liinux system on a USB.
Bill
Thanks for any help.
2016 Jul 06
5
rasberry pi
I'm debating between a cloud PBX or, perhaps, rasberry pi. For a SOHO,
maybe three hardphones, rasberry pi would suffice? I would be amazed, but,
if so, great.
thanks,
Thufir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160706/84a0ac7c/attachment.html>
2010 Nov 12
3
Deploying code as exe
...way for me to package a few lines of R-code as exe and have it
running in the background? (unable to find info in the archives)
Even better if I can package it as an installation and send to my team who
do not have any background in programming / R? If they can install and run
the exe ... it would suffice.
Thanks,
S
2012 Apr 08
1
[LLVMdev] Privatize global variables
Hi John,
> The -internalize pass changes globals to have internal linkage. Does this
> not suffice for your needs?
To my understanding, it does not. The -internalize pass performs:
I->setLinkage(GlobalValue::InternalLinkage);
which means it only changes the linkage mode, while global variables
remain in place. And we need to *replace* globals with local variables
in main and arguments - i...
2017 Aug 09
1
[PATCH net] Revert "vhost: cache used event for better performance"
...e wants to bring it back, or if we want to extend the protocol.
>>>>>
>>>> The problem we don't know whether or not guest has published a new used
>>>> event. The check vring_need_event(vq->last_used_event, new + vq->num,
>>>> new) is not sufficient to check for this.
>>>>
>>>> Thanks
>>> More notes, the previous assumption is that we don't move used event back,
>>> but this could happen in fact if idx is wrapper around.
>> You mean if the 16 bit index wraps around after 64K entries.
>...
2017 Aug 09
1
[PATCH net] Revert "vhost: cache used event for better performance"
...e wants to bring it back, or if we want to extend the protocol.
>>>>>
>>>> The problem we don't know whether or not guest has published a new used
>>>> event. The check vring_need_event(vq->last_used_event, new + vq->num,
>>>> new) is not sufficient to check for this.
>>>>
>>>> Thanks
>>> More notes, the previous assumption is that we don't move used event back,
>>> but this could happen in fact if idx is wrapper around.
>> You mean if the 16 bit index wraps around after 64K entries.
>...
2010 Feb 24
4
Backup solution to backup /var/spool/imap above 150GB data
Hi
We have an issue with one of our clients , they have a mail server with
the /var/spool/imap partition as 150 GB . They need to take differential
backup on to /backup partition ( a different HDD of total 250 GB space ) .
We have tried dar , rsync, rdiff and impasync . But its is not sufficing the
need as to take a lot of time and consumes a lot of I/O .
Is there any back up solution that you can think of , that can work in this
situation - open source or proprietary
--
Regards
Agnello D'souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2019 Aug 30
3
no DNS functionality on second subnet
...d not notice that is was send directly.
A small bit of extra info, how/why/what.
Primary DNS suffix is used by your workstation as search suffix when you connect to a server.
The connection DNS suffix can be used if the computer needs to be also registered in another dns zone.
( connection DNS suffice : DHCP option 15 )
Handy to know.
Greetz,
Louis
2012 Dec 18
3
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...#39;s naive, but I would expect it to be easy for each backend to expose a constant N which is the length of the longest mnemonic, and then for the printer to pad to N+1 or N+2….
That would probably work for X86, but other targets (ARM in particular) often have operands which are printed/parsed as suffices on the mnemonic itself. Because of these, the backend does not statically know the longest potential string-of-stuff-before-the-tab.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/d20179a0...
2015 Nov 20
3
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
...sterday's r69662, R no longer ./configure[s] on a standard
Ubuntu 14.04.3 installation, which ships with PCRE 8.31
(http://packages.ubuntu.com/trusty-updates/libpcre3-dev)
I get:
> checking if PCRE version >= 8.32, < 10.0 and has UTF-8 support... no
> checking whether PCRE support suffices... configure: error: pcre library and headers are required
Are there any workarounds for this except for manually compiling and
installing a more recent version of PCRE from source?
Thanks!
Sebastian
--
University of Zurich
Sebastian Meyer
Epidemiology, Biostatistics and Prevention Institu...
2016 Apr 24
3
Managing VMs across multiple physical hosts
Hello List,
We’re currently managing VMs across approximately 26 physical hosts. We tend to migrate VMs around a lot to do things like spread load and keep VMs running when physical hosts are in need of package updates.
Suffice it to say sometimes finding out which physical host a VM is currently running on can be a pain.
Anyone know of an open source tool that will give me a snapshot of what’s running where across a list of physical hosts? Doesn’t have to be anything fancy. A command-line utility will do.
Best,...
2010 Jan 25
2
[LLVMdev] Any extend
...nd I would like
the same behaviour for 32-bit loads.
So my questions are:
1) What causes the Initial selection DAG code to choose an any_extend
over a sign_extend (or zero_extend)?
2) What does any_extend actually signify? Presumably this indicates
that either a sign extend or zero extend will suffice.
Cheers,
Greg
2012 Apr 08
0
[LLVMdev] Privatize global variables
...N. Mikushin wrote:
> Dear LLVM,
>
> To workaround the GPU modules visibility rules, we need to lower
> global variables into scope-variables of main entry and arguments in
> other functions. For example,
The -internalize pass changes globals to have internal linkage. Does
this not suffice for your needs?
-- John T.
>
> int foo = 0;
>
> int func() { return foo + 1; }
>
> int main() { return func(); }
>
> should become:
>
> int func(int* foo) { return *foo + 1; }
>
> int main() { int foo = 0; return func(&foo); }
>
> Is there a strong n...
2009 Jun 22
1
nls vs nlme: parameter constraints
Hello list,
I'm trying to fit a model like beta[trt]/(1+alpha*x) where the data
include some grouping factor. The problem is that the estimate for alpha
is undefined for some of the treatments - any value greater than 20 is
equally good and a step function would suffice. Ignoring the grouping
structure, I can fit this using nls with the port algorithm by
restricting the upper value of alpha to 20. Is there a way to do
something similar in nlme?
Thanks!
Manuel
--
http://mutualism.williams.edu
2006 Jan 05
2
New logo for CentOS
To celebrate CentOS as the greatest thing since sliced bread, we
should endevour to have a new logo in place. Whilst the current one
suffices, a new logo/favicon should be in place.
My artistry skills are not good (i was eating hotdogs whilst the rest
of the class learned fine art), so those of you artistically endowed
should come up with something.
__________________________________________
Yahoo! DSL ? Something to write ho...
2005 Mar 04
2
Options for Attendant Console.
...rds possibly
replacing or augmenting our existing PBX serving about over 600
phones (and needing to expand). The one missing bit that I can't
find any mention of is an Attendant Console. Are there any
good solutions out there?
I've considered that maybe one of the better softphones might
suffice, but the ones I've looked at so far not geared to the
need to handle and quickly dispatch large numbers of calls.
--
Will McCown, Rhythm & Hues, Inc., Los Angeles, CA. (310) 448-7512
will@rhythm.com