[CentOS] systemctl restart changes permission.

2020-04-29 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.8.2003 (Core) with php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below permission denied issue. I also did the below steps #cd /run #chown -Rc nginx.nginx php-fpm changed ownership of ‘php-fpm/php-fpm.pid’ from root:root to nginx:nginx changed

Re: [CentOS] systemctl restart changes permission.

2020-05-02 Thread Kaushal Shriyan
On Thu, Apr 30, 2020 at 10:31 AM Kenneth Porter wrote: > On 4/29/2020 9:06 PM, Kaushal Shriyan wrote: > > I am running CentOS Linux release 7.8.2003 (Core) > > with php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below > > permission denied issue. I also did th

[CentOS] Iptables rules not working

2020-07-16 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 8.2.2004 (Core) on a remote server. I am running the below iptables command to allow SSH port 22 from a specific source IP 219.91.200.59 iptables -A INPUT -m tcp -p tcp -s 219.91.200.59 --dport 22 -j ACCEPT > service iptables save The above iptables ruleset

Re: [CentOS] Iptables rules not working

2020-07-16 Thread Kaushal Shriyan
On Thu, Jul 16, 2020 at 9:25 PM Phil Perry wrote: > On 16/07/2020 16:48, Kaushal Shriyan wrote: > > Hi, > > > > I am running CentOS Linux release 8.2.2004 (Core) on a remote server. I > am > > running the below iptables command to allow SSH port 22 from a specif

Re: [CentOS] Iptables rules not working

2020-07-16 Thread Kaushal Shriyan
On Fri, Jul 17, 2020 at 2:41 AM Kenneth Porter wrote: > --On Thursday, July 16, 2020 10:41 PM +0530 Kaushal Shriyan > wrote: > > > I have run the below command but I am still able to connect from the > > internet. Do I need to add any drop traffic policy using nft? >

[CentOS] Install OpenVAS on CentOS Linux release 8.2.2004 (Core)

2020-08-11 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 8.2.2004 (Core). Are there any instructions to install OpenVAS for CentOS Linux release 8.2.2004 (Core)? Thanks in advance and I look forward to hearing from you. Best Regards, Kaushal ___ CentOS mailing list Cent

Re: [CentOS] Install OpenVAS on CentOS Linux release 8.2.2004 (Core)

2020-08-11 Thread Kaushal Shriyan
On Tue, Aug 11, 2020 at 9:24 PM Ralf Prengel wrote: > Hallo, > not direkt a solution but I m using a kali rolling release installation on > hard disk. > Works fine here. > > Ralf > > Hi, I am facing the below mentioned issue. #wget -q -O - http://www.atomicorp.com/installers/atomic |sh [root@op

Re: [CentOS] Install OpenVAS on CentOS Linux release 8.2.2004 (Core)

2020-08-12 Thread Kaushal Shriyan
On Wed, 12 Aug 2020 at 13:11, Nicolas Kovacs wrote: > Le 11/08/2020 à 17:42, Kaushal Shriyan a écrit : > > I am running CentOS Linux release 8.2.2004 (Core). Are there any > > instructions to install OpenVAS for CentOS Linux release 8.2.2004 (Core)? > > > > Thanks in

Re: [CentOS] Install OpenVAS on CentOS Linux release 8.2.2004 (Core)

2020-08-12 Thread Kaushal Shriyan
On Wed, Aug 12, 2020 at 4:05 PM Kaushal Shriyan wrote: > > > On Wed, 12 Aug 2020 at 13:11, Nicolas Kovacs wrote: > >> Le 11/08/2020 à 17:42, Kaushal Shriyan a écrit : >> > I am running CentOS Linux release 8.2.2004 (Core). Are there any >> > instructions

[CentOS] Upgrade OpenSSH version to the latest stable version on CentOS Linux release 7.9.2009 (Core).

2020-11-30 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). Is there a way to upgrade OpenSSH version openssh-7.4p1-21.el7.x86_64 to the latest stable version openssh-server 8.4 using yum repositories or rpm binaries? Best Regards, Kaushal ___ CentOS mailin

[CentOS] keepass for CentOS Linux OS

2020-12-23 Thread Kaushal Shriyan
Hi, Are there any repos to download keepass password manager for CentOS Linux release 7.9.2009 (Core)? I am getting Service Unavailable when I hit https://apps.fedoraproject.org/packages/keepass as per https://keepass.info/download.html Please suggest. Best Regards, Kaushal

Re: [CentOS] keepass for CentOS Linux OS

