similar to: RFE: Lockfile option for use in cronjobs

Displaying 20 results from an estimated 10000 matches similar to: "RFE: Lockfile option for use in cronjobs"

2007 Jan 22
1
rsync big file
Hi, I have a cron job to rsync one directory from one server to another every 5 minutes. There are some really big files. So it happens when the second instance of rsync tries to copy the same file when the first instance is not done yet. It drives my CPU crazy on the source server. Is there a way to avoid this problem? Thanks,
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi, we started using centos7 to run kvm+libvirt. For novnc to virtual machines I like to start websockify as a daemon by libvirt (as a hook) Under Debian I used the line: # start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS which creates a nice pidfile. In Centos I figured out, to include /etc/init.d/functions and I tried: # daemon
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
skotthof wrote: > > OK, I figured out, I have to install > redhat-lsb package for start-stop-daemon > "Implementation of Linux Standard Base specification" > > Sebastian > On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote: >> Hi, >> >> we started using centos7 to run kvm+libvirt. >> For novnc to virtual machines I like to start >>
2019 Sep 12
1
[libnbd PATCH] nbdsh: Add test of handling globals in -c
Test that we can script the read of a specific pattern from nbdkit. Also, test that we can concatenate global functions through consecutive -c. This test fails if commit d6cbd130 is reverted. --- sh/Makefile.am | 5 ++++- sh/test-dump.sh | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100755 sh/test-dump.sh diff --git
2009 May 28
1
Message 11 Syslinux Digest, Vol 74, Issue 24(Re: PXEboot trouble with Soekris 4826 (Miller, Shao)
Hi All, I am still having troubling with PXE. Thanks for replying Shao.I did follow ur suggestions and my results have improved a bit.From Ethereal and TCPdump, I can see that the client sucessfully dowloads the file pxelinux.0 from the server but stops at this point. here is the output of tcpdump tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 11:05:41.966864 IP
2003 Apr 29
0
Dovecot RH RPM packages
Hi, I can't remember if I already told you, but I'm building RPM packages of dovecot for RH73, RH80 and RH9. You can find these at: http://dag.wieers.com/packages/dovecot/ Or use apt as described on: http://dag.wieers.com/apt/ I also added a sysv file to the SPEC-file for use with Red Hat. If you add this SPEC-file to your tarball (probably with some custom changes) everyone can
2014 Nov 21
3
Bug#770456: Please start a qemu process in domain 0.
Package: xen-utils-common Version: 4.4.0-1 Severity: important Tags: patch Under some circumstances the xl toolstack needs to create a loopback mount of a guest disk in dom0 (e.g. in order to run pygrub). Depending on the nature of the guest disk (e.g. qcow2 or raw file image based) this can require a qemu instance in dom0. The upstream xencommons starts such a qemu on boot. The following patch
2014 Nov 27
0
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
On 21.11.2014 13:50, Ian Campbell wrote: > Package: xen-utils-common > Version: 4.4.0-1 > Severity: important > Tags: patch > > Under some circumstances the xl toolstack needs to create a loopback > mount of a guest disk in dom0 (e.g. in order to run pygrub). Depending > on the nature of the guest disk (e.g. qcow2 or raw file image based) > this can require a qemu
2010 Nov 25
4
[PATCH]improve suspend_evtchn lock processing
While doing migration, sometimes found suspend lock file was not unlinked in previous operations, then there is an obsolete lock file in place, which causes the current and later migration cannot get lock. That happens seldomly but do happen. After checking the source code, I found there are some places that potentially cause lock file unlinked, including: 1) in lock_suspend_event() function,
2008 Sep 16
1
Re: centos-intro
On Tue, 16 Sep 2008, David Hrb?? wrote: > Dag Wieers napsal(a): >> It is available from the CentOS wiki. Just search for presentation. > > Perfect. Thanks. I would appreciate if you could: - Show the original location of the English version in your translated slides - Show the original location in every presentation based on these slides - Send improvements to me so
2018 Sep 13
2
Re: [PATCH v2 nbdkit 5/5] tests: Add a helper function which waits for nbdkit to start up.
On 9/13/18 11:09 AM, Richard W.M. Jones wrote: > This assumes bashisms, but bash is required to run the tests. > > This is mostly refactoring. However the changes (simplifications) are > quite substantial: > > - Since the new start_nbdkit helper function cleans up nbdkit on > exit, most scripts no longer need to deal with the pid or kill the > pid in the
2006 Sep 01
2
Making Mongrel play well with Monit
Hi! I run a mongrel cluster with 6 mongrels in it. I want to monitor them individually for process hangs (and then restart them) and this is the solution I came up with: Here''s my configuration file for monit (/usr/local/etc/monitrc): [snipped relevant bits] ------ #check lighttpd process check process lighttpd with pidfile /var/run/lighttpd.pid start program =
1998 Aug 14
1
Pine 4.02 and directory perms
Hey linux-security-ers: I just compiled/installed Pine 4.02 for my RH 5.0 machine today (didn't see an RPM last time I checked ftp.redhat.com:/pub/contrib), and after I got it installed, it kept giving me errors about not being able to create a lockfile when dinking with my mailspool in /var/spool/mail. After doing some digging on DejaNews and the Pine website, I find a document who says the
2008 Nov 19
3
CentOS Events on wiki menu
Hi, Is it possible to rename the CentOS Events tab to simply Events ? The other tabs do not include CentOS either. For a published article today I required a desktop screenshot. However on 1024x768 with a non-fullscreen browser at wiki.centos.org, the number of tabs required me to make the browser-width larger than I liked it to be. Renaming "CentOS Events" to "Events"
2018 Sep 11
2
Re: [PATCH nbdkit 4/4] tests: Add a helper function which waits for nbdkit to start up.
On 9/11/18 1:47 PM, Richard W.M. Jones wrote: > This assumes bashisms, but bash is required to run the tests. > > This is mostly simple refactoring. Except for the test-memory*.sh > tests where nbdkit used to run in the foreground, but that seems to be > a consequence of some left over debugging. > --- > +++ b/tests/functions.sh.in > @@ -32,6 +32,41 @@ > # OF THE
2009 Jun 16
1
Last character of the boot prompt gone missing ?
Hi, I think I found a problem with syslinux where if you have an entry in the syslinux config file (eg. linux) and you type some additional parameters on the boot-prompt (eg. noacpi) the last character of the prompt is cut off (and missing from /proc/cmdline). This does not seem to happen for the append line in the config file, only for additional parameters on the boot prompt. (I guess it
2005 Jan 26
3
crahsing app
Can anyone tell me what is causing htis by chance? I know it is the application. What's weird is i "fixed' it last time by reformatting the machine to stabilize this one app. Now after a month it crashes again.... Well the steam hlds has started randomaly crashing again. ---------------------------------------------- ---------------------------------------------- CRASH: Tue
2008 Mar 23
3
Reorganising general CentOS FAQ
Hi guys, I would like to reorganise the general CentOS FAQ. It now has 20 questions about a lot of different things that can be structure much better. I would like to add some questions, but lacking any structure... I would like to make a distinction between the following subjects: - General questions about the CentOS project Answers about what the project is about, why the project
2007 Nov 30
2
MoinMoin TableOfContents
Hi, I constantly find myself fighting the wiki syntax. Today the problem is that I want a TableOfContents that does NOT include the page title. To be honest, I do not understand why the page title (level 1) is included in the TOC, and why it does not appear in the head-title (<head><title>). I found with Google that there is a syntax like: [[TableOfContents(4,2)]] instead of
2008 Nov 02
1
[artwork] Image for external links
Hi, Can we use the same image for external links on the wiki as we are using for Trac ? It is much less obtrusive in pieces of text. A gray box with arrow instead of a colorful globe. -- -- dag wieers, dag at wieers.com, http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]