search for: oldpackage

Displaying 20 results from an estimated 39 matches for "oldpackage".

2007 Apr 05
2
"old" rpm version package handling broken!? (SuSE8)
...(among others) the pretty old SuSE8.1, I cant get puppet to install packages. The rpm programms bahaviour was changed somewhen between versions 3 and 4 (sry, donĀ“t know exactly when) and the old version does not support the "--nosignature" and "--nodigest" params and "--oldpackage" is purely an update parameter so when trying to install a package I allways get a "oldpackage must only be supplied while updating" or alike. I tried tinkering a little with the rpm.rb, moving "--oldpackage" two lines up, inside the update-line but then the nosig and no...
2007 Oct 07
1
Old packages to updated R
...g into the newer R directory. The script is below. Is there a more efficient way to do this? Should I simply attempt to drag the package folders from the old directory to the new one? Thanks ## in old version of R<2.6 package<-c(library()) write.csv(package$results, file="file path/oldpackages.csv") ##** Update R or open updated R version (R=2.60) package.list<-read.csv(file="file path/oldpackages.csv", header=TRUE) package.list$Package<-as.character(package.list$Package) install.packages(c(package.list$Package)) #wait awhile and ignore errors for base package...
2007 Dec 21
1
RPM-installed packages trying to install every run, causing service to fail
...vice fails. Here''s what I get with puppetd --verbose: notice: Starting configuration run err: //puppetclient/cfsandbox.corp.localmatters.com/webapp/httpd/tomcat/Package[tomcat-native-1.1.10-1.i386.rpm]/ensure: change from absent to present failed: Execution of ''/bin/rpm -i --oldpackage /tmp/tomcat-native-1.1.10-1.i386.rpm'' returned 256: package tomcat-native-1.1.10-1 is already installed err: //puppetclient/cfsandbox.corp.localmatters.com/webapp/httpd/tomcat/Package[tomcat-connectors-1.2.25-1.i386.rpm]/ensure: change from absent to present failed: Execution of '&...
2017 Sep 28
3
Thunderbird in CentOS 7.4
...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 - I rebuilt thunderbird 45.8.0 from 7.3 updates (newest that isn't 5x.x.x series) and did an --oldpackage update with RPM and it works again. When rebuilding the old thunderbird in mock I had to add the following: BuildRequires: dbus-glib-devel Either the build system used by CentOS automatically includes that, or a build dependency use to pull that it but no longer does. Anyway if anyone is havi...
2013 May 07
8
proxy required
...se-6-8.noarch.rpm'' } } Now my connection on node when I try to apply configuration is the following info: Applying configuration version ''1367962540'' err: /Stage[main]/Epel/Package[epel]/ensure: change from absent to present failed: Execution of ''/bin/rpm -i --oldpackage http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm'' returned 1: curl: (7) couldn''t connect to host error: skipping http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm - transfer failed If I set a proxy on my linux server it give me...
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?
2020 Sep 23
1
Chromium 85 does not load any pages
...rom koji, is there any way to force > this downgrade from a locally downloaded package or do I need to first yum > remove chromium 85? > > Hoping for the first. I found rpm --replacepkgs but it cannot be used for > a downgrade, not even when adding --force to the command. rpm -Uvh --oldpackage chromium*.rpm
2020 Jul 31
3
UEFI boot blank screen post update
Hi folks, I am able to install workstation successfully on a dedicated SSD w/ GPT partition w/ UEFI boot using the latest `CentOS-8.2.2004-x86_64-dvd1.iso` from a bootable pen drive. The motherboard is ASRock x570 Gaming 4 ( https://www.asrock.com/mb/AMD/X570%20phantom%20Gaming%204/index.asp) w/ Ryzen 3600, 16G RAM, 1TB SSD in question. However, after login, when I do a DNF update (which is
2002 Nov 09
2
Shorewall 1.3.10
In this version: 1) You may now define the contents of a zone dynamically with the "shorewall add" and "shorewall delete" commands. These commands are expected to be used primarily within FreeS/Wan updown scripts. 2) Shorewall can now do MAC verification on ethernet segments. You can specify the set of allowed MAC addresses on the segment and you can optionally
2002 Nov 09
2
Shorewall 1.3.10
In this version: 1) You may now define the contents of a zone dynamically with the "shorewall add" and "shorewall delete" commands. These commands are expected to be used primarily within FreeS/Wan updown scripts. 2) Shorewall can now do MAC verification on ethernet segments. You can specify the set of allowed MAC addresses on the segment and you can optionally
2017 Sep 28
1
Thunderbird in CentOS 7.4
...orked. >> >> 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 - I rebuilt thunderbird 45.8.0 from 7.3 updates (newest that isn't >> 5x.x.x series) and did an --oldpackage update with RPM and it works >> again. >> >> When rebuilding the old thunderbird in mock I had to add the following: >> >> BuildRequires: dbus-glib-devel >> >> Either the build system used by CentOS automatically includes that, or >> a build dependen...
2005 Dec 17
3
failed yum upgrade aftermath
greetings i am helping a sight impaired friend with an really old 96 meg ram computer that he uses for asterisk pbx he loaded it... amazing for a blind person... and he wants me to secure it as best i can... it had a failed (lost remote connection) yum update on centos 4.x and i am trying to finish... what do i need to do to get past this part (below) now? my apologies as i do not know how to
2004 Aug 26
5
3.0.6 and pam_winbind problems (sernet)?
...26 10:24:51 2004] [error] (2)No such file or directory: access to /cgi-bin/print/modify/modify.py failed for 10.176.156.41, reason: User not known to the underlying authentication module This is on SLES8 s390 using the sernet srpms. To break it, I upgrade to the new rpms, to fix it, I rpm -Uhv --oldpackage to the old ones. I can go back and forth, and it breaks/fixes. The apache behavior is kind of strange too, it doesn't prompt for another password, just immediately returns the 401 Authentication Required. /etc/pam.d/httpd is only: auth required /lib/security/pam_winbind.so...
2017 Sep 28
0
Thunderbird in CentOS 7.4
...nderbird 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 - I rebuilt thunderbird 45.8.0 from 7.3 updates (newest that isn't > 5x.x.x series) and did an --oldpackage update with RPM and it works again. > > When rebuilding the old thunderbird in mock I had to add the following: > > BuildRequires:? dbus-glib-devel > > Either the build system used by CentOS automatically includes that, or a > build dependency use to pull that it but no lon...
2020 Jul 31
0
UEFI boot blank screen post update
...oughts on what could be causing this and how could I fix it? > I'm running CentOS 8.2 on an Intel NUC, and also hit this this morning.? The way I was able to workaround this was to copy grub2-* and shim-* RPMs from the CentOS 8.2 installation media and use "rpm -Uvh grub2-* shim-* --oldpackage".? The subsequent reboot worked normally.? The versions of those packages on the 8.2 installation media was the same as what I had installed immediately before this morning's upgrade. -Greg
2006 Nov 19
1
Open Office - libIDL.x86_64 - AMD64
Hi, I am trying to install via yum group install, open office. I am having a dependancy problem. I get: /nTransaction Check Error: package libIDL-0.8.4-1.centos4 (which is newer than libIDL-0.8.4-1) is already installed yum list gives: Installed Packages libIDL.x86_64 0.8.4-1.centos4 installed Available Packages libIDL.i386
2006 Nov 25
1
"undefined symbol: _pam_make_env"
Hello, A while ago I downloaded and compiled PAM 0.99.x and installed it over the default CentOS PAM installation. Of course, this premature decision led to root and FTP access being fully locked down and inaccessible. When I `su -`, it prints "su: incorrect password" before it gives me the chance to type a password. When I `sudo su -`, it prints "sudo: pam_authenticate:
2005 May 11
0
Yum Error on CentOS 4_64 / libexpat Issues
...r/lib64/python2.3/site-packages/libxml2.py", line 1, in ? import libxml2mod ImportError: /usr/lib64/python2.3/site-packages/libxml2mod.so: undefined symbol: xmlNewDocPI I had tried downloading all the various libxslt* and libxml2* and python and python-devel rpms and running rpm -Uvh --oldpackage --install *.rpm Nothing seems to work however. Anyone with any ideas? I had a separate issue which may be linked (or not). When running /sbin/ldconfig, the folllowing message appears. ldconfig: libraries libexpat.so.0 and libexpat.so.0.4.0 in directory /usr/lib have same soname but dif...
2009 Oct 11
1
Loading same libraries (old version & newest version) in r
Hi all, I require 2 RMySQL libraries in order to query from a database. 'RMySQL_0.7-4' (newest version) results in an error when more than 1 field is queried. ''RMySQL_0.5-11' (old version) resolves this issue where more than 1 field can be queried without any errors. However, other queries results in an error messeges (but no error messeges with 'RMySQL_0.7-4'
2007 Nov 25
1
CentOS /boot kernel files removed after rpm upgrades
Hello, I ran a yum update on a centos 5 machine. I then removed some old kernel files, 2.6.x.14 and 2.6.x.10 older kernels. The issue is i got the error "Grub can not create template". I checked /boot and it is now empty. If i reboot this box it certainly will have an issue. I'm running the latest kernel 2.6.x.15 i believe it is. Can anyone tell me how to fix this? Thanks.