2020-12-23 Thread Kaushal Shriyan
On Thu, Dec 24, 2020 at 12:23 AM Richard wrote: > > > Date: Wednesday, December 23, 2020 23:24:49 +0530 > > From: Kaushal Shriyan > > > > Are there any repos to download keepass password manager for CentOS > > Linux release 7.9.2009 (Core)? I am getting Service

Re: [CentOS] keepass for CentOS Linux OS

2020-12-26 Thread Kaushal Shriyan
On Thu, Dec 24, 2020 at 5:49 PM Phil Perry wrote: > On 24/12/2020 00:09, Kaushal Shriyan wrote: > > On Thu, Dec 24, 2020 at 12:23 AM Richard < > lists-cen...@listmail.innovate.net> > > wrote: > > > >> > >>> Date: Wednesday, December

Re: [CentOS] keepass for CentOS Linux OS

2020-12-26 Thread Kaushal Shriyan
On Sun, Dec 27, 2020 at 4:40 AM Kaushal Shriyan wrote: > > > On Thu, Dec 24, 2020 at 5:49 PM Phil Perry wrote: > >> On 24/12/2020 00:09, Kaushal Shriyan wrote: >> > On Thu, Dec 24, 2020 at 12:23 AM Richard < >> lists-cen...@listmail.innovate.net> >&g

[CentOS] Apache shows PHP code instead of executing it

2021-01-06 Thread Kaushal Shriyan
Hi, I am running the below php, httpd and CentOS Linux version. # rpm -qa | grep php php73-mbstring-7.3.25-1.el7.ius.x86_64 php73-json-7.3.25-1.el7.ius.x86_64 php73-fpm-7.3.25-1.el7.ius.x86_64 php73-pdo-7.3.25-1.el7.ius.x86_64 php73-gd-7.3.25-1.el7.ius.x86_64 php73-mysqlnd-7.3.25-1.el7.ius.x86_64

Re: [CentOS] Apache shows PHP code instead of executing it

2021-01-06 Thread Kaushal Shriyan
On Wed, Jan 6, 2021 at 9:48 PM Christopher Wensink < cwens...@five-star-plastics.com> wrote: > Does the file have execute permissions, what is the file's permissions > and is it owned by the user running apache? > > Chris > Hi Chris, I have added the below in /etc/httpd/conf/httpd.conf. The issu

Re: [CentOS] Apache shows PHP code instead of executing it

2021-01-06 Thread Kaushal Shriyan
On Wed, Jan 6, 2021 at 11:49 PM Alexander Dalloz wrote: > Am 06.01.2021 um 19:10 schrieb Kaushal Shriyan: > > On Wed, Jan 6, 2021 at 9:48 PM Christopher Wensink < > > cwens...@five-star-plastics.com> wrote: > > > >> Does the file have execute permissions, wha

[CentOS] OPIE w/ OpenSSH Account Enumeration The remote host is susceptible to an information disclosure attack.

2021-01-28 Thread Kaushal Shriyan
Hi, I am running the openssh-server-7.4p1-21.el7.x86_64 on CentOS Linux release 7.9.2009 (Core). #cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # rpm -qa |grep ssh openssh-server-7.4p1-21.el7.x86_64 libssh2-1.8.0-4.el7.x86_64 openssh-7.4p1-21.el7.x86_64 openssh-clients-7.4p1-21.el7

[CentOS] Certificate Authority (CA) in CentOS 7 to create digital certificates

2021-02-16 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). Is there a way to configure a Certificate Authority (CA) in CentOS 7 to create digital certificates for servers on LAN or for VPN clients that need SSL Certificates? https://gitlab.int.mydomain.com for example. Thanks in Advance. Please guid

[CentOS] Expand XFS filesystem on CentOS Linux release 8.2.2004 (Core)

2021-03-12 Thread Kaushal Shriyan
Hi, Is there a way to expand xfs filesystem /dev/nvme0n1p2 which is 7.8G and occupy the remaining free disk space of 60GB? [root@ip-10-0-0-218 centos]# df -hT --total Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev tmpfs tmpfs

Re: [CentOS] Expand XFS filesystem on CentOS Linux release 8.2.2004 (Core)

2021-03-12 Thread Kaushal Shriyan
On Fri, Mar 12, 2021 at 7:59 PM Rainer Duffner wrote: > > > > Am 12.03.2021 um 15:23 schrieb Thomas Mueller : > > > > On 3/12/21 1:45 PM, Kaushal Shriyan wrote: > >> Is there a way to expand xfs filesystem /dev/nvme0n1p2 which is 7.8G and > >> oc

