Bug 203507 - error when using "Add/Remove Software"
Summary: error when using "Add/Remove Software"
Keywords:
Status: CLOSED DUPLICATE of bug 186545
Alias: None
Product: Fedora
Classification: Fedora
Component: pirut
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-22 06:07 UTC by npmak
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-22 21:26:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
error message (877 bytes, text/plain)
2006-08-22 06:07 UTC, npmak
no flags Details

Description npmak 2006-08-22 06:07:10 UTC
Description of problem:

At first, an error message "cannot retrieve software information" popped up 
after clicking "Add/Remove Software" under "Applications" menu. My computer 
was not connected to internet. Then, I followed the steps below which claimed 
to solve this issue.

==========================================================================
Create a directory for your repository and mount the DVD ISO there: 
# mkdir -p /path/to/your/repo 
# mount -r -o loop /path/to/FC-5-i386-DVD.iso /path/to/your/repo
Ensure that the DVD ISO image is mounted at every reboot 
edit /etc/fstab and add new line: 

/path/to/FC-5-i386-DVD.iso /path/to/your/repo iso9660 ro,loop 0 0 
Configure yum to use your new repository 

edit /etc/yum.repos.d/fedora-core.repo 

comment out any line starting with baseurl or mirrorlist in the [core] 
repository section at the top 

add a new line: baseurl=file:///path/to/your/repo

If you want to use the Add/Remove Software application (pirut) with no network 
connection, you'll need to disable all of the yum repositories apart from your 
local one. By default, the only enabled repositories are core (which is now 
served by your local repository), updates, and extras. You can disable these 
repositories by changing the line enabled=1 to enabled=0 
in /etc/yum.repos.d/fedora-updates.repo and /etc/yum.repos.d/fedora-
extras.repo respectively.

=============================================================================

After performing the above steps, another error popped up. And it suggested me 
to save the error message and report this error. The error message is attached.

Version-Release number of selected component (if applicable):
FC5

How reproducible:
everytime

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 npmak 2006-08-22 06:07:10 UTC
Created attachment 134614 [details]
error message

Comment 2 Jeremy Katz 2006-08-22 21:26:41 UTC

*** This bug has been marked as a duplicate of 186545 ***


Note You need to log in before you can comment on or make changes to this bug.