Displaying 20 results from an estimated 5000 matches similar to: "yum install <olderversion> does not downgrade"
2017 Jun 02
0
yum install <olderversion> does not downgrade
Personally, I would do one of three things:
1. Use the -m command to run 'yum install <version>' which /might/ work.
2. Uninstall the newer package and install the version you want. (Check
the 'state' directive to do this.)
3. Pin that package version when creating the server/VM so as not to be
updated.
#3 is useful to us as we kickstart all our servers and VMs, and
2017 Jun 01
0
yum install <olderversion> does not downgrade
Use the 'downgrade' option.
https://access.redhat.com/solutions/29617
On Thu, Jun 1, 2017 at 1:46 PM, Anand Buddhdev <anandb at ripe.net> wrote:
> 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
2020 Mar 26
4
TCP connect timeout with proxy
Dear openssh developers and users,
I'm new to the list, and my apologies if this question has been asked
before. I've tried to look for answers and haven't succeeded, which is
why I'm asking.
Here's the situation: I'm connect to a dual-stacked host with A and AAAA
records. The IPv6 connectivity to the host is broken.
When connecting to the host directly from my client
2016 Aug 14
5
tcpdump loses lots of packets
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's the output when I stop the capture:
# tcpdump -nn -i p1p1 -w
2020 Mar 26
4
TCP connect timeout with proxy
Hi Scott,
You've entirely missed my point.
Yes, if I connect directly to a host, I can use '-4' to force IPv4.
When connecting through a proxy, I can't easily control which address
family to use, nor the TCP connect timeout. Sure, if I use netcat to
proxy, I could supply a '-4' to it to force connecting over IPv4. But
making that permanent is also a pain because I want
2015 Jun 28
5
Old and new package version numbers during RPM update
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 config file is error-prone.
I would prefer RPM to tell me the old and new version numbers,
2011 Dec 30
1
Question about "server-count" config option
Hi there,
I have a question about the "server-count" option. nsd.conf(5) simply
states that it tells NSD to "start this many NSD servers", with no
further commentary.
Is there a situation where this value would ever be anything other than
1? Should it equal the number of available CPU cores?
Cheers,
--
Gavin Brown
Chief Technology Officer
CentralNic Ltd
Innovative,
2020 Feb 18
6
From network-scripts to NetworkManager on a router : questions
Le 18/02/2020 ? 12:28, Anand Buddhdev a ?crit?:
> Neither. The DNS configuration should not normally be bound to a
> specific interface, so don't configure it with any interface. If you do,
> and that interface goes down, your DNS config also disappears.
I would like to do that very much, only NetworkManager makes you jump through
burning loops to do so.
With network-scripts, it
2015 Jun 28
3
Old and new package version numbers during RPM update
On 29 June 2015 at 07:37, John R Pierce <pierce at hogranch.com> 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 new format, and always run
> it.
>
?+1 for the idempotent approach. IMHO much more
2016 May 12
3
RPM perl requirements woes
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}/opt/zonemaster Zonemaster
This way, cpanminus is installed first, and then it goes on to
2006 Feb 09
2
Maildir, imap and newness of messages
I'm using the standard Dovecot 0.99.14 on Fedora Core 4, with a
Maildir++ mailbox. I've noticed what I think is an oddity in the way
dovecot handles messages:
According to the Maildir specification, a message in Maildir/new is a
truly new message, which has not yet been touched by any reader. From
an IMAP viewpoint, such a message should have the flag RECENT.
However, if a message exists
2016 Oct 11
2
Hint for nslookup wanted ...
On 11/10/16 15:23, Richard Mann wrote:
> Did your google break?
>
> For just IPv6
> nslookup -type=AAAA 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
will return to you all the records that are in its cache at that time,
which
2023 Dec 05
1
Question on slave
On 04/12/2023 13:47, Jean-Christophe Boggio via nsd-users wrote:
Hi Jean-Christophe,
> When syncing between master and slaves, am I supposed to see new files
> appear in the slave's "zonesdir" directory? Because, as you might
> expect, I see nothing here. Is this behavior normal? From what I
> understand, the slave "caches" the data in /var/lib/nsd/nsd.db
2015 Jun 27
4
Old and new package version numbers during RPM update
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
of the package from version 1.x format to version 2.x format.
I've looked at SPEC file
2020 Apr 19
5
Netfilter fails to filter traffic from a netblock?
On Sun, Apr 19, 2020 at 9:26 AM Anand Buddhdev <anandb at ripe.net> wrote:
>
> 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
2018 Jul 05
2
upgrade 7.4 --> 7.5: dbus broken
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
> lrwxrwxrwx root root /var/run
I've never seen "rpmls". Is it
2015 Jun 28
2
Old and new package version numbers during RPM update
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 the version in it ? not having that
> makes your whole system error prone.
Perhaps I wasn't
2008 Jan 15
1
problem using nsd
Hello I have this problem since a week or so:
The nsd daemon crashes unexpectedly and the nsd log files shows this:
[1200299533] nsd[3736]: info: XSTATS 1200299533 1200298484 RR=0 RNXD=0
RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0
SAns=40 SFwdQ=0 SDupQ=0 SErr=0 RQ=37 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0
SFail=30 SFErr=0 SNaAns=0 SNXD=0 RUQ=0 RURQ=0 RUXFR=0 RUUpd=1
2024 Jul 17
1
Run-time effects of new SIMD code
On 2024/07/17 15:47, Anand Buddhdev via nsd-users wrote:
> Hi NSD developers,
>
> I've been following recent discussion and activity around building NSD 4.10, triggered?by build
> failure in Homebrew. I see that you added some code to detect more things and adjust the build
> based on what type of processor is detected.
>
> If one were to build NSD on an x86_64 CPU with
2020 May 30
5
looking for ideas about how to create a constant data stream
Hi,
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 /dev/null on host A to /dev/null
on host B, but scp says '/dev/null: not a regular file'. If something like
that would work, I would