From Fedora Project Wiki

Revision as of 18:26, 19 March 2009 by Pfrields (talk | contribs) (Add pointer to relnotes for now.)

This page documents common bugs in Fedora 11 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it. Where appropriate, a reference to the current bug(s) in Bugzilla is included.

Release Summary, Announcement and Notes

Read the Fedora 11 Beta release notes for specific information about changes in Fedora 11 Beta, known issues, and other general information.


My Bug Is Not Listed

Not every bug is listed in this page. You can use bugzilla queries in the bottom of this page for that. We have collected this based on commonly discussed issues in our mailing lists and forums. If you believe any particular bug report is missed out here and if you have wiki access, add it this page or contact Rahul Sundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue.

Common Issues

git-* Commands Moved from $PATH

link to this item - Bugzilla: #479216

Most of the git-* commannds have been moved from the standard $PATH. Use of the git-* form has been deprecated since around 2006 and upstream moved these commands by default with git-1.6.0. Any script that references the commands will need to be updated. Below is a possible workaround:

PATH=$(git --exec-path):$PATH

References