search for: upstart

Displaying 20 results from an estimated 302 matches for "upstart".

2012 Dec 07
3
Ubuntu upstart
I cannot find any good example of a unicorn upstart task that works properly for the following: * Upstart will restart if unicorn dies * Can send USR2 signal to unicorn to do a no downtime deploys * Able to stop upstart job, even after a deploy I have tried the following: expect fork respawn setuid www-data chdir /var/www/app/current ex...
2011 May 19
2
Unicorn preload_app and upstart
?Hi, I was wondering if anyone has managed to get the preload_app and SIGUSR2 combination working well with upstart? My issue currently is that when I perform a SIGUSR2 against the master, check everything''s working and close off the old master, upstart then attempts to restart it because the original PID/binary are no longer running. What is the correct way of handling this? In my opinion, should uni...
2013 Oct 11
2
upstart script for virtlockd
Hi all, Trying to test libvirt 1.1.3 with virtlockd locking my qcow2 images on a NFS storage between two kvm hosts. ./configure ... --with-init-script=upstart Libvirtd upstart script is actually well generated but I can't see nothing about virtlockd... or am I blind ? :) Nevertheless, running virtlockd -d && service libvirtd restart works fine. Am I wrong thinking that editing qemu-lockd.conf with my needs and qemu.conf with lock_manager=&qu...
2008 Jul 18
1
Feedback and help in porting the NUT sysV init script to upstart
hi there, first, kudos to Scott. You guy rock with this revolutionizing (and so logic) idea ;-) next, a personal point of view about the lack of upstream adoption of upstart: I wanted to provide an upstart script for NUT for some time, but never found enough matching example to do so. the embedded scripts only address inittab, and the replacement-initscripts are unreachable (see below) and far too basic for being really helpful! if you want a massive adoption, provide...
2012 Jun 20
0
Announce: Puppet 2.7.17 Available
...section at: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet Please report feedback via the Puppet Labs Redmine site, using an affected puppet version of 2.7.17: http://projects.puppetlabs.com/projects/puppet/ ## Puppet 2.7.17 Release Notes ## (#15027, #15028, #15029) Fix upstart version parsing A leading space in the --version argument would confuse upstart, and the version returned would not always be a semantic version, which caused the upstart provider to fail. This commit updates the initctl call to remove the leading space from the --version argument,...
2013 May 03
2
rsync not running with upstart
...ew run is started. In practice the script just exits when reaching the end of the wait(s), #!/bin/bash rsync all servers wait till next day exit 1 This works fine under all Centos systems in previously and currently versions in use, from Centos 5.x (using inttab) and Centos 6x (using Upstart) Problem: when run from upstart, the script works only with Centos versions lower than 6.3; When running the script from upstart, rsync exists with a error 14, some error that has something to do ipc codes. (What are ipc codes?) The versions of rysnc are the same, 3.0.6. As said when started fro...
2015 Nov 20
2
signal for shutdown in lxc driver
Hello! Try to use libvirt with lxc. I use latest centos6 amd64 as a libvirt host (libvirt from xen4 repo) libvirt-daemon-1.2.15-3.el6.x86_64 In container I also use latest centos6 amd64. Container starts with /sbin/init. CentOS 6 came with upstart as default init. My problem is that I could not shutdown container correctly with libvirt. virsh -c lxc:/// shutdown test Domain test is being shutdown In container I see only: "init: Re-executing /sbin/init" in syslog messages Why it is happened? lxcDomainShutdownFlags [1] send SIGTERM...
2013 Oct 21
1
Re: upstart script for virtlockd
Hi Eric, Here is my try to write a quick upstart script for virtlockd. It should be named /etc/init/virtlockd.conf, then : ln -s /lib/init/upstart-job /etc/init.d/virtlockd It seems to work for me : # virtlockd - Locking daemon for libvirt description "virtlockd" start on filesystem and runlevel [2345] stop on starting rc RUNLEVE...
2015 Mar 31
0
upstart CentOS vs upstart Ubuntu is there any difference between them?
I'm moving some server configurations from Ubuntu Server 12.04 to CentOS 6.6. Now I'm working on `/etc/init` script that should be handled by `upstart` at both OS as far as I know. The files on both server are the same and I mean the same at content level and also at path level and permissions level, is the exactly copy from Ubuntu to CentOS. I'm having some issues with upstart at CentOS since scripts doesn't start and I can't find wh...
2009 Sep 29
1
RHEL 6/Upstart
Has a beta been released and if so can anybody say whether it uses Upstart? or Has anyone worked with Upstart?
2008 May 14
1
upstart configuration for nut
Hello, I'm just migrating my boxes to fedora 9 which brings us to the upstart mechanism instead of SystemV, etc.The distro as it is delivered does not have configuration which supports powerfail events. What can I put in /etc/events.d to make nut work again with the rest of the system fortimely shutdown, etc? Pointers to example files are very welcome! Thanks. Kind regards...
2012 May 31
0
[SOLVED] Re: need assist with upstart config problem
On Wed May 30 17:57:49 EDT 2012, Nataraj wrote: > On Wed, May 30, 2012 17:00, James B. Byrne wrote: >> I am trying, without success, to create an upstart config file to >> automatically start and restart an ssh proxy. The command sting that >> I use in the script has been checked and verified from the shell but >> it fails in the upstart file. >> > The '-f option' tells SSH to run in the background, but normally &...
2016 Aug 09
3
Single source repo, producing packages for CentOS 6 and 7, how?
Guys, I have a source code here, that produces RPM packages for CentOS 6, that includes an Upstart Job and a ugly and minimal Init Script. Now, I have it running on CentOS 7, via systemd, looks good! However, my RPM package for CentOS 7 still includes the useless Upstart and Init Scripts... So, here is the question: How are you guys managing this? I mean, I would like to have 1 single so...
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to automatically start and restart an ssh proxy. The command sting that I use in the script has been checked and verified from the shell but it fails in the upstart file. The file contents are: . . . # proxy is used to authenticate smtp submissions # so start it before the postfix...
2016 Oct 06
2
Wiki Upstart Script links
Hello, It appears the links for the Debian and Ubuntu systems are no loner available. Can someone confirm and if so update the wiki with correct links? Thanks. -- -James
2017 Jan 07
2
Ubuntu upstart script ad dc
I am running a samba ad on Ubuntu 16.04 configured as told in https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller The server is running fine currently, but I have to manually start it after every reboot. The link to the upstart scripts in the wiki are dead: https://wiki.samba.org/index.php/Samba_AD_Init_Script_Examples Does anyone have a functioning init script I could use?
2012 May 31
0
postfix and upstart
Postfix on CentOS-6.2 evidently does not use upstart style configurations. The author evidently has no plans on altering Postfix's structure to accommodate upstart any time soon, if ever (http://tech.groups.yahoo.com/group/postfix-users/message/274670). Thus Postfix starts and stops using a sysvinit style script. Nonetheless, I have an upstart...
2013 Jun 25
0
CEBA-2013:0971 CentOS 6 upstart Update
...Errata and Bugfix Advisory 2013:0971 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0971.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d41a2e129a913e58e8a99dec900eae0613c3bd522924944c844e74a46cebdb4b upstart-0.6.5-12.el6_4.1.i686.rpm x86_64: 0ed423f64f126197207d84a28c4703e129dd5f4f36d911b13807c1c8a5633fab upstart-0.6.5-12.el6_4.1.x86_64.rpm Source: a0fecc043ef30505ddff13366f7f29d66fb917c05cd300a1ec1553ea2b5dbc43 upstart-0.6.5-12.el6_4.1.src.rpm -- Johnny Hughes CentOS Project { http://www.cento...
2014 Feb 24
0
CEBA-2014:0203 CentOS 6 upstart Update
...Errata and Bugfix Advisory 2014:0203 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0203.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7106e07c74ae089bc82d0db6281d611767c1dee8174d8a501b0b23f715bb1760 upstart-0.6.5-13.el6_5.2.i686.rpm x86_64: d72256cdea3ac828edd342b768d1776147bb3a1b874cb0d72181b6244b54eb3a upstart-0.6.5-13.el6_5.2.x86_64.rpm Source: d3f220ea9b89d990704504a841c70f70ae57b46692876a628cc3881f612e1e99 upstart-0.6.5-13.el6_5.2.src.rpm -- Johnny Hughes CentOS Project { http://www.cento...
2014 Mar 12
0
CEBA-2014:0286 CentOS 6 upstart Update
...Errata and Bugfix Advisory 2014:0286 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0286.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 9a7f5ed6e4bef587d0059372e011ad2d89ee6835395485bf16fd15fe7a5e9bd3 upstart-0.6.5-13.el6_5.3.i686.rpm x86_64: 4c0734a1c9eef713f0185d12445c852b4802ccd0f90686994ea4012439d0a680 upstart-0.6.5-13.el6_5.3.x86_64.rpm Source: 01cf26f98db52b06f94522f7e6acc163ea0512174075be4ee1e9a198425918ff upstart-0.6.5-13.el6_5.3.src.rpm -- Johnny Hughes CentOS Project { http://www.cento...