similar to: "old" rpm version package handling broken!? (SuSE8)

Displaying 20 results from an estimated 900 matches similar to: ""old" rpm version package handling broken!? (SuSE8)"

2007 Dec 28
2
puppet hangs on Puppet::Type::Package::ProviderYum
This is particularly nasty, since it''s on the puppetmaster itself: [root@puppet tmp]# rpm -q yum puppet puppet-server yum-3.0.5-1.el5.centos.5 puppet-0.24.0-2.el5 puppet-server-0.24.0-2.el5 [root@puppet tmp]# cat /etc/issue CentOS release 5 (Final) Here''s the output of puppetd --debug: notice: Starting catalog run debug: Loaded state in 0.01 seconds debug: Prefetching rpm
2013 Jun 08
4
Using yum provider to install local RPM
Hey guys, puppet n00b here. I think I already found an answer for my question here, but the topic was dated back in november of 2011, so I''m hoping things have changed since then! Here''s the topic I''m referring to. https://groups.google.com/forum/?fromgroups#!topic/puppet-users/oSHWWjMX-sE I''m running: CentOS 6.3 yum 3.2.29 puppet 3.2.1 To sum it up, I
2014 Sep 17
4
[PATCH 0/2] supermin: use librpm for rpm support
Hi, this work makes supermin use the rpm library instead of invoking rpm directly. This, together with a needed refactoring of the dependency resolution, should help in make supermin faster on rpm-based systems. Surely the patches will still need polishing, especially for behaviours of newly added stuff, but at least it's a good starting point. Noting that you need rpm-devel on most of rpm
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all, Not sure if this is a bug in puppet, yum, or just something I''m doing wrong. I''m trying to use puppet to update a package to a particular version and exec a command when that update is applied. The problem is, puppet calls yum which successfully updates the package, but puppet then thinks the update has failed and hence doesn''t trigger the exec. Next
2007 May 17
1
CentOS 4.5 is released for i386, x86_64, and ia64
The CentOS development team is pleased to announce the release of CentOS 4.5 for i386, x86_64 and ia64. It is available on all CentOS.org mirrors and via bittorrent. This release corresponds to the upstream vendor U5 release. Also released in the updates repository for CentOS-4.5 are all updates through May 16th, 2007. The work for the i386 and x86_64 ServerCDs and all other arches is in
2007 May 17
1
CentOS 4.5 is released for i386, x86_64, and ia64
The CentOS development team is pleased to announce the release of CentOS 4.5 for i386, x86_64 and ia64. It is available on all CentOS.org mirrors and via bittorrent. This release corresponds to the upstream vendor U5 release. Also released in the updates repository for CentOS-4.5 are all updates through May 16th, 2007. The work for the i386 and x86_64 ServerCDs and all other arches is in
2010 Apr 09
7
Yum provider using version-release as version?
Hi, I''m using yum as our package provider and having an issue. Puppet is complaining of the version, this is the code I''m trying to implement: $snmp_version = "5.3.2.2" package { "net-snmp": ensure => "${snmp_version}"; } On the client I got: debug: //Node[client.example.com]/snmp::base/Package[net-snmp]: Changing ensure debug:
2019 Jun 08
2
Kernel Image CRC checking
On 6/7/19 10:48 PM, H. Peter Anvin via Syslinux wrote: > On 6/7/19 10:34 PM, H. Peter Anvin via Syslinux wrote: >> On 6/7/19 10:25 PM, H. Peter Anvin via Syslinux wrote: >>>> >>>> However, the CRC polynomial for zlib and the Linux kernel should both be the >>>> same: 0x04c11db7. >>> >>> I just double-checked, and the CRC tables are
2017 Sep 28
3
Thunderbird in CentOS 7.4
With the current Thunderbird I can not connect to one of my IMAP servers that uses a self-signed cert. Virtually identical IMAP servers that use CA signed certs work I was a bit out of date when I updated to 7.4 and was running Thunderbird 45.6.x and it worked. When I connected from evolution (which I do not like) it worked. When I connected with my laptop still running 45.6.x it works. so
2003 Apr 24
4
QuarkXPress files
We have experianced a strang behavior with QuarkXPress files. These files can be opened/modified/saved by user a, user b can open/modify the file but saving is not possible. With all other applications open/modify/save files is possible. We use: SuSE8.1, Samba 2.2.5, reiserfs. Directories/files are set 2770 Thank you for your help Markus
2013 May 07
8
proxy required
Hy I m new to puppet. I ''d like to install epel.repo on a my node and this is the module that I ve created class epel { package { ''epel'': provider => ''rpm'', ensure => installed, source => ''http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm'' } } Now my connection on node when I
2002 May 23
6
[Bug 223] ProxyCommand commands don't exit
http://bugzilla.mindrot.org/show_bug.cgi?id=223 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|FreeBSD |All Platform|ix86 |All Version|3.0.1p1 |-current ------- Additional
2020 Sep 23
1
Chromium 85 does not load any pages
> On 09/23/2020 09:28 AM, Simon Matter wrote: >>> >>>> Date: Wednesday, September 23, 2020 08:37:01 -0400 >>>> From: H <agents at meddatainc.com> >>>> >>>>> On 09/23/2020 08:28 AM, Simon Matter wrote: >>>>> >>>>>> I just upgraded chromium on my CentOS 7 system and ended up with
2017 Sep 28
1
Thunderbird in CentOS 7.4
On 09/27/2017 11:14 PM, Phil Perry wrote: > On 28/09/17 04:19, Alice Wonder wrote: >> With the current Thunderbird I can not connect to one of my IMAP >> servers that uses a self-signed cert. Virtually identical IMAP servers >> that use CA signed certs work >> >> I was a bit out of date when I updated to 7.4 and was running >> Thunderbird 45.6.x and it
2003 Mar 16
3
win3.1 in wine & suse8.1
I'm new to wine and suse 8.1. I d/l the most current wine version for suse8.1 = 200303.. and rpmed it. I was surprised that wine was not updated with Yast but only directly with rpm.-F ... Does anybody you know why? I had tried it first and it seemed to work but rpm -q showed the same date! I now have doubts on all the other rpm patches/updates ... The win3.1 program is special purpose
2007 Dec 21
1
RPM-installed packages trying to install every run, causing service to fail
Hi guys, I''m doing some hackish stuff with manually installing RPMs. Basically I''m pulling them down to /tmp and installing them using provider => rpm, then making the service check that the package is installed before it''ll start. Here are the relevant sections of the pp file: class tomcat inherits httpd { $tomcat_connectors_pkg = $architecture ? {
2004 Aug 26
5
3.0.6 and pam_winbind problems (sernet)?
Recently I upgraded a server from samba 3.0.2a to 3.0.6, and now apache won't authenticate properly with pam_winbind. Winbind's been restarted, apache has been restarted, for grins I even rebooted the server. >From /var/log/messages: Aug 26 10:24:51 linps2 pam_winbind[654]: user 'jarboed' granted acces >From apache's error log: [Thu Aug 26 10:24:51 2004] [error] (2)No
2004 Jun 04
1
sharing a private key with other local users of the same group
Hello, we're using the portable OpenSSH (3.8.1p1) with Linux, HP-UX and Solaris. After starting the ssh-agent and adding a private key, I changed the permissions of the socket to 0770, so other users of the same group have access to it. With HP-UX and Solaris this works fine, although with Linux and older OpenSSH versions (3.4p1/SuSE8.1,3.1p1/RedHat7.2). With 3.8.1p1 and Linux
2008 Dec 08
7
New rpm, same name, how to update
I have to build my own rpms for the HIPL project. I update my copy of the code and make rpm. Thing is the rpm name never changes from patch to patch. Is there a way to have yum apply the new code as an update and not have to erase then install?
2003 Mar 13
6
error installing R on linux 8.0
Hi there, When installing R on linux 8.0, I got the following error message: rpm -i /mnt/cdrom/linux/8.x/R-1.6.2-1.i386.rpm error: /mnt/cdrom/linux/8.x/R-1.6.2-1.i386.rpm: V3 DSA signature: BAD, key ID 97d3544e error: /mnt/cdrom/linux/8.x/R-1.6.2-1.i386.rpm cannot be installed Any suggestions as what I did wrong? Thanks in advance. Wenyan [[alternate HTML version deleted]]