[CentOS] IUS repository for CentOS Linux release 8.x

2021-05-18 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 8.3.2011. I am referring to https://ius.io/setup to set up the IUS repo for CentOS 8.3. Is CentOS 8.x not supported? Please suggest. Thanks in Advance. Best Regards, Kaushal ___ CentOS mailing list CentOS@centos.o

Re: [CentOS] IUS repository for CentOS Linux release 8.x

2021-05-18 Thread Kaushal Shriyan
On Tue, May 18, 2021 at 11:24 PM Jonathan Billings wrote: > On Tue, May 18, 2021 at 11:19:17PM +0530, Kaushal Shriyan wrote: > > I am running CentOS Linux release 8.3.2011. I am referring to > > https://ius.io/setup to set up the IUS repo for CentOS 8.3. Is CentOS > 8.x > &g

[CentOS] OpenSSH 8.6/8.6p1 on CentOS Linux release 7.9.2009 (Core)

2021-05-25 Thread Kaushal Shriyan
Hi, I am running openssh-server-7.4p1-21.el7.x86_64 on CentOS Linux release 7.9.2009 (Core). Is there a plan to introduce OpenSSH 8.6/8.6p1 version on CentOS Linux release 7.9.2009? #cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) #rpm -qa | grep -i ssh openssh-clients-7.4p1-21.el7.x

Re: [CentOS] OpenSSH 8.6/8.6p1 on CentOS Linux release 7.9.2009 (Core)

2021-05-25 Thread Kaushal Shriyan
On Tue, May 25, 2021 at 5:41 PM Jonathan Billings wrote: > On Tue, May 25, 2021 at 03:29:51PM +0530, Kaushal Shriyan wrote: > > I am running openssh-server-7.4p1-21.el7.x86_64 on CentOS Linux release > > 7.9.2009 (Core). Is there a plan to introduce OpenSSH 8.6/8.6p1 version >

[CentOS] Check network activity per process.

2021-06-02 Thread Kaushal Shriyan
Hi, I am referring to https://www.atoptool.nl/netatop.php and installed https://www.atoptool.nl/downloadnetatop.php kernel module netatop on CentOS Linux release 7.9.2009 (Core). How do I check Network activity per process? For example network activity for the Nginx webserver process. #systemctl

[CentOS] An error occurred while processing your request.

2021-06-21 Thread Kaushal Shriyan
Hi, I am facing the below issue while hitting https://repo.ius.io/7/src/packages/p/ An error occurred while processing your request. Reference #30.d5961160.1624319418.82c229 Please comment. Thanks in advance. Best Regards, Kaushal ___ CentOS maili

Re: [CentOS] An error occurred while processing your request.

2021-06-21 Thread Kaushal Shriyan
On Tue, Jun 22, 2021 at 5:24 AM Kaushal Shriyan wrote: > Hi, > > I am facing the below issue while hitting > https://repo.ius.io/7/src/packages/p/ > > An error occurred while processing your request. > > Reference #30.d5961160.1624319418.82c229 > > Please comment.

[CentOS] Auditing all Linux clients with centralised server

2021-07-09 Thread Kaushal Shriyan
Hi, I have 20 Linux servers in the network. Is there a way to audit all Linux clients using a centralized server? For example, what commands are run by John on Linuxnode1? Steve on Linuxnode15? and so on and so forth to track user activity. Which files have been modified or edited or commands etc.

[CentOS] Warning: No matches found for: clamav on CentOS Linux release 7.9.2009 (Core)

2021-07-19 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core) and installed epel repository. # rpm -qa | grep epel epel-release-7-13.noarch # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) #yum search clamav Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.piconets

Re: [CentOS] Warning: No matches found for: clamav on CentOS Linux release 7.9.2009 (Core)

2021-07-19 Thread Kaushal Shriyan
see any clamav package in testing on my local mirror, only in the > main tree. > > Can it be that there are outdated/broken epel mirrors out there? > > Simon > > > > > On 7/19/21 5:04 AM, Kaushal Shriyan wrote: > >> Hi, > >> > >> I am

[CentOS] Difference between CentOS Linux and CentOS Stream

2021-07-19 Thread Kaushal Shriyan
Hi, I am confused between CentOS Linux and CentOS Stream as per https://www.centos.org/download/. Please guide me on which one I need to use in the production environment. Is there a difference between CentOS Linux and CentOS Stream? Thanks in advance and I look forward to hearing from you. Best

