similar to: centos 7- boot doesn't wait for startup script to complete

Displaying 20 results from an estimated 200 matches similar to: "centos 7- boot doesn't wait for startup script to complete"

2016 Aug 04
3
centos 7- boot doesn't wait for startup script to complete
thank you for the feedback.? I tried using Before=systemd-user-sessions.service.? At first glance it seems to work, but then the oracle DB shuts down.? Note that myservices starts oracle and then does a few things for our application. When I remove that entry, it goes right to the login as I originally described, but the oracle DB does not shut down.? maybe I have the wrong combination of timeout
2016 Aug 09
1
centos 7- boot doesn't wait for startup script to complete
I am taking a step back.? I have a normal rc?script that is installed with our product.? All of the CentOS 7 documentation says the script should work on startup/shutdown.?? But it doesn't.?? If I run the script manually it works as it should of course. When I restart the server, nothing happens or starts up.? So my question is should it be working as it was without me changing anything? The
2017 May 15
1
centos 7- boot doesn't wait for startup script to complete
Hello,Nothing I have found has solved this issue.? the service starts on boot, but the booting process continues.? When I log in my startup script is still running and finishes up.? that is good at least, but I'd still like to know how to make it wait. Any feedback is appreciated. Thanks in advance.KM From: KM <info4km at yahoo.com> To: CentOS mailing list <centos at
2016 Aug 04
0
centos 7- boot doesn't wait for startup script to complete
> On Aug 4, 2016, at 14:35, KM <info4km at yahoo.com> wrote: > > thank you for the feedback. I tried using Before=systemd-user-sessions.service. At first glance it seems to work, but then the oracle DB shuts down. Note that myservices starts oracle and then does a few things for our application. > When I remove that entry, it goes right to the login as I originally described,
2016 Aug 02
0
centos 7- boot doesn't wait for startup script to complete
On Tue, Aug 02, 2016 at 12:56:21PM +0000, KM wrote: > # used to set up the Myservices onstartup > [Unit] > Description=Start and stop Myservices > > [Service] > Type=oneshot > ExecStart=/etc/init.d/Myservices start > ExecStop=/etc/init.d/Myservices stop > RemainAfterExit=yes > > [Install] > WantedBy=multi-user.target Reformatting so it is readable. What you
2016 Dec 19
2
CentOS 7 and systemd: SysV initscript: how detect boot vs. interactive use?
James Hogarth <james.hogarth at gmail.com> wrote: >On 18 Dec 2016 10:59, "whitivery" <co55-sy1t at dea.spamcon.org> wrote: > >Moving from CentOS 5 to CentOS 7, discovered that a test in a SysV >initscript for whether it is running interactively, instead of at boot >time, no longer works. > >Under CentOS 7 / systemd, is there some way for the initscript
2016 Dec 20
1
CentOS 7 and systemd: SysV initscript: how detect boot vs. interactive use?
Jonathan Billings <billings at negate.org> wrote: >On Sun, Dec 18, 2016 at 08:50:54PM -0800, whitivery wrote: >> It is a system with several servers (various platforms/distros). >> >> One piece of software runs on all of the servers. For it to operate >> correctly, the instance on one server (prime) must start before the others >> (auxiliary). >>
2013 Nov 16
4
frustrating dependency problem
I''m having a difficult time with a dependency issue. Basically, I want to be able to call a defined type, but it''s not working out so far. I have my manifests setup like this: init.pp: class foo { .... } bar.pp: class foo::bar { include foo package{ "test": ensure => running, notify =>
2017 Aug 29
2
Syncronize systemctl status with reality?
The particular issue is with puppetmaster (which admittedly takes 4 minutes to actually start, setting TimeoutStartSec=300 in it's unit file stopped the false timeout report) but I have seen it one other time (don't remember the details). systemctl status puppetmaster ? puppetmaster.service - Puppet master Loaded: loaded (/lib/systemd/system/puppetmaster.service; enabled; vendor
2016 Jul 18
1
Help with C7 start script
On Mon, Jul 18, 2016 at 08:06:59PM +0300, Eero Volotinen wrote: > > Try this > https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/ Note: the accepted answer there is wrong, it should be /etc/rc.d/rc.local, not /etc/rc.local. Anyway, using /etc/rc.d/rc.local won't be much different from what the current service is doing. -- Jonathan Billings
2020 Feb 05
4
smbd fails to start after upgrade to version 4.11.6
Hi Louis, > Hai Roy, > > Thanks for verifing it all. Im still amazed with this one. > It all looks good to me, exept the missing PTR records then.. ;-) > > Ok last question here to both, now i have Raspbian and Debian Buster amhf on the repo. > Rowland and Roy your both running Raspbian Buster correct? > Its so strange Rowland his pi is running correct and Roy not. >
2011 May 23
3
Passing a period as part of an id in show action
I am trying to do the following in a RESTful manner: I have a web service that accepts an id to deliver a particular record. Unfortunately, the id that the client will have is not the usual database sequence number. This mostly works, though, and the url looks something like: http://myservice.com/controller/the_id.xml That is handled by the "show" action. Unfortunately, some of
2006 May 31
2
Rails Bug when loading required files for API?
Hello, I have seen some odd behaviour of my Web Services code plus some ''similar'' postings to this list, so I believe this may be a bug in Rails. But I''m failry new to RoR, so maybe I''m doing something wrong. I''ll explain: I have a WS API defined, communicating with a remote system that expects a stucture: When defined like this (all
2018 Jan 05
4
VM migration upon shutdown in centos 7
Hi, I have CentOS 7, two node system which allows live VM migration between them. Live migration triggered from virsh is happily happening. I am using GlusterFS for replicating VM disk files. Now I want to automatically do the live migration at the time of reboot/shutdown/halt of the host node and for this I have written a systemd service unit [vPreShutdownHook.service] and placed the live
2019 Feb 07
2
systemd
Hi All - I have a systemd service file to start my application. Part of my service file is: [Service] Type=forking ExecStart=/path to start ExecStop=/path to stop RemainAfterExit=yes This works fine "normally". However - when I do a "yum update; and reboot" my script detects a kernel change and now does a number of "recompiling" steps for drivers and such before
2004 Apr 09
2
Issues with win32-service Daemon
Hi all, I wrote a little echo client to run as a service. I have a couple of problems with this. First, any time I try to define anything in "initialize", the service fails to start. Any idea why? Also, this service runs for a while, then just quits for no reason that I can see. The Event Log merely says, "The Abba service terminated unexpectedly". Any ideas on
2004 Nov 29
1
NOTICE[507921]: app_dial.c:742 dial_exec: Unable to create channel of type 'Zap'
Hi Asterisk-ians! Need all of your help. I am stuck with this issue for last few days. I have one X100P installed in my system. My Asterisk is registered with another Asterisk Server/SIP provider as client and the call is successfully received by my Asterisk server (named as starwars). Now, the extentions.conf file states, the incoming INTO * should go out to fxo as below: exten =>
2015 Jan 16
4
shutdown -h doesn't
I've got a fresh CentOS 7 test machine, fully patched. The command: shutdown -h now surprisingly does not halt the machine. Instead it reboots it. WTF? I found the following Debian discussion which seems to be the same issue: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766338> However, removing kexec-tools in this case did not solve the problem. Nor does
2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
Hi folks, For the past weeks I have been working in solve the problems with mongrel_service and its *crazy* behavior related to standard mongrel_rails. Job made this more slow than usual, but here we are: a beta release. * What''s New? - This version of mongrel_service replaces mongrel_service ruby script with a binary, pre-built executable coded using ServiceFB framework [1] in
2018 Feb 02
2
Problem with CentOS package for 2.3.0 and old dependency in systemd with clean install
Hi, you definitely have a problem with the packages out of your own repo for version 2.3.0 and CentOS. And this is only if you do a clean install, meaning there was no lower dovecot version ever running on the system. If you want to 'systemctl start dovecot' it breaks with a dependency error which comes from dovecot-init.service. dovecot-init.service : [Unit] Description=One-time