search for: hierachi

Displaying 20 results from an estimated 38 matches for "hierachi".

Did you mean: hierachy
2006 Jul 31
0
How do I make controller hierachies? Inherit or route them?
I would like a controller hierarchy with urls that look like... /admin/documents where /admin is handled by the admin_controller and documents by the document_controller. I like the controller inheritance technique discussed on the web[1], but I get a template not found error message. I also have to define the route in the routes.rb file, which, according to the author, is not supposed to
2006 Apr 12
3
Variable Scope
Hi, I was wondering if there is a way to stop R looking outside the scope of a function, if it can't find the variable inside the function. I seem to waste hours debugging functions only to find I've used a wrong variable name somewhere, but the function still works because the variable exists higher up the hierachy. It seems it would be easier to debug if the function just went
2012 Oct 19
3
Using Hiera with Parameters set for the Puppet Node
Is it possible to have Hiera look at a key set for the node first, before looking at other items in the hierarchy? In particular - I''m using Puppet Dashboard and am setting keys & params for there, so I would like for any value set there for a node to be used over another item in the hiera hierachy. What value would I have to specify in the hierarchy for this, if it is possible?
2003 Sep 24
2
Part 2: What is the meaning of create mask / directory mask
What we are trying to do is something like where; User A User B User C User D whereby User D's files can be read-write by only C,B ,A whereby User C's files can be read-write by only B,A whereby User B's files can be read-write by only A. that is we want some hierachy . How do we do this ? How do we set the permissions on the actual folders on the Hard Drives and how do we set
2006 Jan 17
10
Is STI the only way to do inheritance?
I''m currently coding a system which must store multiple contact methods for a user (phone, email, postal address etc). I''m planning a fairly straightforward inheritance hierachy for these, where each different method inherits from something like a ContactMethod class. The only mention of ActiveRecord support for inheritance I can find in the Wiki and the Agile Web Dev book is
2003 Jun 10
1
Cups / Samba Driver Download question
Hey all!! Sorry about the crosspost but this invoves CUPS and Samba issues. [Samba 2.2.8 / CUPS 1.1.8 / Redhat 7.2 std] I have encountered a small problem (which is due to my own slipup more than anything else). I have "Windows 2000" versions of the Adobe postscript drivers installed on many of my 2000 machines. Now I am wanting to use the CUPS drivers which are "Windows 2000 or
2006 Jun 26
4
Can i attach another qdisc under classes or root qdisc?
now, i''m learning and try to read a lot of article about tc command in linux for setting traffic shaper. but i''m doubt about In the theory about tc command ... In general, we define class under root qdisc but Is it can be possible ???? If we define another qdisc under root qdisc, Can i do it? because i have just read tc command syntax and i found this point ... syntax: tc qdisc
2012 Apr 06
3
Outlook (2010) -> Dovecot (IMAP) >10x slower with high network load and many folders
Hi, I am seeing a >10x as slow performance when trying to complete a "send/receive" from an Outlook 2010 client to Dovecot via IMAP, but only when the LAN is fully loaded with other traffic, EG file copying. It seems the problem is when outlook is trying to identify folders that have changed since last "send/receive" thus traversing the hierachy. Observations: -
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz - i've been slowly working on a making a custom bootable standalone usb-stick with X11 and kde - it's basically builds itself off of a slackware-10.1 server - create a custom initrd.gz ( /dev/ram0 ) http://linux-boot.net/Bootable/InitRD/ - create a custom rootfs.gz ( /dev/loop0 ) http://linux-boot.net/Bootable/RootFS/ - create X11 and kde loopfiles
2006 Jul 23
4
Anything like with_scope for ActionController?
There are areas of my application that "want" to use a url structure like domain/<human_readable_param>/<Module>/<Controller>/<Action>/<Id> Please note that the human readable parameter I need to inject is NOT related to the <id> being used by the action/controller pair. It''s identifying a container object whose contains are operated
2012 Dec 03
14
hiera default values for a variable
Hi everyone, I currently have a giant file with default variables I use in a lot of my modules and I override those at the node level if I need to. I thought I would give porting that data into a hiera setup. I worked out how to specify my data sources and started to make a go at moving some of my variables in the default data file. I thought heira would be smart and set a variable to undef if
2018 Nov 15
2
[RFC] Tablegen-erated GlobalISel Combine Rules
> On Nov 13, 2018, at 08:01, David Greene <dag at cray.com> wrote: > > Daniel Sanders via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> That's an interesting idea. Certainly tablegenerating InstCombine >> ought to be possible and sharing code sounds like it ought to be >> doable. MIR and IR are pretty similar especially after IRTranslator
2006 Jul 20
0
Shattered 0.3.3 - an opinionated 3d game development framework
Ever have an idea for a game? Ever want to create a 3d game, but didn''t want to mess with the horrors of C++? Well now you can, and without even leaving the warm gooey comfort of Ruby! http://ShatteredRuby.com ShatteredRuby.com presents Shattered 0.3.3. Shattered is an opinionated 3d game DSL created in Ruby built on top of of http://ogre3d.org Ogre . Originally inspired by Ruby on
2011 Aug 18
0
Call super methods from inherited classes R.oo
...h R.oo. Many of the object oriented aspects that I already know from Java development seems to be in place with this library. But...there is something that I'm really missing... *the super method call* Just a little example that shall demonstrate what I mean: Image we have the following class hierachie that I graped from another post - thx to YuriWerewolf ;-). *ClassA* setConstructorS3("ClassA", function(A) { extend(Object(), "ClassA", .size = A ); }) setMethodS3("print", "ClassA", function(this,...) { print(paste('Class A:',this$.size)...
2003 Sep 02
1
namespaces
I'm trying to use the namespaces feature to set up dovecot to look just like our existing Courier IMAP server, and our previous Cyrus server. That is, all folders are subfolders of INBOX, and the hierachy separator is ".". I put this in the configuration file: namespace private { separator = . prefix = INBOX. location = maildir:~/.maildir } This makes subfolders
2006 Aug 14
1
forbid dots in folder names
Is it possible to disallow creation of maildir subfolders with dots in their name? Thanks --- Alan Mosca
2006 Dec 24
0
How
Hi Ive been reading, testing and applying what Iam reading in the LARTC tutorial for a couple of days, I do not wish to use ready made scripts because that means I will always come back and ask the same question again. So Ive been wondering if I have 10 computers and I do want to limit the download for each of those 10 computers to 10 kbyte per second. I would create a leaf class and match the
2006 Dec 24
0
How to classify packets per host on same class
Hi Ive been reading, testing and applying what Iam reading in the LARTC tutorial for a couple of days, I do not wish to use ready made scripts because that means I will always come back and ask the same question again. So Ive been wondering if I have 10 computers and I do want to limit the download for each of those 10 computers to 10 kbyte per second. I would create a leaf class and match the
2013 May 29
0
Help needed regarding "virsh cpu-stats test_vm"
Hi, We are implementing feature called CPU separation in the platform. So, guest VMs will have dedicated cores allocated using cgroups (cgroups hierachy related VMs managed by libvirt). virsh cpu-stats command is not working in our platform : virsh # cpu-stats test_vm error: Failed to virDomainGetCPUStats() error: Requested operation is not valid: cgroup CPUACCT controller is not mounted It
2003 Feb 23
1
2.2.7a logon script will not run
I just tried upgrading from 2.2.3 to 2.2.7a on my PDC (2.2.17 kernel). The logon script that I have been using all along without any problems quits executing w/ 2.2.7a. I can manually map the netlogon share after logging in and manually run the script and everything work fine. No error messages appear in the log files. My smb.conf file is included. Don't know quite where to go with this