Software :: Update RPMs From One Machine To Another

Apr 14, 2009

I have multiple machines at home (well, 4 in all). They are all running Fedora 10. After installation, there is usually another gig or so of upgrades that need to be applied for patches, security, etc. My broadband link is painfully slow and downloading a gig can take 2-3 hours sometimes (other times I get lucky and it will only take an hour). Is it possible to upgrade the packages from one machine based on the packages on another machine, for example, if I have downloaded all of the base packages on to the fileserver, but not on to the laptop.

Is there any software that I could use by which I could use the fileserver to upgrade the laptop (effectively like a rsync, but with rpms) and only go to the internet for the few that the fileserver does not have, but the laptop still requires? I was once told that "up2date" was an option, but that seems to be quite old and there may be options in rpm or yum, but they are not clear as I would expect to have to set up some kind of service on the fileserver for the laptop to connect to.

View 5 Replies


ADVERTISEMENT

Fedora Installation :: F11- Where Are Update (1 RPMs)

Nov 19, 2009

I'd like to confirm if the latest updates of a couple of rpms is causing me a problem. I'd like to downgrade these rpms to an intermediate version (greater than the original F11 versions, but less than the latest version). I've looked on a few mirrors, and all I can find is the latest update. Are intermediate versions of an rpm discarded when they're replaced with new versions? Are these intermediate versions available some place?

The two rpms I'm interested in are:
gstreamer-plugins-good-0.10.16-1.fc11.i586
gstreamer-plugins-base-0.10.25-1.fc11.i586

View 2 Replies View Related

Red Hat / Fedora :: Need Ulterior Site To Get RPMs To Update RHEL5

Mar 28, 2011

Have project to move to RHEL5 with Oracle11g. During process, went to Red Hat Network and they were not currently available. Is there another source of RPM's for installation on RHEL5?

View 1 Replies View Related

CentOS 5 :: Caching Yum Rpms To Update Multiple Nodes?

Dec 3, 2010

As I was updating machines today, I was wondering... Is there some way to cache the RPM files locally that yum is grabbing? Like many, I have a number of VMs I run, and it most updates are the same between the nodes. I'm guessing I'd need some sort of http cache? Just looking for pointers, not sure what I'm looking for, however.

View 4 Replies View Related

Fedora Networking :: Getting A Machine To Update Its Machine Name In The DNS ServerSounds Doesn't?

Feb 20, 2011

I have an issue with the manner in which Network Manager is configuring the network and short of ditching Network Manager I can see no solution.The issue : Getting a machine to update its machine name in the DNS serverSounds simple doesn't it I operate a FreeBSD based firewall / DHCP / DNS server, using a default Network Manager DHCP configuration the Fedora clients do not register their names with the DNS server when they obtain an address.

I have traced the communications with Wireshark and the Fedora clients are NOT supplying the PC's hostname as part of the exchange so this is NOT a DNS server configuration issue. If I uncheck the option 'Automatically obtain DNS information from provider' under the DHCP settings the Fedora clients DO register the hostname that is put into the Hostname (optional) databox. They do NOT however store the DNS server IP address or any other records defined by the DNS server.

Is there some hidden settings or is this a bug because it isn't acceptable 'DHCP' behaviour if it isn't possible to automatically set DNS server IP addresses and at the same time register the hostname during the DHCP negotiation. Before it is said I know I can use a fixed DNS IP address but am not prepared to long term, I am also not prepared to define the Fedora clients with a 'static' IP. I am similarly not interested in playing around with scripts or any other such 'frigs' to achieve what should be a standard activity - registering a host with DNS during the DHCP negotiation.

View 3 Replies View Related

Ubuntu :: Update-initramfs From Another Machine?

Jan 24, 2011

I'm finding myself in a situation where I am locked out of my machine (because of a initramfs that doesn't allow me to log in). I think I know where the problem is, but I do not know how to go about rebuilding an initrd file from another machine (especially since my second machine is running on a lower kernel version).

I have tried booting from a LiveCD, but that does not allow me to make any changes to /etc/update-initramfs/. Currently do not have a USB drive handy. How would one go about this?

View 2 Replies View Related

Networking :: Run Yum Update On Xen Machine On Different Network?

Aug 11, 2010

I have a centos test machine in my office and its MAC Address has been bind in DHCP server so its pointing to IP 3.209.XX.XX and now i have installed xen machine on it. my Xen machine is pointing to IP 192.168.XX.XX from DHCP while it did not bind in DHCP server. I am able to run "yum update" on my host machine. but i am unable to run "yum update" on my Xen machine.

View 1 Replies View Related

Debian :: Machine Acting Buggy - Fan Kept Running After Update

Feb 3, 2011

Just updated, downloads and install complete. I closed laptop. Fan kept running. I rebooted. Black screen. Rebooted again. Screen resolution messed up (800x600 or whatever). Changed resolution in System/Prefs. Better, but the look is not the same as before update. The Gnome fonts and icons are too small, but the resolution is same as before update! My machine has been acting buggy lately...colored text in IceWeasel browser search field, where normally black. I have Firestarter running. How to tell if machine is hacked? I just logged out/in and all normal now. I still think the machine is acting weird.

