summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-12 13:17:38 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-12 13:17:38 +0200
commit02dc763468a9ed995e1b4af298d6448f143615d6 (patch)
tree7ba0c821ec310a3c46f9644af7724c74cee9664d
parent1c6d9a52d3e0bace25ec83f37342423489ef73ea (diff)
parent8d11105be2fa718495a171d5a3a8366af1aefa63 (diff)
Merge branch 'iki-master' of kepler:tmp/hurd/wiki/hurd-wiki.d
Conflicts: Distrib/WebHome.mdwn Hug/WebHome.mdwn
-rw-r--r--Distrib/CDNotesHome.mdwn8
-rw-r--r--Distrib/DebianFAQ.mdwn4
-rw-r--r--Distrib/HurdOnQEMU.mdwn38
-rw-r--r--Distrib/WebDiscuss.mdwn4
-rw-r--r--Distrib/WebHome.mdwn9
-rw-r--r--GNU/WebHome.mdwn4
-rw-r--r--Hug/WebHome.mdwn83
-rw-r--r--Hurd/ExtTwoSize.mdwn2
-rw-r--r--Hurd/KnownHurdLimits.mdwn3
-rw-r--r--Hurd/LiveCD.mdwn2
-rw-r--r--Hurd/NextHurd.mdwn2
-rw-r--r--Hurd/PublicHurdBoxen.mdwn5
-rw-r--r--Hurd/WebHome.mdwn4
-rw-r--r--Mach/WebHome.mdwn4
-rw-r--r--Main/ConanRehert.mdwn22
-rw-r--r--Main/DabianHurd.mdwn22
-rw-r--r--Main/HurdGnuFansOrg.mdwn4
-rw-r--r--Main/MarkMeyer.mdwn22
-rw-r--r--Main/PierlucaMasala.mdwn22
-rw-r--r--Main/TWikiGuest.mdwn2
-rw-r--r--Main/WebHome.mdwn4
-rw-r--r--Mig/WebHome.mdwn4
22 files changed, 237 insertions, 37 deletions
diff --git a/Distrib/CDNotesHome.mdwn b/Distrib/CDNotesHome.mdwn
index db8a47cb..ec3a2d32 100644
--- a/Distrib/CDNotesHome.mdwn
+++ b/Distrib/CDNotesHome.mdwn
@@ -2,14 +2,18 @@ Charles, here's a place for you! As usual, you can find [more information here](
----
-What we need is a [[ReleaseHome]] page and to expand the system so that a chronological set of all releases from all the different distributions can be seen, but that's for another day. The [[HurdReleaseForm]] is in place already, it just needs to be updated with the other folks who are releasing distros. The hard part is to get the info that a particular distro is released on a particular date. Creating new Notes page is also a manual process due to the TWiki searches and comment box that need to be added to each one. Right now, I'm the only one who knows how or seems to have tried.
+It seems the building of the CDs is being passed to the University of Calicut. [Re: latest ISO images](http://lists.debian.org/debian-hurd/2007/07/msg00095.html) K 14 is the latest stable, L1 is the development version.
--- [[Main/GrantBow]] - 03 Feb 2004
+-- [[Main/GrantBow]] - 24 Jul 2007
Date search function borken, will be fixed in next TWiki base software upgrade.
-- [[Main/JoachimNilsson]] - 12 Mar 2005
+What we need is a [[ReleaseHome]] page and to expand the system so that a chronological set of all releases from all the different distributions can be seen, but that's for another day. The [[HurdReleaseForm]] is in place already, it just needs to be updated with the other folks who are releasing distros. The hard part is to get the info that a particular distro is released on a particular date. Creating new Notes page is also a manual process due to the TWiki searches and comment box that need to be added to each one. Right now, I'm the only one who knows how or seems to have tried.
+
+-- [[Main/GrantBow]] - 03 Feb 2004
+
<table>
<tr>
<td valign="top" width="50%">
diff --git a/Distrib/DebianFAQ.mdwn b/Distrib/DebianFAQ.mdwn
index e66329ca..f302ed9d 100644
--- a/Distrib/DebianFAQ.mdwn
+++ b/Distrib/DebianFAQ.mdwn
@@ -78,6 +78,10 @@ If you want to use the _apt-get source_ facility, make sure that _/etc/apt/sourc
The kernel logs are written to /dev/klog by Mach. Run "cat /dev/klog &gt; foo" as root and hit ctrl+c after a few seconds to catch the logs. You can do this only once and do not do this in single-user mode (where ctrl+c does not work).
+## <a name="_bad_hypermeta_data_"> \`bad hypermeta data' </a>
+
+If you get the error \`bad hypermeta data' when trying to mount an ext3 partition from GNU/Linux, that is usually because the file system has not been unmonted cleanly (maybe GNU/Linux got suspended to disk) and the Hurd cannot mount it as ext2 without checking. Either boot back into GNU/Linux remount it once or you can try to run "fsck.ext3" from GNU/Hurd directly.
+
----
Page started.
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn
index fc1b1a49..eead1b8c 100644
--- a/Distrib/HurdOnQEMU.mdwn
+++ b/Distrib/HurdOnQEMU.mdwn
@@ -1,5 +1,7 @@
# <a name="Hurd_on_QEMU"> </a> Hurd on QEMU
+... by the way, there is available an already prepared [disk image with an installation of the Debian distribution of GNU/Hurd](http://www.numenor.art.pl/balrog/hurd/) for QEMU.
+
## <a name="What_is_Needed"> What is Needed </a>
1. First thing is to install [[QEMU]].
@@ -45,6 +47,18 @@ Now take the number of sectors for the beginning of the partition and multiply i
## <a name="Networking_in_QEMU"> </a> Networking in QEMU
+If you just want to access the internet from within QEMU, you can setup pfinet for QEMU's user-networking:
+
+ # settrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0
+
+(See also <http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30>.)
+
+Outgoing internet connections should just work then, although you might have to setup nameservers in `/etc/resolv.conf` as well.
+
+If you want to connect from the host system to the Hurd system running in QEMU, you need to setup something more advanced, like bridged networking.
+
+## <a name="Bridged_Networking"> Bridged Networking </a>
+
### <a name="What_is_Needed"> What is Needed </a>
1. Your Linux kernel will need 802.1d Ethernet Bridging support and TUN/TAP device driver support.
@@ -89,3 +103,27 @@ These are links that users of [[HurdOnQEMU]] may find helpful.
[[DebianAfterInstall]] - good source of information pertaining to your system after installation.
[[Hurd/QemuImageForL4]] - a QEMU image for the Hurd/L4 project.
+
+## <a name="TODO"> </a> TODO
+
+[[Hurd/HurdIRC]], 2007-07-04.
+
+ <azeem-uni> so, is there a way to use a Debian GNU/Hurd partition (/dev/hda6) with qemu directly?
+ <tschwinge> Don't dare to do that, please.
+ <tschwinge> It will lead to inconsistencies.
+ <tschwinge> Because the Linux kernel thinks that it has complete control over the disk, or something.
+ <tschwinge> In theory you could run something like ``-hda /dev/hda'', having GRUB installed on there to offer you to boot your Hurd system from hda6 and that will even work, but then don't get the idea to stop qemu, mount that partition on your Linux system and restart qemu. That's where I got lots of inconsistencies then, afterwards.
+ <azeem-uni> it's probably the same problem as having that partition mounted, suspending to disk, booting into it in the Hurd, and resume Linux
+ <neal> right
+ <tschwinge> That's a different problem.
+ <tschwinge> Then the partitoon is still mounted.
+ <neal> no, I think it is basically the same problem
+ <tschwinge> The file system stuff is cached in the kernel.
+ <neal> you have data that has not been written to disk yet
+ <tschwinge> Right.
+ <neal> and neither is prepared for the resource to be shared
+ <tschwinge> In the azeem-uni scenarion the data is on the file system layer and in my scenarion it's some disk block caching inside the Linux kernel, I guess.
+ <azeem-uni> anyway, do you guys think if I use -hda /dev/hda and tell Grub to boot off /dev/hda6, that the rest of hda should be fine, right?
+ <azeem-uni> maybe adding -snapshot makes it totally safe
+ <neal> azeem: Should be fine.
+ <tschwinge> Yes.
diff --git a/Distrib/WebDiscuss.mdwn b/Distrib/WebDiscuss.mdwn
index 6e4c663f..d2dc8756 100644
--- a/Distrib/WebDiscuss.mdwn
+++ b/Distrib/WebDiscuss.mdwn
@@ -33,3 +33,7 @@ Strange. Nope, the spaces in links and topic names are only visible when the wik
However, we recently had a server upgrade (woody--&gt;sarge) that may have affected the apache settings. I'll look into it and post more here later.
-- [[Main/JoachimNilsson]] - 22 Sep 2004
+
+It is still having problems.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
diff --git a/Distrib/WebHome.mdwn b/Distrib/WebHome.mdwn
index f6b416ac..a3666bfb 100644
--- a/Distrib/WebHome.mdwn
+++ b/Distrib/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
Jon: We need a better logo for this page - ever since the Gentoo and Bee movements got involved I've been thingking about fixing this logo, but I haven't had any time. Suggestions, gfx donations? -- [[Main/JoachimNilsson]] - 30 Jun 2004
# <a name="Getting_Your_GNU_Hurd_Running"> </a> Getting Your GNU/Hurd Running
@@ -20,6 +24,11 @@ This web is about the distribution of software: where and how to get it.
<p>
</p>
<ul>
+ <li><a href="http://www.numenor.art.pl/balrog/hurd/" target="_top">A disk image with an installation of the Debian distribution of GNU/Hurd</a></li>
+ </ul>
+ <p>
+ </p>
+ <ul>
<li>[[DebianFAQ]]</li>
</ul>
<p>
diff --git a/GNU/WebHome.mdwn b/GNU/WebHome.mdwn
index 2062dc58..92aa34de 100644
--- a/GNU/WebHome.mdwn
+++ b/GNU/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
## <a name="GNU_FSF_amp_RMS"> </a> GNU, FSF &amp; RMS
GNU stands for GNU's Not Unix. It is a project announced in 1983 by [[RichardStallman]] (RMS). The Free Software Foundation ([FSF](http://www.fsf.org/fsf/fsf.html)) was founded in 1985 to act as a parent organization for GNU and many other projects. GNU and some non-GNU projects are now hosted on the [Savannah](http://savannah.gnu.org) platform similar to SourceForge.net.
diff --git a/Hug/WebHome.mdwn b/Hug/WebHome.mdwn
index 3e89469a..b4f806b1 100644
--- a/Hug/WebHome.mdwn
+++ b/Hug/WebHome.mdwn
@@ -1,34 +1,57 @@
-Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaboration area for Hurd user groups.
-
-[[Hug/WebDiscuss]]
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
-* HurdFr: <http://www.hurdfr.org> ![hurd-fr.png](http://wiki.hurd.ru/data/images/other/hurd-fr.png)
-* HurdUk: <http://uwhug.org.uk/> ![hurd-uk.png](http://wiki.hurd.ru/data/images/other/hurd-uk.png)
-* HurdEs: <http://hurd.es.gnu.org/> ![hurd-es.png](http://wiki.hurd.ru/data/images/other/hurd-es.png)
-* HurdIt: <http://hurd-it.sf.net/> ![hurd-it.png](http://wiki.hurd.ru/data/images/other/hurd-it.png)
-* HurdCa: <http://www.nongnu.org/thug/> ![hurd-ca.png](http://wiki.hurd.ru/data/images/other/hurd-ca.png)
-* HurdPl: <http://hurd.pl/forum/> ![hurd-pl.png](http://wiki.hurd.ru/data/images/other/hurd-pl.png)
-* HurdRu: <http://wiki.hurd.ru/> ![hurd-ru.png](http://wiki.hurd.ru/data/images/other/hurd-ru.png)
-* HurdBr: <http://hurd.gnufans.org/bin/view/Hug/HurdBr> ![hurd-br.png](http://wiki.hurd.ru/data/images/other/hurd-br.png)
-* HurdIn: <http://i-hug.sarovar.org> ![hurd-in.png](http://wiki.hurd.ru/data/images/other/hurd-in.png)
-* HurdUs: <http://hurd.gnufans.org/> ![hurd-us.png](http://wiki.hurd.ru/data/images/other/hurd-us.png)
+-- [[Main/GrantBow]] - 24 Jul 2007
-## <a name="Maintenance_of_the_WEB_web"> Maintenance of the %WEB% web </a>
+Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaboration area for Hurd user groups.
-<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult">
- <ul>
- <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" />    (More options in [[WebSearch]]) </li>
- <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li>
- <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li>
- <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li>
- <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li>
- <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li>
- </ul>
+<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/">
+ <table>
+ <tr>
+ <td valign="top" width="65%">
+ <p><span style="background:"><font color="">Hug.Web Discuss</font></span><a href="http://LOCATIONHug/WebDiscuss">?</a></p>
+ <p>
+ </p>
+ <ul>
+ <li><nop>HurdFr: <a href="http://www.hurdfr.org" target="_top">http://www.hurdfr.org</a> <img alt="hurd-fr.png" src="http://wiki.hurd.ru/data/images/other/hurd-fr.png" /> </nop></li>
+ <li><nop>HurdUk: <a href="http://uwhug.org.uk/" target="_top">http://uwhug.org.uk/</a> <img alt="hurd-uk.png" src="http://wiki.hurd.ru/data/images/other/hurd-uk.png" /> </nop></li>
+ <li><nop>HurdEs: <a href="http://hurd.es.gnu.org/" target="_top">http://hurd.es.gnu.org/</a> <img alt="hurd-es.png" src="http://wiki.hurd.ru/data/images/other/hurd-es.png" /> </nop></li>
+ <li><nop>HurdIt: <a href="http://hurd-it.sf.net/" target="_top">http://hurd-it.sf.net/</a> <img alt="hurd-it.png" src="http://wiki.hurd.ru/data/images/other/hurd-it.png" /> </nop></li>
+ <li><nop>HurdCa: <a href="http://www.nongnu.org/thug/" target="_top">http://www.nongnu.org/thug/</a> <img alt="hurd-ca.png" src="http://wiki.hurd.ru/data/images/other/hurd-ca.png" /> </nop></li>
+ <li><nop>HurdPl: <a href="http://hurd.pl/forum/" target="_top">http://hurd.pl/forum/</a> <img alt="hurd-pl.png" src="http://wiki.hurd.ru/data/images/other/hurd-pl.png" /> </nop></li>
+ <li><nop>HurdRu: <a href="http://wiki.hurd.ru/" target="_top">http://wiki.hurd.ru/</a> <img alt="hurd-ru.png" src="http://wiki.hurd.ru/data/images/other/hurd-ru.png" /> </nop></li>
+ <li><nop>HurdBr: <a href="http://hurd.gnufans.org/bin/view/Hug/HurdBr" target="_top">http://hurd.gnufans.org/bin/view/Hug/HurdBr</a> <img alt="hurd-br.png" src="http://wiki.hurd.ru/data/images/other/hurd-br.png" /> </nop></li>
+ <li><nop>HurdIn: <a href="http://i-hug.sarovar.org" target="_top">http://i-hug.sarovar.org</a> <img alt="hurd-in.png" src="http://wiki.hurd.ru/data/images/other/hurd-in.png" /> </nop></li>
+ <li><nop>HurdUs: <a href="http://hurd.gnufans.org/" target="_top">http://hurd.gnufans.org/</a> <img alt="hurd-us.png" src="http://wiki.hurd.ru/data/images/other/hurd-us.png" /> </nop></li>
+ </ul>
+ <p>
+ </p>
+ <p>
+ </p>
+ </td>
+ <td valign="top" width="35%">
+ <p>
+ </p>
+ <table border="1" cellpadding="1" cellspacing="0">
+ <tr>
+ <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th>
+ <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th>
+ </tr>
+ </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&amp;gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p>
+ </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br />
+ <p> Here, Web refers to the Main Web. </p>
+ <p>
+ </p>
+ <ul>
+ <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li>
+ <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time <ul>
+ <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li>
+ </ul>
+ </li>
+ <li><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a> - settings </li>
+ </ul>
+ <p>
+ </p>
+ </td>
+ </tr>
+ </table>
</form>
-
-**Notes:**
-
-* You are currently in the %WIKITOOLNAME%.%WEB% web. The color code for this web is a (SPECIFY COLOR) background, so you know where you are.
-* If you are not familiar with the %WIKITOOLNAME% collaboration tool, please visit %TWIKIWEB%.WelcomeGuest in the %WIKITOOLNAME%.%TWIKIWEB% web first.
-
-%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%
diff --git a/Hurd/ExtTwoSize.mdwn b/Hurd/ExtTwoSize.mdwn
index c8dad3d4..ec39781f 100644
--- a/Hurd/ExtTwoSize.mdwn
+++ b/Hurd/ExtTwoSize.mdwn
@@ -2,7 +2,7 @@
This is a very common question. Many people have problems with the partition limit on Ext2 filesystems being very small by current standards. It feels smaller all the time as people have larger disks and often larger filesystems. It's worth mentioning that 64-bit machines (ia64, alpha) will not have this limitation.
-Note that, while the official CVS sources still suffer of this problem, recent (as of 2007) Debian GNU Hurd distributions **do not have this limit anymore**. Be happy.
+Note that, while the official CVS sources still suffer of this problem, recent (as of 2007) Debian GNU Hurd distributions **do not have this limit anymore**. Be happy. [July 2007 from debian-hurd](http://lists.debian.org/debian-hurd/2007/07/msg00087.html)
* From the Hurd FAQ: [partition limit](http://www.gnu.org/software/hurd/faq.en.html#q2-6)
diff --git a/Hurd/KnownHurdLimits.mdwn b/Hurd/KnownHurdLimits.mdwn
index 9842903b..28ab0284 100644
--- a/Hurd/KnownHurdLimits.mdwn
+++ b/Hurd/KnownHurdLimits.mdwn
@@ -5,8 +5,8 @@ When comparing the Hurd (and its GNUMach microkernel) to alternatives please rem
Now, the list of known limitations of the Hurd.
* ~1.5+ GB ext2 partition size limit
+ * The problem is fixed in the Debian GNU/Hurd distribution but not the official sources, see [this email](http://lists.debian.org/debian-hurd/2007/07/msg00087.html)
* See [[ExtTwoSize]]
- * The problem is fixed in the Debian GNU/Hurd distribution
* Missing device drivers.
* Current GNUMach drivers are from Linux 2.0.
@@ -20,6 +20,7 @@ Now, the list of known limitations of the Hurd.
* In progress, see [[RandomDevice]]
* No DHCP client will work yet.
+ * promising information [Jan 2005](http://lists.gnu.org/archive/html/bug-hurd/2005-01/msg00025.html), needs an update
* See [[DhcpClient]] - need to update TCP/IP server.
* There are some [[Distrib/SystemAPILimits]]
diff --git a/Hurd/LiveCD.mdwn b/Hurd/LiveCD.mdwn
index 7b80b79a..7af4e857 100644
--- a/Hurd/LiveCD.mdwn
+++ b/Hurd/LiveCD.mdwn
@@ -12,3 +12,5 @@ You can download a gzipped iso of a Hurd Live CD at:
The Superunpriveleged crew also offers a tiny Hurd Live CD that is under 10 megabytes:
* <http://www.superunprivileged.org/hurd/tiny-cd/>
+
+* [A disk image with an installation of the Debian distribution of GNU/Hurd](http://www.numenor.art.pl/balrog/hurd/)
diff --git a/Hurd/NextHurd.mdwn b/Hurd/NextHurd.mdwn
index 266ee9ea..448214d4 100644
--- a/Hurd/NextHurd.mdwn
+++ b/Hurd/NextHurd.mdwn
@@ -20,7 +20,7 @@ A [position paper](http://walfield.org/papers/20070104-walfield-access-decomposi
A draft specification of the Hurd-NG interfaces has been, but is no longer, available.
-A [critique](http://walfield.org/papers/20070111-walfield-critique-of-the-GNU-Hurd.pdf) of the original Hurd is work is available.
+A [critique](http://walfield.org/papers/20070111-walfield-critique-of-the-GNU-Hurd.pdf) of the original Hurd is available.
## <a name="Subjects"> Subjects </a>
diff --git a/Hurd/PublicHurdBoxen.mdwn b/Hurd/PublicHurdBoxen.mdwn
index 72c855b0..b4e4b4fe 100644
--- a/Hurd/PublicHurdBoxen.mdwn
+++ b/Hurd/PublicHurdBoxen.mdwn
@@ -8,6 +8,7 @@ Here are some Hurd boxes that users have made available to the public:
<th bgcolor="#99CCCC"><strong>Port</strong></th>
<th bgcolor="#99CCCC"><strong>Distro</strong></th>
<th bgcolor="#99CCCC"><strong>Machine Specs</strong></th>
+ <th bgcolor="#99CCCC"><strong>Comments</strong></th>
</tr>
<tr>
<td> flubber.bddebian.com </td>
@@ -16,6 +17,7 @@ Here are some Hurd boxes that users have made available to the public:
<td> 2250 </td>
<td> Debian </td>
<td> PII 550Mhz 384Mb </td>
+ <td>   </td>
</tr>
<tr>
<td> clubber.bddebian.com </td>
@@ -24,6 +26,7 @@ Here are some Hurd boxes that users have made available to the public:
<td> 2251 </td>
<td> Debian </td>
<td> PIII 1Ghz 384Mb </td>
+ <td>   </td>
</tr>
<tr>
<td> gnubber.bddebian.com </td>
@@ -32,6 +35,7 @@ Here are some Hurd boxes that users have made available to the public:
<td> 2254 </td>
<td> Debian </td>
<td> PII 733Mhz 384Mb </td>
+ <td>   </td>
</tr>
<tr>
<td> hurd.nipl.net </td>
@@ -40,6 +44,7 @@ Here are some Hurd boxes that users have made available to the public:
<td> 24 </td>
<td> GNU </td>
<td> AMD Sempron 2800 </td>
+ <td> not sure if this machine is still alive </td>
</tr>
</table>
diff --git a/Hurd/WebHome.mdwn b/Hurd/WebHome.mdwn
index ae124080..e19bb86c 100644
--- a/Hurd/WebHome.mdwn
+++ b/Hurd/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
## <a name="The_Hurd"> The Hurd </a>
This part of the wiki is dedicated to the the Hurd servers, the most important components comprising the GNU operating system. Built on top of the Mach microkernel the servers are designed to replace the functionality provided by regular monolithic UNIX kernels.
diff --git a/Mach/WebHome.mdwn b/Mach/WebHome.mdwn
index 3b98c70c..0575e9d7 100644
--- a/Mach/WebHome.mdwn
+++ b/Mach/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
## <a name="GNU_Mach"> </a> GNU Mach
<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/">
diff --git a/Main/ConanRehert.mdwn b/Main/ConanRehert.mdwn
new file mode 100644
index 00000000..558c829e
--- /dev/null
+++ b/Main/ConanRehert.mdwn
@@ -0,0 +1,22 @@
+* Name: Conan Rehert
+* Email: <ertnecwork@gmailNOSPAM.com>
+* Company Name:
+* Company URL:
+* Location: (Please specify office location)
+* Country: USA
+* Comment:
+
+**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_**
+
+* Horizontal size of text edit box:
+ * Set EDITBOXWIDTH = 70
+* Vertical size of text edit box:
+ * Set EDITBOXHEIGHT = 17
+* Optionally write protect your home page: (set it to your %TWIKIWEB%.WikiName)
+ * Set ALLOWTOPICCHANGE =
+
+**_Related topics_**
+
+* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences of %WIKITOOLNAME%.
+* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
+* %WIKIUSERSTOPIC% has a list of other TWiki users.
diff --git a/Main/DabianHurd.mdwn b/Main/DabianHurd.mdwn
new file mode 100644
index 00000000..bad831b7
--- /dev/null
+++ b/Main/DabianHurd.mdwn
@@ -0,0 +1,22 @@
+* Name: Dabian Hurd
+* Email: <mi20061116-gnufans@yahooNOSPAM.com>
+* Company Name:
+* Company URL:
+* Location: [[HurdUser]]
+* Country: Denmark
+* Comment:
+
+**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_**
+
+* Horizontal size of text edit box:
+ * Set EDITBOXWIDTH = 70
+* Vertical size of text edit box:
+ * Set EDITBOXHEIGHT = 17
+* Optionally write protect your home page: (set it to your %TWIKIWEB%.WikiName)
+ * Set ALLOWTOPICCHANGE =
+
+**_Related topics_**
+
+* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences of %WIKITOOLNAME%.
+* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
+* %WIKIUSERSTOPIC% has a list of other TWiki users.
diff --git a/Main/HurdGnuFansOrg.mdwn b/Main/HurdGnuFansOrg.mdwn
index 0bda8755..9bd5009f 100644
--- a/Main/HurdGnuFansOrg.mdwn
+++ b/Main/HurdGnuFansOrg.mdwn
@@ -1,6 +1,8 @@
## <a name="Welcome_to_http_hurd_gnufans_org"> </a> Welcome to <http://hurd.gnufans.org>!
-This site focuses on providing a user-centric &amp; updatable (hopefully the most current) information possible regarding the status and development of the GNU project's GNU operating system. There are many areas to comment on the core component (the Hurd) and other very closely related but distinct projects. This is an all volunteer effort intended to supplement the [official Hurd site](http://hurd.gnu.org). If you see an error **please** fix it! It is a collaboration effort powered by TWiki software installed in May, 2002.
+Sporadic efforts by numerous individuals have been made to keep the information on this site current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+This site focuses on providing a user-centric &amp; update-able (hopefully the most current) information possible regarding the status and development of the GNU project's GNU operating system. There are many areas to comment on the core component (the Hurd) and other very closely related but distinct projects. This is an all volunteer effort intended to supplement the [official Hurd site](http://hurd.gnu.org). If you see an error **please** fix it! It is a collaboration effort powered by TWiki software installed in May, 2002.
%TOC%
diff --git a/Main/MarkMeyer.mdwn b/Main/MarkMeyer.mdwn
new file mode 100644
index 00000000..abd9e8c0
--- /dev/null
+++ b/Main/MarkMeyer.mdwn
@@ -0,0 +1,22 @@
+* Name: Mark Meyer
+* Email: <mark.a.m@webNOSPAM.de>
+* Company Name:
+* Company URL:
+* Location: [[HurdUser]]
+* Country: Germany
+* Comment:
+
+**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_**
+
+* Horizontal size of text edit box:
+ * Set EDITBOXWIDTH = 70
+* Vertical size of text edit box:
+ * Set EDITBOXHEIGHT = 17
+* Optionally write protect your home page: (set it to your %TWIKIWEB%.WikiName)
+ * Set ALLOWTOPICCHANGE =
+
+**_Related topics_**
+
+* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences of %WIKITOOLNAME%.
+* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
+* %WIKIUSERSTOPIC% has a list of other TWiki users.
diff --git a/Main/PierlucaMasala.mdwn b/Main/PierlucaMasala.mdwn
new file mode 100644
index 00000000..e7f89327
--- /dev/null
+++ b/Main/PierlucaMasala.mdwn
@@ -0,0 +1,22 @@
+* Name: Pierluca Masala
+* Email: <pierluca.masala@gmailNOSPAM.com>
+* Company Name:
+* Company URL:
+* Location: (Please specify office location)
+* Country: Italy
+* Comment:
+
+**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_**
+
+* Horizontal size of text edit box:
+ * Set EDITBOXWIDTH = 70
+* Vertical size of text edit box:
+ * Set EDITBOXHEIGHT = 17
+* Optionally write protect your home page: (set it to your %TWIKIWEB%.WikiName)
+ * Set ALLOWTOPICCHANGE =
+
+**_Related topics_**
+
+* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences of %WIKITOOLNAME%.
+* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
+* %WIKIUSERSTOPIC% has a list of other TWiki users.
diff --git a/Main/TWikiGuest.mdwn b/Main/TWikiGuest.mdwn
index a0e9e7e7..a293e4af 100644
--- a/Main/TWikiGuest.mdwn
+++ b/Main/TWikiGuest.mdwn
@@ -4,7 +4,7 @@ The [[TWikiGuest]] account can be used by anybody who wants to be anonymous. Sim
* Login: [[TWikiGuest]]
-* Password: Hurd User (typed as one word)
+* Password: Hurd User (both login and password typed as one word)
**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_**
diff --git a/Main/WebHome.mdwn b/Main/WebHome.mdwn
index 4b2bdecf..133516dd 100644
--- a/Main/WebHome.mdwn
+++ b/Main/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
**<font> %TWIKIWEB%.WelcomeGuest: </font>** Wiki is a web-based collaboration tool, document management tool and knowledge base tool. We have used [TWiki](http://TWiki.org) to create our site, <http://hurd.gnufans.org>. You can edit any wiki page, and please, use [[TWiki/GoodStyle]].
For tests and playing around we recommend the [[Test/WebHome]].
diff --git a/Mig/WebHome.mdwn b/Mig/WebHome.mdwn
index 1e2e29ee..0d3cb3e4 100644
--- a/Mig/WebHome.mdwn
+++ b/Mig/WebHome.mdwn
@@ -1,3 +1,7 @@
+Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
+
+-- [[Main/GrantBow]] - 24 Jul 2007
+
The [[MachInterfaceGenerator]] (MIG) is a program which generates inter-process communication (IPC) code. Specifically Mig generates remote procedure call (RPC) code for communication between client and server processes running on a Mach microkernel.
<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/">