Re: [CentOS] Warning: No matches found for: clamav on CentOS Linux release 7.9.2009 (Core)

2021-07-19 Thread Kaushal Shriyan
start request repeated too > quickly for clamd@server.service > Jul 20 00:01:58 testdeveloperportal systemd: Failed to start clamd scanner > (server) daemon. > Jul 20 00:01:58 testdeveloperportal systemd: Unit clamd@server.service > entered failed state. > Jul 20 00:01:58 testde

[CentOS] unable to connect to the guest VM instance running Ubuntu 18.04

2021-08-04 Thread Kaushal Shriyan
Hi, #cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) #virt-install --version 1.5.0 #virt-install -n snipeitassetmanagementubuntu --ram 8096 --vcpus 2 --virt-type kvm --os-type linux --os-variant ubuntu18.04 --graphics none --location 'http://archive.ubuntu.com/ubuntu/dists/bionic/main

Re: [CentOS] unable to connect to the guest VM instance running Ubuntu 18.04

2021-08-05 Thread Kaushal Shriyan
On Wed, Aug 4, 2021 at 10:33 PM Kaushal Shriyan wrote: > > Hi, > > #cat /etc/redhat-release > CentOS Linux release 7.8.2003 (Core) > #virt-install --version > 1.5.0 > #virt-install -n snipeitassetmanagementubuntu --ram 8096 --vcpus 2 > --virt-type kvm --os-type lin

[CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-23 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users? For example- john is the local Unix user on the server who wants to edit it. Thanks in advance. Please guide. Best Regards, ___

Re: [CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-24 Thread Kaushal Shriyan
On Mon, 23 Aug 2021 at 10:09 PM, mario juliano grande-balletta < mario.balle...@gmail.com> wrote: > ACL > > setfacl commands with user name and file name > > several options Thanks Mario > > > > On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote: > >

Re: [CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-24 Thread Kaushal Shriyan
On Tue, 24 Aug 2021 at 6:48 AM, Ian Mortimer wrote: > On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote: > > > I am running CentOS Linux release 7.9.2009 (Core). Is there a way to > > provide write/edit access to a file /etc/nginx/nginx.conf file only > >

[CentOS] Find out which process consumed Network bandwidth

2021-09-06 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). Is there a way to find out which process consumed network bandwidth during a specific time period? For example, the Nginx process consumed how much network traffic on Sept 01, 2021. Best Regards, Kaushal

[CentOS] livestatus.o addon on Nagios 4.4.6 on CentOS Stream 8 OS

2021-10-13 Thread Kaushal Shriyan
Hi, I am running Nagios Core 4.4.6 ( https://www.nagios.org/downloads/nagios-core/thanks/?product_download=nagioscore-source&email=1) on CentOS Stream release 8. Please refer to the below details about nagios and thruk web interface https://www.thruk.org/ #rpm -qa | grep labs-consol labs-consol-s

Re: [CentOS] livestatus.o addon on Nagios 4.4.6 on CentOS Stream 8 OS

2021-10-15 Thread Kaushal Shriyan
On Thu, Oct 14, 2021 at 2:00 AM isdtor wrote: > > > I am following https://www.thruk.org/documentation/install.html to > install > > Livestatus addon for Nagios which provides real time status data. Is > there > > a way to enable the below entry in /usr/local/nagios/etc/nagios.cfg > file. I > > d

[CentOS] Measure http request and response time using curl command

2021-10-28 Thread Kaushal Shriyan
Hi, Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com Best Regards, Kaushal ___ CentOS mailing list CentOS@centos.org https://lists.centos.or

[CentOS] systemd does not generate both StandardOutput and StandardError files in /var/log/ directory

2021-11-05 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). I have created a systemd service for a java service. I want to capture both stdout and stderr to files under /var/log directory. # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # # rpm -qa | grep systemd systemd-sysv-219-78.el7_

Re: [CentOS] systemd does not generate both StandardOutput and StandardError files in /var/log/ directory

2021-11-09 Thread Kaushal Shriyan
On Fri, Nov 5, 2021 at 2:16 PM Simon Matter wrote: > Hi, > > > Hi, > > > > I am running CentOS Linux release 7.9.2009 (Core). I have created a > > systemd > > service for a java service. I want to capture both stdout and stderr to > > files under /var/log directory. > > # cat /etc/redhat-release

[CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-09 Thread Kaushal Shriyan
Hi, I have downloaded Python 3.10.0 on CentOS Linux release 7.9.2009 (Core). I have the below openssl and mariadb package installed on CentOS 7.9 # rpm -qa | grep openssl openssl-libs-1.0.2k-22.el7_9.x86_64 openssl-devel-1.0.2k-22.el7_9.x86_64 openssl-1.0.2k-22.el7_9.x86_64 #rpm -qa | grep maria

Re: [CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-09 Thread Kaushal Shriyan
On Tue, Nov 9, 2021 at 9:26 PM Steve Meier wrote: > Hello Kaushal, > > the EPEL repository has OpenSSL 1.1 packages available: > > # yum install epel-release > # yum install openssl11 openssl11-libs openssl11-devel > > If you want to compile software with OpenSSL 1.1 instead of 1.0 > you may have

[CentOS] Email Notification of updates which are available to be applied on CentOS Linux release 7.9.2009 (Core)

2022-02-09 Thread Kaushal Shriyan
Hi, I am running the below open source components on CentOS Linux release 7.9.2009 (Core) 1. nginx service 2. mysql service 3. php framework 4. pph-fpm service 5. composer A Dependency Manager for PHP Is there a way to notify via email if there are any new security updates availab

[CentOS] Open source Pastebin service

2022-03-06 Thread Kaushal Shriyan
Hi, Is there any open source Pastebin service that can be set up in the private LAN or Internal network? I am running CentOS Linux release 7.9.2009 (Core) in my internal LAN network. Thanks in advance. Best Regards, Kaushal ___ CentOS mailing list Cent

[CentOS] TCP Sequence Number Approximation Based Denial of Service on CentOS Linux release 7.9.2009 (Core)

2022-03-17 Thread Kaushal Shriyan
Hi, I have 3.10.0-1160.59.1.el7.x86_64 on CentOS Linux release 7.9.2009 (Core) running Nagios Monitoring system. We have run an external vulnerability scan today on this server. The vulnerability reports say the below details. I am not sure if I completely understand the below issue. CVSS base sc

Re: [CentOS] TCP Sequence Number Approximation Based Denial of Service on CentOS Linux release 7.9.2009 (Core)

2022-03-18 Thread Kaushal Shriyan
On Fri, Mar 18, 2022 at 9:02 AM Peter wrote: > It's not a major issue. Here's Red Hat's stance on it: > https://access.redhat.com/security/cve/cve-2004-0230 > > And this is a good read: > https://lwn.net/Articles/81560/ > > > Thanks Peter for the detailed explanation and appreciate your help !!!

[CentOS] CentOS Linux Notifications for any changes in files or folders

2022-03-21 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). Is there a way to notify via email if any files or folders have been accessed, modified, or changed? Also, if somebody deletes or adds any files in a specific folder /opt. Sysadmin should be notified via email or Slack channel using an alerti

Re: [CentOS] CentOS Linux Notifications for any changes in files or folders

2022-03-24 Thread Kaushal Shriyan
On Thu, Mar 24, 2022 at 2:34 PM Roberto Ragusa wrote: > On 3/22/22 6:13 AM, Frank Cox wrote: > > On Tue, 22 Mar 2022 10:12:30 +0530 > > Kaushal Shriyan wrote: > > > >> Please guide and suggest. Thanks in advance. > > > > man inotify > > and > &g

[CentOS] Apache APISIX on CentOS Linux release 7.9.2009 (Core)

2022-04-14 Thread Kaushal Shriyan
Hi, I installing Apache APISIX https://apisix.apache.org/ on CentOS Linux release 7.9.2009 (Core) by referring to https://apisix.apache.org/docs/apisix/how-to-build [root@]#systemctl cat apisix.service # /usr/lib/systemd/system/apisix.service # apisix systemd service # https://github.com/api7/ap

Re: [CentOS] CentOS Linux Notifications for any changes in files or folders

2022-04-26 Thread Kaushal Shriyan
.com >> /tmp/ic.log 2>&1 Please guide me. Thanks in advance. Best Regards, Kaushal On Fri, Mar 25, 2022 at 11:35 AM Thomas Stephen Lee wrote: > On Thu, Mar 24, 2022 at 10:40 PM Kaushal Shriyan > wrote: > > > > On Thu, Mar 24, 2022 at 2:34 PM Roberto Ragusa >

[CentOS] building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core).

2022-05-07 Thread Kaushal Shriyan
Hi, I am referring to https://github.com/FRiCKLE/ngx_cache_purge/ and running the open source nginx version: nginx/1.20.2 on CentOS Linux release 7.9.2009 (Core). When i trying to compile the ngx_cache_purge_module.c I am encountering fatal error: nginx.h: No such file or directory # ls -l total

Re: [CentOS] building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core).

2022-05-07 Thread Kaushal Shriyan
On Sat, May 7, 2022 at 7:03 PM Anand Buddhdev wrote: > On 07/05/2022 15:01, Kaushal Shriyan wrote: > > Hi Kaushal, > > > #gcc -o ngx_cache_purge_module ngx_cache_purge_module.c > > ngx_cache_purge_module.c:30:19: fatal error: nginx.h: No such file or >

Re: [CentOS] building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core).

