search for: upstarter

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

Did you mean: starter
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 exec bundle exec unicorn_rails -E production -c
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
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
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
2012 Jun 20
0
Announce: Puppet 2.7.17 Available
Puppet 2.7.17 is a maintenance release for Puppet in the 2.7.x series. It contains a fix for the ubuntu service regression in 2.7.16 (#15027, #15028, #15029). Downloads are available at: * Source https://downloads.puppetlabs.com/puppet/puppet-2.7.17.tar.gz Windows package is available at https://downloads.puppetlabs.com/windows/puppet-2.7.17.msi RPMs are available at
2013 May 03
2
rsync not running with upstart
Hi all, I need some help by solving a strange problem: Situation: I wrote a scrip that uses rsync to send backups to another server. It does something like: /usr/bin/rsync -azi --numeric-ids --exclude tmp --exclude var/spool/ --delete -e ssh root at 10.0.0.65:/ /storage/volumes/65 The script has a source file that dictates which servers to backup. E.g. several ip address are visited to
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
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 RUNLEVEL=[016] pre-start script test -x
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
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, Udo
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
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
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 service starts start on starting postfix # Take
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
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 configuration that I wish to be dependent upon
2013 Jun 25
0
CEBA-2013:0971 CentOS 6 upstart Update
CentOS 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:
2014 Feb 24
0
CEBA-2014:0203 CentOS 6 upstart Update
CentOS 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:
2014 Mar 12
0
CEBA-2014:0286 CentOS 6 upstart Update
CentOS 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: