Displaying 20 results from an estimated 4691 matches for "newlys".
Did you mean:
newly
2016 Feb 08
2
AD: smb.conf of newly joined DC
Hi all,
When provisionning a Samba 4 AD domain with --use-rfc2307 the option
"idmap_ldb:use rfc2307 = yes" is added to our first DC's smb.conf.
When joining a Samba4 to a domain to make it a DC we can't
use --use-rfc2307 and "idmap_ldb:use rfc2307 = yes" is not automatically
added to newly joined DC's smb.conf.
Question 1: is this option useless on non-FSMO DC?
2013 Dec 31
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
Hi,
I insert a new machine basic block(MBB) before Greedy Register Allocation, after Simple Register Coalescing. But I encounter a fatal
error "regalloc = ... not currently supported with -O0". I use command line with opt level O2, not O0.
The probable reason of this error is that no LiveInterval information for newly MBB which is used by Register Allocation.
And, LiveIntervals depend
2006 Jan 05
1
sortable_element not recognizing newly added <li> elements
I have a user defined list of items. Using the sortable_element
function, I can manipulate the ordering of this list fine by dragging
each component around.
When I dynamically add another <li> item to this list, the newly added
item is _not_ "draggable" like its other siblings.
Using the sortable_element function, how do I make it aware of newly
added list items? Here is my
2008 Mar 26
2
passing parameters to the newly booted kernel
is it possible to pass parameters from a .cfg file to the newly
booted kernel?
my setup is pxelinux where the relevent config is
label fbsd63
kernel memdisk
append initrd=/freebsd6.3.hd harddisk
what i would like to do is pass in some parameter so the booted
kernel can behave differently.
i've looked in teh archives without success, although i did see an
elliptic reference
to
2010 Mar 24
2
[LLVMdev] insertion points for newly created instructions
Hi,
I've been scratching my head with a little problem: how to determine the
insertion point for a newly created instruction?
The operands of these instructions can be defined in different BBs, and they
may have several users. Thereby determining where to put those instructions
is not obvious. In my case, these instructions don't have side-effects, and
so they could be placed anywhere
2016 Jan 28
3
[samba4] DNS updates
No replication this morning but FSMO was rebooted yesterday. Only joined DC
were rebooted.
After verifying all A records related to new DC were created, I forced
creation of replication related DNS entries as described there :
https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins#Resolve_the_objectGUID_CNAME_record_of_the_new_joined_Domain_Controller
I forced replication (drs
2013 Feb 08
9
RFC: Default File Permissions
Recently, the issue of copying file modes from remote sources was discussed
on the puppet-users mailing list[1], although it equally applies to owner
and group.
One issue is what permissions to apply to newly created files when none are
specified? Historically, Puppet has always copied the permissions from the
file source to the newly created one. However, this causes problems on
Windows[2]
2014 Sep 01
2
[LLVMdev] Modify a module at runtime in MCJIT
Hello,
I'm using MCJIT to run some loops on my ARM processor.
I was trying to perform some runtime optimizations on some function, and
this requires recompiling the function at runtime.
I know that this feature is not available yet in MCJIT , and to modify a
function I have to create a new module with the newly optimized code.
My questions are:
- The newly created module can be
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
This is for Dovecot 1.0.rc15 from Debian Backports on 3.1 Stable, x86;
Filesystems are local reiserfs; IMAPs client is KMail 1.9.5
Non-default settings in dovecot.conf:
protocols = imaps
ssl_cert_file = /etc/dovecot/mail.cert.pem
ssl_key_file = /etc/dovecot/mail.key.pem
mail_location = maildir:/var/mail/ambrosia.plus.com/%n
mail_extra_groups = mail
first_valid_uid = 1000
2010 Mar 25
0
[LLVMdev] insertion points for newly created instructions
On Wed, Mar 24, 2010 at 4:16 PM, Nuno Lopes <nunoplopes at sapo.pt> wrote:
> Hi,
>
> I've been scratching my head with a little problem: how to determine the
> insertion point for a newly created instruction?
> The operands of these instructions can be defined in different BBs, and they
> may have several users. Thereby determining where to put those instructions
>
2006 Mar 11
2
how do i retrieve a newly created id
in my code i''m calling save on an object. The id gets created as the object
is persisted. How can i retrieve that newly created id? I guess I could
query the table again using the other attributes of the object but is there
another way?
thanks in advance.
larry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 20
4
Obtaining the ID of a newly saved model object
Hi,
I''m struggling with this and I''m not sure if it is obvious or dumb (or both).
I have a basic create method like so:
def creatematerial
@material = Material.new(params[:material])
if @material.save
flash[:notice] = "Material successfully created."
end
Ok so far, but now I want to retrieve that object that was just saved so that it can be used in the
2014 Jan 03
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
At 2014-01-01 04:36:21,"Andrew Trick" <atrick at apple.com> wrote:
On Dec 31, 2013, at 3:52 AM, Haishan <hndxvon at 163.com> wrote:
Hi,
I insert a new machine basic block(MBB) before Greedy Register Allocation, after Simple Register Coalescing. But I encounter a fatal
error "regalloc = ... not currently supported with -O0". I use command line with opt level
2013 Oct 02
2
When overriding the registration controller from devise, is it possible to access the newly created
I''m trying to create a folder right after a user registers, so I override
the create action on the registration controller (devise) but I don''t know
how to access the newly created user in order to create the folder with
it''s name to upload files later.
So far I''ve got this:
class RegistrationsController < Devise::RegistrationsController
def new
2015 Nov 16
2
No more replication for new DC
On 16/11/15 15:09, mathias dufresne wrote:
> That did not work. I've added DNS entries mentioned in that wiki page. I
> also forced creation of all entries mentioned by samba_dnsupdate
> --all-names --verbose.
> So I expect all needed DNS entries are present. If some are still missing
> they are not mentioned by samba_dnsupdate. And as samba_dnsupdate job is to
> create
2016 Feb 08
2
AD: smb.conf of newly joined DC
Thank you Rowland for your replies.
Isn't it possible to forward during join time the content of the right
smb.conf? This could make deployment easier which would help some of us...
Just my two cents...
2016-02-08 14:03 GMT+01:00 Rowland penny <rpenny at samba.org>:
> On 08/02/16 12:36, mathias dufresne wrote:
>
>> Hi all,
>>
>> When provisionning a Samba 4 AD
2010 Mar 25
2
[LLVMdev] insertion points for newly created instructions
Thanks for your reply!
> On Wed, Mar 24, 2010 at 4:16 PM, Nuno Lopes <nunoplopes at sapo.pt> wrote:
>> Hi,
>>
>> I've been scratching my head with a little problem: how to determine the
>> insertion point for a newly created instruction?
>> The operands of these instructions can be defined in different BBs, and
>> they
>> may have several
2019 Apr 08
2
Newly applied GPO not immediately active
Hi folks,
I have been playing around with implementing and applying GPOs on a
Samba AD DC, using the RSAT tools. It seems that any changes take their
time (at least 5 minutes, maybe more), and are not immediately active. I
experienced problems when logging in on the affected computers (Windows
10), that the GPOs seemed to be incompletely applied. After a while, it
worked though. It's not
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all,
I am installing the libvirt 1.2.5 on my newly installed Fedora19.
When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt"
In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19.
I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2010 Mar 25
0
[LLVMdev] insertion points for newly created instructions
Nuno Lopes wrote:
> Thanks for your reply!
>
>
>
>> On Wed, Mar 24, 2010 at 4:16 PM, Nuno Lopes <nunoplopes at sapo.pt> wrote:
>>
>>> Hi,
>>>
>>> I've been scratching my head with a little problem: how to determine the
>>> insertion point for a newly created instruction?
>>> The operands of these instructions