search for: pup

Displaying 20 results from an estimated 85 matches for "pup".

Did you mean: pop
2006 Nov 21
2
keeping dim() for array
Hi All, I noticed the following: pip = array(1:6, dim = c(3,2)) dim(pip) [1] 3 2 pup = pip[1,] dim(pup) NULL I bet there is a *good* reason why one row of an array is *dimensionless*, but it's highly inconvenient for my purpose, i.e. to use apply() after an array goes through a number of logical steps and is redimensioned, sometimes to one single row. How do I keep dim(pup)...
2010 Jun 02
2
pup problem
Hello! On May 28, I had a problem with pup and seamonkey. I was doing an update via pup and reading a page via seamonkey; seamonkey froze with a plain brown screen. I waited awhile, and then did the press-the-power-button-until-it-shuts-off. However, I don't know whether it was seamonkey or pup that actually caused the freeze, b...
2008 Nov 04
4
pup update for mplayer: missing dependency libizo.so.1
I am updating my daughters CentOS 5.2 box. When pup was Resolving Dependencies, I got an error for mplayer: "Missing dependency. libizo.so.1 is needed by package mplayer". Questions: (a) Where do I get that file? (b) How do I install it? TIA! Lanny
2011 Dec 23
3
Applying a function
Hi, I need help writing a function I capture seal pups mutliple times during the lactation season in order to monitor their growth rate. When I release them, the recovery (mother-pup) time is not the same for all individuals. I want to know if individuals that recover their mother the fastest are the ones with the highest growth rates. So...
2010 Apr 21
4
scaling up puppetmasterd by cloning puppetmasterd
I apologized ahead of time if this post shouldn''t go here but I having been knocking my heading for the last two days trying to get over the following error while trying to "clone" my primary puppetmasterd because we have outgrown one puppetmasterd setup. I have basically set up a 2nd instance of our primary puppetmasterd and rsync''ed over /var/lib/puppet/ssl/ from the primary to the secondary puppetmasterd. The client ran to completion (and recorded the log in /var/lib/puppet/re...
2013 Mar 04
7
I moved my modules and manifest directory in puppet master.
I also made the changes below in the puppet.conf file to tell puppet where to look for the the modules and manifests. I then restart the puppet master then ran puppet command to apply changes to a puppet client it did not find anything to change just got these three lines "info: Caching catalog for pdlnx-adpt03.kareoprod.ent, in...
2010 Jun 15
8
Allow blank on should validate_uniqueness_of
Hello, Using shoulda, any ideas how to allow blank when having this test: should validate_uniqueness_of(:email) Thanks. -- J. Pablo Fernández <pupeno-GAtDADarczzQT0dZR+AlfA@public.gmane.org> (http://pupeno.com) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubsc...
2013 Feb 20
4
Puppet apply and send reports?
Hi all, I hope somebody can help me with something. We have a rather large number of netbooted nodes that we are running "puppet apply" via a script and a cron job every 30 minutes I was wondering if there is a way to configure puppet apply, to also send any reports to our dashboard server that is being used for our normal puppet clients and what would be the way to go about doing this? Currently run script runs s...
2010 Jun 08
3
partial matches across rows not columns
Hi R users, I am trying to omit rows of data based on partial matches an example of my data (seal_dist) is below: A quick break down of my coding and why I need to answer this - I am dealing with a colony of seals where for example A1 is a female with pup and A1.1 is that female's pup, the important part of the data here is DIST which tells the distance between one seal (ID) and another (TO_ID). What I want to do is take a mean for these data for a nearest neighbour analysis but I want to omit any cases where there is the distance between a fema...
2007 Jul 03
3
pupped on the puppetmaster: cert problems
I''m getting certificate errors when I attempt to run puppetd on the puppetmaster. As near as I can tell, this is because I''m using the same puppet.conf for both puppetd and puppetmasterd; but puppetmaster runs as user "puppet" and puppetd runs as user "root", yet both expect the certificates to be readable and chmod 600. I tr...
2014 Jan 07
0
Announce: Puppet 2.7.25 is available
Released January 7, 2014. 2.7.25 is a bugfix release in the Puppet 2 series. Please note that this release is supported by the community; Puppet Labs is not responsible for maintaining the release. This release fixes: Andrew Parker (1): 233e80 (Maint) Add rake task for running specs on win Dominic Cleal (1): 3ea78c (PUP-1255) Fix assumed default...
2009 Oct 21
1
re ferring to data of previous rows
Dear Rlers, in the following dataset I would like to insert a new column that refers to the data of the previous row. My question is whether the probability of a female (Id) changes if she had given birth to a pup in the previous year. So my dataframe consists of the column Id, year (2003-2007 for each Id) and offspring (=of; 1-0): Id year of 1 2003 1 1 2004 0 1 2005 1 1 2006 1 1 2007 0 with 1= female (Id) gave birth to offspring (same year) 2 2003...
2012 Apr 09
1
binned tabulation
Hi, I am attempting to tabulate binned data. The '1' represents the appearance of the focal mouse pup, and '2' represents the disappearance of the focal mouse pup. The code written below is intended to calculate the total time spent appeared out of 3600s. For Sample 1, both the hand calculation and R code yield the same result, 50. A problem seems to occur when '1' is the last entry...
2009 Apr 28
1
Package Updater problems
...n't understand redhat's bugzilla -- there's an approx 10-character wide box for reporting the bug and it always claims that that's not a bug. I'm sure I'm missing something. Anyway, here's the problems: Using Centos 5.2 and the "Software Updater/Package Updater/pup", I winnowed the problem updates down to six packages: 1: Updated file packages available 2: Updated gcc43 packages available 3: Updated gcc packages available 4: Updated pam packages available 5: Updated redhat-logos packages available 6: Updated redhat-menus packages avai...
2007 Sep 30
2
Outputing to the browser, how?
...ne_method(name) do |label, *args| @template.content_tag(:tr) do @template.content_tag(:td) do @template.content_tag(:label, label.to_s.humanize) end + @template.content_tag(:td, super) end end end end Thank you. -- J. Pablo Fernández <pupeno-GAtDADarczzQT0dZR+AlfA@public.gmane.org> (http://pupeno.com) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh...
2008 Nov 20
4
Dequantizing
I have some data measured with a coarsely-quantized clock. Let's say the real data are q<- sort(rexp(100,.5)) The quantized form is floor(q), so a simple quantile plot of one against the other can be calculated using: plot(q,type="l"); points(floor(q),col="red") which of course shows the characteristic stair-step. I would like to smooth the quantized
2017 Jun 12
3
Help with Elite 800VA usb UPS
...ups.productid: 0000 > > ups.status: OL > > ups.temperature: 30.0 > > ups.type: offline / line interactive > > ups.vendorid: ffff > > Glad it works. > ?Yep! :)? > > > > I have also successfully tested the battery... > > > > upscmd -uadmin -pups Elit at artu test.battery.start.quick > > I would also recommend testing the shutdown procedure and making sure > that everything works as expected on power failures. > Please, let us know the results of these tests, so that we can add a > more informed report about your device to o...
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...an installation on SLC 6.2 I am trying to configure my Vhost so that RailsAutoDetect is set to off, and RackBaseURI / However I keep in getting an error as follows: *Error message:* No such file or directory - config.ru *Exception class:* Errno::ENOENT *Application root:* /usr/share/puppet-dashboard If I take out the RackBaseURI statement and return the RailsAutoDetect to on, Everything works, though we want to know if its possible without the RailsAutoDetect. Below are copies of the configs when it fails *APassenger.conf * > # you probably want to tune these settings...
2009 Feb 20
3
mean over previous cells
...r the last (e.g.) 60 days (for that specific date). My biological question is, whether the birthweight of an animal at a specific birthdate changes due to the SST over the last 60 days before birth. (SST is an indicator for food abundance - if food is scarce, mothers can't feed much and hence, pups are born lighter!?) Up to now, I can only show, whether the SeaSurfaceTemperatures on the birthdate can have an influence on birthweight, which is not what I want to do... Can anybody tell me, how to start, where to look it up or help me even more? thanks in advance. Birte -- View this message...
2009 Oct 21
2
meaning of parameter imap_idle_notify_interval??
...and sould have nothing directly todo with the notification of new mails arrived. I played with the values around. And the courios is, in thunderbird the folloing. set to 30 seconds. Thunderbird pop up around 25 seconds after the message is deliverd to the inbox. set to 60 seconds. Thunderbird pup up around 50 seconds after the message is deliverd to the inbox. I switch over from archiveopteryx, where no such delay was. Regards, Ingo