Description of problem: system running fc17 with updates and updates-testing repositories enabled. ran updater gui to get nfs-utils-1:1.2.6-5.fc17.x86_64 and got this error: "ERROR with transaction check vs depsolve: rpcbind is needed by nfs-utils-1:1.2.6-5.fc17.x86_64 Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum" Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. ran updater gui 2. got error 3. Actual results: got error but update didnt complete Expected results: no error Additional info:
Created attachment 628467 [details] yum update error
Why is this an nfs-utils error and not a repo problem??
(In reply to comment #2) > Why is this an nfs-utils error and not a repo problem?? Never mind.. I see that its assigned correctly.... my bad...
hmm i recently did a 'yum reinstall nfs-util*' which seems to have fixed things. had tried to run updates and got: 'ERROR with transaction check vs depsolve: rpcbind is needed by nfs-utils-1:1.2.6-6.fc17.x86_64 Please report this error at https://bugzilla.redhat.com /enter_bug.cgi?product=Fedora&version=rawhide&component=yum' so tried # yum check Loaded plugins: langpacks, presto, refresh-packagekit 1:nfs-utils-1.2.6-5.fc17.x86_64 has missing requires of rpcbind then tried # yum reinstall nfs-util* and that 'yum reinstall nfs-util*' pulled in rpcbind so then yum update to nfs-utils-1:1.2.6-6.fc17.x86_64 worked so either something got fixed or was just a gremlin. unless anyone else has had this am closing for now.