Displaying 20 results from an estimated 401 matches for "enablerepo".
2017 Apr 04
3
Xorg problem
I updated to Centos 6.8.
Every thing is working, except Xorg does not startup.
When I look at top, it seems that Xorg keeps trying but not
succeeding to start.
Any idea what the problem might be?
Thanks
Shoshana Rosenthal
srosenthal at cfa.harvard.edu
2012 Oct 12
2
Package install_options
Now that the install_options parameter can be applied to all package
providers, does anyone have advice on the best way to specify options to
yum?
For example, considering the common pattern of leaving a repo disabled most
of the time, if I wanted to pass
--enablerepo=epel
to yum, would I set
install_options => [''--enablerepo=epel'']
or
install_options => [{''--enablerepo'' => ''epel''}]
or
install_options => {''--enablerepo'' => ''epel''}
or something complete...
2010 Nov 20
7
yum -enablerepo=rpmforge install wine error
Im trying to install wine on cent OS 5 and when I type
yum -enablerepo=rpmforge install wine
it says
Command line error: option -e: invalid integer value: 'nablerepo=rpmforge'
Any Ideas?
2017 Feb 09
1
mach64 driver, latest update in CentOS 6.8, symbol lookup error - workaround
...orking so I will document what I did.
# First I rebooted and specified to use the original kernel
# Then mount the place where I unloaded the original DVD ISOs
mount -t nfs phxbkup2:/iso/centos6.7x64 /media/CentOS
# Tried to sync from this location, but it did not work,
yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7 distribution-synchronization
# There were a number of conflicts that prevented the yum to run.
# The troublesome packages did not look like they would prevent booting, so I got rid of them
yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7 erase python-libipa_...
2017 Feb 23
2
Problems installing packages from the CD
...-Media.repo
# CentOS-Media.repo
#
# This repo can be used with mounted DVD media, verify the mount point for
# CentOS-7. You can use this repo and yum to install items directly off
the
# DVD ISO that we release.
#
# To use this repo, put in your DVD and use it with the other repos too:
# yum --enablerepo=c7-media [command]
#
# or for ONLY the media repo, do this:
#
# yum --disablerepo=\* --enablerepo=c7-media [command]
[c7-media]
name=CentOS-$releasever - Media
baseurl=file:///mnt/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
I then run
yum clean all
and then decide...
2008 Dec 26
1
yum install audacity --enablerepo=*\rpmforge Error in Dependency Resolution
]# yum install audacity --enablerepo=*\rpmforge
Was this not going to be fixed for dep resolution. I'm not on the
rpmforge list and remember this issue from a while ago.
14:02:18 : Error in Dependency Resolution
14:02:18 : Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by
package audacity
Missing Dependency: libwx_gtk2u...
2007 Oct 11
1
problems with "yum --enablerepo=centos upgrade" command
On CentOS 4.5, I'm trying to upgrade MySQL 4 to MySQL 5.
(I enabled the RPMforge with the repository protection)
rpm -qa | grep mysql
gives me:
mysql-4.1.20-2.RHEL4.1.0.1
mysql-server-4.1.20-2.RHEL4.1.0.1
But when I try to update
yum --enablerepo=centosplus upgrade mysql-server
I get
Loading "priorities" plugin
Setting up Upgrade Process
Setting up repositories
Reading repository metadata in from local files
484 packages excluded due to repository priority protections
Could not find update match for mysql
No Packages marked for...
2007 Sep 23
2
question on "yum --enablerepo=centos "
...ity, I have to use PHP 5, which isn't included in the RPMforge
repository, unless I enable CentOSplus and yum update/upgrade everything
(which I did eventually, just to get everything working).
While in 4.x, I tried to enable *just* PHP with a command (something
like) the following:
yum --enablerepo=centosplus upgrade php*
After doing so, however, I got all these errors saying that it couldn't
update it b/c other things were needing updating (Pear, I think, was one
of them). Perhaps this had to do with me installing RPMforge and using
protect-plugins.
Is there a way to force an update...
2006 Apr 12
5
more than one repo with --disablerepo
What's the correct syntax for something like the following:
yum check-update --disablerepo=dag ivazquez Extras Misc
this runs "dead" and doesn't do a check-update. Use kommas? Something
else? man just tells to use glob exp, but what about multiple repo's?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2010 Jan 12
7
Rhythmbox won't play mp3 files
Hi all;
I'm actually running RHEL 5.4
I installed the rpmforge centos repo (and disabled it). Then I installed the
following:
yum --enablerepo=rpmforge install libdvdcss libdvdread libdvdplay libdvdnav
lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin
gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime
yum --enablerepo=rpmforge install xmms
which installed these:
xmms
gdk-pixbuf
gli...
2014 Dec 22
1
yum upgrade not working
This often helps to avoid broken dependencies:
yum --disablerepo=\* --enablerepo=base --enablerepo=updates update
After that, a regular yum update.
- Jussi
On 22.12.2014 17.39, Tim Dunphy wrote:
> Removing that libyaml package allowed me to upgrade!
>
> Thanks for the tip!
2017 Apr 04
0
Xorg problem
...ribution synchronization. Here are the notes from what worked: (may be line wrapping issues in what follows)
Went back to the x64 version and figured out
how to roll back to 6.7:
mount -t nfs phxbkup2:/iso/centos6.7x64 /media/CentOS
# This one failed with dependency issues
yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7 distribution-synchronization
# Erased the problem packages
yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7 erase python-libipa_hbac-1.13.3-22.el6_8.4.x86_64 mesa-libxatracker-11.0.7-4.el6.x86_64 xorg-x11-drivers-7.3-13.4.el6.x86_64 mesa-libxatracker-11.0.7-4...
2019 Aug 29
4
I broke "yum update" - C7
...rypt Authority X3
> verify return:1
> depth=0 CN = webtatic.com
> verify return:1
[ ... ]
> Verify return code: 0 (ok)
Hi,
yum uses libcurl behind the scenes and thus NSS and not OpenSSL.
Do you get something indicative when running:
URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic
check-update
Alexander
2015 Sep 08
3
Xen 4.4.3 packages available in virt6-xen-44-testing
...release
repositories (enabled by default), and the community build system
repositories (disabled by default).
At the moment, all packages will be stored in the virt-xen-44-testing
repository. You can either enable this by default by editing
/etc/yum.repos.d/VirtSIG-Xen.repo, or by adding
"--enablerepo=virt-xen-44-testing".
If you want, you can edit defaults /etc/sysconfig/xen-kernel
Next, run 'yum update' to get the new kernel:
yum --enablerepo=virt-xen-44-testing update kernel
Now install xen:
yum --enablerepo=virt-xen-44-testing install xen
This should grab both xen and the...
2017 Apr 04
3
Xorg problem
...e the notes from what worked: (may be line wrapping issues in what
> follows)
>
> Went back to the x64 version and figured out
> how to roll back to 6.7:
> mount -t nfs phxbkup2:/iso/centos6.7x64 /media/CentOS
> # This one failed with dependency issues
> yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7
> distribution-synchronization
> # Erased the problem packages
> yum --disablerepo=\* --enablerepo=c6-media --releasever=6.7 erase
> python-libipa_hbac-1.13.3-22.el6_8.4.x86_64 mesa-libxatracker-11.0.7-4.el6.x86_64
> xorg-x11-drivers-7.3-13.4.el6.x86_64 me...
2011 Sep 05
2
[Xen-API] XCP - How to compile IBM Mpp-rdac driver in XCP
Hi all!
I need to compile de IBM Mpp-rdac driver in XCP 1.0 to use with the IBM
DS4700 storage.
Is there any way to do this?
--
Rogério da Costa
_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://lists.xensource.com/mailman/listinfo/xen-api
2005 Mar 06
3
CentOS-4 i386 errata: Configuration change for
...optional
centos repositories. This would allow a user to update / install from
an optional repository without needing to modify the configuration
files.
Example:
If you wanted to install a package named foo from the optional repositry
named centosplus, you would use the following command:
yum --enablerepo=centosplus install foo
see "man yum" for more information about the --enablerepo and --
disablerepo settings for yum.
This update has been pushed to the CentOS Network and should be
available via your mirror in a few hours.
You can get receive this upgrade by using the command:
yum up...
2015 Sep 09
2
CentOS 7 Xen 4.4.3 packages available for in virt7-xen-44-testing
...release
repositories (enabled by default), and the community build system
repositories (disabled by default).
At the moment, all packages will be stored in the virt-xen-44-testing
repository. You can either enable this by default by editing
/etc/yum.repos.d/VirtSIG-Xen.repo, or by adding
"--enablerepo=virt-xen-44-testing".
If you want, you can edit defaults /etc/sysconfig/xen-kernel
Next, run 'yum update' to get the new kernel:
yum --enablerepo=virt-xen-44-testing update kernel
Now install xen:
yum --enablerepo=virt-xen-44-testing install xen
This should grab both xen and the...
2020 Feb 01
2
ntfs support
I should think this is quite a basic question but what I have tried so
far hasn't worked. I have centos altarch 7 and I want to mount an ntfs
volume.
(I am beginning to suspect it is not available for 32 bit so I will need
to get the source and compile?)
?These commands I have tried:
yum --enablerepo=extras install epel-release
yum --enablerepo=extras
yum install epel-release
I have enabled extras, but I don't know what epel-release is or how to
enable it.
yum repolist enabled
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
?* base: mirrors.coreix.net
?* extras: m...
2007 Oct 11
4
Can't get XFS enabled on Centos 5.0
I anm trying to enable XFS with no success.
I followed the instructions provided in
http://wiki.centos.org/Repositories/CentOSPlus
I installed the new kernel.
Example: 2.6.18-8.1.14.el5.centos.plus
I also installed these packages as described in a post I found
yum install --enablerepo=centosplus xfsprogs xfsprogs-devel
lsmod shows nothing about XFS
I would image there are others out there running XFS on Centos boxes.
Could you please help.
ps.
Just joined the list(switching over from Fedora). I recognised the name
Scott Silva from
the Mailscanner list I also belong to. Small...