search for: unruli

Displaying 12 results from an estimated 12 matches for "unruli".

Did you mean: unruly
2011 Apr 12
2
SNMP monitoring options
Hi all, Been using Cacti for monitoring various things like, system disk/mem/ proc, network usage, router usage etc... While its been fun, the graphs are just unruly. Was looking an OpsView (the free version), wondering what your experience with this type of trend/heuristic analysis has been and what what you like. And of course thoughts on OpsView. - aurf
2007 Mar 19
3
Planning first Linux/Wine install
I'm planning my first Linux/Wine install. Is there any advantage to having a Windows (say W2K) partition to install Win apps to, when the plan is to run them under Wine/Linux? I do have a licensed copy of W2K, so I could do that if it were an advantage (e.g., is it easier to install difficult or unruly win apps under windows first?). Any other suggestions (I'm planning out my partition
2006 Aug 10
4
Getting "Invalid HTTP format, parsing fails." from one client
Hi! I am new to Mongrel but really like it so far. We''ve been running a single instance for our test server for about a week now. When one of our editors accesses the site, they receive a blank white page in Firefox and/or IE6/Win. In Mongrel logs we see this: Wed Aug 09 16:25:30 PDT 2006: BAD CLIENT (192.168.2.42): Invalid HTTP format, parsing fails. Wed Aug 09 16:25:31 PDT
2010 Oct 26
1
Time series data with dropouts/gaps
I have time-series data from a pair of inexpensive self-logging 3-axis accelerometers (http://www.gcdataconcepts.com/xlr8r-1.html). Since I'm not sure of the vibration/shock spectrum I'm measuring, for my initial sensor characterization run the units were mounted together with the sample rate set to the maximum of 640 samples/sec. Unfortunately, at this sample rate there are significant
2006 Jun 10
1
Best Practices for Shared Models?
What''s the best practice for having multiple ruby apps sharing the same set of models? Are people just doing file system sym links or copying, or is there an elegant little hook I don''t know about that lets you tell the apps to look in a different location other than app/models? -- Posted via http://www.ruby-forum.com/.
2013 Jan 09
1
Explain Manifests and Modules
Hello all, Can someone please explain why there is a manifests folder in /etc/puppetlabs/puppet e.g. /etc/puppetlabs/puppet/manifests If there is a manifests folder within each modules folder in /etc/puppetlabs/puppet e.g. /etc/puppetlabs/puppet/modules/ntp/manifests Is this directory /etc/puppetlabs/puppet/manifests for building out your config tree''s and calling modules etc. if
2011 Apr 06
4
problem with all/all.equal
Hi! In a function, I may have an instance in which all elements are equal. > x <- rep(1,5) > > x [1] 1 1 1 1 1 > identical(x) Error in .Internal(identical(x, y, num.eq, single.NA, attrib.as.set)) : 'y' is missing > all.equal(x) Error in is.expression(x) : 'x' is missing > I don't care what particular value it is, I just want to know if they are all
2007 Jun 09
3
vcpu performance : 1 vcpu for all guets or 4 vpcu ?
Hello all ;) Tell I have a Xeon server with 4 vcpus If on this box I have some guets, tell 10, what is the best solutions : - Set all guests to 1 vcpu ? - Set all guests to 4 vcpus ? I well understand that if I set a guest with 4 vcpus and all others only with one vpcus, then the one with 4 vcpus will have more "cpu time" available than others guests. But in case I''d like
2020 Feb 10
6
question about pubkey and passphrase
Hi folks, Since Docker can bind-mount every .ssh directory I am looking for some way to forbid unprotected private keys. AFAICS it is currently not possible on the sshd to verify that the peer's private key was protected by a passphrase. Can you confirm? Regards Harri
2009 Aug 20
12
IPKall and FWD
We all know the FWD is NO more available. How to set up IPKALL so that my Inbound number rings on my eyebeam or xlite ? Any alternative for FWD ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090820/4206395a/attachment.htm
2006 Jun 18
10
acts_as_enumerated
Hello All, Any one using acts_as_enumerated? I need help using (I like that it caches values in memory) I am working on a dating website and there are lots of options I want to store as enumerated like Status; divorce, single, Sex: male, female Eye color; blue, brown, green.... and lots more.... But I do not wanna keep them in seperate tables, and wanna keep them all together. Anyone has a
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches