similar to: doing something before everything else

Displaying 20 results from an estimated 30000 matches similar to: "doing something before everything else"

2017 Jul 22
2
doing something before everything else
Ok, great I have an rc-local working but now I have a problem that Jenkins is starting up before / during the rc-local is running. Jenkins is shipping with an init script. I want to put a "Before=jenkins.service" in rc-local but Jenkins doesnt have a service file.... How can I ensure that rc-local is running before the Jenkins init? Thanks, Andrew On 22 July 2017 at 14:06, Jonathan
2017 Jul 22
1
doing something before everything else
> On Jul 22, 2017, at 12:25 PM, Alexander Dalloz <ad+lists at uni-x.org> wrote: > > While I am really surprised that the Jenkins team hasn't made their Jenkins RPM packages systemd aware but still providing a sysv init script, you probably try to do something which should be solved in a different way. There?s always:
2017 Jul 22
0
doing something before everything else
On Jul 22, 2017, at 8:28 AM, Andrew Holway <andrew.holway at gmail.com> wrote: > I want to run a script before systemd starts doing stuff but I cant find > anything online about how that could happen. It seems /etc/rc.local is > depreciated now? You can?t run anything before systemd starts, since it is started by the kernel before the local filesystems have been mounted.
2017 Jul 22
0
doing something before everything else
Am 22.07.2017 um 17:30 schrieb Andrew Holway: > Ok, great I have an rc-local working but now I have a problem that Jenkins > is starting up before / during the rc-local is running. > > Jenkins is shipping with an init script. I want to put a > "Before=jenkins.service" in rc-local but Jenkins doesnt have a service > file.... > > How can I ensure that rc-local is
2015 May 26
3
"selinux --disabled" in kickstart file does NOT disable SELINUX
Which manual? This could actually be the root of the issue. https://bugs.centos.org/view.php?id=7910 On 26 May 2015 at 07:56, Jeremy Hoel <jthoel at gmail.com> wrote: > If the decision was made around the 4.8 time period to not fix the problem, > why in v6 is it still listed in the manual as being a valid option? > > On Mon, May 25, 2015 at 11:49 PM, Andrew Holway
2015 May 26
2
"selinux --disabled" in kickstart file does NOT disable SELINUX
To set selinux to permissive or disabled mode during a kickstart installation, add the sed -i -e 's/\(^SELINUX=\).*$/\1permissive/' /etc/selinux/config command to the %post section of the kickstart file. Making sure to replace "permissive" with the required selinux mode. -- https://bugzilla.redhat.com/show_bug.cgi?id=435300 On 26 May 2015 at 04:40, Rob Kampen <rkampen at
2017 Jun 08
3
C7, systemd, say what?!
I think we had enough of Systemd flaming last month. Please stop polluting my inbox and find an operating system compatible with your worldview. It is really tiresome to keep on hearing about it. On 8 June 2017 at 14:51, John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote: > On Thu, 8 Jun 2017, Jonathan Billings wrote: > > Upstream 6 uses systemd? >>>> >>>>
2017 Apr 12
3
Enterprise Linux Slack
> > Not enthused with slack. And here's a real question: were you talking > about *instead* of this mailing list? No, certainly not instead of. A mailing list is essential. I'm part of a few slack communities and it seems an excellent platform for realtime discourse and noob baiting. Very sadly the #centos and #rhel freenode irc channels seem to be rather quiet these days and
2017 Apr 11
6
OT: systemd Poll
On 04/11/2017 07:50 AM, Andrew Holway wrote: >> I'd much rather have a bash script to look at-- and manually step through. > > Is that a joke? Bash is an almighty impenetrable nightmare. I've been doing > *nix for nearly 10 years and *still* am unable to read anything vaguely > complicated in bash whereas I can write fairly decent python after 6 > months. From my
2019 Apr 24
9
Are linux distros redundant?
I just realised that I haven't touched a centos/redhat machine in more than a couple of years. Everything I do now is Kubernetes based or using cloud services (or k8s cloud services). What about it listeroons? Is your fleet of centos boxes ever expanding or are you just taking care of a single java 6 jboss application that takes care of the companies widget stocks? How are your jobs
2019 Apr 24
3
Are linux distros redundant?
> What OS are your k8s clusters running on? How about your cloud > providers? Mine are on RHEL and CentOS. > I don't know. We use fully managed services from Google. I think its coreOS. > -- > Jonathan Billings <billings at negate.org> > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2015 Mar 23
2
Services supporting Kerberos and/or TLS client certificate authentication
Hello, We're starting to use FreeIPA in house (which is awesome btw) which means that Kerberos and TLS client certificate authentication is suddenly quite easy. Im looking for a list of common Linux services with data on how one can Authenticate/Authorise for these services. * httpd support TLS client certificate authentication and Kerberos * rabbitmq supports TLS client certificate
2017 Apr 11
4
OT: systemd Poll
On 04/11/2017 09:10 AM, Leroy Tennison wrote: > Another huge concern: It breaks, someone else has to fix it because it's in the C source - after it reaches a high enough priority. At least with scripts you could conceivably hack it. From what I've read there is some ability to get systemd to defer to a script, I'm going to have to become an expert at that. Even as a former C
2020 Feb 11
3
NetworkManager on servers
On Tue, Feb 11, 2020 at 8:12 AM Jonathan Billings <billings at negate.org> wrote: > > On Tue, Feb 11, 2020 at 06:11:04AM +0100, Simon Matter via CentOS wrote: > > Unfortunately, instead of fixing/refactoring the whole bash networking > > script mess, another new project was started instead, called > > systemd-networkd :-) > > Actually, I'm sad that
2017 Apr 12
1
Enterprise Linux Slack
On Wed, Apr 12, 2017 at 4:12 PM, Jonathan Billings <billings at negate.org> wrote: > On Wed, Apr 12, 2017 at 07:50:32PM +0200, Andrew Holway wrote: >> No, certainly not instead of. A mailing list is essential. I'm part of a >> few slack communities and it seems an excellent platform for realtime >> discourse and noob baiting. Very sadly the #centos and #rhel freenode
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 Apr 12
6
Enterprise Linux Slack
Hallo, Considering the relative decline of IRC (sorry folks) I have set up a Slack for Enterprise Linux. I've been using "pythondev.slack.com" and honestly, its a fantastic tool for community support with really nice features for computer centric discussion. https://enterpriselinux.slack.com/shared_invite/MTY4MTM5NjQ2NTc5LTE0OTE5OTkyNTctMjkyNGU1NWQzOA My hope is that those running
2020 Oct 23
2
Apache HTTPD not picking up environment variables.
I'm trying to install DB2 on a CentOS 7 server. The problem I'm seeing is that the Apache httpd server fails to pick up the db2 environment variables. On an older version running under CentOS 5 this was done by inserting the following lines into the httpd start script in /etc/sysconfig/httpd: if test -f /db2home/db2inst1/sqllib/db2profile; then . /db2home/db2inst1/sqllib/db2profile fi
2014 Feb 14
1
Centos 5.10, Firefox ESR 24.3.0, Rendering Failure
Further to my very recent concerns that <ol type="a"> gives digits. type="a" was "depreciated" in HTML 4.1. "depreciated" means to me to be of a lesser value or to be prepared it may be abandoned. It does not, in my version of English English, mean removed from the HTML specification. Therefore it should function 'normally' in modern