search for: underling

Displaying 17 results from an estimated 17 matches for "underling".

Did you mean: underlying
2009 Nov 25
1
CMS act_as_tree and modular architecture
I am developing a CMS using act_as_tree for the pages and act_as _list to order them (as shown on Railscasts). Each page can load a custom ERB template, for instance I have one to display a standard article and one to display a group of articles (so acting as a category of underling articles). If I want to develop a forum, let''s say that I have a page with id 5, with name forum, how can a load a module component as module inside the content div? Shoud I create a different controller and create a route mapping /pages/5 to /forum? As you might guess I am a Rails newbi...
2010 Feb 24
2
Resizing a btrfs managed partition
Hi, Let me know if this is the wrong place to ask... I''m using Fedora 12 x86_64, mostly with the newer 21.6.32 kernel, and have a single btrfs filesystem within a 120Gb partition. I''d like to extend the space btrfs can use. One option is presumably add a new device to btrfs, but I was hoping to simple resize the existing partition to say 160Gb. With ext4 I might do
2020 Mar 19
2
valid BasicAA behavior?
...anks for updating the bug report but GetUnderlyingObject() doesn't help in this case. The underlying object of the phi is phi itself. I don't think any amount of change on the client side will help because AA interface doesn't give the guarantee DI needs. For a meaningful analysis, the underling object must be the same in the analysis' scop. In case of DependenceInfo, this translates into loop-invariance of the base base pointer. I don't think we can get any meaningful dependence when the base pointer changes between loop iterations. In your case, it's done by a PHINode, but it...
2016 Oct 12
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...imulating a chaotic system, etc. then any difference, often no matter how small, will lead to large-scale differences in the output. As a result, there will be some tests that don't have a useful tolerance; sometimes these are badly-implemented tests, but sometimes the sensitivity represents an underling physical reality of a simulated system (there's a lot of very-interesting mathematical theory behind this, e.g. https://en.wikipedia.org/wiki/Chaos_theory#Sensitivity_to_initial_coonditions). >From a user-experience perspective, this can be very unfortunate. It can be hard to understand why...
2003 Aug 20
1
Filled triangles in lattice graphics?
Dear R users, I can get a filled triangle pointing upwards by specifying pch=17 in xyplot or lpoints, but how do I get a filled triangle that points downwards? In the standard plot function it's possible to use plot(x,y,pch=25,bg="black"), but bg= doesn't seem to work with lattice and lpoints. Thanks, Hans Gardfjell Ecology and Environmental Science Ume? University, Sweden
2010 Mar 30
2
Priority based softhangup
Hi, Is it possible to softhangup a channel based on priority. I mean I want to put some calls in higher priority lets say 100. If all channels are busy and somebody wants to dial an extension with priority higher than 100. How can softhangup drop a line which has priority less than 100? I will appreciate your valuable help. Thanks Smir
2018 Mar 29
0
Re: Compilation on OL7.4 - Tests fail (possibly) due to libyajl
...:16:31PM +0200, Claudio Sasso wrote: > Hi Richard, > > thanks for the suggestions; I think I have a more fundamental > problem here, as after I added yajl, it complained about hivex, then > about augeas. But for now I would be content with a working build, > and later address the underling root cause if any, so for now I am > adding them all; but I am stuck with libiconv as I have built it > manually, so it's not a package. What could be a "proper" way to add > it to the supermin image? > > $  make quickcheck > > ... > > + guestfsd...
2018 Mar 29
2
Compilation on OL7.4 - Tests fail (possibly) due to libyajl
2020 Mar 18
2
valid BasicAA behavior?
As far Am Mi., 18. März 2020 um 11:34 Uhr schrieb Chawla, Pankaj <pankaj.chawla at intel.com>: > >> There seems to be a bug in DI, see Felipe's answer. > Maybe I missed something. There seems to be no resolution to the problem. How can DA fix this without help from alias analysis? DependenceInfo is not using the AA interface correctly. Either DI has to be fixed, or another
2019 Jan 30
3
[PATCH nbdkit] xz: Do not pass can_write through to the plugin.
I'm not sure that this fix is really correct. An alternate way I can think to fix this would be for the core server to maintain a readonly flag for each layer (instead of just per- server). You could also argue that our readonly test in server/connections.c:compute_eflags is wrong and/or that the implementations of server/plugins.c:plugin_can_write and server/filters.c:filter_can_write have
2007 Aug 19
1
[LLVMdev] MBB Critical edges
...--------------------------------------------------===// // This method breaks the critical edge that links src to dst. It will insert // a dummy block in between these two machine blocks. Originally, I though // about reporting an error if the source and destiny basic block do not share // the same underling BasicBlock. Later on, it turned out that this restriction // was too much for the client methods, and I decided to remove it. The source // code still has the old assertion comented. One way that the client could // use to ensure the absence of critical edges was to call // call PM.add(createBreakC...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an issue that has come up involving the timing of rendered page elements in relation to the completion of an action''s execution. I have an ror search app which searches through two tables consisting of 7,000 page urls and a table w/ 87,000 related keyphrases within those pages. Search results can take anywhere from 2
2016 Oct 11
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On Mon, Oct 10, 2016 at 5:02 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- >> From: "Sebastian Pop" <sebpop.llvm at gmail.com> >> To: "Hal Finkel" <hfinkel at anl.gov> >> Cc: "Sebastian Paul Pop" <s.pop at samsung.com>, "llvm-dev" <llvm-dev at lists.llvm.org>, "Matthias
2011 Nov 30
11
Resize command syntax wrong?
Currently the resize command is under filesystem, and takes a path to the mounted filesystem. This seems wrong to me. Shouldn''t it be under device, and take a path to a device to resize? Otherwise, how can a resize operation when you have multiple devices make any sense? -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2005 Feb 23
4
List tips for new subscribers <--sorry for 2 nd post, missed this.
>This list is for discussions among users of Asterisk, not a getting >started hotline for beginners. Beginners learn by reading documentation >and examining the sample files included. Mmm, I (respectfully) disagree. One of the unstated objectives of mechanisms like this list is to evangelize the platform. Obviously, we all want it to do well. You can only do that by creating
1999 Jan 12
13
Access denied
Hello, Samba 1.9.16p11 on Sun OS 5.6 For a NT4 Server SP4, I can not access to the samba server. When I look at the log.MachineName file, I see the error "password server not avalaible". I must say that it is working fine with an NT4 SP4 server on the same domain with the same user account. I have change the registry to authorize non-encrypted password. ...... Thanks. --