search for: feb06

Displaying 3 results from an estimated 3 matches for "feb06".

Did you mean: feb04
2008 Apr 29
1
merging multiple data frames with different numbers of rows
...o objects at a time. s.d <- structure(list(RiverMile = c(202L, 198L, 190L, 185L, 179L, 148L, 119L, 61L)), .Names = "RiverMile", row.names = c(NA, -8L), class = "data.frame") #s.d is all of the river miles that can occur in all of the data frames that I want to put together feb06 <- structure(list(RiverMile = c(202L, 190L, 185L), X2.1.06 = c(2850000, NA, NA)), .Names = c("RiverMile", "X2.1.06"), row.names = c(29L, 31L, 32L), class = "data.frame") may06 <- structure(list(RiverMile = c(202L, 198L, 190L, 185L, 148L), X5.1.06 = c(NA_real_,...
2008 Apr 29
1
data management (subsetting and recombining)
...me stations throught time, but differing ones were included on different sampling dates. I would like to subset these data and then put them together as a big matrix with the by column being RiverMile. What is the easiest way to proceed as this is a process that will be done on 96+ constituents? feb06 <- structure(list(RiverMile = c(202L, 190L, 185L), X2.1.06 = c(2850000, NA, NA)), .Names = c("RiverMile", "X2.1.06"), row.names = c(29L, 31L, 32L), class = "data.frame") may06 <- structure(list(RiverMile = c(202L, 198L, 190L, 185L, 148L), X5.1.06 = c(NA_real_, N...
2009 Feb 10
7
Lock file /var/lib/puppet/state/puppetdlock
...tate/puppetdlock ...shows that it was probably created at the next run after the last one logged on the Puppetmaster (above). Looking at the lock file: # echo $(cat /var/lib/puppet/state/puppetdlock) 32400 # ps -fp 32400 UID PID PPID C STIME TTY TIME CMD root 32400 1 0 Feb06 ? 00:01:41 ruby /usr/sbin/puppetd -w 5 ...shows that the puppetd is still running. Why would the lock file be created and not subsequently deleted? If it helps, it is likely that the Puppetmaster was very busy at that time, but even so I would expect the client to deal with that graciousl...