View 1 Replies View Related

General :: Update Maven Version On Ubuntu Machine

Sep 20, 2011

I am working on Ubuntu linux machine.my current maven version is 2.2.1 , I am wondering, how can I update my maven to verstion 3? What I tried: I have downloaded maven v3.0.3 binary version, and add the /apache-maven-3.0.3/bin/ path in .bash_profile file, but when I use mvn -v command, it still shows version 2...

View 1 Replies View Related

Debian :: Update One Single Thing On Machine Without Apt-get Upgrade?

Jan 27, 2011

i wonder how i can update one single thing on my debian machine? without apt-get upgrade. lets say i just want to update my awstats install but not my php install, or my kernel version but not someting else, how can i do this ?

View 12 Replies View Related

CentOS 5 Server :: Update Kernel In Xen Virtual Machine

Jun 20, 2010

I installed the Centos 5.5 with XEN and put 03 virtual machines (Centos 5.5 too). I did this correctly, but I have a problem. In the virtual machine, I need update the kernel. I used "yum update kernel" and this is downloaded correctly and the menu.lst file is updated too, but the kernel not ran. I ran "grub-install /dev/sda" or "grub-install /dev/xvda" and received a error return. I read the device.map file and i ran "grub-install /dev/sde" and received a error return too.

The errors:
[root@vm01 ~]# grub-install /dev/sda
/dev/sda: Not found or not a block device.
[root@vm01 ~]# grub-install /dev/sde
/dev/sda1 does not have any corresponding BIOS drive.
[root@vm01 ~]# grub-install /dev/xvda
/dev/xvda: Not found or not a block device.

View 7 Replies View Related

OpenSUSE Install :: Kernel Update Caused Broken Machine

Sep 25, 2010

I was doing a kernel update and can no longer boot into 11.3. I am dual booting with XP. I get Grub screen but no longer see Suse as a boot option, only Windows. I have tried to reinstall, but for some reason I can't get it to boot with DVD. So, is there a way that I can repair my computer without doing a reinstall?

View 9 Replies View Related

Ubuntu Servers :: Kernel Update - Machine Not Shown On Network

Aug 15, 2010

Today when I logged into my fileserver it told me there were 20 updates available. I went ahead and installed them, one was a new kernel. After reboot, I cannot see that machine when I browse the network. It still has the same static IP and I can still map to the shared drives, so Samba is working. When I browse the network from Windows or my WDTV Live media play it no longer shows the server by name. The smb.conf file is still intact and I restarted Samba. Not really sure where to start troubleshooting why I can't browse to it.

View 8 Replies View Related

Red Hat / Fedora :: Automate Yum Update Of Specific Package On A Remote Machine?

Jul 29, 2010

I am trying to automate yum update of specific package on a remote machine.

So far I have this:

#!/bin/bash
# Update my system
if ! yum update w3m
then
failure=1
fi
if [ $failure ]

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Update From 10.04 To 10.10 - Blank Screen And Unable To Wake The Machine

Jun 3, 2011

Upgraded online from 10.04 to 10.10 this morning....went OK I think! Was offered option to upgrade further to 11.04...and went for it!! Returned later to a blank screen.....unable to wake the machine....no disk activity Now have some function via a live CD......any thoughts on how I can proceed from here? I would like to persevere with the 'upgrade' route, as a fresh install will result in much loss of files

View 5 Replies View Related

Debian Configuration :: New Warning After Kernel Update - Machine Failed To Get I915 Symbols

Jun 22, 2011

I do not know if this is really something I should worry about. I am running Debian testing on my laptop (HP Pavillon dv6). Today, the aptitude update---aptitude upgrade gave me a new kernel (2.6.39). However, if I boot with that kernel, I get a warning (do not know if that is the way I should call this) telling me that the machine failed to get the i915 symbols so turbo graphics will be disabled.I have not done any serious test, but at first sight I do not notice any difference performance-wise with respect to the previous kernel. what am I supposed to do to fix this?

View 8 Replies View Related

Server :: Two RPMs With Same Name And Version

Apr 20, 2011

I have been seeing this for a while; but decided to decipher it now. That is, most of the times when I look for an installed rpm I get 2 rpms with the same name and version. For example, if I lookf or subversion using

Code:
rpm -q subversion
I get the following:

Code:
subversion-1.6.11-7.el5_6.3
subversion-1.6.11-7.el5_6.3

Why is this? How come there are 2 rpms with the same name and version? This is particularly difficult in situations where I want to get information about an installed package.

View 2 Replies View Related

CentOS 5 :: MySQL V4.0.26 Or 27 Rpms?

Feb 12, 2009

Does anyone know where we can get the rpms (x86_64) for MySQL v4.0.26 or 27?

We are in the process of upgrading a very old server to CentOS 5 and need to retain this version. We still have a lot of clients that utilize this version.

View 1 Replies View Related

Fedora :: Firefox 3.5 Final RPMS For 10?

