summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Distrib/CDNotesK3.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/Distrib/CDNotesK3.mdwn b/Distrib/CDNotesK3.mdwn
index 5a5ea0b5..193f690b 100644
--- a/Distrib/CDNotesK3.mdwn
+++ b/Distrib/CDNotesK3.mdwn
@@ -10,6 +10,18 @@ As usual, you can find [more information here](http://www.debian.org/ports/hurd/
----
+GNU parted, the partitioning program, crashes when it's used like this:
+
+# parted /dev/hd0
+
+This is a bug in the Hurd (Debian bug #196085). Use the following arguments instead:
+
+# parted device:hd0
+
+-- [[Main/OgnyanKulev]] - 04 Jun 2003
+
+----
+
Unfortunately gcc-3.2\_3.2.3 gives "Internal error" while compiling the Hurd. You have to use gcc-3.3 but keep in mind that only CVS snapshots after 2003-05-08 can be compiled by gcc-3.3.
-- [[Main/OgnyanKulev]] - 02 Jun 2003