similar to: zero-fill absent data

Displaying 20 results from an estimated 10000 matches similar to: "zero-fill absent data"

2009 Sep 04
1
ssh_authorized_key always ensure absent even it's present
puppet version 0.24.8 from debian lenny-backports My class works and resource created the authorized_keys file. But puppet detect as ensure absent and added again and again my authorized_keys got fews the same key lines. I added the target => ''/home/test/.ssh/authorized_keys'', again ensure is absent. I replace the ssh_authorized_key.rb from 0.25rc1 and again ensure is
2015 Jan 28
1
subscriber absent
Hi all WE have some users that turns off their phones when they are not at home. We see the warning message: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) just after the Dial() command and a Everyone is busy/congested at this time message. Where is this "unable - cause 20" status available in the dialplan? Which variable holds this? We'd
2012 Oct 21
1
use regex to ensure multiple directories are absent or exist
Is it possible to use regex to ensure directories are deleted..... I want to be able to do something like: file { ''/var/directory[1-9]'': ensure => absent, } Would also be nice to use regex to ensure directories are present... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web
2013 Mar 20
3
How does puppetlabs-lvm determine if a filesystem is absent?
We had puppet turned off on a host for a few days, and when we turned it back on, we started seeing: (/Stage[setup]/Foo::Filesystems/Filesystem[/dev/data_vg/foo_lv]/ensure) change from absent to present failed: Execution of ''mkfs.ext4 /dev/data_vg/foo_lv'' returned 1: mke2fs 1.41.12 (17-May-2010)#012/dev/data_vg/foo_lv is mounted; will not make a filesystem here! It''s
2019 Dec 15
4
source definition for R_NilValue/return from TYPEOF(R_NilValue)
Hello, for reasons I want to know the return value of TYPEOF(R_NilValue), I expect it to be NILSXP, but I can't find this documented anywhere. Ideally, I'd like to see the source definition of R_NilValue, but after fair bit of searching I cannot find an obviously location for this. Would someone please point me in the right direction? thanks -- CRICOS provider code 00123M
2013 Jul 17
1
bce and "Warning: bootcode thinks driver is absent."
Recently under amd64 and 9.1-STABLE I am seeing issues with the bce driver. Message is "Warning: bootcode thinks driver is absent". After this message, the box appears to be wedged. After rebooting, it got the same message during fsck. So we installed 9.2 pre-release using a snapshot iso from 7/13/13. Shortly after boot we got the same message. We are now in the process of
2009 Apr 25
2
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 25/04/2009 de retour le 04/05/2009. Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez contacter l'?quipe technique d'infofrance.
2012 Nov 16
1
Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)
Hello, After Upgrade to Asterisk 11.1.0-rc1 I keep getting == Using SIP VIDEO TOS bits 136 == Using SIP VIDEO CoS mark 6 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [603 at DLPN_AlDimnaDialPlan:601] Dial("SIP/601-00000002", "SIP/603") in new stack [Nov 16 06:42:33] WARNING[15547][C-00000004]: app_dial.c:2433 dial_exec_full: Unable to
2007 Aug 25
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 24/08/2007 de retour le 17/09/2007. Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez contacter l'?quipe technique d'infofrance.
2007 Apr 24
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 23/04/2007 de retour le 01/05/2007. Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez contacter l'?quipe technique d'infofrance.
2008 Jun 07
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 06/06/2008 de retour le 30/06/2008. Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez contacter l'?quipe technique d'infofrance.
2010 May 20
1
Comparing three groups, data: present, absent
Dear R-Experts, Dear friends of dung. I have a statistical Problem, to which nobody I asked could give me an answer. Maybe you can. I was in the African-Savanna and made a Dung-Monitoring. This means I walked randomly over the field and for every Dung-Event I found I noted following parameters: Species (Waterbuck, Giraffe, Reedbuck); Age-Category (less than a week, more than a week & less
2006 Dec 03
12
Problem with user type on 0.20.1... uses group "absent"
Hi, I''m running into a problem with the user type with puppet 0.20.1... this worked before with 0.19.x at least, not sure about 0.20. But I''ve got adduser.pp: <snip> define adduser($uid, $gid, $groups="users", $membership="minimum") { group { $name: gid => $gid, allowdupe => false, ensure
2009 Sep 16
1
changing number of axis
Hi, I trying to produce a bar chart describing hits to specific bins by chromosome for a large data set (I am asking here because experimentation with options is precluded due to this - generating the figure takes about an hour): barchart(hits~bin|chromosome, data=hits, horizontal=FALSE, origin=0, lab=c(3,10), layout=c(1,5,5), strip=strip.custom(style=3, bg="grey90",
2012 Jul 02
2
using "na.locf" from package zoo to fill NA gaps
Hi everybody, I have a small question about the function "na.locf" from the package "zoo". I saw in the help that this function is able to fill NA gaps with the last value before the NA gap (or with the next value). But it is possible to fill my NA gaps according to the last AND the next value at the same time? Actually, I want R to fill my gaps with the method of
2020 Sep 06
8
some questions about R internal SEXP types
Hello, I am writing an R/Go interoperability tool[1] that work similarly to Rcpp; the tool takes packages written in Go and performs the necessary Go type analysis to wrap the Go code with C and R shims that allow the Go code to then be called from R. The system is largely complete (with the exception of having a clean approach to handling generalised attributes in the easy case[2] - the less
2013 Apr 25
3
problems ensuring that a service is absent
Hi, I''m trying to be really, really sure that a specific service is not running. The central part of this looks like that: service { ''foo'': ensure => stopped, enable => false } -> package { ''foo'': ensure => purged } The astute reader will notice that on the second run puppet will complain that the init script for foo is
2009 Mar 28
1
calculating average for multiple subclasses in a data set
Hello R users, I have a data set which is a set of lengths and types of objects. I want to calculate the mean length for each type of object as opposed to the mean of all the objects in the set. This is in order to make a comparison between the lengths of each type of objects and the number of those objects. > x Chromosome Begin End Type Class Norm Length 458327
2017 Mar 01
2
[Codegen bug in LLVM 3.8?] br following `fcmp une` is present in ll, absent in asm
Hi, We seem to have found a bug in the LLVM 3.8 code generator. We are using MCJIT and have isolated working.ll and broken.ll after middle-end optimizations -- in the block merge128, notice that broken.ll has a fcmp une comparison to zero and a jump based on that branch: merge128: ; preds = %true71, %false72 %_rtB_724 = load %B_repro_T*, %B_repro_T**
2009 Mar 24
4
multiple paired t-tests
Hi R users, I have a very large data set that has two conditioning variables for the test I want to perform. A toy set can be simulated: type<-sample(1:3,100,replace=TRUE) class<-sample(1:20,100,replace=TRUE) value<-rnorm(100) data<-cbind(type,class,value) (though type and class are alphanum) I want to perform the three pair-wise t-tests between types for each class in data. Can