Jul 13, 2009

Anybody know of any Firefox 3.5 final RPMS for Fedora 10? I looked a rebuilding the Fedora 11 RPMS for Fedora 10, but the other packages requiring an upgrade as well is getting out of control.

View 7 Replies View Related

Fedora :: Downloading Multiple RPMs With Yum

Dec 18, 2009

I am trying to create a local repository of installed RPMs on my workstation. Using the 'rpm -qa' I can gather the installed RPMs on my workstation. Is there a way for me download all these RPMs using the output of 'rpm -qa'? 'yum --downloadonly' will allow me the option of downloading without installing. Since the installed RPMs are not cached in my workstation I have to download these RPMs again. If I have a local repo then it will be easier for me restore my installation without having to rediscover the packages needed. I am looking for how I can download multiple RPMs.

View 5 Replies View Related

OpenSUSE :: Install All Of The RPMs In The RPM Directory?

Sep 28, 2010

Anyone have any luck installing libre office?

I downloaded it, is the intent that you just install all of the RPMs in the RPM directory? There isn't too much documentation yet.

View 9 Replies View Related

General :: Possible To Install RPMs In Qemu?

Aug 28, 2010

Can we install packacges/rpms for example in qemu?

View 2 Replies View Related

General :: Rpm Needs To Install First In A List Of RPMS?

Jan 24, 2011

I have a custom made rpm. I need to install my particular RPM in a list of rpms which are part of a program. Say I have around 20 patch rpms which needs to be installed I need to install this through yum command. My particular RPM namely Patch-list.1.1.1.2-1.noarch.rpm needs to be installed as the first rpm in the total list of 21 rpms. I can modify my spec files and Makefiles as per my wish. what needs to be changed so that my rpm Patch-list.1.1.1.2-1.noarch.rpm will be installed first.

View 2 Replies View Related

General :: Finding Rpms For Red Hat 8 Kernel Ver. 2.4.18-14?

Feb 24, 2010

I need to set up auditing on an old RHL 8.0 server running kernel version 2.4.18-14 but I can't seem to find an archive with the rpm for that version of Red Hat.

View 1 Replies View Related

Software :: Installing RPMs In SuSe 11

Feb 26, 2010

Here is what I want to do but I get the following error:

~ # rpm -iv --replacepkgs ~/compat-expat1-1.95.8-6.i686.rpm
warning: /root/compat-expat1-1.95.8-6.i686.rpm: Header V3 RSA/SHA1 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by compat-expat1-1.95.8-6.i686
rpmlib(PayloadIsXz) <= 5.2-1 is needed by compat-expat1-1.95.8-6.i686

There is a similar computer with same specs and supposedly it worked. It is a Dell Optiplex 960 64 bit.

View 11 Replies View Related

Software :: RHEL 4 - Where To Download RPMs

Feb 1, 2010

I am running Red Hat Enterprise Linus 4 update 2. I need to install following RPMs, can anyone guide me from where i can download these.

elfutils-libelf-devel-0.97
gcc-3.4.5
gcc-c++-3.4.5
glibc-2.3.4-2.19
glibc-2.3.4-2.19 (32 bit)
libaio-0.3.105
libaio-0.3.105 (32 bit)
libaio-devel-0.3.105
libgcc-3.4.5
libgcc-3.4.5 (32-bit)
libstdc++-3.4.5
libstdc++-3.4.5 (32 bit)
libstdc++-devel 3.4.5
numactl-0.6.4.x86_64

View 1 Replies View Related

Fedora :: Fewer Updates Are Delta Rpms

Jun 3, 2010

I have noticed that the updates to my f12 64bit systems are running longer due to the fact that fewer fedora updates are delta rpms. Why is this. I know that rpmfusion updates and other third party updates are not covered.

View 9 Replies View Related

Fedora :: Locate Old RPMs No Longer In Repository

Jun 12, 2010

I know there is a command that will show what rpms are installed on a machine that are no longer available in a yum repository, but I can't remember what it is! It is useful to identify packages left over after an upgrade that are no longer needed, or to identify third party software.

View 2 Replies View Related

Fedora :: Old RPMs Complaining About Missing Dependencies

Jul 10, 2010

I have been running f13 ever since it was released. Evidently the kmod-rt2870 rpms are never deleted when older kernels are removed. When I tried to do today's update the Package Manager and yum complained that some of the older kmod-rt2870 packages left over from fedora 12 were missing kernel dependencies. The kernels have been missing for a long time. I don't know why the package manager started complaining today.

I tried
1) yum clean all
2 rpm --rebuilddb
3) removed the /lib/modules directory corresponding to the old kernels
and the problem persisted.

I finally removed all of the kmod-rt2870 rpms what where originally installed in fedora 12 and I was finally able to complete the update. Why did the package manager suddenly start complaining about the missing kernels?

View 1 Replies View Related

Fedora :: Finding The Openssh 5.1 And 4.3 Source Rpms?

Nov 16, 2010

I am looking for openssh 5.1 and 4.3 source rpms. Where can i download them ?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved