search for: hierachy

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

Did you mean: hierarchy
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
...f 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 splat when it couldn't find the variable. Thanks James
2012 Oct 19
3
Using Hiera with Parameters set for the Puppet Node
...ssible 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? Thanks, TJ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/s2RA2...
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 the permissions in smb.conf ? Is there a difference ? Will permissions on smb.conf override the actual folder permissions? Thanx. Marco User
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 STI. What''s not clear is whether STI is the *only* way that this will work. If I define...
2003 Jun 10
1
Cups / Samba Driver Download question
...fore it will have the Bear W2K version drivers on it. The Bear printer will be linked to this. If this printer is then removed and reinstalled (just the printer not the drivers) then it will now install the Bear NT4/2K drivers - thats fine. HOWEVER becasue these new drivers are lower in the pecking hierachy than the old 2K version stamped ones they are installed but not used. This is a problem. I can see several solutions to this problem: - Somehow get Samab to prompt a delete of all old drivers (the mappings not the files obviously as printers can share files) with the same name before an install f...
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
...omplete 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: - Apple's Mail.app does not have problems when exposed to the same environment. - Eliminating Outlook is not an option. - The tests have been performed during the easter vacation, thus almost no other clients are using the network/mailserver. Under normal load there are 2-300 us...
2005 Sep 20
4
standalone bootable usb-stick
...SB cp vmlinuz-2.4.31ow.p4 initrd.gz rootfs.gz /mnt/USB # use the mbr form syslinux-3.11 dd if=/$path/syslinux/mbr.bin of=/dev/sda bs=446 count=1 cp /$path/syslinux-3.11/isolinux.bin /mnt/USB ---- another odd thing is syslinux-3.11 ( the way i've built the usb-stick ) does not like the hierachy ( it can't find linux, even if i'm using vmlinuz ) /boot/vmlinuz /boot/syslinux/syslinux.cf thanx alvin
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
...oop, as a guide. I don't know if Instruction > and MachineInstr have enough APIs in common, though. Perhaps a > longer-term effort could be made to develop a common API with the same > spellings for both, at least enough for dagcombine purposes. Unfortunately, Instruction is a class-hierachy based design with specialized getters for each subclass whereas MachineInstr is a single one-size-fits-all class. It's likely to be difficult to unify them with templates. A common API sounds feasible to some degree, certainly the G_* opcodes and the Instruction hierarchy ought to be able to ag...
2006 Jul 20
0
Shattered 0.3.3 - an opinionated 3d game development framework
...es per second end end This release is anything but minor. The final release before 0.4, here are some of the feature highlights: Unit Testing - Cleanly seperating view from model gives us access to unit testing game rules. Sensible Node hierarchy - An opinionated approach to the scenenode hierachy. Come check us out http://shatteredruby.com here . -- View this message in context: http://www.nabble.com/Shattered-0.3.3---an-opinionated-3d-game-development-framework-tf1970088.html#a5408274 Sent from the RubyOnRails Users forum at Nabble.com.
2011 Aug 18
0
Call super methods from inherited classes R.oo
Hi R-community, I'm very busy with a software project which I would like to development completely with 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
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 work correctly, but it can't find the INBOX: x1 select INBOX x1 NO Unknown namespace. Also, I don'...
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
...4/32 -j MARK --set-mark 6 And let''s suppose I created my classes like this diagram : root 1: | _1:1_ / / / 10: / 10:1 If I have the hierachy displayed above, and that the leaf class 10:1 is the class that limits the download rate to my requested 10 kbyte per second. Using either of the matches above will redirect all matched packets through the filter of the matching class. But in this case cumulative bandwidth of the traffic computers...
2006 Dec 24
0
How to classify packets per host on same class
...-s 1.2.3.4/32 -j MARK --set-mark 6 And let''s suppose I created my classes like this diagram : root 1: | _1:1_ / / / 10: / 10:1 If I have the hierachy displayed above, and that the leaf class 10:1 is the class that limits the download rate to my requested 10 kbyte per second. Using either of the matches above will redirect all matched packets through the filter of the matching class. But in this case cumulative bandwidth of the traffic computers...
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 should show info like this. $ virsh cpu-stats test_v...
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