X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/e934bed999bdfe5d2788e2bb5dd6212b311a9bad..0932d1479ea12acb79138d4aeadb83f639ea0ce2:/blog/archive/2009/03/index.html?ds=sidebyside diff --git a/blog/archive/2009/03/index.html b/blog/archive/2009/03/index.html index 0539ca4c8f..9d1b8541e0 100644 --- a/blog/archive/2009/03/index.html +++ b/blog/archive/2009/03/index.html @@ -3,7 +3,7 @@ Petter Reinholdtsen: entries from March 2009 - + @@ -11,7 +11,7 @@

- Petter Reinholdtsen + Petter Reinholdtsen

@@ -22,7 +22,7 @@
2009-03-05 22:30 @@ -64,7 +64,7 @@ stort.

- Tags: norsk, nuug. + Tags: norsk, nuug.
@@ -72,7 +72,7 @@ stort.

2009-03-06 21:20 @@ -95,7 +95,7 @@ i denne sammenhengen.

- Tags: norsk, nuug, video. + Tags: norsk, nuug, video.
@@ -103,7 +103,7 @@ i denne sammenhengen.

2009-03-11 23:40 @@ -156,7 +156,7 @@ NUUG lykkes med å få ut sine opptak med like stor suksess.

- Tags: norsk, nuug, video. + Tags: norsk, nuug, video.
@@ -164,7 +164,7 @@ NUUG lykkes med å få ut sine opptak med like stor suksess.

2009-03-12 16:00 @@ -209,7 +209,7 @@ reprap-en kvikner til.

- Tags: 3d-printer, norsk, nuug, reprap. + Tags: 3d-printer, norsk, nuug, reprap.
@@ -217,7 +217,7 @@ reprap-en kvikner til.

2009-03-13 18:00 @@ -255,7 +255,7 @@ publisert offentlig på web.

- Tags: norsk. + Tags: norsk.
@@ -263,7 +263,7 @@ publisert offentlig på web.

2009-03-15 22:15 @@ -283,7 +283,7 @@ eksisterer. Det blir spennende å se hva vi ender opp med.

- Tags: norsk, nuug. + Tags: norsk, nuug.
@@ -291,7 +291,7 @@ eksisterer. Det blir spennende å se hva vi ender opp med.

2009-03-19 22:15 @@ -336,7 +336,7 @@ limet egentlig heter, så det er vanskelig å søke på nett.

- Tags: 3d-printer, norsk, nuug, reprap. + Tags: 3d-printer, norsk, nuug, reprap.
@@ -344,7 +344,7 @@ limet egentlig heter, så det er vanskelig å søke på nett.

2009-03-27 11:30 @@ -426,7 +426,7 @@ skyskrapere. Takke meg til en tur til månen.

- Tags: norsk, vitenskap. + Tags: norsk, vitenskap.
@@ -434,7 +434,7 @@ skyskrapere. Takke meg til en tur til månen.

2009-03-28 10:50 @@ -546,13 +546,151 @@ av en standard for at en standard skal kunne kalles fri og åpen.

- Tags: norsk, nuug, standard. + Tags: norsk, nuug, standard.
-

RSS Feed

+
+ +
+ 2009-03-29 20:30 +
+ +
+ +

The state of standardized LDAP schemas on Linux is far from +optimal. There is RFC 2307 documenting one way to store NIS maps in +LDAP, and a modified version of this normally called RFC 2307bis, with +some modifications to be compatible with Active Directory. The RFC +specification handle the content of a lot of system databases, but do +not handle DNS zones and DHCP configuration.

+ +

In Debian Edu/Skolelinux, +we would like to store information about users, SMB clients/hosts, +filegroups, netgroups (users and hosts), DHCP and DNS configuration, +and LTSP configuration in LDAP. These objects have a lot in common, +but with the current LDAP schemas it is not possible to have one +object per entity. For example, one need to have at least three LDAP +objects for a given computer, one with the SMB related stuff, one with +DNS information and another with DHCP information. The schemas +provided for DNS and DHCP are impossible to combine into one LDAP +object. In addition, it is impossible to implement quick queries for +netgroup membership, because of the way NIS triples are implemented. +It just do not scale. I believe it is time for a few RFC +specifications to cleam up this mess.

+ +

I would like to have one LDAP object representing each computer in +the network, and this object can then keep the SMB (ie host key), DHCP +(mac address/name) and DNS (name/IP address) settings in one place. +It need to be efficently stored to make sure it scale well.

+ +

I would also like to have a quick way to map from a user or +computer and to the net group this user or computer is a member.

+ +

Active Directory have done a better job than unix heads like myself +in this regard, and the unix side need to catch up. Time to start a +new IETF work group?

+ +
+
+ + + + Tags: debian, debian edu, english, nuug. + +
+
+
+ +
+ +
+ 2009-03-29 21:00 +
+ +
+ +

I'm sitting on the train going home from this weekends Debian +Edu/Skolelinux development gathering. I got a bit done tuning the +desktop, and looked into the dynamic service location protocol +implementation avahi. It look like it could be useful for us. Almost +30 people participated, and I believe it was a great environment to +get to know the Skolelinux system. Walter Bender, involved in the +development of the Sugar educational platform, presented his stuff and +also helped me improve my OLPC installation. He also showed me that +his Turtle Art application can be used in standalone mode, and we +agreed that I would help getting it packaged for Debian. As a +standalone application it would be great for Debian Edu. We also +tried to get the video conferencing working with two OLPCs, but that +proved to be too hard for us. The application seem to need more work +before it is ready for me. I look forward to getting home and relax +now. :)

+ +
+
+ + + + Tags: debian, debian edu, english, nuug. + +
+
+
+ +
+ +
+ 2009-03-30 11:50 +
+ +
+ +

Where I work at the University of Oslo, one decision stand out as a +very good one to form a long lived computer infrastructure. It is the +simple one, lost by many in todays computer industry: Standardize on +open network protocols and open exchange/storage formats, not applications. +Applications come and go, while protocols and files tend to stay, and +thus one want to make it easy to change application and vendor, while +avoiding conversion costs and locking users to a specific platform or +application.

+ +

This approach make it possible to replace the client applications +independently of the server applications. One can even allow users to +use several different applications as long as they handle the selected +protocol and format. In the normal case, only one client application +is recommended and users only get help if they choose to use this +application, but those that want to deviate from the easy path are not +blocked from doing so.

+ +

It also allow us to replace the server side without forcing the +users to replace their applications, and thus allow us to select the +best server implementation at any moment, when scale and resouce +requirements change.

+ +

I strongly recommend standardizing - on open network protocols and +open formats, but I would never recommend standardizing on a single +application that do not use open network protocol or open formats.

+ +
+
+ + + + Tags: debian, english, nuug, standard. + +
+
+
+ +

RSS Feed

@@ -561,23 +699,58 @@ av en standard for at en standard skal kunne kalles fri og åpen.

Archive