Displaying 20 results from an estimated 1000 matches similar to: "Super HIGH CPU usage"
2007 Jul 19
2
Problem to make service/package has installed and started before "exec" task
I am trying to manage MySQL DB with puppet. So I create a class and
would like to set the mysql SQL root password at the beginning.
However, the "exec" will run before mysql-server has installed or
started which make "exec" failed. how can I make sure the package
has installed/run before "exec" task?
class mysql-server {
package { "mysql":
2007 Dec 19
3
Facter operatingsystemrelease on CentOS
I found that has been fixed in Fedora and RedHat which return the version
( like 5, 7, 8 etc.. ) but in CentOS, it still return the kernel version
instead.
=================
Barrow Kwan
ThoughtWorks, Inc.
New from ThoughtWorks: Mingle, an Agile project management application.
Mingle. Project Intelligence. Powerfully Simple.
More at http://studios.thoughtworks.com
2008 Jan 18
2
latest yum break puppet
I have some systems running Fedora Core 7. The latest yum break puppet
with "Error: No matching Packages to list". I can make all the FC7 system
not to update Yum. However, when I start installing Fedora Core 8, the
default yum also break puppet.
(err): Failed to retrieve current state of resource: Could not get latest
version: Execution of ''/usr/bin/yum -d 0 -e 0
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby?
What I want is: given a set of tests that I run, what lines of my code
and what routines are covered. And also a list of uncovered routines
and tests.
I couldn''t find an open source one out there...
--
www.kenlet.com
2012 Jun 28
3
[LLVMdev] Another LLVM JIT extension to Python
Dear LLVM,
I am a young developer who have just uploaded my first opensource
project based on LLVM. I would like to know what professionals think of
my project.
I have started a JIT extension to Python called Pymothoa (
http://code.google.com/p/pymothoa/). Unlike other similar projects, I
did not modify the interpreter. Pymothoa uses Python decorators to mark
function for JIT compiling. It
2009 Aug 05
9
Battery condition tools CentOS/Dell
Hello all:
Does anyone know of a tool/project that will allow me to read the
battery condition (not the charge status) on a Dell laptop battery?
Under XP there is a utility that warns that the battery is still
holding a charge but that the battery is degraded and should be
replaced.
Also, not sure if this is possible, but I would like to control how
the laptop charges the battery. I tend to
2015 Nov 18
4
Linux ate my RAM...
Hello everyone,
Excuse the title. I'm trying to do something very specific that goes
against some common assumptions.
I am aware of how Linux uses available memory to cache. This, in
almost all cases, is desirable. I've spent years explaining to users
how to properly read the free output.
I'm now trying to increase VM density on host systems (by host, I mean
the physical system, not
2019 Jan 02
2
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
>
>>
>> I get this error message from apple mail when I right click and
choose
>> archive
>> "The IMAP command "UID COPY" (to Archive) failed for the mailbox
"INBOX"
>> with server error: Mailbox isn't selectable"
>>
>
>Did you notice that you have a mailbox called 'Archive' and namespace
called
2012 Jun 29
0
[LLVMdev] Another LLVM JIT extension to Python
On 06/29/2012 01:06 AM, Siu Kwan Lam wrote:
> Dear LLVM,
>
> I am a young developer who have just uploaded my first opensource
> project based on LLVM. I would like to know what professionals think of
> my project.
>
> I have started a JIT extension to Python called Pymothoa (
> http://code.google.com/p/pymothoa/). Unlike other similar projects, I
> did not modify the
2010 Nov 22
8
Router for SOHO network - hardware considerations
Hi,
Last week I finished installing a small network in a private school :
one server (an old IBM X225), seventeen desktops (Fujitsu Siemens PIV
2.4 GHZ, 512 MB RAM, 40 GB HD), all running CentOS 5.5.
One extra machine is acting as a router, in that it is installed between
the DSL modem and the network, with two Ethernet cards, and it's taking
care of DHCP, DNS, NTP and also acts like a
2015 Nov 19
2
Linux ate my RAM...
On 2015-11-18 19:41, Warren Young wrote:
> On Nov 18, 2015, at 1:20 PM, Kwan Lowe <kwan.lowe at gmail.com> wrote:
try systemd-nspawn and use it instead of virtualizing, will save you
some bits of memory.
2007 Sep 10
1
use dns domain for certificate
Hi,
I''ve noticed that facter.domain under linux returns the dnsdomain, and under
solaris it returns the LDAP/NIS domain, as this it self is not a problem, I
was assuming that puppet first certificate request is based on that fact.
as this is not big issue, I would prefer that puppet will request the
certificate with the dns name and not the LDAP domain name... any idea how
to implement
2012 Jun 29
1
[LLVMdev] Another LLVM JIT extension to Python
On 06/29/2012 02:47 AM, Tobias Grosser wrote:
> On 06/29/2012 01:06 AM, Siu Kwan Lam wrote:
>> Dear LLVM,
>>
>> I am a young developer who have just uploaded my first opensource
>> project based on LLVM. I would like to know what professionals think of
>> my project.
>>
>> I have started a JIT extension to Python called Pymothoa (
>>
2016 Dec 26
1
Multiple simplifycfg pass make some loop significantly slower
Hi all,
I am noticing a significant degradation in execution performance in loops
with just one backedge than loops with two backedges. Unifying the
backedges into one will also cause the slowdown.
To replicate this problem, I used the C code in
https://gist.github.com/sklam/11f11a410258ca191e6f263262a4ea65 and checked
against clang-3.8 and clang-4.0 nightly. Depending on where I put the
2011 Jan 18
3
KVM host question about host firewall
Hello All:
I'll ask this in the virt list later if this is not the appropriate forum...
Yesterday I was troubleshooting an issue with a KVM host. I was
unable to access the DNS service on a KVM virtual machine. After
verifying that the vm allowed through the DNS ports (53 on UDP/TCP)
and still being unable to access, I was able to connect immediately
after allowing those ports on the
2010 Jul 13
5
Re-exporting an NFS mount.. Possible?
I have an issue that is not all that unique, so I'm hoping someone has
done it before.
On the client end I have some very old RedHat based systems. On the
server end is a Windows 2008 system running NFS server software. The
clients mount the server resource as an NFS2 mount but some compliance
issues were discovered with the setup. For various reasons, updating
the client is not an option at
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi
I wanted to download and install the net-snmp package. Usually on my
other CentOS boxes i use the following command to do it:
yum install net-snmp
I was able to successfully install net-snmp on 4 of my CentOS boxes but
not on one of them. It reports me the following error message:
[root at localhost yum.repos.d]# yum install net-snmp
Loaded plugins: fastestmirror
Determining fastest
2008 Mar 03
3
R function to convert a number to text
hi, Dear R users -
I wonder is there a written R function to convert a number to a text, say convert 1 to "one" , 100 to "one hundred". I know in xls. has such a function BAHTTEXT, does anybody know is there a similar function in R ? Thanks.
Lin
---------------------------------
[[alternative HTML version deleted]]
2007 Jan 08
6
[PATCH 0/5] Debian patches for 1.1.3
Hi Josh,
Here are all the patches that are currently applied to the Debian
packages for flac. You may disagree with some of them but as the current
maintainer, I'm submitting them all for your consideration.
(I should've submitted them earlier, but I've been quite busy. Sorry!)
Here is a listing of the patches that I'll be sending:
Patch 1 fixes a simple typo in metaflac
2004 Sep 10
4
reading vorbis comments with FLAC++?
Hi me (2x - Haberman and Coalson),
On Tue, Nov 11, 2003 at 03:51:42PM -0800, Josh Coalson wrote:
> The C++ interface is a little simpler:
[code follows]
OK. Well, I found the C interface a little bit easier to understand, so
I ended up using that instead of continuing to try to figure out the C++
interface.
The one problem I have is that the values in block->data.
vorbis_comment.comments