On 26/05/2023 12:50, Kaushal Shriyan wrote:
Hello Kaushal,
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 met
On 14/01/2023 13:38, Kaushal Shriyan wrote:
Kaushal,
You keep asking questions here, but I haven't seen you thank anyone so
far. All the people trying to help you here do this in their own time,
and don't get paid for it. You would do well to show some gratitude.
Coming to your issue. You wa
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 --graphics none --console
pty,target_type=serial --location
/var/lib/libvirt/isos/u
On 27/12/2022 14:52, Kaushal Shriyan wrote:
Hi Kaushal,
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 ther
Hi folks,
Are there any Oracle Linux users here? What are you doing with EPEL? Do
you use Fedora EPEL, or Oracle EPEL? What are your reasons for using one
or the other?
I am aware that these two repos are quite similar, but not identical.
Regards,
Anand
__
On 07/05/2022 16:04, Kaushal Shriyan wrote:
Hi Kaushal,
# rpm -qil nginx-mod-devel-1.20.1-9.el7.x86_64 | grep nginx.h
/usr/src/nginx-1.20.1-9.el7/src/core/nginx.h
# ll /usr/src/nginx-1.20.1-9.el7/src/core/nginx.h
-rw-r--r-- 1 root root 476 May 25 2021
/usr/src/nginx-1.20.1-9.el7/src/core/nginx
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
directory
#include
^
compilation terminated.
# yum search nginx-devel
Try "yum search n
On 26/04/2022 21:05, Kaushal Shriyan wrote:
Hi Kaushal,
Thanks for sharing the link
https://www.unixmen.com/how-to-monitor-filesystem-events-with-incron/.
However I am receiving multiple emails (more than 1 email) while accessing
the /var/www/html/prodsys.cert file. Am i missing something as pe
On 14/04/2022 20:03, Kaushal Shriyan wrote:
Kaushal,
[root@]#journalctl -u apisix.service
Apr 14 23:29:42 apacheapisixapigateway apisix[1798]:
/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start
Apr 14 23:29:42 apacheapisixapigateway apisix[1798]: etcd cluster version
3.3.0 is
On 07/12/2021 14:46, Wells, Roger K. [US-US] via CentOS wrote:
Hi Roger,
How to change email address for this list?
current: roger.k.we...@leidos.com
change to: roger.k.we...@alum.mit.edu
At the end of every message to the list, is a link to the mailman setup
of this list. Start by following
On 09/11/2021 18:30, Kaushal Shriyan wrote:
Kaushal,
#cd Python-3.10.0
#*./configure LDFLAGS="-L/usr/lib64/openssl11"*
You really are making no effort to understand how to compile packages on
Linux. Steve told you that you might need to use LDFLAGS, but it is not
the only option you have to
On 06/09/2021 19:35, Kaushal Shriyan wrote:
Hi Kaushal,
> 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, 202
On 01/09/2021 11:24, Mark Woolfson wrote:
Hi Mark,
> Please can you give me an idea of the migration complexity of moving the
> applications from 6.4/6.6 to 7.4 or any variant of 7.
This is a very vague question. It's like asking "I have an old car. Can
you please tell me if I can drive it on th
On 23/08/2021 20:00, H wrote:
Hi H,
> The latest version of git for C7 is 1.8.3 and in SCL it's 2.18
> although the repository claims 2.9 is also available. I am looking to
> upgrade to 2.23 since i need the --no-overlay option. Is anyone running
> this version (or later)? If so, from which repos
On 21/08/2021 01:34, Warren Young wrote:
> Our post-install removal command here is:
>
> dnf -y remove cockpit* pcp*
These aren't present in a minimal CentOS 8 installation.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman
Hi folks,
After doing a minimal CentOS 8.4 installation, I found the following
packages to be useful for a simple server, so I removed them:
cronie-anacron (replaced with cronie-noanacron)
alsa-firmware
ivtv-firmware
iwl*-firmware
sssd-common (along with all packages that depended on it)
What ot
On 03/06/2021 03:44, Kaushal Shriyan wrote:
Hi Kaushal,
The atoptool web page clearly explains how atop, netatopd and the
netatop kernel module interact. Have you even read the web page? Please
read it first, and then ask a more specific question. Don't leave all
the research work to other people
On 25/12/2020 11:30, Łukasz Posadowski wrote:
Hi Lukasz,
> The task in question is:
>
> - name: Install basic packages on RedHat-like systems.
> dnf:
> name:
> - bash-completion
> - htop
> - mc
> - vim
> - mtr
> - tree
> - net-tools
>
On 23/07/2020 16:37, Jerry Geis wrote:
Thanks, when I change it do the following I get a syntax error
#!/bin/bash
#
while read LINE
do
echo $LINE
done < cat list.txt
You don't use "cat" here; it's not needed at all. You write:
done < list.txt
This tells the shell to redirect the s
On 23/07/2020 15:46, Jerry Geis wrote:
Hi Jerry,
You can do even better:
index=0
total=0
names=()
ip=()
IFS=,
while read -r NODENAME IP
do
names[$index]="$NODENAME"
ip[$((index++))]="$IP"
((total++))
done < list.txt
In this example, you set the input field separator (IFS) to the comma,
On 23/07/2020 15:46, Jerry Geis wrote:
Hi Jerry,
See below, inline, for some comments.
I have a simple script:
#!/bin/bash
#
index=0
total=0
names=()
ip=()
while read -r LINE
do
NODENAME=` echo $LINE | cut -f 1 -d ','`
NODENAME=$(cut -d, -f1 <<< $LINE)
Notes: use $( instead of backticks.
se processes, or reboot the
server.
Regards,
Anand Buddhdev
On 29/06/2020 11:51, Sachchidanand Upadhyay via CentOS wrote:
Hi,
While checking with df -h, it's showing the used space is 94% on root (/). If
checked with du -sh, it's not showing the used space.
# df -h
Filesystem Si
On 30/05/2020 12:32, h...@gc-24.de wrote:
Hi hw,
I'm looking for a good way to create a constant data stream that will occupy a
bandwidth of about 2--5Mbit/sec between two remote hosts over the internet. I
have full access to the hosts involved.
My first attempt to use scp to copy data from /
RIN, and that your chrony selected it, all point to the fact the NTP
server is in fact, close to you.
Regards,
Anand Buddhdev
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On 19/04/2020 15:30, Jeffrey Walton wrote:
> Ugh, thanks. I did not realize the changes were only temporary.
>
> What is the recommended way to permanently add a ban rule?
On CentOS 7, the default firewall is "firewalld", and you can configure
it with "firewall-cmd". You can use it to add tempor
On 19/04/2020 14:58, Jeffrey Walton wrote:
Hi Jeffrey,
> The offending host is 59.64.129.175. To err on the side of caution we
> attempted to block the entire netblock. According to whois data,
> that's 59.64.128.0-59.64.159.255.
>
> iptables -A INPUT -s 59.64.128.0/19 -p TCP -j DROP
>
> Af
On 18/02/2020 16:37, Nicolas Kovacs wrote:
> I can't do that anymore, because /etc/resolv.conf gets squashed by
> NetworkManager. If I don't fill in DNS information for the interfaces,
> then all I get is an empty "#Generated by NetworkManager" line.
Oh yes. Are you still sure you want to use Net
On 18/02/2020 12:00, Nicolas Kovacs wrote:
Hi Nicolas,
> I'm using NetworkManager TUI (nmtui) to configure my connections. I'm
> defining two profiles WAN (enp1s0) and LAN (enp2s0). With NetworkManager
> I have to configure gateway and DNS information on a per-interface basis.
>
> 1. Which inter
On 09/02/2020 23:55, Nicolas Kovacs wrote:
Hi Nicolas,
[snip]
> Maybe there's a reason to make NetworkManager more or less mandatory
> from now on, but I don't see it. So I thought I'd rather ask on this list.
Like you, I read about NetworkManager becoming the default tool for
CentOS 8. So I sa
I just installed CentOS 8 in a VirtualBox VM, to explore it.
Immediately, I noticed something strange. I insatlled it using a
kickstart file, whose partitioning section is this:
zerombr
clearpart --all --initlabel
reqpart --add-boot
part pv.01 --ondisk=/dev/sda --size=1 --grow
volgroup vg01 pv.01
Hi Fabian,
I was affected by this. After an update, one Dell R710 server that I
maintain, failed to boot. The error I saw was the same as someone else
who also posted here. I didn't know how to fix it, and needed the server
to be running, so I just reinstalled it, and switched to biosboot while
at
On 15/11/2018 18:09, Phil Perry wrote:
Hi Phil,
>> Does anyone know why this option is not enabled for CentOS kernels?
>
> Because it is not enabled on RHEL kernels.
Heh, okay, that's an easy explanation.
I'll try to open a bug report in RedHat's bugzilla, and see if they give
me any attention
Hi folks,
RHEL 7 documentation says that if either ntp or chrony is running on a
system, then it will enable the kernel feature to sync system time to
the hardware clock every 11 minutes. This needs the CONFIG_RTC_SYSTOHC
option to be set.
However, it looks like this option is not set for CentOS
On 31/10/2018 06:47, Turritopsis Dohrnii Teo En Ming wrote:
> I am eagerly waiting to download CentOS 7.6 as well. I am still
> seeing CentOS 7.5 on CentOS download mirrors in my region, Singapore.
It'll take some time for CentOS to rebuild all the packages, probably
4-6 weeks. You'll have to be
Earlier today, at 16:00 UTC, a new key was used to sign the root zone
DNSKEY RRset. It's a major event in the DNS world, that you appear to
have missed completely:
https://www.icann.org/resources/pages/ksk-rollover
You'll probably need to load the new trust anchor into your validating
resolvers.
On 04/10/2018 07:44, Sean Son wrote:
Hi Sean,
[snip]
> 1) Whenever I ping any of the devices on our network, from this server, the
> traffic goes out from the management port. I do not want the traffic to go
> out of the management port. I want it to go out through the active port of
> the NIC b
On 28/09/2018 15:39, Jerry Geis wrote:
> I am calling a bash script and passing in somestring that includes a "$"
>
> myscript "$plusmore"
>
> I want to assign in the myscript the $1 arg to something like
> MYTEXT="$1"
>
> when I do that I dont get what I'm expecting. if I do
> MYTEXT='$1'
>
On 06/07/2018 15:18, Jerry Geis wrote:
> MSG="file 2"
> MSG="csv \"$MSG\""
> echo $MSG
> /opt/libreoffice5.4/program/soffice.bin --headless --convert-to $MSG
This is a really convoluted way of doing things, and you'd have to be a
super expert in quoting to get this right. Instead, why don't you j
On 05/07/2018 14:18, Jonathan Billings wrote:
> The /var/run symlink to /run is part of the 'filesystem' package, and
> has existed as a symlink since 7.0.1406 was released:
>
> $ rpmls -l
> http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm
> |grep /var/run
>
On 16/05/2018 12:10, Nicolas Kovacs wrote:
Bonjour Nicolas!
> So right now I have two kernels on my machine, the 4.4.129 and the
> 4.4.131. How do I configure GRUB so that on the next reboot, it defaults
> to the 4.4.131 kernel? I knew how to do this with LILO under Slackware,
> but GRUB is a ver
On 13/10/2017 18:45, Lamar Owen wrote:
Hi Lamar,
[snip]
I do appreciate your humour :)
> Anyway, a form of pseudo-persistence that meets the OP's needs is
> already supported directly by systemd-tmpfiles, which is a part of the
> core systemd package and non-optional, so your vehement disagreem
On 13/10/2017 16:02, Michael Hennebry wrote:
Hi Michael,
> I see at least two possible intermediate results:
> The RHEL 7 folks do something, perhaps make a package,
> to make pseudo-persistence super easy to get.
> The RHEL 7 folks do something, perhaps make a package,
> to allow users to fix t
On 09/10/2017 13:54, hw wrote:
Mark,
> It is quite obvious that Centos causes issues because it is not
> following the FHS.
Stop right there. CentOS *is* following the FHS. Can you please stop
this whiny complaint against CentOS, and just accept that the packages
you're using are not properly pa
On 09/10/2017 12:38, hw wrote:
>> 4. Finally, if you as a sysadmin are using a package from a repo that
>> isn't CentOS or EPEL, and this package is not following the CentOS
>> packaging protocol for data in /run, then it is YOUR own responsibility
>> to fix the package, or create your own tmpfile
On 05/10/2017 11:32, hw wrote:
>> That directory isn't temporary. The files almost always are, but not
>> the directories. As I said, whatever it is you're doing, it's wrong.
>> I wouldn't continue to keep a setup like that as it's not standard
>> practice to keep data in /var/run that isn't te
On 04/10/2017 10:58, Gary Stainburn wrote:
> On Wednesday 04 October 2017 09:53:59 Gary Stainburn wrote:
>> I saw reference to system-tmpfs in Paul's post so I had a quick look. YUM
>> doesn't seem to know about it, but I'm sure Google will help.
>
> Sorry, meant systemd-tmpfiles
On a CentOS 7 s
On 04/10/2017 10:23, Gary Stainburn wrote:
Hi Gary,
> Mark, Many Non-Centos originated packages create directories in /var/run as
> part of the install, and expect them to still exist after a reboot.
Those packages have been built poorly.
> They then fail when starting the service because they
On 10/08/2017 21:00, Mark Haney wrote:
> I can't seem to find anything clear on this, but is the C7 version of
> BIND 9.9 built with Request Rate Limiting?
Run "named -V" and it will output the features it was compiled with. See
if RRL is in there.
Regards,
Anand
On 01/06/2017 22:29, Tate Belden wrote:
> Use the 'downgrade' option.
Thanks Tate. I know the "downgrade" option well. I wouldn't have posted
my question if it were that simple.
As I said previously, we use ansible, and its "yum" module invokes:
yum install package-version-release
I expect yum
We're using ansible to configure our CentOS 6 servers, and we have a
task to install a specific version of a package:
- name: install thrift2
yum: name=ripencc-thrift2-{{ version }}
In this ansible task, the "version" variable is set by the operator.
When we want to upgrade, it works. But today
On 11/10/16 15:23, Richard Mann wrote:
> Did your google break?
>
> For just IPv6
> nslookup -type= www.example.com
>
> For all records
> nslookup -type=any www.example.com
This is bad advice, because in DNS, ANY != ALL
If you query with qtype=any, and you ask a caching resolver, then it
On 29/08/16 13:07, Kaushal Shriyan wrote:
Hi Kaushal,
> I am seeing the below issue.
>
> [user~]# systemctl list-unit-files | grep nrpe
> [user~]# service nrpe status
> Redirecting to /bin/systemctl status nrpe.service
> ● nrpe.service
> * Loaded: not-found (Reason: No such file or directory)
On 28/08/16 19:42, Walter H. wrote:
Hi Walter,
> I have two running BINDs in my LAN, one on my router box and one as VM;
> both are caching DNS servers, and a few zones are on both, on the box as
> master and on the VM as slave,
> but how can I cleanup/flush the growing .jnl files;
By default, B
On 14/08/16 12:20, Anand Buddhdev wrote:
Hi folks,
I've discovered something. See below:
> The packet rate is also not that high. From the sending side, this is
> what I have:
>
> # tcpreplay -i qtx:p1p1 5min.pcap
If I send packets without qtx, like this:
tcpreplay -i p1p
Hi folks,
I've got a Dell R320 running CentOS 7, and a 10G NIC. I'm running a DNS
server on it, for testing. As part of my testing, I'm attempting to
capture all the DNS queries arriving on the server, using tcpdump.
However, tcpdump's performance is abysmal, and it loses lots of the
packets. Here
Dear folks,
After updating some of our servers to CentOS 6.8, we've noticed that the
ones using pam_sss.so for authentication, appear to be suffering from a
leak of sorts.
On these systems, the /var partition is running out of disk space, and
we eventually noticed that it's because of deleted, bu
Dear CentOS hive mind,
I'm trying to package up a perl module into an RPM for easy deployment.
I want it to be as self-contained as possible (to avoid version issues
with perl modules in base or EPEL). So in my spec file, I'm doing:
curl -L http://cpanmin.us | perl - App::cpanminus -L
%{buildroot
Hi folks,
I have an existing CentOS 7.2 system, that I want to re-install. I
copied /vmlinuz and /initrd.img into /boot, place my kickstart file into
/boot, and created a grub2 menu entry for this, as follows:
menuentry "Install CentOS 7" {
insmod gzio
insmod part_gpt
insmod xfs
s
On 29/02/16 15:59, Anand Buddhdev wrote:
> This works. However, the program sometimes produces blank lines its
> output, and they get logged by rsyslog as well. I want to make rsyslog
> ignore empty lines. I am trying the following, but it doesn't work:
>
> if $programname ==
Dear CentOS folk,
I've been try to solve one issue with rsyslog on CentOS 6, but can't
figure it out. I've searched through rsyslog documentation, and used
Google but not found anything that matches my issue.
I'm sending output of a program to rsyslog using "logger -t progname".
I've got the foll
Hello Kai,
I believe the PowerDNS package in EPEL 7 is currently broken. The
PowerDNS twitter feed had this a few days ago:
https://twitter.com/powerdns/status/692660687403925504
Please wait until after the weekend for updated packages.
Regards,
Anand
On 30/01/16 14:12, Kai Bojens wrote:
> Hel
On 29/06/15 01:07, Kahlil Hodgson wrote:
> On 29 June 2015 at 07:37, John R Pierce wrote:
>
>> so a regex looking for "system:" vs "system {" should nicely delineate
>> these. I dunno, I might even put that into the conversion utility and
>> have it just quit if the file is already in the ne
On 28/06/15 17:50, John R Pierce wrote:
> On 6/27/2015 5:38 PM, Anand Buddhdev wrote:
>> Thanks Joseph. I am aware of this option, but it would be only a last
>> resort, because checking the format of the config file is error-prone.
>
> why doesn't the config file have
On 28/06/15 03:06, Joseph L. Casale wrote:
Hi Joseph,
> Well normal convention would be if you replace then the old one
> gets appended with .rpmsave, if you are not replacing then the new
> one gets appended with .rpmnew.
I'm also aware of this, but it's not what I need :)
> On the other hand,
On 28/06/15 02:17, Joseph L. Casale wrote:
> Your script within the rpm should have the logic. Clearly if
> you know how to update it, you know how to identify if it
> needs updating.
Thanks Joseph. I am aware of this option, but it would be only a last
resort, because checking the format of the
Hi CentOS folk,
In an RPM post-install script, is it possible to know the previous
version number, and the new version number of a package if it's an update?
I need to know this, because for a certain package, if updating from
version 1.x to 2.x, I need to run a program to convert the config file
other shared objects? If they do,
then it introduces dependencies that I may not be aware of, and doing
static linking wouldn't be as beneficial as I first thought it would be.
Comments from experienced developers will be most appreciated.
--
Anand Buddhdev
67 matches
Mail list logo