Bug 205842: EDNS0 option in DNS resolver unsupported
Product: Fedora Core
Version: devel
Component: glibc
Ulrich Drepper <drepper(a)redhat.com> has granted Ulrich Drepper
<drepper(a)redhat.com>'s request for fedora_requires_release_note:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205842
------- Additional Comments from Ulrich Drepper <drepper(a)redhat.com>
Try the next rawhide version. Jakub will hopefully update to that version.
Note that if ssh directly sets the resolver options you have to recompile the
application. If you use resolv.conf you're fine.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats
The comment on the change is:
removing ACL, we want more participation
------------------------------------------------------------------------------
- #acl EditGroup:read,write,delete,revert DocEditorsGroup:admin,read,write,delete,revert
## hidden comment to test fedora-relnotes-content, please ignore
= Fedora Documentation Beats =
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats
The comment on the change is:
pre-handling the objection, "But my project isn't theeeerrrreeee"
------------------------------------------------------------------------------
'''Table of Contents'''
''Note: Links go directly to separate Wiki page''
+
+ '''If you feel a beat is missing, put it in where you think it fits best, and the editors will work with you from there.'''
* [:Docs/Beats/Welcome:Docs/Beats/Welcome]
* [:Docs/Beats/OverView:Docs/Beats/OverView]
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by PaulWFrields:
http://fedoraproject.org/wiki/Docs/Beats
The comment on the change is:
You know what? This order is better.
------------------------------------------------------------------------------
|| {i} '''Admonitions in the Beats are using a new style and appear broken'''||
|| We are using a new Wiki syntax for the admonition that does not work in the fedoraproject.org Wiki yet. This new style allows us to output the documents to DocBook using the new code being developed as part of a [:MoinDocBookProject:Summer of Code project]. Please use the new style wherever you come across it. ||
+ A '''beat''', derived from newspaper and laboratory usage, is the act of reporting news or research results; or a round or course which is frequently gone over, by a newspaper reporter or a law enforcement officer ("beat cop").
+
These are the pages where the release notes beats are written.
These pages are used in addition to bugzilla reports and mailing list discussions.
-
- || A '''beat''', derived from newspaper and laboratory usage, is the act of reporting news or research results; or a round or course which is frequently gone over, by a newspaper reporter or a law enforcement officer ("beat cop"). ||
Each beat has one or more beat writers, as assigned on the [:DocsProject/ReleaseNotes/Beats:release notes beats] page.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by PaulWFrields:
http://fedoraproject.org/wiki/Docs/Beats
The comment on the change is:
Define beat for Philistines
------------------------------------------------------------------------------
These are the pages where the release notes beats are written.
These pages are used in addition to bugzilla reports and mailing list discussions.
+
+ || A '''beat''', derived from newspaper and laboratory usage, is the act of reporting news or research results; or a round or course which is frequently gone over, by a newspaper reporter or a law enforcement officer ("beat cop"). ||
Each beat has one or more beat writers, as assigned on the [:DocsProject/ReleaseNotes/Beats:release notes beats] page.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by SamFolkWilliams:
http://fedoraproject.org/wiki/Docs/Beats/Virtualization
The comment on the change is:
Updating with basic stuff for Fedora 7
------------------------------------------------------------------------------
{{{#!html
<h2>Virtualization</h2>}}}
- Virtualization in Fedora is based on Xen 3.0.2, and is integrated within the Fedora installer. Refer to [http://fedoraproject.org/wiki/Tools/Xen] for more information about Xen.
+ Virtualization in Fedora is based on Xen 3.0.4, and is integrated within the Fedora installer. Refer to [http://fedoraproject.org/wiki/Tools/Xen] for more information about Xen.
= Types of Virtualization =
- Under Fedora * using Xen 3.0.2, both paravirtualization and full virtualization can be implemented. Full virtualization requires a VT-capable processor. Paravirtualization does not require special hardware, but does require the guest OS to be modified. To learn more about how to configure and use Xen, refer to [http://fedoraproject.org/wiki/FedoraXenQuickstartFC6]
+ Under Fedora * using Xen 3.0.4, both paravirtualization and full virtualization can be implemented. Full virtualization requires a VT-capable processor. Paravirtualization does not require special hardware, but does require the guest OS to be modified. To learn more about how to configure and use Xen, refer to [http://fedoraproject.org/wiki/FedoraXenQuickstartFC6]
= Guest Operating Systems =
- The Fedora 6 development team has tested Xen with Fedora Core 6 and Red Hat Enterprise Linux 5 Beta1 guests. Other guests have not been tested. With paravirtualization, however, users can expect reasonable success running any Linux guest OS that was built for Xen 3.0.2. With full virtualization using VT hardware, users can expect reasonable success with a larger variety of operating systems, including some proprietary operating systems.
+ The Fedora 7 development team has tested Xen with Fedora Core 7 and Red Hat Enterprise Linux 5 Beta2 guests. Other guests have not been tested. With paravirtualization, however, users can expect reasonable success running any Linux guest OS that was built for Xen 3.0.4. With full virtualization using VT hardware, users can expect reasonable success with a larger variety of operating systems, including some proprietary operating systems.
= Changes to the Xen Packages =
- In Fedora a single kernel supports both the host and the guest operating systems. In previous versions, there was one kernel, `kernel-xenU`, for the host or hypervisor and a separate kernel, `kernel-xen0`, for the guests. In Fedora the `kernel-xen` package is the only kernel needed.
+ The following improvements have been made in the Virtualization packages in Fedora 7:
- Fedora introduces `virt-manager`, a GUI application for installing and managing virtual machines. Features of `virt-manager` include:
+ * virt-manager and virsh can now work with inactive domains. Previously, only xm could handle inactive domains
+ * The mouse cursor problems with the virtual frame buffer have been fixed, for a better user experience in GUI modes
+ * Misc. other small improvements and fixes have been made.
- * Integrated graphical framebuffer. Both the GUI installer and the guest operating system's graphical environment can be accessed from `virt-manager` without the need for VNC.
-
- * An embedded serial console viewer. The console can now be accessed from `virt-manager` without opening a separate terminal and using `xm console`.
-
- * CPU and memory management. The vCPUs and memory of active guest operating systems can be adjusted on the fly.
-
- * Extended RFB protocol handler. If the guest operating system changes screen resolution, the `virt-manager` graphical console adjusts its size accordingly.
-
- In Fedora there are two methods to install a guest OS: via the command line using the `xenguest-install` program, or via the GUI application `virt-manager`.
-
- [[Admonition("note","xenguest-install Script Renamed","The xenguest-install script was named xenguest-install.py in previous versions.")]]
-
- Xen log messages are stored under `/var/log/xen`, which separates Xen related log messages from other system messages.
-
- [[Admonition("important","i386 Guest Kernels Require PAE","PAE support in the CPU is required by i386 guests. Some older computers might not have this functionality.")]]
-
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats/DatabaseServers
The comment on the change is:
yeh, closing bracket
------------------------------------------------------------------------------
[[Admonition("important", "Upgrading Databases", "Before upgrading an existing Fedora system with a PostgreSQL database, it
could be necessary to follow the procedure described at
http://www.postgresql.org/docs/8.1/interactive/install-upgrading.html. Otherwise
- the data may be not accessible by the new version of PostgreSQL."]]
+ the data may be not accessible by the new version of PostgreSQL.")]]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=185788
Summary: RELNOTES - Better explanation of PostgreSQL upgrade
Product: Fedora Documentation
Version: devel
Platform: All
URL: http://fedoraproject.org/wiki/Docs/Beats/DatabaseServers
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: release-notes
AssignedTo: relnotes(a)fedoraproject.org
ReportedBy: nsoranzo(a)tiscali.it
QAContact: kwade(a)redhat.com
CC: kwade(a)redhat.com
Actually the text is:
"Fedora Core 4 provided version 8.0 of PostgreSQL. If you upgrade an existing
Fedora system with a PostgreSQL database, you must upgrade the database to
access the data."
To me it's not clear that you have to back up _before_ upgrading. I'd rather prefer:
"The internal data storage format changed in respect to the version provided in
Fedora Core 4, PostgreSQL 8.0. Before upgrading an existing Fedora Core system
with a PostgreSQL database, you must back up the data and then restore it after
the upgrade."
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.
The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats/DatabaseServers
The comment on the change is:
fixing as per bz 185788
------------------------------------------------------------------------------
= PostgreSQL =
- This release of Fedora includes '''PostgreSQL''' 8.1. For more information on this new version, refer to http://www.postgresql.org/docs/whatsnew.
+ This release of Fedora includes '''PostgreSQL''' x.y. For more information on this new version, refer to http://www.postgresql.org/docs/whatsnew.
- [[Admonition("important", "Upgrading Databases", "Fedora Core 4 provided version 8.0 of PostgreSQL. If you upgrade an existing Fedora system with a PostgreSQL database, you must upgrade the database to access the data. To upgrade a database from a previous version of PostgreSQL, follow the procedure described at http://www.postgresql.org/docs/8.1/interactive/install-upgrading.html"]]
+ [[Admonition("important", "Upgrading Databases", "Before upgrading an existing Fedora system with a PostgreSQL database, it
+ could be necessary to follow the procedure described at
+ http://www.postgresql.org/docs/8.1/interactive/install-upgrading.html. Otherwise
+ the data may be not accessible by the new version of PostgreSQL."]]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: FTP/NFS install/upgrade is unsafe, should check GPG signatures.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=998
bugzilla(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED
Keywords| |Reopened
------- Additional Comments From bugzilla(a)redhat.com 2007-02-05 14:10 EST -------
REOPENED status has been deprecated. ASSIGNED with keyword of Reopened is preferred.
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.