diff --git a/data/releases/2.2.5R/errata.sgml b/data/releases/2.2.5R/errata.sgml
index f2d45f7b81..9f13576de8 100644
--- a/data/releases/2.2.5R/errata.sgml
+++ b/data/releases/2.2.5R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
&header;
@@ -71,6 +71,21 @@ o A bug in the ipfw code exists where using the "reset tcp" firewall command
Fix: Update to the 2.2-stable version of the kernel or apply the
patch found in ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/ipfw.diff
+o A bug in XF86Setup causes it to fail to create a symbolic link from
+ /usr/X11R6/bin/X to the right X server for your hardware if a link
+ does not already exist. When you type startx the following error is
+ displayed:
+
+ xinit: No such file or directory (errno 2): no server "X" found in PATH
+
+Fix: Execute the following commands (as root) and re-run XF86Setup.
+
+ # cd /usr/X11R6/bin
+ # ln -s XF86_VGA16 X
+
+ If XF86Setup asks you if you want to use the existing XF86Config for
+ defaults choose no. When it asks you if you want to create an 'X'
+ link to the server choose yes.
&footer;
diff --git a/en/releases/2.2.5R/errata.sgml b/en/releases/2.2.5R/errata.sgml
index f2d45f7b81..9f13576de8 100644
--- a/en/releases/2.2.5R/errata.sgml
+++ b/en/releases/2.2.5R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
&header;
@@ -71,6 +71,21 @@ o A bug in the ipfw code exists where using the "reset tcp" firewall command
Fix: Update to the 2.2-stable version of the kernel or apply the
patch found in ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/ipfw.diff
+o A bug in XF86Setup causes it to fail to create a symbolic link from
+ /usr/X11R6/bin/X to the right X server for your hardware if a link
+ does not already exist. When you type startx the following error is
+ displayed:
+
+ xinit: No such file or directory (errno 2): no server "X" found in PATH
+
+Fix: Execute the following commands (as root) and re-run XF86Setup.
+
+ # cd /usr/X11R6/bin
+ # ln -s XF86_VGA16 X
+
+ If XF86Setup asks you if you want to use the existing XF86Config for
+ defaults choose no. When it asks you if you want to create an 'X'
+ link to the server choose yes.
&footer;