Displaying 20 results from an estimated 10000 matches similar to: "systemd and httpd"
2019 Nov 21
3
Issue with "ExecStartPost" attribute in systemd daemon faile
Hello,
I'm trying to configure a daemon (I'm doing tests with "crond" daemon) to send me an email after daemon restart. My "crond.service" file is:
# /etc/systemd/system/crond.service
[Unit]
Description=Command Scheduler
After=auditd.service systemd-user-sessions.service time-sync.target
#OnFailure=crond-notify-email@%i.service
[Service]
2019 Nov 22
1
Issue with "ExecStartPost" attribute in systemd daemon faile
Hellos,
Yes, I did some tests with "OnFailure" attribute, but the result was the same: system didn't sent any mail.
Daemon and script files were:
* crond.service:
* [Unit]
Description=Command Scheduler
After=auditd.service systemd-user-sessions.service time-sync.target
OnFailure=crond-notify-email.service
[Service]
EnvironmentFile=/etc/sysconfig/crond
2017 Sep 10
3
centos-7.4 elfutils
Hello,
I'm taking 7.4 for a spin.? I did the minimal install, and ran into
trouble with groupinstall base.? The trouble seems to stem from
elfutils.? One command claims elfutils-libs-0.166-2.el7.x86_64 is
missing, and another one claims it's installed.? Not sure what's going
on here.
[root at ip-172-31-34-187 ~]# yum -y install elfutils.x86_64
Loaded plugins: fastestmirror
2018 Apr 25
1
Vmware - Slightly off topic
>> What is the correct way to provide a CentOS 7 - WMware image for ESX ?
>
> You are probably looking for VMware Converter which can p2v or v2v.
>
> IMO: if you are creating a VM image which is a binary blob or image then
> you are doing it wrong. Have the VM/server/desktop be a simple
> next/next/next install and the incorporate a config management tool
>
2005 Oct 27
1
CentOS and SANs
Hello,
I'm looking to build a CentOS server (or servers) with a SAN to support
a large user base. Question: if you had a budget of $25K (or more if
necessary), what you build? I'm interested mainly what hardware and
software is best supported by the OS, but anything you have to say on
the subject is welcome.
Thanks,
Jack
2006 Mar 16
1
strange network problem
I can't figure this one out. There's a Belken USB->Ethernet adapter as
eth2 on my server. After a reboot it doesn't communicate with anything
ever though it's up:
ipaddress is 68.15.6.136
gateway is 68.15.6.129
# ifconfig eth2
eth2 Link encap:Ethernet HWaddr 00:05:1B:00:52:BF
inet addr:68.15.6.136 Bcast:68.15.6.191 Mask:255.255.255.192
inet6
2006 Apr 12
2
selfsigned ssl certificate
Hello,
I need to setup a secure ssl site but I'm using a FC3 howto wich is not
compatibel anymore wwith Centos 4.2
Now I removed the standard crt.key and server.key files and used the make
testcert script in /etc/httpd/conf to create a new one with the appropriate
company name and such.
But this certificate requires a passphrase everytime apache starts and I
rather would like to remove
2007 Jul 25
3
Yum missing dependency
I haven't run any updates on my systems recently, but now I'm trying to
get them up to date again. When I run a yum update, I get this error:
Error: Missing Dependency: initscripts >= 7.93.26.EL-1 is needed by
package httpd
I did a Google search, but I didn't find anything relating directly to
CentOS or RHEL and there was no fix suggested.
If it makes a difference, I am running
2010 Mar 18
2
cannot start or stop apache due to ssl changes
Apache was working with self signed certificate. We changed the ssl.conf
file to read certicates from godaddy and it it failed to restart because of
incorrecrt parphrase.
bash-3.2# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: Apache/2.2.3 mod_ssl/2.2.3 (Pass Phrase Dialog) Some of your
private key files are encrypted for
2011 Sep 21
11
Software inventory
Howdy,
Before I go about writing one myself, anyone out there written a
software inventory module/fact for gathering a list of all installed
rpms/debs on a system? Got a few ideas floating around in my head, but
wanted to see if/what other folks have done ..
--
I''ve seen things you people wouldn''t believe. Attack ships on fire off
the shoulder of Orion. I watched C-beams
2008 Jul 13
2
2.6.18-92.1.6.el5xen -- 8GB missing?
Hello,
Last night I upgraded a server to CentOS 5.2. The server has 16GB of
RAM. Now that it's running 2.6.18-92.1.6.el5xen only 8GB is reported to
exist.
# cat /proc/meminfo
MemTotal: 8818688 kB
MemFree: 3730124 kB
Buffers: 202004 kB
Cached: 4086788 kB
SwapCached: 0 kB
Active: 1551480 kB
Inactive: 2958196 kB
HighTotal: 0 kB
HighFree:
2005 Dec 14
1
Switchtower + SSL
Is anyone else using switchtower + Apache/mod_ssl? How do you get
around the private key passphrase dialog?
2016 Apr 27
2
Bourne shell deprecated?
Once upon a time, JJB <jack at internetguy.net> said:
> Interesting. Back in 1980 we called /bin/sh the Mashey shell. It
> did not have command substitution or other things we now take for
> granted. Bourne did that for us. So there's a version or two
> missing in history...
Check the history here:
https://github.com/dspinellis/unix-history-repo
--
Chris Adams
2019 Nov 21
0
Issue with "ExecStartPost" attribute in systemd daemon faile
Gesti? Servidors wrote:
>
> Hello,
>
> I'm trying to configure a daemon (I'm doing tests with "crond" daemon) to send me an email after daemon restart. My "crond.service" file is:
> # /etc/systemd/system/crond.service
> [Unit]
> Description=Command Scheduler
> After=auditd.service systemd-user-sessions.service time-sync.target
>
2019 Nov 22
0
Issue with "ExecStartPost" attribute in systemd daemon fail
Hi,
it seems there is no difference in "systemctl status crond"
:(
El 22/11/2019 a las 13:00, centos-request at centos.org<mailto:centos-request at centos.org> escribi?:
Message: 3
Date: Thu, 21 Nov 2019 14:41:25 +0100
From: Leon Fauster <leonfauster at googlemail.com><mailto:leonfauster at googlemail.com>
To: centos at centos.org<mailto:centos at centos.org>
2013 Oct 20
4
- multiple virtual host on httpd
hi everybody,
how I do to set a mutiple virtual host on httpd configuration?
I need to host multiple sites with the same IP address
what must be the httpd.conf configuration file and into /etc/httpd/conf.d/?
thanks in advance
kind regards,
./p
2016 Feb 12
3
A repo with latest httpd for http2?
On 02/12/2016 10:54 PM, John R Pierce wrote:
> On 2/12/2016 11:13 AM, SternData wrote:
>> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
>> mod_h2)?
>
> EL7 comes with httpd-2.4...
>
> # yum list httpd
> ...
> Installed Packages
> httpd.x86_64 2.4.6-40.el7.centos @base
Including support for http2?
i doubt that. As far as i know,
2020 Jan 10
2
Building and packaging httpd
Hi,
Am rebuilding httpd from scratch to enable http2 and minimize extra
modules on Cent Os 8. Am having trouble understanding the spec file [0]
and systemd initialization [1][2][3] (these are very similar to those
extracted from [4]). Why are 3 scripts needed to start the service and
why is a pid setting not needed as used in the httpd.service file at [5]?
Benson
[0]
2005 Oct 07
2
2 httpd configs
I normally don't do this - haven't got any traction on taroon list and I
want to get a backup going.
I have an RHEL 3 server and it is serving some simple web stuff
(horde/imp/etc.)
I have installed BrightStor ArcServe and I need it to also serve some
web pages. The ArcServe runs on a different port but has it's own
httpd.conf with the distribution.
The last time I did it, it was
2018 Aug 21
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
Latest Oracle Linux (7.5) and openssh 7.4 is bundled as an rpm. this runs
fine. if I download openssh 7.6 or 7.7, compile it with the flags
--with-pam and --with-pid-dir=/var/run and install it to /usr/local, modify
the sshd.service file to point to /usr/local/sbin/sshd, the start hangs.
The sshd.service files looks like this:
[Unit]
Description=OpenSSH server daemon
Documentation=man:sshd(8)