search for: deeper

Displaying 20 results from an estimated 2199 matches for "deeper".

2002 May 20
2
exit code 23 - inappropriate error for copying symlinks?
...y. rsync (2.5.5) is happy to copy these but produces an error. I can't see why it considers this an error? It's not even aborting after it first encounters this 'error'. $ ls -lR /var/tmp/rsync.test /var/tmp/rsync.test: total 8 drwxr-xr-x 2 kjw group 512 May 20 15:45 deeper -rw-r--r-- 1 kjw group 6 May 20 15:29 hello.world lrwxrwxrwx 1 kjw group 9 May 20 15:30 symbolic.link -> inky-void lrwxrwxrwx 1 kjw group 11 May 20 15:38 symbolic.link.2 -> inky-void.2 /var/tmp/rsync.test/deeper: total 2 lrwxrwxrwx 1 kjw...
2013 Oct 30
2
:merge_behavior: deeper and hiera_hash
Hi, To my surprise hashes passed to class parameters pulled from hiera with :merge_behavior: deeper, are not merged "as expected", where as hiera_hash does work "as expected". Or to rephrase: they behave differently, despite merge_behavior being set. I found a snippet documenting this here: http://docs.puppetlabs.com/hiera/1/lookup_types.html#deep-merging-in-hiera--120 Mig...
2009 Mar 26
2
[LLVMdev] StructType field names
Hello, I'm trying to construct a string like "a[1][x].y" in an optimization pass by digging deeper and deeper into a GetElementPtrInst. I can successfully deal with the array/pointer part, but when it comes to the structure field name "y", I cannot figure out how to get anything but the index into the structure. Is there a way to do that, or is this information discarded by l...
2006 Apr 10
3
preloading child rows just a level deeper...
hiho. following problem. i have 3 tables in my database with each representing an object. lets say A belongs_to B belongs_to C. when i do my_a = A.find(:all) i can access B as my_a.b and C as my_a.b.c thats fine but rails querys the database each time i do that so is use my_a = A.find(:all, :include => :b) works fine for my_a.b but not for my_a.b.c so i tried my_a = A.find(:all, :include
2010 May 27
2
Can only see files one level deep
...re] comment = Share for the users in the myshare group path = /shares/myshare users = @ myshare force group = myshare create mask = 0660 directory mask = 0771 writeable = yes Now when I access the shares from the OS X Client, I can see everything at the top level, but when i drill in even 1 level deeper, I can not see any files or folders. I can see an indicator that the folder is still trying to be accessed. On my win clients, there are no issues. If I drill down to a deeper folder directly (IE access with smb://192.168.95.1/myshare/Docs, instead of smb://192.168.95.1/mysahre and clicking into t...
2006 Mar 02
1
Apache ModRewrite
...ow if 'for sure' the order in which you list modrewrite rules is the order in which they are processed within a .htaccess file? It does work, but I want to know that it always works. Basically, I have some multiple wildcard rules, where directories can't be hard coded and as it goes deeper into the directories, the more shallow levels interfere with the deeper levels. Thanks, John Hinton
2005 Feb 11
1
Re: Codec Issue on IAX trunk? (Solved)
Hi Rich - > Personal opinion (and everyone has one) is the problem is a little > deeper then just a codec. Try 'iax2 debug', place a call, and look > through the early part of that trace. Are IP's right, etc? > > I believe the native 0 is simply suggesting there is no match when > negotiating the codec. The "4" is ulaw (show codecs). > > If you...
2006 Nov 13
3
(A bit offtopic): A good starting book for ruby programming?
Hi all Guess it''s time for me to dig a bit deeper into the ruby language. Can you recommend some good starting books on ruby programming? Thanks. -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2008 Jun 20
1
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
...t want to run the > register allocator at all. Not to run the register allocator would definitely be nice and probably be a better match. It seems like you're implying that llvm uses trees. The ZPU has two instructions that I'd also like to use. These instructions can push a value from deeper down on the stack and also pop a value from the stack and store them deeper down on the stack. Calling convention was very tricky w/GCC since the ZPU only has SP & PC. There are no registers to store the frame pointer, args pointer in. Ditto for the return value, it must be stored on the stack...
2020 Jul 03
5
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > This patch adds logic to the kernel power code to zero out contents of > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > to any suspend state equal or greater/deeper than Suspend-to-memory, > known as S3. How does the application learn that its memory got wiped? S2disk is an async operation and it can happen at any time during the task execution. So how does the application work to prevent from corrupted state - e.g. when suspended between two memory loads?...
2020 Jul 03
5
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > This patch adds logic to the kernel power code to zero out contents of > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > to any suspend state equal or greater/deeper than Suspend-to-memory, > known as S3. How does the application learn that its memory got wiped? S2disk is an async operation and it can happen at any time during the task execution. So how does the application work to prevent from corrupted state - e.g. when suspended between two memory loads?...
2006 Jul 25
2
weight scheme with document values
...ess document values from Weight to be able to add some sum_extra weight ?? I just tried to create a function in Weight that look like: Xapian::weight get_sumextra(std::map<Xapian::valueno, std::string> values) const; to calculate an extra weight from my documents values... But now I going deeper and deeper in the code to make this functions working... Is it the good way to do this or there is an easier way ?? Thanks a lot Regards. Eric
2017 Dec 07
2
devirtualization with new-PM pipeline
...evirtualization. Now, I discovered what I believe is a "regression" vs old PM on a rather simple one-translation-unit testcase. clang is able to devirtualize it with -O3 and fails to do so with -fexperimental-new-pass-manager added. It looks like a pipeline issue, though I did not dig deeper as I'm not sure if this kind of behavior is expected at current stage of New PM life or not? If it is not expected then I'ld be happy to file a bug and do a bit deeper look for the cause. regards,   Fedor. ------------------------------- ] cat devirt.cpp struct A {   virtual int virt1...
2017 Jul 23
2
Slow Samba
Hello friends, I have a Gigabit network with few Windows and Centos 7 machines and I noticed that when copying files via Samba from: Windows to Windows I can copy files with speed of +- 120 MBps (I think this is the max speed gigabit network can provide) But when copying files from: Centos to Centos I get only speeds of about 40 MBps Windows to Centos 40 MBps Centos to Windows 40 MBps I
2005 Dec 24
2
Trying to grasp the difference between local variables and instance variables/
...d and an instance variable is local to an object. Thus an instance variable is a sort of limited global variable or super-powered local variable. Its scope is larger than a local but smaller than a global. Or that it is a global within a limited domain (the object). or is it a whole lot deeper than that? I am told that the Hindus believe that God is near us always but a veil of delusion hides his glory from our eyes. I feel the same way about rails except that it is a veil of CONfusion that hides its glory from me. I believe its glory is there, waiting to be felt. bruce
2016 Jun 15
1
https and self signed
...ypt.com uses one of its own certificates. > You can use your browser???s certificate detail view to see the chain of > trust. I see two levels here: IdenTrust -> TrustID -> Let???s Encrypt. Thanks, that means no need to install CA. There is always someone (Thanks, Warren!) who looked deeper into things, and can explain them. The only thing here is: I need to look deeper myself how the identity of the server is ensured in this case (i.e. whether tier 2, tier 3, ... CAs really do that. But that is more fundamental thing: basically with that in play, can I still trust that the physical e...
2008 Jun 22
1
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
On Fri, 20 Jun 2008, [ISO-8859-1] ?yvind Harboe wrote: >> The ZPU has two instructions that I'd also like to use. These instructions >> can push a value from deeper down on the stack and also pop a value >> from the stack and store them deeper down on the stack. > > Sounds like the Intel X87 floating point stack, which we support. GCC does as well. Supporting floating point is a different game than "normal" instructions since it interfer...
2011 Jan 24
3
[LLVMdev] recreate optimized clang output
..."clang -S -emit-llvm" (without optimization) and wanted to optimized the code in a separate pass. The llvm program "opt" did not do anything. How can I invoke the optimizer on some un-optimized program, possibly showing the output of each optimizer stage? I would like to get a deeper understanding of the optimization pass. Best, Patrick
2006 Jun 19
6
to_xml depth ...
hello, The "render :xml => myFriends.to_xml", return something like: <people> <person> <id type="integer">2</id> ... <person> But a Person has a "has_many" relationship and they are not in the xml, => so is it possible to change the depth of the marshall process ? if it not possible, what are the "rails
2019 Jul 31
3
SSL-Question
...ssl>1</ssl> and <ssl-certificate>my-all-inlusive.pem</ssl-certificate> I can connect via https://my-server:8000/my_stream but only via https, no longer http. Is there an option to have both? Also my source clients seems to be unableto connect anymore via http, but have to look deeper into it. Any hints welcome. Sorry if this as covered already. thx, uno