Displaying 20 results from an estimated 10000 matches similar to: "RHEL 6/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
exec bundle exec unicorn_rails -E production -c
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
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
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
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
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
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
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 Mar 04
1
upstart progress?
Any progress on getting an official upstart script for NUT? I'm running
Mint 12 and I have to restart NUT at every boot.
Thanks,
Erik
2015 Jan 30
1
Upstart script for Poolmon
Hi
My servers are Ubuntu 14.04 and I'm needing to make a Upstart script for
Poolmon.
Does someone already made this and could to share with us ?
Thanks!
--
Thiago henrique
2009 Nov 23
1
Logo origin
Hello
I was just asked what the logo means and I had to admit that I really
had no idea, as it was chosen way before my time. Can someone please
enlighten me about the logo. I have tried google but nothing really
came up :)
Some pointers would be very helpful.
Cheers Didi
--
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype : ribalba
2010 Apr 06
1
vsftpd writing files 2 times - once as root
I have configured my vsftpd with virtual users all of which are mapped
to a system user for file system permissions (let's call him
'ftpsystemuser').
That means, if someone uploads files they are writting using owner and
group of the system user:
> -rw-r--r-- 1 ftpsystemuser ftpsystemuser 19968 16. M?r 11:24 Termine
> Leistungspr?fungen.doc
Now we have the phenomenon that
2009 Sep 29
1
Removing xorg stuff
Starting to clean out my server.
I use command line only.
Even though I tried not to install the gnome and x, a lot of stuff did
install anyway.
In testing the removal process I find I cannot use yum remove due to losing
to many programs due to dependency.
Trying to remove via rpm -e is nigh impossible as it appears to be an
unknown chain of dependencies separate from the ones using yum that
2010 Jan 05
2
High l-avg with centos 4.8 on G2 only
Hi
We deployed centos 4.8 on HP DL380 G2, G3 and G4 servers (same number of cpus). The same software is running on all servers.
Only on G2 servers we see a low cpu utilization combined with high load-average.
For example, during the same time of day and same workload, on a G2 I see a l-avg of 11.31 and on a G4 I see 2.68.
The server response time seems unchanged and we don't have any problem
2009 Nov 04
4
Redhat 7.3 as CentOS 5 domU
Hello,
What is the simpliest way to run Redhat 7.3 server as CentOS 5 domU?
I see that Xen emulates Intel PIIX ATA controller for HVM domUs but
latest kernel of Redhat 7.3 (2.4.20-20.7smp) has no ata_piix kernel
module yet. Is it possible to download it somewhere or there is
another way? :)
And I'd like to avoid reinstalling them with the new OS. Preferably
they'd just die their
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 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
2010 Apr 14
2
OpenJDK vs Sun JDK
Hi all,
Any comments as to Centos/RHEL 5.3's openjdk implementation versus Sun's?
cheers,
Christopher
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