search for: unaware

Displaying 20 results from an estimated 931 matches for "unaware".

2014 Aug 17
1
virtual plugin in HG unaware of namespaces
The latest changes to the virtual plugin seem to have a negative effect on name space rules: $ cat dovecot-virtual * Public/* flagged While flagged messages inside the mailbox still show up, messages flagged in 'Public' are not picked up anymore. Regards Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2014 Nov 18
0
scrub implies failing drive - smartctl blissfully unaware
Hey, guys See further below extracted output from a daily scrub showing csum errors on sdb, part of a raid1 btrfs. Looking back, it has been getting errors like this for a few days now. The disk is patently unreliable but smartctl's output implies there are no issues. Is this somehow standard faire for S.M.A.R.T. output? Here are (I think) the important bits of the smartctl output for
2013 May 15
1
Substitute unaware when promise objects are evaluated
R-devel, I used the 'substitute' function to create labels for objects inside an environment, without actually evaluating the objects, as the objects might be promises. However, I was surprised to see that 'substitute' returns the expression slot of the original promise even after the promise has been forcibly evaluated. (Doesn't the promise go away after evaluation?) This
2015 Dec 02
2
Symlink with mklink
...y sure a lot of people are waiting for this ( at least people that > > use unix system ) > > but that's just my personnal opinion > > Well people use symlinks on Samba servers all the time. > But they create and manage them on the UNIX side and > the Windows clients are unaware of them. > > What advantage does having the clients aware of the > link bring ? POSIX clients, eg OS X loves symlinks. -Ralph
2008 Oct 13
3
console output
Hi All, Does anyone knows what doest this output means? [root@serverxen ~]# xm list Name                                      ID Mem(MiB) VCPUs State   Time(s) Domain-0                                   0     3202     8 r-----   5220.1 vm1                                  3     4095     2 -b----   3529.2 vm2                                  5     8191     4 -b----    399.0 [root@serverxen ~]# xm
2013 May 16
3
Substitute / delayedAssign (was: Substitute unaware when promise objects are evaluated)
...arning about .Internal, or is there a better way to write this code? Thanks, Robert -----Original Message----- From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] Sent: Wednesday, May 15, 2013 6:04 PM To: McGehee, Robert Cc: R-Devel (r-devel at r-project.org) Subject: Re: [Rd] Substitute unaware when promise objects are evaluated On 13-05-15 11:54 AM, McGehee, Robert wrote: > R-devel, > I used the 'substitute' function to create labels for objects inside an environment, without actually evaluating the objects, as the objects might be promises. > > However, I was surpri...
2012 Mar 01
7
Xen support for native EFI boot
Can someone provide instructions and the necessary environment/toolchain support needed to get Xen to build and boot on a native EFI system (i.e. with no CSM/legacy support)? Joe
2005 May 17
8
acts_as_tree elegant tree printing
Hi, I''m working with acts_as_tree to print an unordered list of items: Root -- Child ---- Child I''ve got this working, however I''d like to know if there is a more elegant fashion that I''m unaware of: #Takes a parent category and recursivley returns all children def find_all_subcategories(category) if category.children.size > 0 ret = "<ul>" category.children.each { |subcat| if subcat.children.size > 0 ret += "<li>...
2020 Jul 24
7
Zero length function pointer equality
...re never called. I believe C++ requires that all functions have a distinct address (ie: &f1 != &f2) and LLVM optimizes code on this basis (assert(f1 == f2) gets optimized into an unconditional assertion failure) But these zero length functions can end up with identical addresses. I'm unaware of anything in the C++ spec (or the LLVM langref) that would indicate that would allow distinct functions to have identical addresses - so should we do something about this in the LLVM backend? add a little padding? a nop instruction? (if we're adding an instruction anyway, perhaps we might as...
2011 Sep 03
2
[LLVMdev] PTX optimizations
Hi everyone, I am trying to add some optimizations to LLVM's PTX backend. But i am unaware of the existing optimizations. Can you please guide me about the same? Thank You:) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/bc038a07/attachment.html>
2018 Aug 08
2
Copy volume from one storage to another
Hi, I want to copy a volume from one to pool to another pool through libvirt golang api but I’m unaware of any such functions. Can anybody guide me a little bit here? Best Regards, Shashwat Shagun me@shashwat.tech
2005 Sep 23
1
context question
Is there any way within asterisk to limit the scope of contexts, basically to make one context totally unaware of another. The application I had in mind involved allowing users to create their own dial plans. To that end I wanted to make it so that a given user could not call a different users dialplan. I could filter everything and prepend a customer id to every context they specify, but that can get...
2015 Jul 10
3
[LLVMdev] Why change "sub x, 5" to "add x, -5" ?
...t; this sort of thing, you can do it at Select() time > or PreprocessISelDAG(), which is what I did on an out-of-tree backend to > turn add X, -C into sub X, C on selection time. This still lets all the > intermediate optimizations take advantage of the canonicalization. > > —escha Unaware of your proposal, I used the TargetLowering::PerformDAGCombine hook. Is there a reason to prefere PreprocessISelDAG ? -- Fred -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150710/12e26aab/attachment.html&g...
2017 Jun 27
5
LNT Server offline
Hi, So, I owe you all an apology. I was totally unaware that the llvm.org server, running at UIUC, was still in operation and hosting an active LNT instance. I was under the assumption the LNT server ran elsewhere. As a result, the ability for the LNT bots to submit run information to the "old" LNT server is now gone. I am very sorry for th...
2017 Aug 18
2
Centos 7 Install
On 08/17/2017 05:05 PM, Fred Smith wrote: > Hmm. was unaware of tracker-etc. what are these indexes used for? > I can't think of anything I do on the system that would need to know > all bout some arbitrary file somewhere on the filesysystem, so why > would this be useful? > > thanks in advance! My main desktop is a CentOS 7 installation...
2016 Sep 27
2
Upgrading samba from source over debian packages
...tall the packages before running 'make install'. > Otherwise you risk that a Debian update overrides your setup or getting > dependency problems. Maybe, it would be nice to put on the wiki that step regarding uninstall the old packages version. I believe that a good portion of users unaware that step. :) On Tue, Sep 27, 2016 at 3:31 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote: > Hello Elias, > > Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba: > > We have samba 4.1.17 installed via debian package and would like to > install > > the latest...
2008 Sep 08
1
Help about the Rxfax on asterisk
Hi all, I have a trixbox2.6.1 on my one server, i have configured sangoma A200/Remora FXO/FXS Analog AFT card on that server, from my zap line the incoming faxes are coming, i have setup the did for zap channel. my question is when i am getting any faxes, asterisk shows me rxfax execution and suddently asterisk crashes and i can't get email notification for received faxes. any one help me
2017 Dec 21
0
Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware
...Juul Pedersen" <hjp at liab.dk> > To: gluster-users at gluster.org > Cc: "Henrik Juul Pedersen" <henrik at corepower.dk> > Sent: Wednesday, December 20, 2017 1:26:37 PM > Subject: [Gluster-users] Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware > > Hi, > > I have the following volume: > > Volume Name: virt_images > Type: Replicate > Volume ID: 9f3c8273-4d9d-4af2-a4e7-4cb4a51e3594 > Status: Started > Snapshot Count: 2 > Number of Bricks: 1 x (2 + 1) = 3 > Transport-type: tcp > Bricks: > Brick1:...
2006 May 22
3
Wishlist: Vignettes on CRAN
...ling. Perhaps an easy way to make vignettes more accessible to the end user would be to link the vignette PDF directly to the download page so that one could download it just as one can download the reference manual or package source. This both publicizes the vignette (since many users may even be unaware that a package has a vignette) and facilitates browsing. Just a thought! Best, Robert Robert McGehee Quantitative Analyst Geode Capital Management, LLC 53 State Street, 5th Floor | Boston, MA | 02109 Tel: 617/392-8396 Fax:617/476-6389 mailto:robert.mcgehee at geodecapital.com This e-mail,...
2002 Jun 14
2
software downlaod-urgent
...profs.Thanks for making it available free. I need to use mutiparameter regression analysis to correlate 3 process variables (independent) to another dependent variables. I tried to downlaod the R through your web page, and the stuff downloaded was some papers no way to run it. I was completely unaware on how to download and run it. I would well appreciate if you could let me know the exact way of doing that.also let me have instruction tutorial or relavent for begineers to use R. Sorry for the inconvenience, Look forward to hearing from you soon. Thank you, nishantha _____________________...