similar to: [SOLVED] Re: need assist with upstart config problem

Displaying 20 results from an estimated 10000 matches similar to: "[SOLVED] Re: need assist with upstart config problem"

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
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 Apr 16
1
inittab - huh what's it good for?
We run a CentOS-5 based hylafax server with external serial modems. We are transitioning to an Asterisk system using IAXmodem running on CentOS-6. On the CentOS-5 system to start the fax modems we added these lines to inittab: # Add fax lines and always ALWAYS run "telinit q" after making a change. fax1:2345:respawn:/usr/sbin/faxgetty ttyS0 fax2:2345:respawn:/usr/sbin/faxgetty ttyS1
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
2012 Jan 25
0
upstart question
I am trying to migrate from old /etc/inittab to upstart. I am close. I used to have 2 or 4 lines in /etc/inittab to start 2 or 4 processes. v1:2345:respawn:/home/silentm/bin/myfile -port 4000 v2:2345:respawn:/home/silentm/bin/myfile -port 5000 something like that... So now I create a file /etc/init/myfile.conf and in it I put: respawn script /home/silentm/bin/myfile -port 4000
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
2012 Jan 24
0
Question on sys v migrating to upstart
Hi I presently have a line in /etc/inittab (for 5.X based systems) like: v1:2345:respawn:/home/silentm/bin/myfile which runs for any runlevel in 2345. I am looking at migrating that to the new upstart stuff. I can create a file in in /etc/init called myfile.conf and in there have: # /etc/init/myfile.conf start on startup This seems ok... However - my question is how do I stop they myfile
2017 Apr 19
2
OT: systemd Poll - So Long, and Thanks for All the fish.
On Mon, April 17, 2017 17:13, Warren Young wrote: > > Also, I???ll remind the list that one of the *prior* times the systemd > topic came up, I was the one reminding people that most of our jobs > summarize as ???Cope with change.??? > At some point 'coping with change' is discovered to consume a disproportionate amount of resources for the benefits obtained. In my sole
2015 Jan 11
0
Design changes are done in Fedora
I am a newcomer to CentOS and I appreciate the discussion. It would seem to me - and I am sure I am not the first one to state the obvious - Fedora is primarily a desktop OS while CentOS is primarily a server OS. The user needs are very different, the features needed are very, very different, hence many of the current features, or future features, should remain in one or the other and not cross
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
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
2015 Jan 11
5
Design changes are done in Fedora
On Fri, January 9, 2015 17:36, John R Pierce wrote: > On 1/9/2015 2:32 PM, Always Learning wrote: >> Enterprise, in the RHEL context, suggests stability or have I >> misunderstood the USA definition of "Enterprise" ? > > > Enterprise to me implies large business Enterprise literally means 'undertaking'. It has been used euphemistically since the later
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
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:
2013 Oct 11
0
Re: upstart script for virtlockd
On 10/11/2013 03:25 AM, NEVEU Stephane wrote: > 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 ? :) It looks like virtlockd was added after
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:
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
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?
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