similar to: Notifications between definitions

Displaying 20 results from an estimated 200 matches similar to: "Notifications between definitions"

2009 Jul 01
6
HTTP as a source for files
Hi all, I''ve been looking into having Puppet deploy some larger files and I''m noticing that it ties up puppetmasters quite a bit and can often result in a timeout if the file is too large. Before I submit a feature request for a http method for file sources, I would throw it out to the group and see if anyone had any thoughts on it. Possible benefits of a HTTP source could be
2015 Jul 30
1
why no recent bind update for CentOS 6?
> > On Jul 29, 2015, at 18:20, Nathan Duehr <denverpilot at me.com> wrote: > >> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: >> >> On 07/29/2015 11:51 AM, Noam Bernstein wrote: >>> Hi CentOS developers - I?ve been happily using CentOS for several >>> years now, so thanks for all the good work. In the last week,
2015 Jul 30
3
why no recent bind update for CentOS 6?
> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: > > On 07/29/2015 11:51 AM, Noam Bernstein wrote: >> Hi CentOS developers - I?ve been happily using CentOS for several >> years now, so thanks for all the good work. In the last week, >> however, I noticed that while the items in RHSA-2015:1443 has shown >> up as updates (and announced on
2008 Jun 05
2
Nouveau on GeForce 7950GTX (NV49)
Hi everyone, I just finished installing the current git of the nouveau driver for my NV49 based 7950GTX. I attempted this because I've been continually frustrated by the constantly degrading 2D performance of X under the nvidia and nv drivers. Webpages that do any kind of compositing in Mozilla will burn CPU all day long. I'm happy to say that I'm writing because I didn't have
2005 Aug 02
8
An initial look at Trails
I''m posting this here because I''m sure that there are a few Rails fans here who are stuck in Java land at work and willing to consider Trails as a compromise. ( Web version here: http://weblog.masukomi.org/index.pl/view/trails ) First let me set the stage I love [Rails](http://www.rubyonrails.com) but I work in a Java shop. There are two of us here but I''m the only one
2015 Jul 30
4
why no recent bind update for CentOS 6?
On 07/29/2015 07:27 PM, Nathan Duehr wrote: >> >> On Jul 29, 2015, at 18:20, Nathan Duehr <denverpilot at me.com> wrote: >> >>> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: >>> >>> On 07/29/2015 11:51 AM, Noam Bernstein wrote: >>>> Hi CentOS developers - I?ve been happily using CentOS for several
2006 Jul 12
13
A rails app server, maybe?
Hi all. Like many of us, I''m currently struggling with Rails deployment. Like maybe only a few of us, I''m responsible not for one or two webapps but dozens. Currently, we deploy them as war files using JBoss'' hot deployment feature, which amounts to copying a war file to a directory monitored by JBoss. Undeploying the app amounts to removing it from the directory.
2015 Jul 30
0
why no recent bind update for CentOS 6?
On 07/30/2015 04:37 AM, Johnny Hughes wrote: > On 07/29/2015 07:27 PM, Nathan Duehr wrote: >>> >>> On Jul 29, 2015, at 18:20, Nathan Duehr <denverpilot at me.com> wrote: >>> >>>> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: >>>> >>>> On 07/29/2015 11:51 AM, Noam Bernstein wrote:
2009 Sep 10
3
Excessive NFS operations
Reading the "waiting IOs" thread made me remember I have a similar problem that has been here for months, and I have no sulution yet. A single CentOS 5.2 x86_64 machine here is overloading our NetApp filer with excessive NFS getattr, lookup and access operations. The weird thing is that the number of these operations increases over time. I have an mrtg graph (which I didn't
2013 Apr 30
5
Mail deduplication
Hi Guys, I am wondering about mail deduplication. I am looking into the possibility of seperating out all of the message bodies with multiple parts inside mail that is recived from `dovecot` and hashing them all. The idea is that by hashing all of the parts inside the email, I will be able to ensure that each part of the email will only be saved once. This means that attachments & common
2011 Jun 01
1
MD5 Signature Mismatch
--- Brian Willoughby <brianw at sounds.wa.com> wrote: My suggestion is to first gather more information, by learning how to confirm whether an MD5 Signature even exists in these files before continuing to determine the reason for the mismatch. Maybe someone else has more information. --- end of quote --- Thanks for the response. He sent me a link to the files here:
2006 Apr 01
3
CentOS 4.3 occasionally locking up accessing IDE drive
For those who haven't seen my several previous postings about problems with this (now not quite so) new PC, I have an ASUS P5N32-SLI Deluxe motherboard. The boot drive and primary filesystems are on an SATA disk and I'm having no problem with that. However, I recently plugged in a couple of IDE drives salvaged from my old PCs and I'm running into trouble with one of those. The drive
2013 Aug 28
1
rsync checksums change randomly
Hello, I have a weird issue with rsync randomly marking some files as having a different checksum (see sample outputs below - run one after another). You would think it is some kind of corruption / io problem with the files but it doesn't seem so - I have copied files around, changes source to different machines, counted md5s manually 100s of times - always the same. All files except
2008 Aug 22
2
RH's servers breached
What's the point on this for us, CentOS users ? http://www.redhat.com/security/data/openssh-blacklist.html Regards, kfx
2017 Mar 23
5
[GSoC 2017] Clang-based diff tool project
My original idea was to write a semantic diff tool that just does some simple things up front: create an MD5 from all top level blocks of the code. Start by just finding matching blocks of code ('{' and '}', '(' and ')') and remember the source locations for these and their MD5 values. Run a normal diff on the code and see what blocks the diffs fall into. Then try
2006 Jul 22
7
Validation with has_many
I have two problems. I have a comment that has_many uploads. Before saving the comment, I want to be sure that the upload(s) has passed validation, but I also need to validate in other ways. For example, I do not want to save the comment if there is no comment or upload. Or, I do not want to save the comment if the image has been uploaded previously (comparing md5s with past upload md5s
2008 May 06
3
Proof-of-concept multithreaded FLAC encoder
Hey FLAC devs, I managed to hack out a proof-of-concept multithreaded FLAC encoder based on the example libFLAC one. It turned out to be fairly straightforward to get near-linear speedup; I can encode a 636 MB wave file in 6.8s with 8 threads on an 8-core 3.0 GHz Xeon vs. 31.4s with a single thread. Basically I mmap() the input file, divide up the mmap()ed region into nearly equal pieces,
2012 May 16
1
Installation of CentOS 6 on KVM - Hangs
Greetings- I'm attempting to install CentOS-6 x86_64 to a virtual machine running via KVM on a Proxmox 1.9 system. The specs are 4x CPUs, 4GB RAM, and 160GB HDD. Installation proceeds fine using either minimal or netinstall CDs until installation of the selinux or qla2xx-firmware RPMs. At this point, the installation hangs, and never completes. I'm unable to see what is going on
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?
2002 Aug 01
0
openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen (fwd)
Below the trojaned and clean md5s are given. ---------- Forwarded message ---------- Date: Thu, 1 Aug 2002 13:39:22 +0200 From: Magnus Bodin <magnus at bodin.org> To: Wojtek Pilorz <wpilorz at bdk.pl> Cc: openssh-unix-dev at mindrot.org Subject: Re: openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen On Thu, Aug 01, 2002 at 09:20:29AM +0200, Wojtek Pilorz wrote: