similar to: RPM: any better way to reinstall only certain files?

Displaying 20 results from an estimated 3000 matches similar to: "RPM: any better way to reinstall only certain files?"

2016 Aug 31
0
[PATCH 2/2] Use os-release to detect the distro
Check the ID field in /etc/os-release on the current system, before checking for the other old-style release-/version-like files in /etc. Some distributions (openSUSE Thumbleweed) are starting to remove them, breaking the supermin detection. --- src/dpkg.ml | 3 ++- src/pacman.ml | 5 +++-- src/rpm.ml | 15 +++++++++------ 3 files changed, 14 insertions(+), 9 deletions(-) diff --git
2006 Jul 22
1
CentOS 4.3 (Final) : Booting Problem
Hi all, I have a problem with my linux. I updated my CentOS 4.3 (Final) - the software I updated were freetype-2.1.9-1.rhel4.4, freetype-devel-2.1.9-1.rhel4.4, gimp-2.0.5-6:1, gnupg-1.2.6-5, libwmf-0.2.8.3-5.3, mutt-1.4.1-11.rhel4:5 and sendmail. Then I restarted my PC. While booting, the system stopped and issued a message "Could not recognize the image file format for
2004 Dec 08
2
Asterisk with SMP hardware
Does anyone have any experience with running asterisk on multi-processor computers (dual or quad)? Does asterisk on the latest Linux distros take advantage of the extra processors, or does it predominately utilize a single processor?
2004 Dec 02
2
RCmdr on Linux with R 2.0.0 over VNC can't use GLX
Hello, I'm a admin over at Harvard University and I have quite a few users that use R predominately over VNC. In the past this has not been an issue, but after upgrading to R 2.0.0 they can no longer use RCmdr over VNC. When trying to use the package, they see the following: > library("Rcmdr") Loading required package: tcltk Loading required package: zoo Loading required
2011 Mar 21
0
Initial look at porting febootstrap to SuSE
I looked at OpenSUSE 11.3 (x86-64) and the 'zypper' package manager. Background ---------- libguestfs needs febootstrap to build the so-called supermin appliance. Since febootstrap 3.x, this requires porting febootstrap to each specific Linux package management system. We've already done this for yum (Fedora), apt (Debian/Ubuntu) and PacMan (ArchLinux). A port is reasonably
2016 Sep 05
2
[supermin][PATCH] Fix rpm/zypper detection on openSUSE Tumbleweed
Fix supermins rpm/zypper detection on openSUSE Tumbleweed Newer version of openSUSE does not use /etc/SuSE-release anymore. Search for the new /etc/SUSE-brand in addition. --- diff --git a/src/rpm.ml b/src/rpm.ml index a5dc67a..400efbd 100644 --- a/src/rpm.ml +++ b/src/rpm.ml @@ -39,7 +39,10 @@ let fedora_detect () =  let opensuse_detect () =    Config.rpm <> "no" &&
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
Hi all, I've reviewed the mailing list archives and it looks like the "centos.org" AMIs in the marketplace are really official products of the centos project (whatever that means), but I wanted to ask explicitly to confirm. Presuming yes, I've run into an odd problem with the 6.4 x86_64 AMI (not updated). with a few packages, files are not being properly created in
2013 Mar 11
2
menu.c32: not a COM32R image
Hello, I have a simple shell script that I use to generate an iso installer depending on the release version that I want. The thing is that I extract isolinux and menu.c32 from the syslinux rpm of the latest redhat release. The reason I am doing it this way is because of the This is what does it: copymenu32() { # $ cat /local/kickstart/templates/os-updates.txt # RedHat-5.8|20120425
2003 Jun 14
1
Intercom/autoanswer, SIP, Cisco
A friend pointed out this url http://www.cisco.com/univercd/cc/td/doc/pcat/clmn32.htm where it lists intercom/auto-answer as being a feature in Cisco Call Manager (which as I understand it, uses SIP predominately for handsets). I've come across comment somewhere that intercom isn't supported in the SIP spec. Does anyone know if the apparent capability of Intercom being available in SIP
1998 Nov 20
1
Freebsd + NT
I am currently integrating Freebsd in a predominately NT network. I am interested in using NT as a domain controller then using samba on the other servers. I know that samba supports this and you can set security = server, but what I am also interested in is using the password list for the passwd file as well. So in theory I would like to download the NT user and pass list much like NT's
2011 Apr 04
0
[LLVMdev] More DWARF problems
Talin, You're developing your own language and tool sets, it brings fresh perspective in our predominately C orientated environment, which is good. On Apr 1, 2011, at 8:12 PM, Talin wrote: > Is this a limitation of DWARF or of the LLVM generator? Neither, IMO. My own reading of DWARF did not find clear wording on this subject. I am not even sure if it is just a darwin gdb implementation
2005 Mar 01
2
more info about missing fonts in centos 4
redhat did apply the opendesktop patch to build the iso8859-1 fonts, but then they forgot to rebuild the fonts-xorg package to pick them up. they have done some magic with how that happens such that you have to build the full xorg-x11 with a special %define set, and then go rpm2cpio stuff and tar that and blah blah blah. i am trying to work through this and i have whined at redhat again. and
2013 Apr 11
2
[PATCH] handle --use-installed in zypp driver
An attempt to use installed files in zypp driver. Add also a comment about the theory of operation. Enable set -x in shell only in verbose mode. This adds a dependency to xmlstarlet, which is required to parse zypper output. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- src/supermin_zypp_rpm.ml | 93 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 80 insertions(+), 13
2001 Mar 23
1
R-demo for non-statisticians/mathematicians
Hi all. A friend of mine asked me to assist with an R presentation to the Penn State LUG in a few weeks. The audience will be predominately computer scientists and/or engineers (I suspect) and they are just looking for presentations of good open source software and my friend volunteered R. We are both relatively new to R, so I thought it would be best to ask the list for your opinion....what do
2010 Mar 11
1
[PATCH node-image] store iso in build directory after autobuild
The iso is needed in the build directory for autotest.sh to work when running as part of autobuild. This enhances autobuild.sh to copy it over after the rpms are built. Signed-off-by: Mike Burns <mburns at redhat.com> --- autobuild.sh | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/autobuild.sh b/autobuild.sh index fb9de92..aeee7dd 100755 ---
2011 Sep 27
1
problem in cr: nfs-utils-lib-1.1.5-3.el6.x86_64
I ran yum update on a CentOS 6.0 machine against the CR repository and noticed that the nfs-utils-lib update broke my rcp.idmap settings: rpc.idmapd: libnfsidmap: processing 'Method' list rpc.idmapd: libnfsidmap: Unable to get init function: /usr/lib64/libnfsidmap/umich_ldap.so: undefined symbol: libnfsidmap_plugin_init rpc.idmapd: libnfsidmap: requested translation method,
2008 Jul 29
1
rebuilding firefox-2.0.0.16 from fc8
hello, I started with ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/firefox-2.0.0.16-1.fc8.src.rpm with the hope of rebuilding it for el5/centos. All of the dependencies were available (mostly from rpmforge) except one: something called system-bookmarks. I elected to comment out this from the spec, firefox.spec I did the extracts with CPIO rpm2cpio firefox-xxx.src.rpm |
2018 Oct 01
2
[supermin PATCH] rpm: support openSUSE Leap 15
openSUSE Leap 15 has "opensuse-leap" as ID in os-release, so add it both in the detection code of the RPM handler, and in test-harder.sh. --- src/ph_rpm.ml | 2 +- tests/test-harder.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml index b0a5eb2..3caa38e 100644 --- a/src/ph_rpm.ml +++ b/src/ph_rpm.ml @@ -40,7 +40,7 @@ let
2016 Jun 10
1
compiling with lsocks support on centos 6?
Am 10.06.2016 um 21:22 schrieb Alexander Dalloz: > Am 10.06.2016 um 19:46 schrieb Jason Welsh: >> im trying to compile lftp with socks support and im getting the >> following.. >> >> ... >> checking for msgfmt... /usr/bin/msgfmt >> checking for gmsgfmt... /usr/bin/msgfmt >> checking for xgettext... /usr/bin/xgettext >> checking for msgmerge...
2018 Oct 02
1
[supermin PATCH] rpm: generalize openSUSE support
It seems that all the newer versions of openSUSE have an 'opensuse-' prefix in their distro ID; hence, check for that prefix at once, keeping compatibility for the old "opensuse" ID. Followup of commit 0668b2d64abef0724219480a3d7fc16b8dd1e68f. --- src/ph_rpm.ml | 3 ++- tests/test-harder.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git