2022-05-07 Thread Kaushal Shriyan
.el7.x86_64 nginx-mod-devel-1.20.1-9.el7.x86_64 php74-fpm-nginx-7.4.29-1.el7.ius.noarch # Best Regards, Kaushal On Sat, May 7, 2022 at 7:34 PM Kaushal Shriyan wrote: > > > On Sat, May 7, 2022 at 7:03 PM Anand Buddhdev wrote: > >> On 07/05/2022 15:01, Kaushal Shriyan wrote

[CentOS] install php version 8.0 on CentOS Linux release 7.9.2009

2022-06-30 Thread Kaushal Shriyan
Hi, I am running ius-release-2-1.el7.ius.noarch on CentOS Linux release 7.9.2009 (Core). I am unable to locate the php 8.0 ius package as per https://www.php.net/supported-versions.php. Is there a way to install php version 8.0? Please guide me. Thanks in advance. Best Regards, Kaushal ___

[CentOS] bash script input password automatically.

2022-07-22 Thread Kaushal Shriyan
Hi, I have the below commands to generate keystore.pkcs12 and keystore.jks files on CentOS Linux release 7.9.2009 (Core) openssl pkcs12 -export -clcerts -in fullchain1.pem -inkey privkey1.pem -out keystore.pkcs12 -name javasso keytool -importkeystore -srckeystore keystore.pkcs12 -srcstoretype pkc

[CentOS] Bottleneck and slowness.

2022-08-20 Thread Kaushal Shriyan
Hi, Is there a way to measure the bottleneck or slowness for the below setup? For example is the slowness on any one of the below list? 1. Client Desktop Mac 2. Network 3. Remote Server CentOS Linux release 7.9.2009 (Core) Any utilities or tools to measure it? Please guide me. Thanks in

[CentOS] Backup KVM Guest VM in OVA or VMDK format

2022-09-01 Thread Kaushal Shriyan
Hi, Is there a way to backup KVM Guest VM running CentOS Linux release 7.9.2009 (Core) OS in kvmguestosimage.ova or kvmguestosimage.vmdk format as I am trying to restore it in AWS by referring to https://aws.amazon.com/ec2/vm-import/ article as per the below supported file format. [1] Open Virtua

Re: [CentOS] Backup KVM Guest VM in OVA or VMDK format

2022-09-14 Thread Kaushal Shriyan
On Fri, Sep 2, 2022 at 5:41 PM Fabian Arrotin wrote: > On 01/09/2022 18:14, Kaushal Shriyan wrote: > > Hi, > > > > Is there a way to backup KVM Guest VM running CentOS Linux release > 7.9.2009 > > (Core) OS in kvmguestosimage.ova or kvmguestosimage.vmdk format as I

Re: [CentOS] Backup KVM Guest VM in OVA or VMDK format

2022-09-19 Thread Kaushal Shriyan
On Wed, Sep 14, 2022 at 7:37 PM Kaushal Shriyan wrote: > > On Fri, Sep 2, 2022 at 5:41 PM Fabian Arrotin wrote: > >> On 01/09/2022 18:14, Kaushal Shriyan wrote: >> > Hi, >> > >> > Is there a way to backup KVM Guest VM running CentOS L

Re: [CentOS] Backup KVM Guest VM in OVA or VMDK format

2022-09-22 Thread Kaushal Shriyan
On Tue, Sep 20, 2022 at 3:38 PM Ondřej Budai wrote: > Hi Kaushal, > > st 14. 9. 2022 v 16:07 odesílatel Kaushal Shriyan < > kaushalshri...@gmail.com> > napsal: > > > On Fri, Sep 2, 2022 at 5:41 PM Fabian Arrotin wrote: > > > > > On 01/09/

[CentOS] Measure Linux process system metrics.

2022-10-09 Thread Kaushal Shriyan
Hi, Is there a way to check which process consumed network throughput, memory, cpu load, cpu usage, disk io on CentOS Linux release 7.9.2009 (Core) on a specific date on Sept 28, 2022? Thanks in advance. Best Regards, Kaushal ___ CentOS mailing list C

Re: [CentOS] Measure Linux process system metrics.

2022-10-15 Thread Kaushal Shriyan
Thanks Kenneth for your response and much appreciated. !!! On Mon, Oct 10, 2022 at 2:44 AM Kenneth Porter wrote: > --On Monday, October 10, 2022 12:42 AM +0530 Kaushal Shriyan > wrote: > > > Is there a way to check which process consumed network throughput, > memory, >

[CentOS] security monitoring tools to scan and monitor CentOS Linux release 7.9.2009 (Core)

2022-10-15 Thread Kaushal Shriyan
Hi, I am running GitLab SCM on CentOS Linux release 7.9.2009 (Core) and this service is monitored by Nagios for host and service checks. Are there any security monitoring tools to scan and monitor continuously the CentOS Linux release 7.9.2009 (Core) system and trigger alerts via email or slack if

[CentOS] set default permission to deployuser:deployuser for nfs common mount point /mnt/test

2022-11-05 Thread Kaushal Shriyan
Hi, I am running two GCP GCE VM instances running CentOS Linux release 7.9.2009 (Core) behind https load balancer. I am using https://cloud.google.com/filestore#documentation to mount the nfs server common mount point to both client servers. #mount 10.0.0.2:/vol1 /mnt/test I did chown -Rc deploy

Re: [CentOS] set default permission to deployuser:deployuser for nfs common mount point /mnt/test

2022-11-06 Thread Kaushal Shriyan
Thanks Emmett for the suggestion. I will keep you posted once it is done. Thanks in advance. On Sun, Nov 6, 2022 at 12:18 AM Emmett Culley via CentOS wrote: > On 11/5/22 9:18 AM, Kaushal Shriyan wrote: > > Hi, > > > > I am running two GCP GCE VM instances running CentOS Lin

Re: [CentOS] set default permission to deployuser:deployuser for nfs common mount point /mnt/test

2022-11-09 Thread Kaushal Shriyan
On Mon, Nov 7, 2022 at 8:50 AM Kaushal Shriyan wrote: > Thanks Emmett for the suggestion. I will keep you posted once it is done. > Thanks in advance. > > Hi Emmett, I have a follow up question regarding permissions. I am running a php application hosted on the nginx version: nginx/

Re: [CentOS] set default permission to deployuser:deployuser for nfs common mount point /mnt/test

2022-11-09 Thread Kaushal Shriyan
On Wed, Nov 9, 2022 at 3:26 PM Simon Matter wrote: > > On Mon, Nov 7, 2022 at 8:50 AM Kaushal Shriyan > > > wrote: > > > >> Thanks Emmett for the suggestion. I will keep you posted once it is > >> done. > >> Thanks in advance. > >>

[CentOS] Install PHP 8.1.12 on CentOS Linux release 7.9.2009 (Core).

2022-11-12 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core). I have enabled both epel and IUS repositories to install https://www.php.net/ChangeLog-8.php#8.1.12. It is not available. Do I need to install and enable any other repository to install PHP 8.1.12? #php -v PHP 8.1.12 (cli) (built: Oct 25 202

Re: [CentOS] Install PHP 8.1.12 on CentOS Linux release 7.9.2009 (Core).

2022-11-12 Thread Kaushal Shriyan
On Sat, Nov 12, 2022 at 11:13 PM M. wrote: > Hi, > > Check Remi Repo: https://rpms.remirepo.net/ > > > Kings regards, > > Marek > > Thanks Marek. I'll check it out. Appreciate it. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailma

Re: [CentOS] Install PHP 8.1.12 on CentOS Linux release 7.9.2009 (Core).

2022-11-12 Thread Kaushal Shriyan
On Sat, Nov 12, 2022 at 11:53 PM Kaushal Shriyan wrote: > > > On Sat, Nov 12, 2022 at 11:13 PM M. wrote: > >> Hi, >> >> Check Remi Repo: https://rpms.remirepo.net/ >> >> >> Kings regards, >> >> Marek >> >> > Thanks

[CentOS] Installing multiple rpm binary files using yum or dnf package manager.

