search for: newly

Displaying 20 results from an estimated 4657 matches for "newly".

2016 Feb 08
2
AD: smb.conf of newly joined DC
...rovisionning 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? Question 2: if this option is not useless on non-FSMO DC, don't you think smb.conf should be copied from working DC at "join" time? Question 3: as this could be a choice, is it advised to first copy smb.co...
2013 Dec 31
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
...e 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 on LiveVariables which require the machine function to be in SSA form. However, in this case, the modified machine function(including newly inserted MBB) is not SSA form any more. So, how to update LiveInterval information of newly...
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 current sortable_element definition. <%= sortable_element dow + ''orderList'', :complete => visual...
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...
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 after the...
2016 Jan 28
3
[samba4] DNS updates
...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 replicate) from a replicated DC to all 10 new DC and also force replication in the other way. All drs replicate commands worked well. Back to newly joined DC I launched samba_dnsupdate, on 10 DC this command failed on 9 DC with mesage: "update failed: NOTAUTH". I rebooted all joined DC and samba_dnsupdate worked well on them. This gave time to Samba to replicate things around and now all things goes well. Joining new DC is still a...
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] agents due to the way that Puppet emulates POSIX permissions. We break NTFS access control inheritance to ensu...
2014 Sep 01
2
[LLVMdev] Modify a module at runtime in MCJIT
...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 added to the same execution engine or I have to create a new one? - Is it possible to swap the execution from the running module to the new optimized one at runtime? If yes, how? If no, are there any further s...
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
...com/%n mail_extra_groups = mail first_valid_uid = 1000 first_valid_gid = 1000 umask = 007 maildir_copy_with_hardlinks = yes To reproduce:- 1. Using your IMAP client with two IMAP accounts, copy a message from a folder in one account, to a folder in the other account 2. See that the newly created message file is -rw------- If a message is moved between folders on the _same_ account, however, the group permissions are preserved (ie not masked off). So it seems that the umask option is ineffective when the imap daemon creates a new maildir message file. Thanks, Steve. -- BOFH e...
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 > is not obvious. In my case, these instructions don't have side-effects, and > so they could be placed a...
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: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060311/6d88fbca...
2006 Feb 20
4
Obtaining the ID of a newly saved model object
...wmaterial = Material.find(@material.id) is what I was thinking, but that doesn''t work as @material still has no id. The method finishes with a rendering of a table (this is an AJAX called method) render_partial ''listtable'', :layout => false end I want to grab the newly created object so I can hightlight and display it in the view, but I don''t know how to retrieve it again! Any and all ideas are most appreciated. Chris.
2014 Jan 03
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
...e 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 on LiveVariables which require the machine function to be in SSA form. However, in this case, the modified machine function(including newly inserted MBB) is not SSA form any more. So, how to update LiveInterval information of newly...
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 super end def create super create_folder end def update super end...
2015 Nov 16
2
No more replication for new DC
...x=e3514235-4b06-11d1-ab04-00c04fc2dcd2/0x00000004,localaddress=10.156.248.221] >>> NT_STATUS_INVALID_PARAMETER >>> >>> Digging a bit further there is no "servicePrincipalName" for last added >>> DC. >>> Using samba_spnupdate on FSMO owner or on newly added DC has no effect. >>> >>> I'm about to create these servicePrincipalName by hand to see if it could >>> solve my little issue. >>> >>> Cheers, >>> >>> mathias >>> >>> >>> 2015-11-16 14:40 GMT+01:00 m...
2016 Feb 08
2
AD: smb.conf of newly joined DC
...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? >> > > No, if you have it on the first DC, you should also have it on any > secondary DC. > > >> Question 2: if this option is not useless on non-FSMO DC, don't you think &g...
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 users. Thereby determining where to put those >> instructions >> is not obvious. In my case, these instructions don't have side-effects, &...
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...
2010 Mar 25
0
[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 users. Thereby determining where to put those >>> instructions >>> is not obvious. In my case, these instructions don't h...