similar to: Upstart file format

Displaying 20 results from an estimated 100000 matches similar to: "Upstart file format"

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
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
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
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
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
2010 Nov 13
1
Reproducible kernel (2.6.36) oops with several simultaneus btrfs mounts
Good day. I''m experiencing a kernel oops when systemd tries to fsck and mount several btrfs filesystems pretty much simultaneously on boot. Oops is highly reproducible for me and causes system to hang, sometimes triggering some kind of oops-loop, dumping backtraces into console until the power is killed. I''ve mentioned systemd (init system, like sysvinit or upstart), because I
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
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
2015 Jan 08
3
reload /sbin/init
Hi, There was an update of glibc on CentOS 6 http://lists.centos.org/pipermail/centos-announce/2015-January/020863.html and now: # needs-restarting 1 : /sbin/init How do i tell /sbin/init to use the updated files from glibc without a reboot? -- Kind Regards, Markus Falb
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
2018 Oct 16
2
What are the differences between systemd and non-systemd Linux distros?
On Tue, Oct 16, 2018 at 09:25:15AM -0500, Valeri Galtsev wrote: > Hoping to not offend proponents of systemd/firewalld... Perhaps if you weren't spreading misinformation, we wouldn't be offended? > Linux kernel is already containing chunks of code related to > systemd/firewalld and friends. One can disable stuff during kernel build, > but the result it still is not like the
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
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
2016 Mar 04
2
Ubuntu packages
Am 2016-03-04 um 21:03 schrieb Stephan Bosch: > Op 3/4/2016 om 7:15 PM schreef Peter Chiochetti: >> Since dovecot put up packages on their own repo, bigmichi stopped >> providing his'. I guess this is not Stephan; Would the kind person >> update ppa.launchpad.net/bigmichi1 ? > > The Xi packages are built for Ubuntu here: > >
2010 Dec 04
3
# chkconfig: kill at run level 3
In the control script of my daemon in /etc/init.d?, I have # chkconfig: 35 97 3 The result of this is that I have links: /etc/rc.d/rc1.d/K03... /etc/rc.d/rc3.d/S97... /etc/rc.d/rc5.d/S97... As mentioned in a previous thread, my complex daemon throws an exception when I shutdown. Perhaps things might be better if I had: /etc/rc.d/rc3.d/K03... Might this be a good idea? If so,
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 Feb 22
4
Unicode in C++
On my CentOS box, in C++ programs, is there a way to print Unicode characters? Thanks, Mike.
2016 Jan 29
2
respawning dead tinc process
I?ve been having the same issue with Ubuntu, thankfully we have access to Upstart: ``` start on (local-filesystems and net-device-up IFACE!=lo) stop on stopping network-services author "Mark Lopez" description "Tinc Upstart Job" version "0.1" env network=master respawn exec /usr/sbin/tincd -n "$network" -D --debug=3 --logfile ``` I removed the default
2011 Apr 18
2
RFC: nut and systemd
Hi, you've probably heard about systemd already. In Fedora 15, it's used as default instead old SysV init system. While there is some backward compatibility layer, everything is going to be ported from /etc/init.d/<something> init scripts to systemd's service files /lib/systemd/system/<something>.service Unfortunately?, systemd is not 1:1 compatible with old init
2015 Dec 04
1
7.2 kernel panic on boot
On 12/03/15 20:54, Jonathan Billings wrote: > On Dec 3, 2015, at 2:33 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> > wrote: >> That is my main complaint about parallelized boot. My brain is only >> capable to deal with serial sequence of events, and which next event is >> deterministically predictable from previous. As with fatal things like >> kernel