On Wed, 2008-02-13 at 21:42 +0100, Hans-Peter Jansen wrote: > Hi, > > am I doing something controversial? > > Resolving Dependencies > --> Running transaction check > ---> Package apparmor-profiles.noarch 0:2.0.1-14 set to be erased > ---> Package apparmor-parser.i586 0:2.0.1-11 set to be erased > ---> Package apparmor-utils.noarch 0:2.0.1-10 set to be erased > ---> Package apparmor-docs.noarch 0:2.0.1-6 set to be erased > --> Finished Dependency Resolution > > Dependencies Resolved > > ============================================================================= > Package Arch Version Repository Size > ============================================================================= > Removing: > apparmor-docs noarch 2.0.1-6 installed 129 k > apparmor-parser i586 2.0.1-11 installed 394 k > apparmor-profiles noarch 2.0.1-14 installed 169 k > apparmor-utils noarch 2.0.1-10 installed 468 k > > Transaction Summary > ============================================================================= > Install 0 Package(s) > Update 0 Package(s) > Remove 4 Package(s) > > Is this ok [y/N]: y > Downloading Packages: > Running rpm_check_debug > Running Transaction Test > Traceback (most recent call last): > File "/usr/bin/yum", line 29, in <module> > yummain.user_main(sys.argv[1:], exit_code=True) > File "/usr/share/yum-cli/yummain.py", line 237, in user_main > errcode = main(args) > File "/usr/share/yum-cli/yummain.py", line 189, in main > base.doTransaction() > File "/usr/share/yum-cli/cli.py", line 382, in doTransaction > self.tsInfo.problemFilterFlags.append(rpm.RPMPROB_FILTER_DISKSPACE) > AttributeError: TransactionData instance has no > attribute 'problemFilterFlags'
No, you're not. You have diskspacecheck=0, though, don't you? you found a bug - it is fixed by this patch: http://devel.linux.duke.edu/gitweb/?p=yum.git;a=commitdiff;h=40f3c97104a78c88651439c5c9acdb00981cbe77 thanks, -sv _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
