similar to: Re: [puppet] #829: Multiple source with recursion error

Displaying 20 results from an estimated 2000 matches similar to: "Re: [puppet] #829: Multiple source with recursion error"

2011 Feb 11
2
extracting p-values from the Manova function (car library)
hi, i am not able to extract the p-values from the Manova function in the car library. I need to use this function in a high-throughput setting and somehow need the p-values produced. Any ideas? Best regards Bettina Kulle Andreassen -- Bettina Kulle Andreassen University of Oslo Department of Biostatistics and Institute for Epi-Gen (Faculty Division Ahus) tel: +47 22851193 +47 67963923
2011 Mar 02
2
*** caught segfault *** when using impute.knn (impute package)
hi, i am getting an error when calling the impute.knn function (see the screenshot below). what is the problem here and how can it be solved? screenshot: ################## *** caught segfault *** address 0x513c7b84, cause 'memory not mapped' Traceback: 1: .Fortran("knnimp", x, ximp = x, p, n, imiss = imiss, irmiss, as.integer(k), double(p), double(n), integer(p),
2011 Jul 22
2
package recommendation for video conferencing
Hi. We have a need for a video conferencing package with the following specs: - cross platform client support (Linux, Mac, Win) - server side runs on Centos 5 and later with easy package installation routine (e.g. RPM) - can host a teleconfernce with no users connected (IOW, it can wait for users to connect at any time) - supports mulitple users per video conference Recommendations? Thanks.
1998 Dec 03
2
Smbclient bind to IP
We are running a Sequent unix database server that uses smbclient to print through the NT servers. Our network has mulitple sites connected via frame relay. Now the problem; we have been attempting to tune the network to improve database response. And would like to have the smbclient bind to a second IP address on our Sequent box so we can prioritize traffic based upon the source IP
2012 Jan 13
2
multidimensional array calculation
Hello, probably it is quite easy but I can get it: I have mulitple numeric vectors and a function using all of them to calculate a new value: L <- c(200,400,600) AR <- c(1.5) SO <- c(1,3,5) T <- c(30,365) fun <- function(L,AR,SO,T){ exp(L*AR+sqrt(SO)*log(T)) } How can I get an array or dataframe where all possible combinations of the factors are listed and the new value is
2004 Aug 06
2
multiple shout streams
Hi, I'm trying to figure out how to have mulitple shout streams running on my icecast server. I'd like to have it setup like http://192.168.1.1:8000/classical plays classical http://192.168.1.1:8000/pop plays pop etc. Thanks, Aaron -- palott@math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron
2004 Feb 11
1
Problem using 'ov_open()'...
OK, I've been developing a small class that I can use in virtually any application to load and decode OGG files. Everything works fine until it reaches the line with the call to ov_open, then the application freezes and has to be killed. This is a single-threaded Win32 app. Below is both the structure that gets passed around, and my entire OGG class. Maybe one of you can figure this out.
2004 Nov 15
2
FW: Multi-Level Fallbacks
Hi, I have used the SVN icecast-2.1-trunk version in my production system at http://audioserver.nl for 2 months now without problems. The fallbacks work fine as long as you make sure that the format (sampling frequency and bitrate) of the mount and it's fallback match. I have also patched the icecast-2.1-trunk version (patch not published yet, needs work to extract) to enable fallback of
2008 Oct 13
2
Multiple mailboxes per user
My users currently have mail delivered to mulitple MailDir locations via procmail. ~/mail/inbox/ ~/mail/graph/ ~/mail/spam/ I would like all these mailboxes to be exported via dovecot IMAP and appear as folders. However, I can't anything beyond the INBOX working. My approach is via 'namespaces'. My config file is changed thusly: $ sudo dovecot -n # 1.0.15:
2006 Jun 12
1
multiple observe_field''s and IE 6
Has anybody ran into any problems using mulitple observe_field or multiply remote_function calls when the browser is IE? I have a search and retrieve app that works very well in Firefox or Safari, but in IE, the app sometimes just sits there for minutes and then catches up all at once, or never at all. I just want to know where to start looking to solve this one, as most of our customers will be
1999 Oct 16
1
Can't even connect to my server via ping/http/telnet
Quite a strange error, and I am very interested to see if anyone can figure this one out: While trying to access my Samba 2.0.5/RedHat 6.0 server via PPP from Win98 on my laptop, I can't ping, http, or telnet there. No error messages, just timeouts. All this works from my LAN, but not when I dial-up somewhere (tried w/ mulitple ISPs). I know it's not a DNS issue, because it works when
2003 Aug 21
1
Question on setting up MeetMe conference bridge
So I setup the MeetMe application in Asterisk Assigned an extension to it. When one of my SIP phone dials the conference extension, they get a message "you are the first one in the conference", so far so good. When the 2nd SIP phone dials the conference extension, they get a busy signal Now I know that you have to have a Zapta device to enable conference application. I have an X100P (1
2015 Sep 03
1
Reverse domain
On 09/03/2015 04:55 PM, Rowland Penny wrote: > On 03/09/15 21:38, Robert Moskowitz wrote: >> How is the reversed domain handled, or is it not. Rowland, you did >> not have that in your sample you cobbled together. >> >> In /usr/share/samba/setup/named.conf there is: >> >> zone "123.168.192.in-addr.arpa" in { >> type master; >>
1998 Apr 08
1
Access across routers
Greetings, I have an interesting situation where SAMBA servers that are across various routers are requiring the fully qualified domain name. Example: \\xyx.nrl.navy.mil. If our SAMBA server is local (behind the same router as our client), then the \\xyx name will work fine.... This allows you to connect, but if you are browsing the network neighborhood, and you double click on the \\xyx when
2006 Aug 05
2
PATCH: provide replace parameter for sourced files
Following patch for pfile.rb and pfile/source.rb allows the user to set a replace => false parameter on a file sourced by puppet, but not replaced if checksums do not match. This is for cases in which it is desired to distribute initial "bootstrap" files and ensure future existence, yet allow them to be modified on the node. RTS --- pfile.rb~ Wed Aug 2 04:47:05 2006 +++ pfile.rb
2006 Oct 22
2
"glm" function question
I am creating a model attempting to predict the probability someone will reoffend after being caught for a crime. There are seven total inputs and I planned on using a logistic regression. I started with a null deviance of 182.91 and ended up with a residual deviance of 83.40 after accounting for different interactions and such. However, I realized after that my code is different from that in
2006 May 30
1
seg on windows-pr-0.5.1 (was RE: win32-eventlog 0.4.0)
Pe?a wrote: > Hi Dan, > i get a segfault on windows-pr if i run mulitple tails by threading, one thread for each host i''m tailing. > > C:\family\ruby\win-eventlog>dtail.rb > thread/tail-ing Security on host1 > thread/tail-ing Security on host2 > thread/tail-ing Security on host3 > thread/tail-ing Security on host4 > thread/tail-ing Security on host5 >
2006 Mar 02
5
Milliwatt Analyzer available
Hi, some days ago we discused here the need for an analyzer for the 1000 Hz tone, as opposite application to Milliwatt. Here it is: Mwanalyze http://planinternet.net/download/voip/asterisk/app_mwanalyze.c It performs a Fourier analysis for a fixed frequency and tells the amplitude. The frequency is not limited to 1000 Hz, but can be passed as argument. The periode duration must be a mulitple
2012 Feb 06
3
Passing class parameters to hiera
I am using puppet 2.6.11 and want to pass parameter for implementing sudo for mulitple users. So here is my simple code, which I would like to pass to hiera to specify user name lookup. Appreciate any help, thanks in advance. class sudo( $name) { #Class:: sudo # # package { "sudo": ensure => present, } file { "/etc/sudoers": owner => root, group => root,
2003 Dec 31
1
BAD rsync, or is it bad me?
Something very scary just happened to me while I was creating a ksh script to rsync mulitple FS between two hosts. Here is the script, notice the 'i' at the end of rsync line, it got put there by mistake. You also see the contents of $FSLIST cat'd below the script. When I ran this, it started to delete files in root's home directory and place files from the fist FS,