Displaying 20 results from an estimated 27 matches for "resolvedeps".
2009 Apr 28
1
Package Updater problems
...self.checkDeps(mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 550,
in checkDeps
(result, msgs) = self.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in
resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and no...
2013 Mar 11
2
CentOS release 5.3 (Final) yum update error TypeError: unsubscriptable object
...;, line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in
resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not...
2009 May 16
1
problem of update by yum
..., line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in _checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not...
2016 Oct 04
1
[PATCH] v2v: linux: try to fix removal of VMware tools
Try to improve the way packages of VMware tools are removed from
YUM-based guests:
- when filtering the package itself from its providers, do a stricter
check so either the provide is the unversioned package, or it is
exactly its own name
- if the package has no other providers, then going further will cause
the invocation of 'yum install' with no packages, and thus the package
2009 Oct 12
1
can't update python ?!@#@?
...;, line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in
resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not...
2006 Oct 04
2
YUM needs older version
Sorry to bring this topic up again, but I am confused as to why yum
needs an older version and how to resolve the problem. I get this error
from yum:
Error: Missing Dependency: httpd = 2.0.52-22.ent.centos4 is needed by
package httpd-manual
Error: Missing Dependency: libgcj = 3.4.5 is needed by package libgcj-devel
Since most of this is outside my skill set, I am not sure if "yum
2009 Jun 03
4
yum update error this morning
..., line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in
resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and no...
2009 Apr 13
1
Possible bug?
...self.checkDeps(mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 550,
in checkDeps
(result, msgs) = self.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 696, in
resolveDeps
CheckDeps, checkinstalls, checkremoves, missing =
self._resolveRequires(errors)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 779, in
_resolveRequires
thisneeds = s...
2008 Dec 30
3
Anaconda crash during Centos 5.2 installation.
..., line 388,
in _provideToPkg
for po in self.whatProvides(r, f, v):
File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 461,
in tsCheck
dep = self._provideToPkg(req)
File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 429,
in resolveDeps
unresolved = self.tsCheck(unresolved)
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 585, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line
1265, in doPostSelection...
2009 Apr 08
2
Issues with vsftpd install
...errcode = main(args)
> File "/usr/share/yum-cli/yummain.py", line 145, in main
> (result, resultmsgs) = base.buildTransaction()
> File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
> buildTransaction
> (rescode, restring) = self.resolveDeps()
> File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 696, in
> resolveDeps
> CheckDeps, checkinstalls, checkremoves, missing =
> self._resolveRequires(errors)
> File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 779, in
> _resolv...
2009 Apr 03
3
yum update perl error in CentOS 5.3
...;, line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in
buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in
resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not...
2005 Jun 17
1
kickstart x86_64 with i386 compatibilites
What is the package selection group that I must specify to install the
i386 group of compatible rpms into my kickstart.
--
2008 Dec 03
2
Looking for uuid-devel
Just pulled the lastest patches to HIPL (well the last replay was 11/24,
so a number of nights behind) and tried a 'make rpm' and got the error:
error: Failed build dependencies:
uuid-devel is needed by hipl-1.0.4-1.i386
And I can'd find any rpm that has this module. I have tried different
things in yum and have not found it. resolvedep, whatprovides, info,
list.
2018 Feb 11
0
libsmbclient conflict problem
On 2018-02-11, me at tdiehl.org
<me at tdiehl.org> wrote:
> On Sun, 11 Feb 2018, Liam O'Toole wrote:
>
>> On 2018-02-06, me at tdiehl.org
>> <me at tdiehl.org> wrote:
>>> Hi,
>>>
>>> I have a c-6 machine that I noticed the following on:
>>>
>>> (bugs pts10) # package-cleanup --problems Loaded plugins:
>>>
2018 Feb 11
3
libsmbclient conflict problem
On Sun, 11 Feb 2018, Liam O'Toole wrote:
> On 2018-02-06, me at tdiehl.org
> <me at tdiehl.org> wrote:
>> Hi,
>>
>> I have a c-6 machine that I noticed the following on:
>>
>> (bugs pts10) # package-cleanup --problems Loaded plugins:
>> fastestmirror, priorities, refresh-packagekit Package
>> system-config-printer-libs-1.1.16-26.el6.x86_64
2008 Sep 27
2
Why i can't configure network and hostname with this kickstart file?
...# -------------------
# For more kickstart options, please refer:
#
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Installation_Guide-en-US/s1-kickstart2-options.html
# -------------------------------------------
# Packages.
# -------------------------------------------
%packages --resolvedeps --excludedocs
basesystem
-rmt
-dump
-amtu
-anacron
-acpid
-apmd
-at
-ftp
-redhat-lsb
-atk
-gtk2
-GConf2
-bluez-gnome
-bluez-utils
-notification-daemon
-libwnck
-libnotify
-attr
-audit
-audit-libs-python
-policycoreutils
-setools
-selinux-policy
-selinux-policy-targeted
-authconfig
-firstboot-tui
-a...
2009 Apr 03
1
Problem with python in 5.3 update?
...;, line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647,
in buildTransaction
(rescode, restring) = self.resolveDeps()
I tried to update python on its own but this happens when I try:
# yum update python
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirrors.adams.net
* updates: ftp.lug.udel.edu
* addons: mirrors.greenmountainaccess.net
* extras: yum.singlehop....
2007 Mar 29
1
pxelinux.0...error: not a valid image; unable to load file
...563C-------------------
#System authorization information
auth --useshadow --enablemd5 --enablenis
#SELinux configuration
selinux --disabled
#XWindows configuration information
#Probe for video card
#Probe for monitor
xconfig --depth 16 --resolution 1024x768
--defaultdesktop=icewm
%packages --resolvedeps
@base
@core
@Editors
@System Tools
@GNOME Desktop Environment
@X Window System
@Graphics
@Printing Support
rsh-server
tftp-server
vsftpd
f-spot
httpd
system-config-printer
sysstat
tetex-xdvi
openldap-servers
sharutils
ypserv
postfix
cd/tmp
eject
halt
Bill Cody
codyw725 at yahoo.com...
2011 Aug 14
4
Kickstart installation error
...row
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=dhcp --device=eth0
#Firewall configuration
firewall --disabled
#SELinux configuration
selinux --disabled
#Do not configure XWindows
skipx
#Package install information
%packages --resolvedeps
@ gnome-desktop
@ kde-desktop
@ editors
@ engineering-and-scientific
@ graphical-internet
@ text-internet
*[root at localhost ~]# cat /etc/dhcpd.conf*
ddns-update-style interim;
ignore client-updates;
subnet 192.168.0.0 netmask 255.255.255.0 {
# --- default gateway
option...
2008 Mar 13
2
CentOS 5.1 install via PXE Failure
...--useshadow --enablemd5
firewall --disabled
selinux --disabled
skipx
# Perform installation in text mode to save probing video hardware
text
####################################
# End global configuration options #
####################################
# Package install information
%packages --resolvedeps
e2fsprogs
grub
kernel
lynx
net-snmp
net-snmp-utils
strace
ntp
exim
vim-enhanced
vim-common
perl-Digest-HMAC
perl-Digest-SHA1
# Packages to remove
-NetworkManager
-aspell
-aspell-en
-bluez-bluefw
-bluez-hcidump
-bluez-libs
-bluez-utils
-cups
-cups-libs
-dos2unix
-dosfstools
-finger
-fontconfig
-fre...