search for: godel

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

Did you mean: model
2005 Jun 30
1
installation error
hello when I follow this procedure: ~~~~~~~~~~ rS <- "http://godel.cs.bilgi.edu.tr/mirror/cran/src/contrib/" install.packages(c("Matrix"), repos=rS, dependencies=TRUE) ~~~~~~~~~~ installation gives this error: ~~~~~~~~~~~~~ make: *** [Matrix.so] Error 1 ERROR: compilation failed for package 'Matrix' ** Removing '/usr/local/lib/R/site-li...
2009 Oct 20
4
any plans to support pkgutil?
Seems that blastwave is all about pkgutil now. Are there any plans to support this? Best, Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to
2009 Nov 24
1
mysql on gluster
Hello, I continue to run some tests against glusterfs. I am running openvz containers where their filesystem is in a glusterfs mount. For some reason, mysql takes ages to start up, probably up to a minute, where usualy takes a few seconds. Any idea why this could be? I have not measured query performance yet. Could it be because of lack of mmap on fuse? Thanks Pablo
2007 Sep 04
1
Solaris ingores server variable
Hi everyone, I got a basic puppetmaster setup, which works well for Linux. I''ve setup a basic function: define remotefile($owner = root, $group = root, $mode, $source, $backup = false, $recurse = false) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
...ones while running sparc bits from the daily.1110 ONNV nightly build: ----8<---- root krb-v210-4 [20:05:57 0]# zoneadm list -cv ID NAME STATUS PATH BRAND IP 0 global running / native shared - godel installed /export/godel native shared - turing configured /export/turing native shared root krb-v210-4 [20:05:58 0]# zonecfg -z turing info zonename: turing zonepath: /export/turing brand: native autoboot: false bootargs: pool: lim...
2006 May 22
3
core-model-2
I''ve added experiments/core-model-2 to SVN. I think this is pretty clean and satisfactory. Jeff, please have a look and see if you like the placement of timeouts (which are currently unimplemented). Any event now has the possibility of a timeout. To get an application-level timeout, you''d just post an event with a timeout to a nil target. When the timeout expires, the errback
2007 Aug 13
2
package versions and external checks
Hi all, I''m looking into a way to centrally manage installed packages on a fairly fine-grained level. We prefer not to blindly install every new update, but when a mechanism in which we can "approve" of a certain version or not. At first I was thinking about something external to puppet, but then I remembered that it''s possible in puppet to tell which version needs to
2007 Dec 28
5
Still need help with ticket triage
...more time documenting the areas that the triagers are running across, which would itself help the community a lot. As it is, I''m not quite keeping back the flood of tickets. -- If a `religion'' is defined to be a system of ideas that contains unprovable statements, then Godel taught us that mathematics is not only a religion, it is the only religion that can prove itself to be one. -- John Barrow --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
2007 May 20
3
ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64
I thought I''d put this out there for anyone to save anyone who''s running 0.22.4 on AMD64 hosts a whole world of hurt. Basically, the libshadow-ruby1.8 package that Puppet (as of 0.22.4) relies on is broken for AMD64 in both Debian (Sarge+) and Ubuntu (all releases). The problem is basically just some non-portable code. I''ve reported the bug into Debian with a patch, so
2007 May 11
3
Exception handling in custom facts
Hi. I''d like to use exception handling in my custom facts. For example, in plain Ruby: begin buildno = '''' bcrelease = open("/etc/BCrelease") while (line = bcrelease.gets) line = line.chomp buildno = $1 if line =~ /^Build:\s+(\d+)/ end bcrelease.close print "#{buildno}\n" rescue print "No
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all, Today I came across something that I consider a bug. Would like to hear your opinions. Facts: - Using 0.22.1 from Debian Unstable on a Debian Testing machine - Recipes work on other machines The recipe in question is: # Keep home-dirs in sync file { "/home/tim": recurse => true, source =>
2002 Oct 03
0
[Fwd: curiousity with hist]
just realized that the bin value is actually the relative frequency divided by the bin width. sorry for consuming band width. Alas, is there anyway to make hist() calculate relative frequencies irrespective of bin width? thanks Murad Nayal wrote: > > Hello, > > I am rather new to R. in trying to use the hist() command I get behavior > that is somewhat puzzling me, in short,