search for: endup

Displaying 20 results from an estimated 37 matches for "endup".

Did you mean: endp
2018 Dec 22
2
[llvm-pdbutil] : merge not working properly
When trying to merge 2 pdbs which have each their own DBI stream, I endup with a pdb with an inconsistent number of stream and no DBI stream (or at least not at fixed index 3, producing a corrupt error when dumping with -l). Looking at the code, it seems that we don't merge other streams than TPI and IPI streams, am I right ? Is the "merge" feature complete...
2004 Jun 17
2
Question on lists and vectors of lists
...l call think_one_firm(datafilename) and it will give me back two numbers x and y. I could say: l = think_one_firm("blah") print(l$x); print(l$y); and all would be fine. What I want to do is: To tuck away the returned lists into a vector or a data frame. At the end, I would like to endup with a data structure allfirms containing one 'row' for each firm. I guess this could be a data frame, or a matrix, or a vector of lists (if such a thing exists). In case it's a data frame, I would say allfirms$x[400] to access the 'x' value returned for the 400th firm. How wou...
2013 Aug 28
2
[LLVMdev] [lld] -emit-yaml doesnot contain linker added symbols specified with command line options
Hi, Right now, linker added symbols specified by the -u option do not endup in the output YAML file. This is because the target specific Writers dont get called, which creates the undefined atoms. I am in the process of adding more options and I would like the atoms created internally by the options available in the output YAML file. The options that I am trying to c...
2009 Nov 05
1
RFC: TTM extra bo space
..., at 15.58, Jerome Glisse wrote: > > > > Note: For reference my issue is with cursor on old radeon hw, > > cursor must be in the next 128M from the crtc scanout buffer. We > > got issue when someone start to resize their screen at which > > point the scanout buffer can endup after the cursor in vram. > > Other solution would be to add multiple bo adjacent validation > > function to ttm (likely less ttm change). > > Can you solve your problem by being able to place the buffer at > certain location? We had the same need but managed to work around...
2013 Aug 28
0
[LLVMdev] [lld] -emit-yaml doesnot contain linker added symbols specified with command line options
...licit file? Or that the implicit file is not getting added? Or that this got lost in the transition from InputFiles to InputGraph? -Nick On Aug 28, 2013, at 2:44 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > Right now, linker added symbols specified by the -u option do not endup in the output YAML file. > > This is because the target specific Writers dont get called, which creates the undefined atoms. > > I am in the process of adding more options and I would like the atoms created internally by the options available in the output YAML file. > > The op...
2007 May 14
5
user are able to access "/" partition.
...sue, but gave other issue. After implementing this line under Home share, I am not able to open any other user's home directory which is shared to me or have access to open. If I try to access other user home, it simply open my own home directory, even the directory which I am not author... , I endup opening my own home directory instead of getting error. Can any one out some light in this issue, how can I configure My samba, where I can access other's shared home directory and stop other user to access "/" partition. Below is the output of configuration file. There are...
2020 Aug 31
2
using %d as a variable in the ldap search base
...me of which overlap. As I was trying to figure things out, I was setting the search base in my /etc/dovecot/dovecot-ldap.conf.ext file which is referenced by /etc/dovecot/conf.d/auth-ldap.conf.ext file to base = ou=%d,dc=thecrazyguys,dc=net however, the resulting searches against the directory endup just dropping the %d, resulting in ou=,dc=thecrazyguys,dc=net which is invalid. On a whim, I tried a search base of base = dc=%d,dc=thecrazyguys,dc=net and found that it did correctly substitute in the variable, which would be correct, except that my ldap tree is set up with OUs and not an ex...
2018 Dec 24
1
[llvm-pdbutil] : merge not working properly
...users don’t accidentally use it, or if someone wants to properly implement the missing features, that would be even better On Sat, Dec 22, 2018 at 10:48 AM Vivien Millet via llvm-dev < llvm-dev at lists.llvm.org> wrote: > When trying to merge 2 pdbs which have each their own DBI stream, I endup > with a pdb with an inconsistent number of stream and no DBI stream (or at > least not at fixed index 3, producing a corrupt error when dumping with -l). > Looking at the code, it seems that we don't merge other streams than TPI > and IPI streams, am I right ? > Is the "mer...
2013 Aug 28
2
[LLVMdev] [lld] -emit-yaml doesnot contain linker added symbols specified with command line options
...he implicit file is not getting added? Or that this got lost in the transition from InputFiles to InputGraph? > > -Nick > > On Aug 28, 2013, at 2:44 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: >> Right now, linker added symbols specified by the -u option do not endup in the output YAML file. >> >> This is because the target specific Writers dont get called, which creates the undefined atoms. >> >> I am in the process of adding more options and I would like the atoms created internally by the options available in the output YAML file. &gt...
2020 Sep 01
2
using %d as a variable in the ldap search base
...to figure things out, > I was setting the search base in my /etc/dovecot/dovecot-ldap.conf.ext > file which is referenced by /etc/dovecot/conf.d/auth-ldap.conf.ext file > to > > base = ou=%d,dc=thecrazyguys,dc=net > > however, the resulting searches against the directory endup just > dropping the %d, resulting in > > ou=,dc=thecrazyguys,dc=net > > which is invalid. On a whim, I tried a search base of > > base = dc=%d,dc=thecrazyguys,dc=net > > and found that it did correctly substitute in the variable, which would > be correct, excep...
2019 Oct 02
0
DANGER WILL ROBINSON, DANGER
...nsert_pfn() > or vmf_insert_mixed(). Why would you need to target mmu notifier on target vma ? You do not need that. The workflow is: userspace: ptr = mmap(/dev/kvm-mirroring-device, virtual_addresse_of_target) Then when the mirroring process access ptr it triggers page fault that endup in the vm_operation_struct->fault() which is just doing: kernel-kvm-mirroring-function: kvm_mirror_page_fault(struct vm_fault *vmf) { struct kvm_mirror_struct *kvmms; kvmms = kvm_mirror_struct_from_file(vmf->vma->vm_file); ... again...
2016 Jul 02
5
Where is krb5.keytab or equivalent?
...must run mutt not telnet like i mentioned earlier to > get the imap tickets). > > root at server:~# kinit achim > Password for achim at DOMAIN.LOCAL: > [I enter my password] > MAIL=imap://achim at server.domain.local/ mutt > [Mutt asks about the cert i select accept once and i endup on my INBOX. > I leave mutt by entring q+ENTER] > root at server:~# klist > Ticket cache: FILE:/tmp/krb5cc_0 > Default principal: achim at DOMAIN.LOCAL > > Valid starting Expires Service principal > 01.07.2016 23:16:30 02.07.2016 09:16:30 krbtgt/DOMAIN.LOCA...
2016 Jul 01
0
Where is krb5.keytab or equivalent?
Here's the test (I must run mutt not telnet like i mentioned earlier to get the imap tickets). root at server:~# kinit achim Password for achim at DOMAIN.LOCAL: [I enter my password] MAIL=imap://achim at server.domain.local/ mutt [Mutt asks about the cert i select accept once and i endup on my INBOX. I leave mutt by entring q+ENTER] root at server:~# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: achim at DOMAIN.LOCAL Valid starting Expires Service principal 01.07.2016 23:16:30 02.07.2016 09:16:30 krbtgt/DOMAIN.LOCAL at DOMAIN.LOCAL renew u...
2015 Dec 16
2
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
...]) + AC_ARG_WITH([xen-dumpdir], AS_HELP_STRING([--with-xen-dumpdir=DIR], [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]), @@ -77,13 +85,17 @@ if test "$libexecdir" = '${exec_prefix}/libexec' ; then esac fi dnl expand exec_prefix or it will endup in substituted variables -libexecdir=`eval echo $libexecdir` -dnl autoconf doc suggest to use a "package name" subdir -dnl This variable will be substituted in various .in files -LIBEXEC_BIN=`eval echo $libexecdir/$PACKAGE_TARNAME/bin` -AC_SUBST(LIBEXEC_BIN) +LIBEXEC=`eval echo $libexecdi...
2011 May 25
0
[PATCH] Btrfs: cache bitmaps when searching for a cluster
If we are looking for a cluster in a particularly sparse or fragmented block group, we will do a lot of looping through the free space tree looking for various things, and if we need to look at bitmaps we will endup doing the whole dance twice. So instead add the bitmap entries to a temporary list so if we have to do the bitmap search we can just look through the list of entries we''ve found quickly instead of having to loop through the entire tree again. Thanks, Signed-off-by: Josef Bacik <josef...
2006 Nov 07
2
Mapping CLI'S in Dialplan
Hi All I am not sure what I wish to do it possible but I would like to see if you guys know any better. I have a site who has the extensions: 1231, 1232. 1233, 1234 Each of these users can dial each other on the extension number an also has an external CLI mapped to them. On all internal calls or calls to services such as call forwarding their Caller ID is: Name <XXXX> What
2020 Aug 31
0
using %d as a variable in the ldap search base
...of which overlap. As I was trying to figure things out, I was setting the search base in my /etc/dovecot/dovecot-ldap.conf.ext file which is referenced by /etc/dovecot/conf.d/auth-ldap.conf.ext file to base = ou=%d,dc=thecrazyguys,dc=net however, the resulting searches against the directory endup just dropping the %d, resulting in ou=,dc=thecrazyguys,dc=net which is invalid. On a whim, I tried a search base of base = dc=%d,dc=thecrazyguys,dc=net and found that it did correctly substitute in the variable, which would be correct, except that my ldap tree is set up with OUs and not an...
2006 Mar 23
15
Is Rails Appropriate for our Project?
I realize this subject is redundant for this community, but I''m hoping the Rails community can provide me with some additional ammunition to help push a rails project I''m pitching over the proverbial tipping point at my company. The Situation: I''m the lead architect at a large bay area retailer. My team and I are currently suffering through the process of paying
2020 Sep 01
0
using %d as a variable in the ldap search base
...igure > things out, I was setting the search base in my > /etc/dovecot/dovecot-ldap.conf.ext > file which is referenced by /etc/dovecot/conf.d/auth-ldap.conf.ext > file to > > base = ou=%d,dc=thecrazyguys,dc=net > > however, the resulting searches against the directory endup just > dropping the %d, resulting in > > ou=,dc=thecrazyguys,dc=net > > which is invalid. On a whim, I tried a search base of > > base = dc=%d,dc=thecrazyguys,dc=net > > and found that it did correctly substitute in the variable, which > would be correct, except...
2019 Jan 14
2
[llvm-pdbutil] : merge not working properly
...properly implement the missing >> features, that would be even better >> On Sat, Dec 22, 2018 at 10:48 AM Vivien Millet via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> When trying to merge 2 pdbs which have each their own DBI stream, I >>> endup with a pdb with an inconsistent number of stream and no DBI stream >>> (or at least not at fixed index 3, producing a corrupt error when dumping >>> with -l). >>> Looking at the code, it seems that we don't merge other streams than TPI >>> and IPI streams, am...