From a8d06999dad59a9f43b73ea943431c71de37ad5e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawknYr2tctO6_6YjEIvjIbx0EAs4iscNWT4" Date: Thu, 5 Sep 2013 23:16:21 +0200 Subject: then="This wiki has OpenID **enabled**." --- ikiwiki/openid.mdwn | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ikiwiki/openid.mdwn diff --git a/ikiwiki/openid.mdwn b/ikiwiki/openid.mdwn new file mode 100644 index 00000000..2fa972ed --- /dev/null +++ b/ikiwiki/openid.mdwn @@ -0,0 +1,28 @@ +[[!meta title="OpenID"]] +[[!meta robots="noindex, follow"]] + +[[!if test="enabled(openid)" + then="This wiki has OpenID **enabled**." + else="This wiki has OpenID **disabled**."]] + +[OpenID](http://openid.net) is a decentralized authentication mechanism +that allows you to have one login that you can use on a growing number of +websites. + +If you have an account with some of the larger web service providers, +you might already have an OpenID. +[Directory of OpenID providers](http://openiddirectory.com/openid-providers-c-1.html) + +[[!if test="enabled(openid)" then=""" +To sign in to this wiki using OpenID, just enter it in the OpenID field in the +signin form. You do not need to give this wiki a password or go through any +registration process when using OpenID. +"""]] + +--- + +It's also possible to make a page in the wiki usable as an OpenID url, +by delegating it to an openid server. Here's an example of how to do that: + + \[[!meta openid="http://yourid.myopenid.com/" + server="http://www.myopenid.com/server"]] -- cgit v1.2.3 From 213c7ca983ec85098840672ef6c0c120b138ebed Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~mpr" Date: Sat, 7 Sep 2013 06:36:31 +0200 Subject: fix a typo: configuartion -> configuration --- microkernel/mach/gnumach/building.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index 0f328bb7..8a23934b 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -63,7 +63,7 @@ You can now reboot your computer and enjoy the new kernel. Building GNU Mach requires a C compiler, a _static_ 32 bit standard C library, your favourite flavor of awk (gawk) and GNU make. -First, create the configuartion files: +First, create the configuration files: $ cd gnumach $ autoreconf --install -- cgit v1.2.3 From 8bcd06fbf7bc372874ebc2223a6790e8c4f725c8 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 19:35:58 +0200 Subject: This seems to have been resolved. --- open_issues/exec.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/open_issues/exec.mdwn b/open_issues/exec.mdwn index ff3fccf5..36513453 100644 --- a/open_issues/exec.mdwn +++ b/open_issues/exec.mdwn @@ -18,6 +18,20 @@ IRC, unknown channel, unknown date. now a funny bug: if I disable gzip/bzip2 support from exec trying to run a zero-byte file hangs +Justus: This doesn't seem to be an issue anymore (2013-09-08): + + % touch empty + % chmod +x empty + % ./empty + zsh: exec format error: ./empty + % bash + $ ./empty + $ + +Also I've never encountered a problem with apt. + --- May want to have a look at using BFD / libiberty/simpleobject. + +Justus: The BFD code has been removed from the exec server. -- cgit v1.2.3 From 35770e1fa554162803f22d14796a9236847abdb9 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 22:15:32 +0200 Subject: Add (most likely) relevant savannah bug --- open_issues/magic_translator_machtype.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open_issues/magic_translator_machtype.mdwn b/open_issues/magic_translator_machtype.mdwn index 1c62b762..9c1a0d76 100644 --- a/open_issues/magic_translator_machtype.mdwn +++ b/open_issues/magic_translator_machtype.mdwn @@ -22,3 +22,5 @@ License|/fdl]]."]]"""]] tschwinge@clubber:~ $ l machtype Segmentation fault tschwinge@clubber:~ $ l machConnection to clubber.bddebian.com closed. + +Justus: This is most likely just the shell not handling SIGLOST, see: -- cgit v1.2.3 From 56681cf134c09235c18e39b29c063606138b6823 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 22:33:18 +0200 Subject: Add link to the file name tracking patches in lib{disk,net}fs --- open_issues/translate_fd_or_port_to_file_name.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open_issues/translate_fd_or_port_to_file_name.mdwn b/open_issues/translate_fd_or_port_to_file_name.mdwn index 0d786d2a..fda4b811 100644 --- a/open_issues/translate_fd_or_port_to_file_name.mdwn +++ b/open_issues/translate_fd_or_port_to_file_name.mdwn @@ -133,3 +133,5 @@ A related issue: Also see email thread starting at [[!message-id "20110714082216.GA8335@sceen.net"]]. + +Justus: Once [these patches](http://lists.gnu.org/archive/html/bug-hurd/2013-07/msg00262.html) are merged there is a way to map from ports to file names, at least for lib{disk,net}fs, one would only have to make this information available somehow. -- cgit v1.2.3