2022-12-27 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core) and have a few rpms inside a specific folder. I know it is possible using rpm command to install multiple rpm binary files using the below command. #cd rpmbinaries #rpm -ivh *.rpm Is there a way to install them using dnf or yum package manage

[CentOS] failed: Could not start storage pool: cannot open directory: ... No such file or directory

2023-01-13 Thread Kaushal Shriyan
Hi, # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) #virt-install --version 1.5.0 # # ls -l /var/lib/libvirt/isos/ total 8302356 -rw-r--r--. 1 root root 4712300544 Aug 31 2021 CentOS-7-x86_64-DVD-2009.iso -rw-r--r--. 1 qemu qemu 990904320 Aug 11 2021 ubuntu-18.04.5-live-server-a

Re: [CentOS] failed: Could not start storage pool: cannot open directory: ... No such file or directory

2023-01-13 Thread Kaushal Shriyan
7 PM Anand Buddhdev wrote: > On 13/01/2023 18:50, Kaushal Shriyan wrote: > > Hi Kaushal, > > > virt-install --name demoreactui --ram 8096 --disk > > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > > ubuntu20.04 --network bridge=br0 --grap

Re: [CentOS] failed: Could not start storage pool: cannot open directory: ... No such file or directory

2023-01-14 Thread Kaushal Shriyan
On Sat, Jan 14, 2023 at 4:33 PM José María Terry Jiménez wrote: > El 13/1/23 a las 18:50, Kaushal Shriyan escribió: > > Hi, > > > > # cat /etc/redhat-release > > CentOS Linux release 7.9.2009 (Core) > > #virt-install --version > > 1.5.0 > > # >

[CentOS] Compare directories and files including files content from both node1 and node2

2023-02-09 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core) on node1 and node2. Is there a way to compare both files and directories in web server document root -> /var/www/html/webservices residing on both node1 and node2 including the files content. It is to make sure that both nodes are having the s

Re: [CentOS] Compare directories and files including files content from both node1 and node2

2023-02-10 Thread Kaushal Shriyan
Thanks a lot Kenneth and Harshal for the reply. Appreciate it. On Fri, Feb 10, 2023 at 6:22 PM Kenneth Porter wrote: > On 2/9/2023 8:43 AM, Harshal Lakare wrote: > > 2) Use rsync to compare files between two node , if there is any > difference > > between source and destination then rsync will s

[CentOS] IUS not pulling latest PHP packages

2023-05-26 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core) and have enabled both epel and ius repository - ius-release-2-1.el7.ius.noarch - epel-release-7-14.noarch IUS not pulling the latest PHP packages. I have ran yum clean metadata and yum clean all commands but no luck. The latest version

Re: [CentOS] IUS not pulling latest PHP packages

2023-05-26 Thread Kaushal Shriyan
ind out where your current PHP comes from try something like: > # rpm -qf /usr/bin/php > # rpm -qi php > > I would recommend you switch to Remi's repo and upgrade to PHP 8: > https://rpms.remirepo.net/ > > Kind regards, > Steve > > Am 26.05.2023 12:50, schrieb

[CentOS] Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND

2023-06-13 Thread Kaushal Shriyan
Hi, I am running MySQL DB server 8.0.31 (mysql-community-server-8.0.31-1.el7.x86_64) on the CentOS Linux release 7.9.2009 (Core) operating system and have enabled replication between Master and Standby. I am currently encountering the error Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND as

[CentOS] Upload files and folders to nginx web server from the browser

2023-08-08 Thread Kaushal Shriyan
Hi, Is there a way to upload files to nginx webserver https://software.mydomain.com from the browser ? I have the below nginx config file. I am running nginx version: nginx/1.24.0 on CentOS Linux release 7.9.2009 (Core) # nginx -v nginx version: nginx/1.24.0 # cat /etc/redhat-release CentOS Linux

[CentOS] nagios-nrpe-2.8.1

2008-06-26 Thread Kaushal Shriyan
Hi, I am actually looking for nagios-nrpe-2.8.1 version for CentOS release 5 (Final) rpm. I have looked in rpmforge. Not able to find it Any help would be really appreciated Thanks and Regards Kaushal ___ CentOS mailing list CentOS@centos.org http://l

Re: [CentOS] nagios-nrpe-2.8.1

2008-06-26 Thread Kaushal Shriyan
On Thu, Jun 26, 2008 at 11:18 PM, Max Hetrick <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kaushal Shriyan wrote: > > | I am actually looking for nagios-nrpe-2.8.1 version for CentOS release 5 > | (Final) rpm. I have looked in rp

<    1   2