search for: replacefiles

Displaying 20 results from an estimated 21 matches for "replacefiles".

2016 Aug 08
2
RPM help
.... I ran freshclam and updated the database but still have the problem. I was going to uninstall clamav but there are other app dependencies. Virtualmin is one. How can I do an uninstall/re-install without hosing more stuff up? I have found some examples, --nodeps, --replacepkgs and -replacefiles Also, what is the rpm command that will tell me all packages named clam*. Haven't used it in a while and have forgotten. I tried rpm -q "clam*" but that didn't work. TIA
2007 Mar 03
2
Question about stubborn RPM
Hi, I've made mysqlf a RPM and installed it. After that i did what i shouldn' do: remove the files it installed. Now, i wnat to install it agai and i can't. Already rebuilt the rpm database ( rpm -vv --rebuilddb), used --force, --replacepkgs, --replacefiles, --justdb, --erase, --initdb, but no good. Been at rpm.org, but found nothing that i already know. Any help would be appreciated. Warm regards, M?rio Gamito
2005 Apr 21
5
kbd remove error
hi guys i just partially upgrade centos 3.4 to centos 4(using apt-get) and im having a problem removing kdb 1.08-10.2, kbd 1.12-2 is already installed and im trying to remove kdb 1.08 through apt-get and rpm -e here's what happened when i use apt-get: # apt-get remove kbd#1.08-10.2 Reading Package Lists... Done Building Dependency Tree... Done The following packages will be REMOVED:
2017 May 17
4
C6 Module Keys
Hello, As part of testing an alternative module I saved the original module and copied the test one in. The test was done and I put the original module back. Now the original module is not loading at startup and doing it manually I get the error WARNING: Error inserting {Module name & path } Required key not available. And in /var/log/messages shortly after boot I can see kernel:
2010 Jun 15
2
yum force
I'm trying to do an update to some servers... and they have both i386 and x86_64 perl. The latter won't update, because the idiotic *man pages* are dups. Is there *any* way, short of using rpm directly with a --force, to get yum to ignore the dups and do the update? And why does *anyone* make it so that a dup manpage is a reason to fail (and don't tell me they do it generically for
2007 Sep 28
3
PHP5/CentosPlus big mess.
...z --exclude php-pear-PHPUnit2 install php php* (see the explanations for the --excludes on http://wiki.xdroop.com/space/CentOS/4/Updating+to+PHP+5) Please with my illusion of progress, I then copied the RPMs from the local cache to my target machine, and installed them with # rpm -Uvh --nodeps --replacefiles *rpm The --nodeps was because some other package not otherwise updated depended on the previous version of php-pear, and the --replacefiles was because rpm was complaining that some file owned by mysql-4 conflicted with the mysql-5 package even though it was going to be "upgraded". No...
2017 May 18
0
C6 Module Keys
Use "rpm -Vf /path/to/original/module.ko" If rpm tells you that the checksum has been modified, then the "original" file you've got isn't the correct file. Download the rpm that owns that file, and use "rpm -i --replacefiles --replacepkgs <rpm>" to reinstall the kernel package.
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:
2003 Jun 25
1
Installing samba on Red Hat 8
...a. I downloaded beta rpm for Red Hat and when I try insatling it I get a msg. like "flie blabla conflicting with file from samba-2.2.7'' or something like that. Now I try runing comand rpm -q samba end that tels me there is no rpm samba. Not installed! Right? Then I try this rpm -i --replacefiles samba-3.0.0beta1-1.i386.rpm that seems to be working. Now I look for smbpasswd in /etc/samba and I found it is not there and I supose some other critical files are missing too or they are not where they shoud be. Next think I do is rpm -e samba-3.0.0beta1-1 and that works fine. then I trye comp...
2013 Sep 26
1
6.2p2 question
Built RPM's from the 6.2p2 openssh.spec file on a Red Hat 6.4 x86_64 server. Build a new Red Hat 6.4 x86_64 server, then when I go to install the RPM's on the server it overwrites the functioning /etc/ssh/sshd_config and /etc/pam.d/sshd files with a non-functional versions. Normally when I compile on the systems Openssh does not over write these files. Any ideas? Thanks David
2008 Jul 17
2
Replacing custom kernel with another - with same identifier
Hi list, I just finished building a custom kernel from 2.6.18-53.1.21 source rpm - this time with ISA bus and ISAPNP support which I accidentally left out of my previous attempt. Unfortunately, this time I forgot to change my identifier in kernel-2.6.spec file. Thus I now have one *installed* kernel version *without* ISA support, and another one *with* ISA support but as rpm, not yet installed.
2005 Jun 22
5
Centos 3 - yum update error (rpm-libs)
Hello *, i get following error: Downloading needed headers Resolving dependencies .....Unable to satisfy dependencies Package rpm-libs needs rpm = 4.2.3-13.WB2, this is not available. I switch from WhiteBox to Centos. How can resolve this problem?
2006 Nov 08
2
Problems with yum/rpm and %pre scriptlet error 255
...Reader_enu-7.0.8-1 This occurs whether I use yum or rpm directly to effect installation and whether or not setenforce is 0 or 1 for SELinux. I have looked for similar errors on google but none of the remedies that I have found there seem to work (turning selinux off, using rpm --replacepackages --replacefiles options). Does anyone here have any ideas that they care to share regarding what is likely the problem or how to fix it? Sincerely, -- James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 90...
2010 Oct 25
3
install older version of glibc package
Hello Guys, Recently, I have installed some custom packaged of glibc in servers I manage due to vulnerabilities. At that time, official centos packages were not available. Now, I want to roll back to centos versions. ===================================== -bash-3.2# yum info glibc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: yum.singlehop.com * base:
2009 Apr 14
6
re-install package
I tried to install alsa 1.0.19 on centos 5.3 64 - did not work - compile errors. I need to re-install alsa-lib and alsa-util . I dont want to do rpm -e first on those packages as dependcy is crazy. I know they were installed (rpm -qa | grep alsa tells me so) I just want to re-install ? How do I do that? Thanks, Jerry
2003 Apr 16
0
Possible bug in samba-2.2.8a-1...
...Older versions (2.0.3) of smbd run OK in the chroot'd environment. Here I provide more info: fserver and mate run RedHat Linux 6.x with libc updated to glibc-2.1.3-29.i386.rpm samba compiled in fserver with: rpm --rebuild samba-2.2.8a-1.src.rpm and installed with: rpm -Uvh --replacepkgs --replacefiles samba-2.2.8a-1.i386.rpm fserver smb.conf: ----------------------------- [global] interfaces = 157.92.22.10/24 socket address = 157.92.22.10 bind interfaces only = yes root directory = /mhomes workgroup = WORKGROUP hosts allow = 157.92.22. 127. printcap name = /etc/printcap load printers...
2020 Mar 13
0
Wine release 5.4
The Wine development release 5.4 is now available. What's new in this release (see below for details): - Unicode data updated to Unicode version 13. - Builtin programs use the new UCRTBase C runtime. - More correct support for Internationalized Domain Names. - Support for painting rounded rectangles in Direct2D. - Text drawing in D3DX9. - Various bug fixes. The source is
2008 Feb 22
0
Wine release 0.9.56
This is release 0.9.56 of Wine, a free implementation of Windows on Unix. What's new in this release: - Proper handling of OpenGL/Direct3D windows with menu bars. - Stubs for all the d3dx9_xx dlls. - Several graphics optimizations. - Many installer fixes. - Improved MIME message support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you
2020 Apr 10
0
Wine release 5.6
The Wine development release 5.6 is now available. What's new in this release (see below for details): - Still more Media Foundation work. - Improvements to Active Directory LDAP support. - A few more modules converted to PE. - Improvements to gdb proxy mode. - Various bug fixes. The source is available from the following locations:
2008 Jul 11
0
Wine release 1.1.1
The Wine development release 1.1.1 is now available. What's new in this release (see below for details): - Fixes for Photoshop CS3 and Office 2007 installers. - More progress on gdiplus. - Support for Unicode files in regedit. - Improved video playback. - Many Richedit fixes and improvements. - Various bug fixes. The source is available from the following locations: