<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12565</id>
	<title>Nabble - debian-68k</title>
	<updated>2009-11-27T19:48:28Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/debian-68k-f12565.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debian-68k-f12565.html" />
	<subtitle type="html">Discussions on the m68k port of Debian GNU/Linux.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26550396</id>
	<title>Re: First steps towards PCMCIA support on the PB190</title>
	<published>2009-11-27T19:48:28Z</published>
	<updated>2009-11-27T19:48:28Z</updated>
	<author>
		<name>Brad Boyer</name>
	</author>
	<content type="html">&lt;br&gt;Just as a note, I never saw the original message come across the mailing
&lt;br&gt;list. Also, you might want to include &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550396&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux-m68k@...&lt;/a&gt;
&lt;br&gt;on this sort of topic.
&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 07:01:30PM -0200, diego wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; in case anyone is interested, I decided to pick up Brad's idea and did &amp;nbsp;
&lt;br&gt;&amp;gt; some work towards turning it into reality.
&lt;br&gt;&amp;gt; I just took the driver from the nubus-pmac project, adapted it to &amp;nbsp;
&lt;br&gt;&amp;gt; kernel 2.6 and did some hacking to get at least
&lt;br&gt;&amp;gt; a few card drivers &amp;nbsp;to work with it.
&lt;br&gt;&amp;gt; Below patchset contains enough to add basic socket services support on &amp;nbsp;
&lt;br&gt;&amp;gt; the PB190 and &amp;nbsp;to drive a Orinoco Gold Wireless
&lt;br&gt;&amp;gt; card with kernel 2.6.31-2.
&lt;br&gt;&amp;gt; Note that this code is far from complete (or mergeable) at the moment, &amp;nbsp;
&lt;br&gt;&amp;gt; I just posted this in the hope
&lt;br&gt;&amp;gt; that it will inspire others interested in pcmcia support on the PB190 &amp;nbsp;
&lt;br&gt;&amp;gt; to read it and maybe fill in some of the gaps.
&lt;/div&gt;&lt;br&gt;I do have a PB190 laying around, so hopefully I'll find some time to
&lt;br&gt;try out this code. I should have some time over the holiday season. It's
&lt;br&gt;good to see some code that at least works to some degree. This was one
&lt;br&gt;thing keeping me from bothering, since I wanted ethernet support. I'm
&lt;br&gt;not sure if there is already a Linux driver for the ethernet card I have,
&lt;br&gt;but that's something I'll have to check.
&lt;br&gt;&lt;br&gt;&amp;gt; Unfortunately I don't have all too much time to work on this, that's &amp;nbsp;
&lt;br&gt;&amp;gt; why I decided to just post my current effort
&lt;br&gt;&amp;gt; (in it's half finished state) and provide a quick line-out of the &amp;nbsp;
&lt;br&gt;&amp;gt; major issues involved in getting pcmcia support to work
&lt;br&gt;&amp;gt; on this platform.
&lt;br&gt;&amp;gt; The main question being, whether there are enough people using linux &amp;nbsp;
&lt;br&gt;&amp;gt; on a PB190 to justify the effort.
&lt;br&gt;&amp;gt; I also apologize beforehand for the unclean code / patch.
&lt;br&gt;&lt;br&gt;I think it's better to share what you have. I've been guilty of keeping
&lt;br&gt;code to myself when I'm not happy with it. To be honest, there probably
&lt;br&gt;aren't enough people using Linux on m68k to justify the work in pure
&lt;br&gt;practical terms anyway. I drag it out once in a while because it is
&lt;br&gt;interesting and a chance to try out things I wouldn't otherwise try.
&lt;br&gt;&lt;br&gt;&amp;gt; There are mainly three problems l'm facing here....
&lt;br&gt;&amp;gt; The first two should be fairly easy to work out, whereas the 3rd &amp;nbsp;
&lt;br&gt;&amp;gt; represents a major roadblock at the moment:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. Proper mac specific definitions that wrap around ISA bus access.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2. If you look at the patches to the orinoco driver, you will see that &amp;nbsp;
&lt;br&gt;&amp;gt; there's another enemy hiding, his name is ioport_map.
&lt;br&gt;&lt;br&gt;These should be relatively simple. We need to clean up some of that
&lt;br&gt;stuff anyway. It's just a matter of taking the time to do it right.
&lt;br&gt;This is the sort of thing that ought to be handled better in the
&lt;br&gt;common code anyway.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 3. This has already been haunting &amp;nbsp;the driver in the nubus-ppc &amp;nbsp;
&lt;br&gt;&amp;gt; project, and I couldn't come up with anything better either:
&lt;br&gt;&amp;gt; I can't figure out how to make the TREX chip use IO memory and &amp;nbsp;
&lt;br&gt;&amp;gt; attribute memory simultaneously. From the little docs
&lt;br&gt;&amp;gt; provided by apple it appears that it would be possible, then again &amp;nbsp;
&lt;br&gt;&amp;gt; they don't provide any documentation on how this
&lt;br&gt;&amp;gt; chip works at the register level.
&lt;br&gt;&amp;gt; The original author of the driver did find out how to switch between &amp;nbsp;
&lt;br&gt;&amp;gt; the two modes, but this requires the ugly patches to
&lt;br&gt;&amp;gt; pcmcia_resource.c to, which in turn makes it impossible to merge this &amp;nbsp;
&lt;br&gt;&amp;gt; into an all-arch kernel tree.
&lt;br&gt;&amp;gt; This wasn't a problem for the nubus-ppc port since they maintained &amp;nbsp;
&lt;br&gt;&amp;gt; their own development tree, but obviously in the
&lt;br&gt;&amp;gt; case of m68k this would &amp;nbsp;represent a major problem.
&lt;br&gt;&amp;gt; Another thing is that it breaks some drivers that implement more &amp;nbsp;
&lt;br&gt;&amp;gt; exotic features like requesting card configuration
&lt;br&gt;&amp;gt; changes etc..
&lt;br&gt;&amp;gt; If anyone happens to know how to program the TREX chip to use both &amp;nbsp;
&lt;br&gt;&amp;gt; attribute and IO mem simultaneously then this
&lt;br&gt;&amp;gt; wouldn['t be an issue anymore.
&lt;br&gt;&amp;gt; The alternative would be to convince the pcmcia core maintainers to &amp;nbsp;
&lt;br&gt;&amp;gt; have mercy with cards that need switching between
&lt;br&gt;&amp;gt; these modes, but I doubt that this is a realistic alternative.
&lt;/div&gt;&lt;br&gt;This is pretty much the sort of thing we've constantly encountered
&lt;br&gt;trying to get old Macs to work. Unless someone can get official docs
&lt;br&gt;on the chip, we may need to try to reverse engineer the Apple drivers
&lt;br&gt;for all of this stuff.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Brad Boyer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550396&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flar@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550396&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550396&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p26550396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549615</id>
	<title>Re: etch-m68k and newer packages</title>
	<published>2009-11-27T17:03:41Z</published>
	<updated>2009-11-27T17:03:41Z</updated>
	<author>
		<name>Stephen R Marenka</name>
	</author>
	<content type="html">&lt;br&gt;On Fri, November 27, 2009 10:46 am, Ingo Jürgensmann wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Nov 27, 2009 at 10:10:49AM -0600, Stephen R. Marenka wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Fri, November 27, 2009 3:12 am, Ingo JÃ¼rgensmann wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On a sidenote it seems that Arrakis and Spice aren't building packages
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; anymore. Are they still needed?
&lt;br&gt;&amp;gt;&amp;gt; Sid is broken last I checked. I haven't really seen a great deal of
&lt;br&gt;&amp;gt;&amp;gt; interest in getting it fixed. We haven't built anything in some months I
&lt;br&gt;&amp;gt;&amp;gt; believe.
&lt;br&gt;&amp;gt;&amp;gt; It's a bummer.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmpf... so, currently it doesn't make much sense to keep the machines
&lt;br&gt;&amp;gt; running, until some issues are solved?
&lt;/div&gt;&lt;br&gt;That's my opinion. I'd be inclined to leave the virtual machines running
&lt;br&gt;if they aren't eating much in resources, but the real machines use a fair
&lt;br&gt;amount of electricity and generate heat (of course, it is winter there,
&lt;br&gt;right? ;).
&lt;br&gt;&lt;br&gt;Ultimately heat it why I shut mine down.
&lt;br&gt;&lt;br&gt;Peace,
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephen R. Marenka &amp;nbsp; &amp;nbsp; If life's not fun, you're not doing it right!
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549615&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/etch-m68k-and-newer-packages-tp26539651p26549615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544907</id>
	<title>Re: etch-m68k and newer packages</title>
	<published>2009-11-27T08:46:38Z</published>
	<updated>2009-11-27T08:46:38Z</updated>
	<author>
		<name>Ingo Jürgensmann-3</name>
	</author>
	<content type="html">On Fri, Nov 27, 2009 at 10:10:49AM -0600, Stephen R. Marenka wrote:
&lt;br&gt;&amp;gt; On Fri, November 27, 2009 3:12 am, Ingo JÃ¼rgensmann wrote:
&lt;br&gt;&amp;gt; &amp;gt; On a sidenote it seems that Arrakis and Spice aren't building packages
&lt;br&gt;&amp;gt; &amp;gt; anymore. Are they still needed?
&lt;br&gt;&amp;gt; Sid is broken last I checked. I haven't really seen a great deal of
&lt;br&gt;&amp;gt; interest in getting it fixed. We haven't built anything in some months I
&lt;br&gt;&amp;gt; believe.
&lt;br&gt;&amp;gt; It's a bummer.
&lt;br&gt;&lt;br&gt;Hmpf... so, currently it doesn't make much sense to keep the machines
&lt;br&gt;running, until some issues are solved?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ciao... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// &amp;nbsp; &amp;nbsp; &amp;nbsp;Fon: 0381-2744150 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Ingo &amp;nbsp; &amp;nbsp; &amp;nbsp; \X/ &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://blog.windfluechter.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.windfluechter.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;gpg pubkey: &lt;a href=&quot;http://www.juergensmann.de/ij_public_key.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.juergensmann.de/ij_public_key.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544907&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544907&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/etch-m68k-and-newer-packages-tp26539651p26544907.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544449</id>
	<title>Re: etch-m68k and newer packages</title>
	<published>2009-11-27T08:10:49Z</published>
	<updated>2009-11-27T08:10:49Z</updated>
	<author>
		<name>Stephen R Marenka</name>
	</author>
	<content type="html">On Fri, November 27, 2009 3:12 am, Ingo JÃ¼rgensmann wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Heya!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm still operating 3 m68k buildds and would like to update them.
&lt;br&gt;&amp;gt; Currently sources.list points to etch-m68k which is, uhm, fairly old and
&lt;br&gt;&amp;gt; outdated, I believe.
&lt;br&gt;&amp;gt; Is there anything newer? Would it make sense to switch to
&lt;br&gt;&amp;gt; ftp://ftp.debian-ports.org/debian/pool-m68k/ - or to say it differently:
&lt;br&gt;&amp;gt; tracking unstable instead of trying to &amp;quot;release&amp;quot; some stable versions for
&lt;br&gt;&amp;gt; the port in whole?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On a sidenote it seems that Arrakis and Spice aren't building packages
&lt;br&gt;&amp;gt; anymore. Are they still needed?
&lt;/div&gt;&lt;br&gt;Sid is broken last I checked. I haven't really seen a great deal of
&lt;br&gt;interest in getting it fixed. We haven't built anything in some months I
&lt;br&gt;believe.
&lt;br&gt;&lt;br&gt;It's a bummer.
&lt;br&gt;&lt;br&gt;Peace,
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephen R. Marenka &amp;nbsp; &amp;nbsp; If life's not fun, you're not doing it right!
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544449&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544449&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544449&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/etch-m68k-and-newer-packages-tp26539651p26544449.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539651</id>
	<title>etch-m68k and newer packages</title>
	<published>2009-11-27T01:12:01Z</published>
	<updated>2009-11-27T01:12:01Z</updated>
	<author>
		<name>Ingo Jürgensmann-3</name>
	</author>
	<content type="html">Heya!
&lt;br&gt;&lt;br&gt;I'm still operating 3 m68k buildds and would like to update them.
&lt;br&gt;Currently sources.list points to etch-m68k which is, uhm, fairly old and
&lt;br&gt;outdated, I believe. 
&lt;br&gt;Is there anything newer? Would it make sense to switch to
&lt;br&gt;ftp://ftp.debian-ports.org/debian/pool-m68k/ - or to say it differently:
&lt;br&gt;tracking unstable instead of trying to &amp;quot;release&amp;quot; some stable versions for
&lt;br&gt;the port in whole?
&lt;br&gt;&lt;br&gt;On a sidenote it seems that Arrakis and Spice aren't building packages
&lt;br&gt;anymore. Are they still needed?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ciao... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// &amp;nbsp; &amp;nbsp; &amp;nbsp;Fon: 0381-2744150
&lt;br&gt;. &amp;nbsp; &amp;nbsp; Ingo &amp;nbsp; &amp;nbsp; &amp;nbsp; \X/ &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://blog.windfluechter.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.windfluechter.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;gpg pubkey: &lt;a href=&quot;http://www.juergensmann.de/ij_public_key.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.juergensmann.de/ij_public_key.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539651&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539651&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/etch-m68k-and-newer-packages-tp26539651p26539651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425523</id>
	<title>Forum Creativity Training VIII</title>
	<published>2009-11-19T04:00:13Z</published>
	<updated>2009-11-19T04:00:13Z</updated>
	<author>
		<name>GULF INNOVATION</name>
	</author>
	<content type="html">&lt;!-- 
If you can't read the text below, then open this address with your Internet browser: 
http://a.ocho.purlsmail.com//rwcode/content.asp?SID=1&amp;Section=602109&amp;SiteID=35432&amp;EmailID=115967140&amp;HitID=1258631907000
 --&gt;&lt;HTML&gt;&lt;HEAD&gt;&lt;LINK href=&quot;webadmin/include/datafields.css&quot; type=text/css rel=stylesheet&gt;&lt;LINK href=&quot;webadmin/include/datafields.css&quot; type=text/css rel=stylesheet&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;&lt;LINK href=&quot;webadmin/include/datafields.css&quot; type=text/css rel=stylesheet&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: justify&quot; align=center&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: justify&quot; align=center&gt;&lt;SPAN lang=ar-sa&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: Arabic Transparent&quot;&gt;&lt;FONT size=4&gt;&amp;#1575;&amp;#1604;&amp;#1587;&amp;#1610;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1590;&amp;#1604;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: center&quot; align=center&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: center&quot; align=center&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: Arabic Transparent; TEXT-DECORATION: underline&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 16pt&quot; color=#008000&gt;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1608;&amp;#1590;&amp;#1608;&amp;#1593;: &amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1583;&amp;#1585;&amp;#1610;&amp;#1576;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1575;&amp;#1605;&amp;#1606;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 9pt; TEXT-JUSTIFY: kashida; TEXT-INDENT: 9pt; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%&quot;&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-SIZE: 14pt; FONT-FAMILY: 'Arabic Transparent'&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 9pt; TEXT-INDENT: 9pt; TEXT-ALIGN: justify&quot;&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-SIZE: 14pt; FONT-FAMILY: 'Arabic Transparent'&quot;&gt;&amp;#1605;&amp;#1606; &amp;#1576;&amp;#1593;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1581;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1591;&amp;#1610;&amp;#1576;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1583;&amp;#1593;&amp;#1575;&amp;#1569; &amp;#1604;&amp;#1603;&amp;#1605; &amp;#1576;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1608;&amp;#1601;&amp;#1610;&amp;#1602; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1606;&amp;#1580;&amp;#1575;&amp;#1581;&amp;#1548; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1586;&amp;#1583;&amp;#1607;&amp;#1575;&amp;#1585; &amp;#1601;&amp;#1610; &amp;#1571;&amp;#1593;&amp;#1605;&amp;#1575;&amp;#1604;&amp;#1603;&amp;#1605;&amp;#1548; &amp;#1608;&amp;#1573;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1580;&amp;#1575;&amp;#1581; &amp;#1575;&amp;#1604;&amp;#1591;&amp;#1610;&amp;#1576; &amp;#1575;&amp;#1604;&amp;#1584;&amp;#1610; &amp;#1571;&amp;#1581;&amp;#1585;&amp;#1586;&amp;#1578;&amp;#1607; &amp;#1588;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1604;&amp;#1610;&amp;#1580;&amp;#1610; &amp;#1582;&amp;#1604;&amp;#1575;&amp;#1604; &amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1610;&amp;#1575;&amp;#1578;&amp;#1607;&amp;#1575; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1576;&amp;#1593;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1575;&amp;#1590;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1584;&amp;#1575;&amp;#1603; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1580;&amp;#1575;&amp;#1581; &amp;#1575;&amp;#1604;&amp;#1584;&amp;#1610; &amp;#1603;&amp;#1575;&amp;#1606; &amp;#1605;&amp;#1588;&amp;#1601;&amp;#1608;&amp;#1593;&amp;#1575;&amp;#1611; &amp;#1576;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1603;&amp;#1576;&amp;#1585;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1604;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1575;&amp;#1589;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1607;&amp;#1575; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1581;&amp;#1603;&amp;#1608;&amp;#1605;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1578;&amp;#1578;&amp;#1602;&amp;#1583;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1576;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1583; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1577; &amp;#1606;&amp;#1581;&amp;#1608; &amp;#1573;&amp;#1602;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1575;&amp;#1607;&amp;#1575; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1575;&amp;#1605;&amp;#1606; &amp;#1601;&amp;#1610; &amp;#1606;&amp;#1607;&amp;#1575;&amp;#1610;&amp;#1577; &amp;#1593;&amp;#1575;&amp;#1605; 2009 &amp;#1578;&amp;#1581;&amp;#1578; &amp;#1588;&amp;#1593;&amp;#1575;&amp;#1585; &lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;(&amp;#1589;&amp;#1606;&amp;#1575;&amp;#1593;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604; &amp;#1601;&amp;#1610; &amp;#1590;&amp;#1608;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1586;&amp;#1605;&amp;#1575;&amp;#1578;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 9pt; TEXT-JUSTIFY: kashida; TEXT-INDENT: 9pt; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%&quot;&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-SIZE: 14pt; FONT-FAMILY: 'Arabic Transparent'&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;#1608;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1607; &amp;#1601;&amp;#1573;&amp;#1606;&amp;#1607; &amp;#1610;&amp;#1587;&amp;#1585;&amp;#1606;&amp;#1575; &amp;#1571;&amp;#1606; &amp;#1606;&amp;#1590;&amp;#1593; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1571;&amp;#1610;&amp;#1583;&amp;#1610;&amp;#1603;&amp;#1605; &amp;#1601;&amp;#1585;&amp;#1589;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1601;&amp;#1610; &amp;#1601;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1575;&amp;#1578; &quot;&amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1583;&amp;#1585;&amp;#1610;&amp;#1576;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1575;&amp;#1605;&amp;#1606;&quot;&amp;#1548; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1584;&amp;#1610; &amp;#1587;&amp;#1610;&amp;#1593;&amp;#1602;&amp;#1583; &amp;#1576;&amp;#1605;&amp;#1588;&amp;#1610;&amp;#1574;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1604;&amp;#1607; &amp;#1578;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1609; &amp;#1601;&amp;#1610; &amp;#1605;&amp;#1583;&amp;#1610;&amp;#1606;&amp;#1577; &amp;#1583;&amp;#1576;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1602;&amp;#1578;&amp;#1589;&amp;#1575;&amp;#1583;&amp;#1610;&amp;#1577; &amp;#1601;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1578;&amp;#1585;&amp;#1577; &amp;#1605;&amp;#1606; 27 - 30 &amp;#1583;&amp;#1610;&amp;#1587;&amp;#1605;&amp;#1576;&amp;#1585; 2009&amp;#1548; &amp;#1608;&amp;#1578;&amp;#1578;&amp;#1603;&amp;#1608;&amp;#1606; &amp;#1601;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1575;&amp;#1578; &amp;#1607;&amp;#1584;&amp;#1575; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1609; &amp;#1605;&amp;#1606; &amp;#1587;&amp;#1578;&amp;#1577; &amp;#1576;&amp;#1585;&amp;#1575;&amp;#1605;&amp;#1580; &amp;#1578;&amp;#1583;&amp;#1585;&amp;#1610;&amp;#1576;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1588;&amp;#1603;&amp;#1604; &amp;#1601;&amp;#1610; &amp;#1605;&amp;#1580;&amp;#1605;&amp;#1608;&amp;#1593;&amp;#1607;&amp;#1575; &amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1577; &amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1605;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1605;&amp;#1604;&amp;#1577; &amp;#1578;&amp;#1578;&amp;#1606;&amp;#1575;&amp;#1608;&amp;#1604; &amp;#1571;&amp;#1581;&amp;#1583;&amp;#1579; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1575;&amp;#1605;&amp;#1580; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1601;&amp;#1610; &amp;#1605;&amp;#1582;&amp;#1578;&amp;#1604;&amp;#1601; &amp;#1575;&amp;#1604;&amp;#1580;&amp;#1608;&amp;#1575;&amp;#1606;&amp;#1576; &amp;#1605;&amp;#1593; &amp;#1578;&amp;#1587;&amp;#1604;&amp;#1610;&amp;#1591; &amp;#1575;&amp;#1604;&amp;#1590;&amp;#1608;&amp;#1569; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1581;&amp;#1604;&amp;#1608;&amp;#1604; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1580;&amp;#1575;&amp;#1578; &amp;#1604;&amp;#1604;&amp;#1571;&amp;#1586;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1602;&amp;#1578;&amp;#1589;&amp;#1575;&amp;#1583;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1593;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1610;&amp;#1583;&amp;#1610; &amp;#1571;&amp;#1605;&amp;#1607;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1585;&amp;#1576;&amp;#1610;&amp;#1606; &amp;#1601;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1585;&amp;#1576;&amp;#1610;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 9pt; TEXT-JUSTIFY: kashida; TEXT-INDENT: 9pt; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 14pt; FONT-FAMILY: Arabic Transparent&quot;&gt;&amp;#1576;&amp;#1575;&amp;#1604;&amp;#1583;&amp;#1582;&amp;#1608;&amp;#1604; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1576;&amp;#1585;&amp;#1608;&amp;#1588;&amp;#1608;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1585;&amp;#1580; &amp;#1587;&amp;#1578;&amp;#1580;&amp;#1583;&amp;#1608;&amp;#1606; &amp;#1578;&amp;#1601;&amp;#1575;&amp;#1589;&amp;#1610;&amp;#1604;&amp;nbsp;&amp;#1608;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1593;&amp;#1606; &amp;#1576;&amp;#1585;&amp;#1575;&amp;#1605;&amp;#1580; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1578;&amp;#1583;&amp;#1609;&amp;#1548; &amp;#1605;&amp;#1593; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1593;&amp;#1583;&amp;#1575;&amp;#1583;&amp;#1606;&amp;#1575; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1575;&amp;#1605; &amp;#1604;&amp;#1604;&amp;#1585;&amp;#1583; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1610; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1601;&amp;#1587;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1603;&amp;#1605; &amp;#1608;&amp;#1578;&amp;#1602;&amp;#1583;&amp;#1610;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1575;&amp;#1593;&amp;#1583;&amp;#1577; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1575;&amp;#1578;&amp;#1601; &amp;nbsp;22404883- 965+ &amp;#1575;&amp;#1604;&amp;#1583;&amp;#1575;&amp;#1582;&amp;#1604;&amp;#1610; (666)&amp;#1548; &amp;#1571;&amp;#1608; &amp;#1601;&amp;#1575;&amp;#1603;&amp;#1587; :&amp;nbsp; 22404852 &amp;#1571;&amp;#1608; &amp;#1573;&amp;#1585;&amp;#1587;&amp;#1575;&amp;#1604; &amp;#1585;&amp;#1587;&amp;#1575;&amp;#1604;&amp;#1577; &amp;#1593;&amp;#1576;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1610;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1604;&amp;#1603;&amp;#1578;&amp;#1585;&amp;#1608;&amp;#1606;&amp;#1610; &amp;#1593;&amp;#1604;&amp;#1609;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-SIZE: 15pt; LINE-HEIGHT: 150%; FONT-FAMILY: 'Arabic Transparent'&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;A style=&quot;COLOR: blue; TEXT-DECORATION: underline; text-underline: single&quot; href=&quot;http://us.mc508.mail.yahoo.com/mc/compose?to=info@gulfinnovation.com&quot; target=_blank ymailto=&quot;mailto:info@gulfinnovation.com&quot; rel=&quot;nofollow&quot;&gt;&lt;SPAN dir=ltr style=&quot;FONT-SIZE: 13.5pt; LINE-HEIGHT: 150%&quot;&gt;info@...&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-SIZE: 4pt; LINE-HEIGHT: 150%; FONT-FAMILY: 'Arial','sans-serif'&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 9pt; TEXT-JUSTIFY: kashida; TEXT-INDENT: 9pt; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: center&quot; align=center&gt;&lt;SPAN lang=AR-SA style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: 'Arabic Transparent'&quot;&gt;&amp;#1608;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604;&amp;#1608;&amp;#1575; &amp;#1582;&amp;#1575;&amp;#1604;&amp;#1589; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1581;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1583;&amp;#1610;&amp;#1585;&amp;#1548;&amp;#1548;&amp;#1548;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=rtl style=&quot;MARGIN-TOP: 12pt; TEXT-ALIGN: center&quot; align=center&gt;&amp;nbsp;&lt;/P&gt;
&lt;P align=center&gt;&lt;a href=&quot;http://a.ocho.purlsmail.com/sendlink.asp?HitID=1258631907000&amp;StID=35432&amp;SID=1&amp;NID=602109&amp;EmID=115967140&amp;Link=aHR0cDovL3d3dy5ndWxmaW5ub3ZhdGlvbi5jb20vQXJfRm9ydW1jcmVhdGl2aXR5dHJhaW5pbmdWSUlJLmFzcHg%3D&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;IMG height=277 src=&quot;http://www.ebdaastore.com/pic/montadaa.jpg&quot; width=283 border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;&amp;nbsp;&lt;/P&gt;&lt;div class='unsub' align='center'&gt;
	&lt;img src='http://a.ocho.purlsmail.com/RWCode/click.asp?HitID=1258631907000&amp;EmID=115967140&amp;StID=35432&amp;SID=1&amp;NID=602109&amp;Email=debian-68k@lists.debian.org' border='0' width='3' height='1'&gt;
	&lt;img src='http://a.ocho.purlsmail.com/rwcode/r.asp?HitID=1258631907000&amp;EmID=115967140&amp;StID=35432&amp;SID=1&amp;NID=602109&amp;Email=debian-68k@lists.debian.org' border='0' width='3' height='1'&gt;
	&lt;table border=&quot;0&quot;&gt;
		&lt;tr&gt;&lt;td&gt;
			&lt;table border='0' align='center' cellpadding='0' cellspacing='0' style=&quot;border: 1px solid #999999; border-left-style: none; border-right-style: none; font-size: 10px; font-family: verdana&quot;&gt; 
				&lt;tr height=&quot;2px&quot;&gt;&lt;td colspan=&quot;3&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
				&lt;tr&gt;
					&lt;td&gt;&lt;font style=&quot;font-size:10px; color:GrayText; vertical-align:text-top;&quot;&gt;&lt;b&gt;powered by&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;/td&gt;					
					&lt;td style='height:30px; vertical-align:middle;'&gt;
					&lt;!-- powered by url --&gt;
											&lt;a href='http://a.ocho.purlsmail.com//home/r.asp?SID=112' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
											&lt;img alt='http://a.ocho.purlsmail.com//home/r.asp?SID=112' src='http://a.ocho.purlsmail.com//images/eb_pbgmNEW.gif' border='0'&gt;
											&lt;/a&gt;
										&lt;/td&gt;
					&lt;td&gt;
						&lt;table border=&quot;0&quot;&gt;
						&lt;tr style=&quot;height:13px&quot;&gt;
					
												&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td style='width: 1px' bgcolor='#808080'&gt;
						&lt;/td&gt;
						&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td nowrap&gt;
						&lt;!-- Unsubscribe from newsletter --&gt;
							&lt;a style=&quot;text-decoration:none;&quot; href='http://a.ocho.purlsmail.com/RWCode/subscribe.asp?SiteID=35432&amp;SID=1&amp;Email=debian-68k@lists.debian.org&amp;hitid=1258631907000' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font style=&quot;font-size:12px; font-family: verdana; text-decoration:none; color:GrayText; vertical-align:text-top;&quot;&gt;unsubscribe&lt;/font&gt;&lt;/a&gt;
						&lt;/td&gt;
						
												&lt;!-- forward to friend --&gt;
						&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td style='width: 1px' bgcolor='#808080'&gt;
						&lt;/td&gt;
						&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td nowrap&gt;
							&lt;a style=&quot;text-decoration:none;&quot; href='http://a.ocho.purlsmail.com/forward.asp?SiteID=35432&amp;SID=1&amp;EmailID=115967140&amp;HitID=1258631907000&amp;Section=602109&amp;FromEmail=debian-68k@lists.debian.org' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font style=&quot;font-size:12px; font-family: verdana; text-decoration:none; color:GrayText; vertical-align:text-top;&quot;&gt;forward&lt;/font&gt;&lt;/a&gt;
						&lt;/td&gt;
												
												&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td style='width: 1px' bgcolor='#808080'&gt;
						&lt;/td&gt;
						&lt;td style='width: 5px'&gt;
						&lt;/td&gt;
						&lt;td nowrap&gt;
							&lt;a style=&quot;text-decoration:none;&quot; href='http://a.ocho.purlsmail.com/RWCode/subscribe.asp?SiteID=35432&amp;SID=1&amp;Email=debian-68k@lists.debian.org&amp;HitID=1258631907000' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font style=&quot;font-size:12px; font-family: verdana; text-decoration:none; color:GrayText; vertical-align:text-top;&quot;&gt;update profile&lt;/font&gt;&lt;/a&gt;
						&lt;/td&gt;
												&lt;/tr&gt;
						
					&lt;/table&gt;
					&lt;/td&gt;
				&lt;/tr&gt;
			&lt;/table&gt;
		&lt;/td&gt;&lt;/tr&gt;
		&lt;tr align='center'&gt;
			&lt;td&gt;
				&lt;font style='font-size:9px; text-decoration:none; color:GrayText; font-family: verdana'&gt;
				&lt;br&gt;
				
				This mailing system may only be used for sending permission based email.&lt;br /&gt;
				&lt;br&gt;
				If you did not give permission to receive emails from this sender, &lt;a href='http://a.ocho.purlsmail.com/reportabuse.aspx?stid=35432&amp;hitid=1258631907000&amp;sec=602109&amp;email=debian-68k@lists.debian.org&amp;EmID=115967140&amp;SID=1' target='new' style='color:GrayText;font-family: verdana;font-size:9px' rel=&quot;nofollow&quot;&gt;please notify us&lt;/a&gt;.
				&lt;br&gt;
				&lt;br&gt;
				This email was sent to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425523&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k@...&lt;/a&gt; by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425523&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;
								
				| &lt;a style='color:GrayText;font-family: verdana;font-size:9px; font-weight: bold;' href='http://a.ocho.purlsmail.com/ExportNewsletterToPdf.aspx?SD=35432&amp;SID=1&amp;ND=602109&amp;EA=debian-68k@lists.debian.org&amp;ED=115967140&amp;hitid=1258631907000' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Print / PDF version&lt;/a&gt;
				
								 | Read our &lt;a href='http://a.ocho.purlsmail.com/privacy.asp?stid=35432&amp;hitid=1258631907000&amp;sec=602109&amp;email=debian-68k@lists.debian.org&amp;EmID=115967140&amp;SID=1' target='new' style='color:GrayText;font-family: verdana;font-size:9px' rel=&quot;nofollow&quot;&gt;Privacy Policy&lt;/a&gt;.
				&lt;br&gt;
				
															gulf innovation
										 - kuwait, shareq, 965, Kuwait

								&lt;/font&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
&lt;/div&gt;
&lt;/BODY&gt;&lt;/HTML&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Forum-Creativity-Training-VIII-tp26425523p26425523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26286192</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-10T08:11:19Z</published>
	<updated>2009-11-10T08:11:19Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Tue, 10 Nov 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Finn Thain wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Do you think my patch is a reasonable solution? I don't understand it, I
&lt;br&gt;&amp;gt; &amp;gt; just copied it from x86 -- &amp;quot;monkey see, monkey do.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I can't spot anything wrong in it.
&lt;br&gt;&lt;br&gt;Thanks for looking it over. I'll send it upstream.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I used the eglibc-2.10/EGLIBC.cross-building script to test this. I 
&lt;br&gt;&amp;gt; &amp;gt; configured eglibc with &amp;quot;--enable-add-ons=ports,nptl&amp;quot; to prevent 
&lt;br&gt;&amp;gt; &amp;gt; localedef from breaking the configure step. Package versions were 
&lt;br&gt;&amp;gt; &amp;gt; binutils-2.19.51, gcc-4.4.1 (patched), linux-2.6.31 (patched), eglibc 
&lt;br&gt;&amp;gt; &amp;gt; 2_10 branch (patched).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What hardware / emulator do you use to test the result? &amp;nbsp;I tested all 
&lt;br&gt;&amp;gt; the work on ColdFire systems, but I also would like to run some tests on 
&lt;br&gt;&amp;gt; a usual m68k.
&lt;/div&gt;&lt;br&gt;I've been testing on 68040 machines. I've not yet tried the test suites.
&lt;br&gt;&lt;br&gt;The latest random test I did was to build the cross toolchain using 
&lt;br&gt;patched debian sid source packages. Then I copied sshd and its supporting 
&lt;br&gt;libraries etc from an etch-m68k system into the toolchain sysroot, along 
&lt;br&gt;with a few old busybox bits and pieces that I had lying around. I then 
&lt;br&gt;exported the sysroot with NFS and booted that. After some messing around I 
&lt;br&gt;was able to log in with ssh and gather the info below.
&lt;br&gt;&lt;br&gt;So far, so good!
&lt;br&gt;&lt;br&gt;Finn
&lt;br&gt;&lt;br&gt;&lt;br&gt;# cat /proc/cpuinfo 
&lt;br&gt;CPU: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;68040
&lt;br&gt;MMU: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;68040
&lt;br&gt;FPU: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;68040
&lt;br&gt;Clocking: &amp;nbsp; &amp;nbsp; &amp;nbsp; 24.6MHz
&lt;br&gt;BogoMips: &amp;nbsp; &amp;nbsp; &amp;nbsp; 16.43
&lt;br&gt;Calibration: &amp;nbsp; &amp;nbsp;82176 loops
&lt;br&gt;# cat /proc/version
&lt;br&gt;Linux version 2.6.31.5-mac (fthain@nippy) (gcc version 4.4.1 (GCC) ) #2 Wed Nov 11 00:52:38 EST 2009
&lt;br&gt;# /lib/libc.so.6 
&lt;br&gt;GNU C Library (EGLIBC) stable release version 2.10.1, by Roland McGrath et al.
&lt;br&gt;Copyright (C) 2009 Free Software Foundation, Inc.
&lt;br&gt;This is free software; see the source for copying conditions.
&lt;br&gt;There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
&lt;br&gt;PARTICULAR PURPOSE.
&lt;br&gt;Compiled by GNU CC version 4.4.1.
&lt;br&gt;Compiled on a Linux &amp;gt;&amp;gt;2.6.31.5&amp;lt;&amp;lt; system on 2009-11-10.
&lt;br&gt;Available extensions:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; crypt add-on version 2.1 by Michael Glad and others
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GNU Libidn by Simon Josefsson
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Native POSIX Threads Library by Ulrich Drepper et al
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Support for some architectures added on, not maintained in glibc core.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BIND-8.2.3-T5B
&lt;br&gt;For bug reporting instructions, please see:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.eglibc.org/issues/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eglibc.org/issues/&lt;/a&gt;&amp;gt;.
&lt;br&gt;# cat /proc/649/maps
&lt;br&gt;80000000-80047000 r-xp 00000000 00:0c 84898 &amp;nbsp; &amp;nbsp; &amp;nbsp;/etch-m68k-root/usr/sbin/sshd
&lt;br&gt;80048000-80049000 rw-p 00046000 00:0c 84898 &amp;nbsp; &amp;nbsp; &amp;nbsp;/etch-m68k-root/usr/sbin/sshd
&lt;br&gt;80049000-8006f000 rwxp 00000000 00:00 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[heap]
&lt;br&gt;c0000000-c0018000 r-xp 00000000 00:0c 115132 &amp;nbsp; &amp;nbsp; /lib/ld-2.10.1.so
&lt;br&gt;c0018000-c0019000 rw-p 00000000 00:00 0 
&lt;br&gt;c0019000-c001a000 r--p 00019000 00:0c 115132 &amp;nbsp; &amp;nbsp; /lib/ld-2.10.1.so
&lt;br&gt;c001a000-c001b000 rw-p 0001a000 00:0c 115132 &amp;nbsp; &amp;nbsp; /lib/ld-2.10.1.so
&lt;br&gt;c001b000-c0022000 r-xp 00000000 00:0c 442806 &amp;nbsp; &amp;nbsp; /usr/local/lib/libwrap.so.0.7.6
&lt;br&gt;c0022000-c0023000 ---p 00007000 00:0c 442806 &amp;nbsp; &amp;nbsp; /usr/local/lib/libwrap.so.0.7.6
&lt;br&gt;c0023000-c0024000 rw-p 00006000 00:0c 442806 &amp;nbsp; &amp;nbsp; /usr/local/lib/libwrap.so.0.7.6
&lt;br&gt;c0024000-c0025000 rw-p 00000000 00:00 0 
&lt;br&gt;c0025000-c002c000 r-xp 00000000 00:0c 442808 &amp;nbsp; &amp;nbsp; /usr/local/lib/libpam.so.0.79
&lt;br&gt;c002c000-c002d000 ---p 00007000 00:0c 442808 &amp;nbsp; &amp;nbsp; /usr/local/lib/libpam.so.0.79
&lt;br&gt;c002d000-c002f000 rw-p 00006000 00:0c 442808 &amp;nbsp; &amp;nbsp; /usr/local/lib/libpam.so.0.79
&lt;br&gt;c002f000-c0030000 rw-p 00000000 00:00 0 
&lt;br&gt;c0030000-c0032000 r-xp 00000000 00:0c 115080 &amp;nbsp; &amp;nbsp; /lib/libdl-2.10.1.so
&lt;br&gt;c0032000-c0033000 ---p 00002000 00:0c 115080 &amp;nbsp; &amp;nbsp; /lib/libdl-2.10.1.so
&lt;br&gt;c0033000-c0034000 r--p 00001000 00:0c 115080 &amp;nbsp; &amp;nbsp; /lib/libdl-2.10.1.so
&lt;br&gt;c0034000-c0035000 rw-p 00002000 00:0c 115080 &amp;nbsp; &amp;nbsp; /lib/libdl-2.10.1.so
&lt;br&gt;c0035000-c0046000 r-xp 00000000 00:0c 442809 &amp;nbsp; &amp;nbsp; /usr/local/lib/libselinux.so.1
&lt;br&gt;c0046000-c0047000 ---p 00011000 00:0c 442809 &amp;nbsp; &amp;nbsp; /usr/local/lib/libselinux.so.1
&lt;br&gt;c0047000-c0048000 rw-p 00010000 00:0c 442809 &amp;nbsp; &amp;nbsp; /usr/local/lib/libselinux.so.1
&lt;br&gt;c0048000-c0049000 rw-p 00000000 00:00 0 
&lt;br&gt;c0049000-c0058000 r-xp 00000000 00:0c 115096 &amp;nbsp; &amp;nbsp; /lib/libresolv-2.10.1.so
&lt;br&gt;c0058000-c005a000 ---p 0000f000 00:0c 115096 &amp;nbsp; &amp;nbsp; /lib/libresolv-2.10.1.so
&lt;br&gt;c005a000-c005b000 r--p 0000f000 00:0c 115096 &amp;nbsp; &amp;nbsp; /lib/libresolv-2.10.1.so
&lt;br&gt;c005b000-c005c000 rw-p 00010000 00:0c 115096 &amp;nbsp; &amp;nbsp; /lib/libresolv-2.10.1.so
&lt;br&gt;c005c000-c005e000 rw-p 00000000 00:00 0 
&lt;br&gt;c005e000-c016b000 r-xp 00000000 00:0c 442810 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcrypto.so.0.9.8
&lt;br&gt;c016b000-c016c000 ---p 0010d000 00:0c 442810 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcrypto.so.0.9.8
&lt;br&gt;c016c000-c0180000 rw-p 0010c000 00:0c 442810 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcrypto.so.0.9.8
&lt;br&gt;c0180000-c0184000 rw-p 00000000 00:00 0 
&lt;br&gt;c0184000-c0186000 r-xp 00000000 00:0c 115130 &amp;nbsp; &amp;nbsp; /lib/libutil-2.10.1.so
&lt;br&gt;c0186000-c0187000 ---p 00002000 00:0c 115130 &amp;nbsp; &amp;nbsp; /lib/libutil-2.10.1.so
&lt;br&gt;c0187000-c0188000 r--p 00001000 00:0c 115130 &amp;nbsp; &amp;nbsp; /lib/libutil-2.10.1.so
&lt;br&gt;c0188000-c0189000 rw-p 00002000 00:0c 115130 &amp;nbsp; &amp;nbsp; /lib/libutil-2.10.1.so
&lt;br&gt;c0189000-c019a000 r-xp 00000000 00:0c 442812 &amp;nbsp; &amp;nbsp; /usr/local/lib/libz.so.1.2.3
&lt;br&gt;c019a000-c019b000 ---p 00011000 00:0c 442812 &amp;nbsp; &amp;nbsp; /usr/local/lib/libz.so.1.2.3
&lt;br&gt;c019b000-c019c000 rw-p 00010000 00:0c 442812 &amp;nbsp; &amp;nbsp; /usr/local/lib/libz.so.1.2.3
&lt;br&gt;c019c000-c019d000 rw-p 00000000 00:00 0 
&lt;br&gt;c019d000-c01af000 r-xp 00000000 00:0c 115120 &amp;nbsp; &amp;nbsp; /lib/libnsl-2.10.1.so
&lt;br&gt;c01af000-c01b0000 ---p 00012000 00:0c 115120 &amp;nbsp; &amp;nbsp; /lib/libnsl-2.10.1.so
&lt;br&gt;c01b0000-c01b1000 r--p 00011000 00:0c 115120 &amp;nbsp; &amp;nbsp; /lib/libnsl-2.10.1.so
&lt;br&gt;c01b1000-c01b2000 rw-p 00012000 00:0c 115120 &amp;nbsp; &amp;nbsp; /lib/libnsl-2.10.1.so
&lt;br&gt;c01b2000-c01b4000 rw-p 00000000 00:00 0 
&lt;br&gt;c01b4000-c01bd000 r-xp 00000000 00:0c 115088 &amp;nbsp; &amp;nbsp; /lib/libcrypt-2.10.1.so
&lt;br&gt;c01bd000-c01bf000 ---p 00009000 00:0c 115088 &amp;nbsp; &amp;nbsp; /lib/libcrypt-2.10.1.so
&lt;br&gt;c01bf000-c01c0000 r--p 00009000 00:0c 115088 &amp;nbsp; &amp;nbsp; /lib/libcrypt-2.10.1.so
&lt;br&gt;c01c0000-c01c1000 rw-p 0000a000 00:0c 115088 &amp;nbsp; &amp;nbsp; /lib/libcrypt-2.10.1.so
&lt;br&gt;c01c1000-c01e8000 rw-p 00000000 00:00 0 
&lt;br&gt;c01e8000-c01ff000 r-xp 00000000 00:0c 442814 &amp;nbsp; &amp;nbsp; /usr/local/lib/libgssapi_krb5.so.2.2
&lt;br&gt;c01ff000-c0200000 ---p 00017000 00:0c 442814 &amp;nbsp; &amp;nbsp; /usr/local/lib/libgssapi_krb5.so.2.2
&lt;br&gt;c0200000-c0201000 rw-p 00016000 00:0c 442814 &amp;nbsp; &amp;nbsp; /usr/local/lib/libgssapi_krb5.so.2.2
&lt;br&gt;c0201000-c0269000 r-xp 00000000 00:0c 442816 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5.so.3.2
&lt;br&gt;c0269000-c026a000 ---p 00068000 00:0c 442816 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5.so.3.2
&lt;br&gt;c026a000-c026d000 rw-p 00067000 00:0c 442816 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5.so.3.2
&lt;br&gt;c026d000-c028d000 r-xp 00000000 00:0c 442822 &amp;nbsp; &amp;nbsp; /usr/local/lib/libk5crypto.so.3.0
&lt;br&gt;c028d000-c028e000 ---p 00020000 00:0c 442822 &amp;nbsp; &amp;nbsp; /usr/local/lib/libk5crypto.so.3.0
&lt;br&gt;c028e000-c0290000 rw-p 0001f000 00:0c 442822 &amp;nbsp; &amp;nbsp; /usr/local/lib/libk5crypto.so.3.0
&lt;br&gt;c0290000-c0292000 r-xp 00000000 00:0c 442818 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcom_err.so.2.1
&lt;br&gt;c0292000-c0293000 ---p 00002000 00:0c 442818 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcom_err.so.2.1
&lt;br&gt;c0293000-c0294000 rw-p 00001000 00:0c 442818 &amp;nbsp; &amp;nbsp; /usr/local/lib/libcom_err.so.2.1
&lt;br&gt;c0294000-c0295000 rw-p 00000000 00:00 0 
&lt;br&gt;c0295000-c0298000 r-xp 00000000 00:0c 442820 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5support.so.0.0
&lt;br&gt;c0298000-c0299000 ---p 00003000 00:0c 442820 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5support.so.0.0
&lt;br&gt;c0299000-c029b000 rw-p 00002000 00:0c 442820 &amp;nbsp; &amp;nbsp; /usr/local/lib/libkrb5support.so.0.0
&lt;br&gt;c029b000-c03b7000 r-xp 00000000 00:0c 114361 &amp;nbsp; &amp;nbsp; /lib/libc-2.10.1.so
&lt;br&gt;c03b7000-c03b9000 r--p 0011c000 00:0c 114361 &amp;nbsp; &amp;nbsp; /lib/libc-2.10.1.so
&lt;br&gt;c03b9000-c03bc000 rw-p 0011e000 00:0c 114361 &amp;nbsp; &amp;nbsp; /lib/libc-2.10.1.so
&lt;br&gt;c03bc000-c03bf000 rw-p 00000000 00:00 0 
&lt;br&gt;c03bf000-c03f1000 r-xp 00000000 00:0c 442823 &amp;nbsp; &amp;nbsp; /usr/local/lib/libsepol.so.1
&lt;br&gt;c03f1000-c03f2000 ---p 00032000 00:0c 442823 &amp;nbsp; &amp;nbsp; /usr/local/lib/libsepol.so.1
&lt;br&gt;c03f2000-c03f4000 rw-p 00031000 00:0c 442823 &amp;nbsp; &amp;nbsp; /usr/local/lib/libsepol.so.1
&lt;br&gt;c03f4000-c0401000 rw-p 00000000 00:00 0 
&lt;br&gt;c0401000-c0407000 r-xp 00000000 00:0c 115126 &amp;nbsp; &amp;nbsp; /lib/libnss_compat-2.10.1.so
&lt;br&gt;c0407000-c0408000 ---p 00006000 00:0c 115126 &amp;nbsp; &amp;nbsp; /lib/libnss_compat-2.10.1.so
&lt;br&gt;c0408000-c0409000 r--p 00005000 00:0c 115126 &amp;nbsp; &amp;nbsp; /lib/libnss_compat-2.10.1.so
&lt;br&gt;c0409000-c040a000 rw-p 00006000 00:0c 115126 &amp;nbsp; &amp;nbsp; /lib/libnss_compat-2.10.1.so
&lt;br&gt;c040a000-c0412000 r-xp 00000000 00:0c 115122 &amp;nbsp; &amp;nbsp; /lib/libnss_nis-2.10.1.so
&lt;br&gt;c0412000-c0413000 ---p 00008000 00:0c 115122 &amp;nbsp; &amp;nbsp; /lib/libnss_nis-2.10.1.so
&lt;br&gt;c0413000-c0414000 r--p 00007000 00:0c 115122 &amp;nbsp; &amp;nbsp; /lib/libnss_nis-2.10.1.so
&lt;br&gt;c0414000-c0415000 rw-p 00008000 00:0c 115122 &amp;nbsp; &amp;nbsp; /lib/libnss_nis-2.10.1.so
&lt;br&gt;c0415000-c041e000 r-xp 00000000 00:0c 115108 &amp;nbsp; &amp;nbsp; /lib/libnss_files-2.10.1.so
&lt;br&gt;c041e000-c0420000 ---p 00009000 00:0c 115108 &amp;nbsp; &amp;nbsp; /lib/libnss_files-2.10.1.so
&lt;br&gt;c0420000-c0421000 r--p 00009000 00:0c 115108 &amp;nbsp; &amp;nbsp; /lib/libnss_files-2.10.1.so
&lt;br&gt;c0421000-c0422000 rw-p 0000a000 00:0c 115108 &amp;nbsp; &amp;nbsp; /lib/libnss_files-2.10.1.so
&lt;br&gt;efcb7000-efccc000 rw-p 00000000 00:00 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[stack]
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26286192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26286192&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26286192.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26281501</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-10T02:51:00Z</published>
	<updated>2009-11-10T02:51:00Z</updated>
	<author>
		<name>Maxim Kuvyrkov-2</name>
	</author>
	<content type="html">Finn Thain wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, 6 Nov 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Finn Thain wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Wed, 28 Oct 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; We [CodeSourcery] have just updated all of our toolchains, and the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; GNU/Linux toolchain is based on EGLIBC 2.10 and has well tested 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; TLS/NPTL support. &amp;nbsp;If you are targeting ColdFire you can simply 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; download the toolchain at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.codesourcery.com/sgpp/lite/coldfire&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.codesourcery.com/sgpp/lite/coldfire&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I did run into a problem with this second patch. It doesn't apply to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the eglibc_2.10 branch in svn as of yesterday. The following hunk is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the problem:
&lt;br&gt;&amp;gt;&amp;gt; The patches posted are all against FSF GLIBC, not EGLIBC, so some 
&lt;br&gt;&amp;gt;&amp;gt; conflicts are expected. ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; OK. I suppose that means no back-porting of other patches is required.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Using the above patches, I am almost able to compile eglibc_2.10. But 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; there is an old build failure (since glibc-2.4 I think) when linking 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; libc.so:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /tmp/build/glibc-m68k-linux-gnu-3/libc_pic.os: In function `fchownat':
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (.text+0x911c2): undefined reference to `__atfct_seterrno'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /tmp/build/glibc-m68k-linux-gnu-3/libc.so: hidden symbol `__atfct_seterrno'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; isn't defined
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; final link failed: Nonrepresentable section on output
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make[1]: *** [/tmp/build/glibc-m68k-linux-gnu-3/libc.so] Error 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make[1]: Leaving directory `/tmp/build/glibc-2.10.1'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make: *** [all] Error 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To try to fix this issue, I've basically copied this patch:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; An m68k version is attached. Can someone have a look at it and tell 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; whether this is the correct fix or not?
&lt;br&gt;&amp;gt;&amp;gt; I don't really know, this is the first time I see this failure.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I found out why it happens.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you build eglibc with &amp;quot;--enable-kernel=2.6.31&amp;quot; it fails as above.
&lt;br&gt;&amp;gt; If you omit that option, it works.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you think my patch is a reasonable solution? I don't understand it, I 
&lt;br&gt;&amp;gt; just copied it from x86 -- &amp;quot;monkey see, monkey do.&amp;quot;
&lt;/div&gt;&lt;br&gt;I can't spot anything wrong in it.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I used the eglibc-2.10/EGLIBC.cross-building script to test this. I 
&lt;br&gt;&amp;gt; configured eglibc with &amp;quot;--enable-add-ons=ports,nptl&amp;quot; to prevent localedef 
&lt;br&gt;&amp;gt; from breaking the configure step. Package versions were binutils-2.19.51, 
&lt;br&gt;&amp;gt; gcc-4.4.1 (patched), linux-2.6.31 (patched), eglibc 2_10 branch (patched).
&lt;br&gt;&lt;br&gt;What hardware / emulator do you use to test the result? &amp;nbsp;I tested all 
&lt;br&gt;the work on ColdFire systems, but I also would like to run some tests on 
&lt;br&gt;a usual m68k.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Maxim Kuvyrkov
&lt;br&gt;CodeSourcery
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maxim@...&lt;/a&gt;
&lt;br&gt;(650) 331-3385 x724
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281501&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281501&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26281501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26278285</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-09T20:20:32Z</published>
	<updated>2009-11-09T20:20:32Z</updated>
	<author>
		<name>Brad Boyer</name>
	</author>
	<content type="html">On Tue, Nov 10, 2009 at 03:07:28PM +1100, Finn Thain wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I also tried eglibc trunk but the build failed elsewhere:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c: In function '__fcntl_nocancel':
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:133: error: storage size of 'fex' isn't known
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: 'F_GETOWN_EX' undeclared (first use in this function)
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: (Each undeclared identifier is reported only once
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: for each function it appears in.)
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:136: error: 'F_OWNER_GID' undeclared (first use in this function)
&lt;br&gt;&amp;gt; ../sysdeps/unix/sysv/linux/i386/fcntl.c:133: warning: unused variable 'fex'
&lt;br&gt;&amp;gt; make[2]: *** [/home/fthain/cross-build/m68k/obj/eglibc/io/fcntl.o] Error 1
&lt;br&gt;&amp;gt; make[2]: Leaving directory `/home/fthain/cross-build/src/eglibc-trunk-r9191/io'
&lt;br&gt;&amp;gt; make[1]: *** [io/subdir_lib] Error 2
&lt;br&gt;&amp;gt; make[1]: Leaving directory `/home/fthain/cross-build/src/eglibc-trunk-r9191'
&lt;br&gt;&amp;gt; make: *** [all] Error 2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For now I'm content with eglibc-2.10, since that is the version in the 
&lt;br&gt;&amp;gt; debian archive.
&lt;/div&gt;&lt;br&gt;It looks like this needs a newer version of the kernel headers. That stuff
&lt;br&gt;was added relatively recently:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ba0a6c9f6fceed11c6a99e8326f0477fe383e6b5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ba0a6c9f6fceed11c6a99e8326f0477fe383e6b5&lt;/a&gt;&lt;br&gt;&lt;br&gt;If I'm reading the dates correctly, this commit wasn't in 2.6.31.
&lt;br&gt;&lt;br&gt;As a side note, there is already a patch floating around to fix that commit,
&lt;br&gt;which apparently broke stuff.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://patchwork.kernel.org/patch/56568/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://patchwork.kernel.org/patch/56568/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Brad Boyer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flar@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278285&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26278285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26278024</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-09T20:07:28Z</published>
	<updated>2009-11-09T20:07:28Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Fri, 6 Nov 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Finn Thain wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Wed, 28 Oct 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; We [CodeSourcery] have just updated all of our toolchains, and the 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; GNU/Linux toolchain is based on EGLIBC 2.10 and has well tested 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; TLS/NPTL support. &amp;nbsp;If you are targeting ColdFire you can simply 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; download the toolchain at 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://www.codesourcery.com/sgpp/lite/coldfire&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.codesourcery.com/sgpp/lite/coldfire&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt; I did run into a problem with this second patch. It doesn't apply to 
&lt;br&gt;&amp;gt; &amp;gt; the eglibc_2.10 branch in svn as of yesterday. The following hunk is 
&lt;br&gt;&amp;gt; &amp;gt; the problem:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The patches posted are all against FSF GLIBC, not EGLIBC, so some 
&lt;br&gt;&amp;gt; conflicts are expected. ...
&lt;/div&gt;&lt;br&gt;OK. I suppose that means no back-porting of other patches is required.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Using the above patches, I am almost able to compile eglibc_2.10. But 
&lt;br&gt;&amp;gt; &amp;gt; there is an old build failure (since glibc-2.4 I think) when linking 
&lt;br&gt;&amp;gt; &amp;gt; libc.so:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; /tmp/build/glibc-m68k-linux-gnu-3/libc_pic.os: In function `fchownat':
&lt;br&gt;&amp;gt; &amp;gt; (.text+0x911c2): undefined reference to `__atfct_seterrno'
&lt;br&gt;&amp;gt; &amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld:
&lt;br&gt;&amp;gt; &amp;gt; /tmp/build/glibc-m68k-linux-gnu-3/libc.so: hidden symbol `__atfct_seterrno'
&lt;br&gt;&amp;gt; &amp;gt; isn't defined
&lt;br&gt;&amp;gt; &amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld:
&lt;br&gt;&amp;gt; &amp;gt; final link failed: Nonrepresentable section on output
&lt;br&gt;&amp;gt; &amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt; &amp;gt; make[1]: *** [/tmp/build/glibc-m68k-linux-gnu-3/libc.so] Error 1
&lt;br&gt;&amp;gt; &amp;gt; make[1]: Leaving directory `/tmp/build/glibc-2.10.1'
&lt;br&gt;&amp;gt; &amp;gt; make: *** [all] Error 2
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; To try to fix this issue, I've basically copied this patch:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &lt;a href=&quot;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; An m68k version is attached. Can someone have a look at it and tell 
&lt;br&gt;&amp;gt; &amp;gt; whether this is the correct fix or not?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't really know, this is the first time I see this failure.
&lt;/div&gt;&lt;br&gt;I found out why it happens.
&lt;br&gt;&lt;br&gt;If you build eglibc with &amp;quot;--enable-kernel=2.6.31&amp;quot; it fails as above.
&lt;br&gt;If you omit that option, it works.
&lt;br&gt;&lt;br&gt;Do you think my patch is a reasonable solution? I don't understand it, I 
&lt;br&gt;just copied it from x86 -- &amp;quot;monkey see, monkey do.&amp;quot;
&lt;br&gt;&lt;br&gt;I used the eglibc-2.10/EGLIBC.cross-building script to test this. I 
&lt;br&gt;configured eglibc with &amp;quot;--enable-add-ons=ports,nptl&amp;quot; to prevent localedef 
&lt;br&gt;from breaking the configure step. Package versions were binutils-2.19.51, 
&lt;br&gt;gcc-4.4.1 (patched), linux-2.6.31 (patched), eglibc 2_10 branch (patched).
&lt;br&gt;&lt;br&gt;I also tried eglibc trunk but the build failed elsewhere:
&lt;br&gt;&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c: In function '__fcntl_nocancel':
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:133: error: storage size of 'fex' isn't known
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: 'F_GETOWN_EX' undeclared (first use in this function)
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: (Each undeclared identifier is reported only once
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:134: error: for each function it appears in.)
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:136: error: 'F_OWNER_GID' undeclared (first use in this function)
&lt;br&gt;../sysdeps/unix/sysv/linux/i386/fcntl.c:133: warning: unused variable 'fex'
&lt;br&gt;make[2]: *** [/home/fthain/cross-build/m68k/obj/eglibc/io/fcntl.o] Error 1
&lt;br&gt;make[2]: Leaving directory `/home/fthain/cross-build/src/eglibc-trunk-r9191/io'
&lt;br&gt;make[1]: *** [io/subdir_lib] Error 2
&lt;br&gt;make[1]: Leaving directory `/home/fthain/cross-build/src/eglibc-trunk-r9191'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;For now I'm content with eglibc-2.10, since that is the version in the 
&lt;br&gt;debian archive.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The end result is that I now have a NPTL/TLS m68k toolchain 
&lt;br&gt;&amp;gt; &amp;gt; (binutils-2.19.51 and patched gcc-4.4.1). Thank you for making that 
&lt;br&gt;&amp;gt; &amp;gt; possible. I've not run the test suites yet, but so far it seems to 
&lt;br&gt;&amp;gt; &amp;gt; work.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Only, I did find that a statically linked binary (pccardctl) built 
&lt;br&gt;&amp;gt; &amp;gt; with this toolchain segfaults (&amp;quot;unknown errorSegmentation fault&amp;quot;) when 
&lt;br&gt;&amp;gt; &amp;gt; run under a linux-2.6.31 kernel that lacks your patches. Is this 
&lt;br&gt;&amp;gt; &amp;gt; expected?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The binary will certainly not work,
&lt;/div&gt;&lt;br&gt;Right. I see that this is documented in the CodeSourcery G++ Lite m68k 
&lt;br&gt;docs.
&lt;br&gt;&lt;br&gt;Finn
&lt;br&gt;&lt;br&gt;&amp;gt; but I remember run-time linker gracefully exiting with a proper error 
&lt;br&gt;&amp;gt; message when invoked on a system with unpatched kernel. &amp;nbsp;I don't think I 
&lt;br&gt;&amp;gt; tested statically linked binaries on such system.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278024&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278024&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26278024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228774</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-06T00:59:09Z</published>
	<updated>2009-11-06T00:59:09Z</updated>
	<author>
		<name>Maxim Kuvyrkov-2</name>
	</author>
	<content type="html">Finn Thain wrote:
&lt;br&gt;&amp;gt; On Wed, 28 Oct 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We [CodeSourcery] have just updated all of our toolchains, and the 
&lt;br&gt;&amp;gt;&amp;gt; GNU/Linux toolchain is based on EGLIBC 2.10 and has well tested TLS/NPTL 
&lt;br&gt;&amp;gt;&amp;gt; support. &amp;nbsp;If you are targeting ColdFire you can simply download the 
&lt;br&gt;&amp;gt;&amp;gt; toolchain at &amp;lt;&lt;a href=&quot;http://www.codesourcery.com/sgpp/lite/coldfire&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.codesourcery.com/sgpp/lite/coldfire&lt;/a&gt;&amp;gt;.
&lt;br&gt;...
&lt;br&gt;&amp;gt; I did run into a problem with this second patch. It doesn't apply to the 
&lt;br&gt;&amp;gt; eglibc_2.10 branch in svn as of yesterday. The following hunk is the 
&lt;br&gt;&amp;gt; problem:
&lt;br&gt;&lt;br&gt;The patches posted are all against FSF GLIBC, not EGLIBC, so some 
&lt;br&gt;conflicts are expected.
&lt;br&gt;...
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Using the above patches, I am almost able to compile eglibc_2.10. But 
&lt;br&gt;&amp;gt; there is an old build failure (since glibc-2.4 I think) when linking 
&lt;br&gt;&amp;gt; libc.so:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /tmp/build/glibc-m68k-linux-gnu-3/libc_pic.os: In function `fchownat': (.text+0x911c2): undefined reference to `__atfct_seterrno'
&lt;br&gt;&amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld: /tmp/build/glibc-m68k-linux-gnu-3/libc.so: hidden symbol `__atfct_seterrno' isn't defined
&lt;br&gt;&amp;gt; /tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
&lt;br&gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt; make[1]: *** [/tmp/build/glibc-m68k-linux-gnu-3/libc.so] Error 1
&lt;br&gt;&amp;gt; make[1]: Leaving directory `/tmp/build/glibc-2.10.1'
&lt;br&gt;&amp;gt; make: *** [all] Error 2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To try to fix this issue, I've basically copied this patch:
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&lt;/a&gt;&lt;br&gt;&amp;gt; An m68k version is attached. Can someone have a look at it and tell 
&lt;br&gt;&amp;gt; whether this is the correct fix or not?
&lt;/div&gt;&lt;br&gt;I don't really know, this is the first time I see this failure.
&lt;br&gt;&lt;br&gt;&amp;gt; The end result is that I now have a NPTL/TLS m68k toolchain 
&lt;br&gt;&amp;gt; (binutils-2.19.51 and patched gcc-4.4.1). Thank you for making that 
&lt;br&gt;&amp;gt; possible. I've not run the test suites yet, but so far it seems to work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Only, I did find that a statically linked binary (pccardctl) built with 
&lt;br&gt;&amp;gt; this toolchain segfaults (&amp;quot;unknown errorSegmentation fault&amp;quot;) when run 
&lt;br&gt;&amp;gt; under a linux-2.6.31 kernel that lacks your patches. Is this expected?
&lt;br&gt;&lt;br&gt;The binary will certainly not work, but I remember run-time linker 
&lt;br&gt;gracefully exiting with a proper error message when invoked on a system 
&lt;br&gt;with unpatched kernel. &amp;nbsp;I don't think I tested statically linked 
&lt;br&gt;binaries on such system.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Maxim Kuvyrkov
&lt;br&gt;CodeSourcery
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maxim@...&lt;/a&gt;
&lt;br&gt;(650) 331-3385 x724
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228774&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228774&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26228774.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228549</id>
	<title>Re: Add private syscalls to support NPTL</title>
	<published>2009-11-06T00:38:36Z</published>
	<updated>2009-11-06T00:38:36Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;On Wed, 28 Oct 2009, Maxim Kuvyrkov wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We [CodeSourcery] have just updated all of our toolchains, and the 
&lt;br&gt;&amp;gt; GNU/Linux toolchain is based on EGLIBC 2.10 and has well tested TLS/NPTL 
&lt;br&gt;&amp;gt; support. &amp;nbsp;If you are targeting ColdFire you can simply download the 
&lt;br&gt;&amp;gt; toolchain at &amp;lt;&lt;a href=&quot;http://www.codesourcery.com/sgpp/lite/coldfire&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.codesourcery.com/sgpp/lite/coldfire&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I suppose you can't really backport to eglibc 2.10 until the siginfo 
&lt;br&gt;&amp;gt; &amp;gt; question is resolved. It appears from the list traffic that the 
&lt;br&gt;&amp;gt; &amp;gt; consensus is to adopt the generic struct layout here. Is that the 
&lt;br&gt;&amp;gt; &amp;gt; solution that you've used in testing?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not sure if any parts of the m68k kernel port depend on the custom 
&lt;br&gt;&amp;gt; layout of siginfo, so I've only fixed the pieces which I'm sure are 
&lt;br&gt;&amp;gt; wrong. &amp;nbsp;I.e, I've been testing with this 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://marc.info/?l=linux-m68k&amp;m=125447365311948&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-m68k&amp;m=125447365311948&amp;w=2&lt;/a&gt;&amp;gt; patch.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; If so, can you send the patches you been testing?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All the patches are in the mailing lists.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The kernel patches are at
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://marc.info/?l=linux-m68k&amp;m=125447760017098&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-m68k&amp;m=125447760017098&amp;w=2&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;&lt;/div&gt;For the benefit of anyone playing along at home, I found that the first 
&lt;br&gt;attachment (&amp;quot;patch.diff&amp;quot;) is already merged in the second attachment
&lt;br&gt;&amp;nbsp;of the same message (&amp;quot;0001-Add-NPTL-support-for-m68k.patch&amp;quot;).
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://marc.info/?l=linux-m68k&amp;m=125447365311948&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-m68k&amp;m=125447365311948&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The [E]GLIBC patches are at
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 1/n] Update sysdep.h 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-08/msg00006.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-08/msg00006.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 2/n] Add CFI information to dl-trampoline.S 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-08/msg00007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-08/msg00007.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 3/n] Update jmpbuf-unwind.h 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-08/msg00008.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-08/msg00008.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 4/n] Remove kernel headers
&lt;br&gt;&amp;gt; Update by hand to match your kernel
&lt;/div&gt;&lt;/div&gt;I suppose I don't need to remove or update anything, since I build eglibc 
&lt;br&gt;against fresh new kernel headers, from linux-2.6.31 patched with your TLS 
&lt;br&gt;patches.
&lt;br&gt;&lt;br&gt;&amp;gt; [M68K/ColdFire patch 5/n] Main NPTL patch 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-10/msg00006.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-10/msg00006.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;For the benefit of anyone else attempting this, the first patch in that 
&lt;br&gt;email (&amp;quot;Don't bind rtld's vdso pointers to libc symbols&amp;quot;) is merged into 
&lt;br&gt;the second patch in the same email (&amp;quot;Nptl support for m68k/ColdFire&amp;quot;).
&lt;br&gt;&lt;br&gt;I did run into a problem with this second patch. It doesn't apply to the 
&lt;br&gt;eglibc_2.10 branch in svn as of yesterday. The following hunk is the 
&lt;br&gt;problem:
&lt;br&gt;&lt;br&gt;--- a/sysdeps/unix/sysv/linux/m68k/Versions
&lt;br&gt;+++ b/sysdeps/unix/sysv/linux/m68k/Versions
&lt;br&gt;@@ -31,5 +31,17 @@ libc {
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;GLIBC_2.11 {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;fallocate64;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;__m68k_read_tp;
&lt;br&gt;+ &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp;GLIBC_PRIVATE {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;__vdso_atomic_cmpxchg_32; __vdso_atomic_barrier;
&lt;br&gt;+ &amp;nbsp;}
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;+ld {
&lt;br&gt;+ &amp;nbsp;GLIBC_PRIVATE {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;__rtld___vdso_read_tp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;__rtld___vdso_atomic_cmpxchg_32;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;__rtld___vdso_atomic_barrier;
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;It appears that another patch is needed, to allow your patch to apply:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-05/msg00028.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-05/msg00028.html&lt;/a&gt;&lt;br&gt;And probably this patch too (I used both):
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://sourceware.org/ml/libc-hacker/2009-05/msg00003.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-hacker/2009-05/msg00003.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Should I be using any other patches?
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-10/msg00030.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-10/msg00030.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 6/n] Add TLS relocations to elf/elf.h
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-08/msg00012.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-08/msg00012.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;(Trap for the uwary: this patch is for eglibc/libc, the others are for 
&lt;br&gt;eglibc/ports.)
&lt;br&gt;&lt;br&gt;&amp;gt; Should I post this one to glibc-alpha@ for the review?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [M68K/ColdFire patch 7/n] Handle libgcc_s.so.2
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceware.org/bugzilla/show_bug.cgi?id=4457&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/bugzilla/show_bug.cgi?id=4457&lt;/a&gt;&lt;br&gt;&lt;br&gt;The two patches attached to that bug are already in the eglibc_2.10 
&lt;br&gt;branch, BTW.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Let me know if you find any particular problems with these patches.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Using the above patches, I am almost able to compile eglibc_2.10. But 
&lt;br&gt;there is an old build failure (since glibc-2.4 I think) when linking 
&lt;br&gt;libc.so:
&lt;br&gt;&lt;br&gt;/tmp/build/glibc-m68k-linux-gnu-3/libc_pic.os: In function `fchownat': (.text+0x911c2): undefined reference to `__atfct_seterrno'
&lt;br&gt;/tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld: /tmp/build/glibc-m68k-linux-gnu-3/libc.so: hidden symbol `__atfct_seterrno' isn't defined
&lt;br&gt;/tmp/gcc-4.4.1/lib/gcc/m68k-linux-gnu/4.4.1/../../../../m68k-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[1]: *** [/tmp/build/glibc-m68k-linux-gnu-3/libc.so] Error 1
&lt;br&gt;make[1]: Leaving directory `/tmp/build/glibc-2.10.1'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;To try to fix this issue, I've basically copied this patch:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/ml/libc-hacker/2006-08/msg00004.html&lt;/a&gt;&lt;br&gt;An m68k version is attached. Can someone have a look at it and tell 
&lt;br&gt;whether this is the correct fix or not?
&lt;br&gt;&lt;br&gt;The end result is that I now have a NPTL/TLS m68k toolchain 
&lt;br&gt;(binutils-2.19.51 and patched gcc-4.4.1). Thank you for making that 
&lt;br&gt;possible. I've not run the test suites yet, but so far it seems to work.
&lt;br&gt;&lt;br&gt;Only, I did find that a statically linked binary (pccardctl) built with 
&lt;br&gt;this toolchain segfaults (&amp;quot;unknown errorSegmentation fault&amp;quot;) when run 
&lt;br&gt;under a linux-2.6.31 kernel that lacks your patches. Is this expected?
&lt;br&gt;&lt;br&gt;Etch-m68k seems to run fine with or without the kernel patches. I've CC'd 
&lt;br&gt;the debian-m68k list but I suppose they can't use any of this until both 
&lt;br&gt;the siginfo ABI is resolved and eglibc passes its tests on m68k 
&lt;br&gt;hardware.
&lt;br&gt;&lt;br&gt;Finn&lt;br /&gt;&lt;br&gt;--- glibc-2.5/ports/sysdeps/unix/sysv/linux/m68k/fchownat.c.orig	2007-09-18 00:25:39.000000000 +1000
&lt;br&gt;+++ glibc-2.5/ports/sysdeps/unix/sysv/linux/m68k/fchownat.c	2007-09-18 00:38:21.000000000 +1000
&lt;br&gt;@@ -40,6 +40,24 @@
&lt;br&gt;&amp;nbsp;int
&lt;br&gt;&amp;nbsp;fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;+ &amp;nbsp;int result;
&lt;br&gt;+
&lt;br&gt;+#ifdef __NR_fchownat
&lt;br&gt;+# ifndef __ASSUME_ATFCTS
&lt;br&gt;+ &amp;nbsp;if (__have_atfcts &amp;gt;= 0)
&lt;br&gt;+# endif
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;result = INLINE_SYSCALL (fchownat, 5, fd, file, owner, group, flag);
&lt;br&gt;+# ifndef __ASSUME_ATFCTS
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;if (result == -1 &amp;&amp; errno == ENOSYS)
&lt;br&gt;+	__have_atfcts = -1;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;else
&lt;br&gt;+# endif
&lt;br&gt;+	return result;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+#endif
&lt;br&gt;+
&lt;br&gt;+#ifndef __ASSUME_ATFCTS
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (flag &amp; ~AT_SYMLINK_NOFOLLOW)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;__set_errno (EINVAL);
&lt;br&gt;@@ -66,18 +84,17 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file = buf;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp;int result;
&lt;br&gt;&amp;nbsp; &amp;nbsp;INTERNAL_SYSCALL_DECL (err);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-#if __ASSUME_32BITUIDS &amp;gt; 0
&lt;br&gt;+# if __ASSUME_32BITUIDS &amp;gt; 0
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (flag &amp; AT_SYMLINK_NOFOLLOW)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;result = INTERNAL_SYSCALL (lchown32, err, 3, CHECK_STRING (file), owner,
&lt;br&gt;&amp;nbsp;			 &amp;nbsp; &amp;nbsp; &amp;nbsp; group);
&lt;br&gt;&amp;nbsp; &amp;nbsp;else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;result = INTERNAL_SYSCALL (chown32, err, 3, CHECK_STRING (file), owner,
&lt;br&gt;&amp;nbsp;			 &amp;nbsp; &amp;nbsp; &amp;nbsp; group);
&lt;br&gt;-#else
&lt;br&gt;-# ifdef __NR_chown32
&lt;br&gt;+# else
&lt;br&gt;+# &amp;nbsp;ifdef __NR_chown32
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (__libc_missing_32bit_uids &amp;lt;= 0)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (flag &amp; AT_SYMLINK_NOFOLLOW)
&lt;br&gt;@@ -94,7 +111,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;__libc_missing_32bit_uids = 1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;-# endif /* __NR_chown32 */
&lt;br&gt;+# &amp;nbsp;endif /* __NR_chown32 */
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (((owner + 1) &amp;gt; (gid_t) ((__kernel_uid_t) -1U))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|| ((group + 1) &amp;gt; (gid_t) ((__kernel_gid_t) -1U)))
&lt;br&gt;@@ -109,7 +126,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;result = INTERNAL_SYSCALL (chown, err, 3, CHECK_STRING (file), owner,
&lt;br&gt;&amp;nbsp;			 &amp;nbsp; &amp;nbsp; &amp;nbsp; group);
&lt;br&gt;-#endif
&lt;br&gt;+# endif
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (__builtin_expect (INTERNAL_SYSCALL_ERROR_P (result, err), 0))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;@@ -117,6 +134,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;__atfct_seterrno (INTERNAL_SYSCALL_ERRNO (result, err), fd, buf);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;result = -1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+#endif
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;return result;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Add-private-syscalls-to-support-NPTL-tp26228549p26228549.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26225227</id>
	<title>We have lists tailored specifically for your type of business</title>
	<published>2009-11-05T16:36:56Z</published>
	<updated>2009-11-05T16:36:56Z</updated>
	<author>
		<name>Ivey N Sherman</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;br&gt;Here are some of the USA contact databases we have for sale:
&lt;br&gt;&lt;br&gt;Physicians
&lt;br&gt;Chiropractors
&lt;br&gt;Alternative Medicine
&lt;br&gt;Dentists
&lt;br&gt;Veterinarians
&lt;br&gt;Hospitals
&lt;br&gt;Nursing Homes
&lt;br&gt;Pharmaceutical Companies
&lt;br&gt;Physical Therapists
&lt;br&gt;Acupuncturists
&lt;br&gt;Massage Therapists
&lt;br&gt;Medical Equipment Suppliers
&lt;br&gt;Mental Health Counselors
&lt;br&gt;Visiting Nurses &amp; RN's
&lt;br&gt;Optometrists
&lt;br&gt;Psychologists
&lt;br&gt;&lt;br&gt;Each list has many different fields including phone, fax, postal address, email and much more. I can give you any 3 of the above for $299. Email me at &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26225227&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wilbert@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;To stop future email correspondence please send a blank email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26225227&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rembox@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26225227&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26225227&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/We-have-lists-tailored-specifically-for-your-type-of-business-tp26225227p26225227.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26004481</id>
	<title>Your mast won t fall</title>
	<published>2009-10-21T22:43:50Z</published>
	<updated>2009-10-21T22:43:50Z</updated>
	<author>
		<name>heidi klemenc</name>
	</author>
	<content type="html">be always on top, when you get busy with your beloved!
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://m.www.yahoo.com/_ylt=AtcqLTDaCWUt_KMRVbEMbFSbvZx4/SIG=123jqr902/**http%3A//www.att.net/s/context.dll%3Fredirecturl=dennis.rx-4.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://m.www.yahoo.com/_ylt=AtcqLTDaCWUt_KMRVbEMbFSbvZx4/SIG=123jqr902/**http%3A//www.att.net/s/context.dll%3Fredirecturl=dennis.rx-4.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26004481&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26004481&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Your-mast-won-t-fall-tp26004481p26004481.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25909801</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation  Guide</title>
	<published>2009-10-15T07:20:49Z</published>
	<updated>2009-10-15T07:20:49Z</updated>
	<author>
		<name>Otavio Salvador-2</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;On Tue, Oct 13, 2009 at 3:58 PM, Frans Pop &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25909801&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elendil@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Now that we have two architectures that are no longer official release
&lt;br&gt;&amp;gt; architectures I've been wondering if we should remove any architecture-
&lt;br&gt;&amp;gt; specific text for them from the Installation Guide.
&lt;br&gt;&lt;br&gt;I &amp;nbsp;read the thread and the comments that has been raised as well.
&lt;br&gt;&lt;br&gt;I fully agree with the proposal of removal of those arches specially
&lt;br&gt;because those arches are not going to be released with squeeze mailing
&lt;br&gt;due lack of support to keep it going well so I doubt it is going to
&lt;br&gt;change soon. The benefit, specially when we think about the amount of
&lt;br&gt;work that will reduce for the translators, can't be ignored so I fully
&lt;br&gt;support it.
&lt;br&gt;&lt;br&gt;Frans, thanks by looking at it :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Otavio Salvador &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;O.S. Systems
&lt;br&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25909801&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;otavio@...&lt;/a&gt; &amp;nbsp;&lt;a href=&quot;http://www.ossystems.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ossystems.com.br&lt;/a&gt;&lt;br&gt;Mobile: +55 53 9981-7854 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://projetos.ossystems.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projetos.ossystems.com.br&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25909801&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25909801&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25909801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25896873</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-14T11:53:33Z</published>
	<updated>2009-10-14T11:53:33Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">On Wednesday 14 October 2009, Frans Pop wrote:
&lt;br&gt;&amp;gt; On Wednesday 14 October 2009, Brian Szymanski wrote:
&lt;br&gt;&amp;gt; &amp;gt; As far as the burden on translators goes, is there a priority ranking
&lt;br&gt;&amp;gt; &amp;gt; system for what needs to be done? Seems like that could help here...
&lt;br&gt;&lt;br&gt;Sorry, I misread that comment.
&lt;br&gt;&lt;br&gt;Yes, there is a priority system when it comes to translating. And I have 
&lt;br&gt;used that in the past for new translations. I've suggested a few times to 
&lt;br&gt;start with certain chapters and also to postpone parts that are not 
&lt;br&gt;relevant for x86.
&lt;br&gt;&lt;br&gt;And it would in theory be acceptable to leave specific text for non-release 
&lt;br&gt;arches untranslated.
&lt;br&gt;&lt;br&gt;The main problem is that, except for the few cases where arch-specific 
&lt;br&gt;stuff is in completely separate files, there is no way to tell whether it 
&lt;br&gt;is arch-specific text that is not up-to-date, or general text. And that 
&lt;br&gt;only goes for XML-based translations; for PO-based translations it is 
&lt;br&gt;practically impossible.
&lt;br&gt;&lt;br&gt;Partly because of that I'm (as release manager for the manual) not willing 
&lt;br&gt;to accept that translators treat the less popular architectures as 
&lt;br&gt;second-class citizens. As long as we have one source for the manual that 
&lt;br&gt;includes all architectures and as long as we &amp;quot;sell&amp;quot; Debian as the 
&lt;br&gt;universal OS, the you can either translate the whole manual, or not at 
&lt;br&gt;all. I simply don't want to have to wade through translations to check 
&lt;br&gt;exactly what bits are and are not up-to-date every time I prepare a 
&lt;br&gt;release [1].
&lt;br&gt;&lt;br&gt;IMO an outdated or incomplete translation can be worse that having no 
&lt;br&gt;translation at all.
&lt;br&gt;&lt;br&gt;[1] Although I am always willing to make exceptions on a case-by-case 
&lt;br&gt;basis.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25896873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25896873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25896873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25895397</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-14T10:19:49Z</published>
	<updated>2009-10-14T10:19:49Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">On Wednesday 14 October 2009, Brian Szymanski wrote:
&lt;br&gt;&amp;gt; Maybe I'm just sad that alpha is being dropped for squeeze, but... It
&lt;br&gt;&amp;gt; strikes me that not having install docs will be a major hindrance to any
&lt;br&gt;&amp;gt; revival of the alpha port, as it will discourage potential new
&lt;br&gt;&amp;gt; developers from ever trying debian on their boxes and seeing what needs
&lt;br&gt;&amp;gt; to be fixed.
&lt;br&gt;&lt;br&gt;The answer to that is that the installation guide for alpha for earlier 
&lt;br&gt;Debian releases (up to Lenny) will remain available and should mostly 
&lt;br&gt;remain valid for the next few releases, especially for architecture-
&lt;br&gt;specific topics.
&lt;br&gt;&lt;br&gt;And for general installer functionality the installation guide for any 
&lt;br&gt;other architecture can be consulted. I estimate that over 90% of the 
&lt;br&gt;installation guide is identical for all architectures.
&lt;br&gt;&lt;br&gt;So, even though not having an alpha installation guide for Squeeze and 
&lt;br&gt;later may be inconvenient, it's not the end of the world IMO.
&lt;br&gt;&lt;br&gt;I also can't help but wonder how realistic a revival is. After all, the 
&lt;br&gt;main reason it's being dropped is lack of community interest.
&lt;br&gt;&lt;br&gt;&amp;gt; As far as the burden on translators goes, is there a priority ranking
&lt;br&gt;&amp;gt; system for what needs to be done? Seems like that could help here...
&lt;br&gt;&lt;br&gt;You can see the status of various translations here:
&lt;br&gt;&lt;a href=&quot;http://d-i.alioth.debian.org/manual/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://d-i.alioth.debian.org/manual/&lt;/a&gt;&lt;br&gt;That page also contains various links to information for translators.
&lt;br&gt;&lt;br&gt;Somehow I doubt you're such a super linguist that you could help with all 
&lt;br&gt;the translations we have :-)
&lt;br&gt;But if you're interested in helping out with an existing translation, or 
&lt;br&gt;starting one for your language, that's always welcome. For existing 
&lt;br&gt;translations, please contact the current translators (on the appropriate 
&lt;br&gt;d-l10n-&amp;lt;lang&amp;gt; list); to start a new translation, please mail the 
&lt;br&gt;debian-boot list.
&lt;br&gt;&lt;br&gt;But be warned that a new translation is a lot of work and only really worth 
&lt;br&gt;starting if you're willing to commit to it for a long time. Or if you can 
&lt;br&gt;gather a good team that can guarantee continuity.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25895397&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25895397&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25895397.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25895115</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-14T09:45:41Z</published>
	<updated>2009-10-14T09:45:41Z</updated>
	<author>
		<name>Brian Szymanski-5</name>
	</author>
	<content type="html">Maybe I'm just sad that alpha is being dropped for squeeze, but... It
&lt;br&gt;strikes me that not having install docs will be a major hindrance to any
&lt;br&gt;revival of the alpha port, as it will discourage potential new
&lt;br&gt;developers from ever trying debian on their boxes and seeing what needs
&lt;br&gt;to be fixed.
&lt;br&gt;&lt;br&gt;As far as the burden on translators goes, is there a priority ranking
&lt;br&gt;system for what needs to be done? Seems like that could help here...
&lt;br&gt;&lt;br&gt;Just my $.02
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Brian Szymanski
&lt;br&gt;&lt;br&gt;Frans Pop wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Now that we have two architectures that are no longer official release 
&lt;br&gt;&amp;gt; architectures I've been wondering if we should remove any architecture- 
&lt;br&gt;&amp;gt; specific text for them from the Installation Guide.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; m68k was dropped as a release architecture for Etch, and alpha is being 
&lt;br&gt;&amp;gt; dropped for Squeeze. For m68k the intention was to bring it back as a 
&lt;br&gt;&amp;gt; release architecture, but now, over 2 years later, I think we can say 
&lt;br&gt;&amp;gt; that's unlikely to happen.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The current situation is that both alpha and m68k are still included in the 
&lt;br&gt;&amp;gt; source for the manual, but are not included in official builds and also 
&lt;br&gt;&amp;gt; not in the &amp;quot;daily&amp;quot; builds on Alioth. So effectively it is dead text.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know that the installer still supports m68k (and is even being maintained 
&lt;br&gt;&amp;gt; to some extend by Steven Marenka) and that the same may or may not happen 
&lt;br&gt;&amp;gt; for alpha, but IMO that's a separate issue.
&lt;br&gt;&amp;gt; A fact is that there have been no updates for the manual for either 
&lt;br&gt;&amp;gt; architecture for a very long time and that for example any links to images 
&lt;br&gt;&amp;gt; in them are incorrect.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The main benefit of removing the architectures is for translators, 
&lt;br&gt;&amp;gt; especially for new translations. It would remove 2000+ lines of text which 
&lt;br&gt;&amp;gt; would no longer need to be translated (and which probably nobody will ever 
&lt;br&gt;&amp;gt; read anyway).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If we do decide on the removal I would try to do it as four separate 
&lt;br&gt;&amp;gt; commits for each architecture:
&lt;br&gt;&amp;gt; - remove the arch from the English original
&lt;br&gt;&amp;gt; - remove the arch from all XML based translations [1]
&lt;br&gt;&amp;gt; - remove the arch from the build system
&lt;br&gt;&amp;gt; - PO files update, including removal of arch conditions embedded in strings
&lt;br&gt;&amp;gt; &amp;nbsp; (if any)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Doing it this way would still keep open the option of re-including an arch 
&lt;br&gt;&amp;gt; later by reverting the first three of those commits.
&lt;br&gt;&amp;gt; Of course, there would be some conflicts that would need to be handled and 
&lt;br&gt;&amp;gt; a general review and update would be needed, but I expect most text could 
&lt;br&gt;&amp;gt; be recovered without too many problems.
&lt;br&gt;&amp;gt; For PO-based translations a PO-file merge could be done of the then current 
&lt;br&gt;&amp;gt; version with the version just before removal.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Opinions, comments and suggestions welcome.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; FJP
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] I expect I can do all changes myself, both for the English original and 
&lt;br&gt;&amp;gt; for translations; mostly using a script plus minor manual work for 
&lt;br&gt;&amp;gt; remaining bits. So there should be no work needed by translators.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25895115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25895115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25895115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25891426</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-14T06:47:26Z</published>
	<updated>2009-10-14T06:47:26Z</updated>
	<author>
		<name>Stephen R Marenka</name>
	</author>
	<content type="html">On Tue, Oct 13, 2009 at 08:58:43PM +0200, Frans Pop wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; m68k was dropped as a release architecture for Etch, and alpha is being 
&lt;br&gt;&amp;gt; dropped for Squeeze. For m68k the intention was to bring it back as a 
&lt;br&gt;&amp;gt; release architecture, but now, over 2 years later, I think we can say 
&lt;br&gt;&amp;gt; that's unlikely to happen.
&lt;br&gt;&lt;br&gt;Indeed.
&lt;br&gt;&lt;br&gt;&amp;gt; Opinions, comments and suggestions welcome.
&lt;br&gt;&lt;br&gt;No objections.
&lt;br&gt;&lt;br&gt;Peace,
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephen R. Marenka &amp;nbsp; &amp;nbsp; If life's not fun, you're not doing it right!
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891426&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891426&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25891426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25886009</id>
	<title>Re: [RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-13T22:11:18Z</published>
	<updated>2009-10-13T22:11:18Z</updated>
	<author>
		<name>Christian Perrier</name>
	</author>
	<content type="html">Quoting Frans Pop (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25886009&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elendil@...&lt;/a&gt;):
&lt;br&gt;&amp;gt; Now that we have two architectures that are no longer official release 
&lt;br&gt;&amp;gt; architectures I've been wondering if we should remove any architecture- 
&lt;br&gt;&amp;gt; specific text for them from the Installation Guide.
&lt;br&gt;&lt;br&gt;&lt;br&gt;No objection from my side (I wonder what objections I could make bu
&lt;br&gt;just wanted to not leave your mail unanswered....thanks for taking
&lt;br&gt;care of these issues).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25886009/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25886009.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25878695</id>
	<title>[RFC] Dropping architectures alpha and m68k from the Installation Guide</title>
	<published>2009-10-13T11:58:43Z</published>
	<updated>2009-10-13T11:58:43Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Now that we have two architectures that are no longer official release 
&lt;br&gt;architectures I've been wondering if we should remove any architecture- 
&lt;br&gt;specific text for them from the Installation Guide.
&lt;br&gt;&lt;br&gt;m68k was dropped as a release architecture for Etch, and alpha is being 
&lt;br&gt;dropped for Squeeze. For m68k the intention was to bring it back as a 
&lt;br&gt;release architecture, but now, over 2 years later, I think we can say 
&lt;br&gt;that's unlikely to happen.
&lt;br&gt;&lt;br&gt;The current situation is that both alpha and m68k are still included in the 
&lt;br&gt;source for the manual, but are not included in official builds and also 
&lt;br&gt;not in the &amp;quot;daily&amp;quot; builds on Alioth. So effectively it is dead text.
&lt;br&gt;&lt;br&gt;I know that the installer still supports m68k (and is even being maintained 
&lt;br&gt;to some extend by Steven Marenka) and that the same may or may not happen 
&lt;br&gt;for alpha, but IMO that's a separate issue.
&lt;br&gt;A fact is that there have been no updates for the manual for either 
&lt;br&gt;architecture for a very long time and that for example any links to images 
&lt;br&gt;in them are incorrect.
&lt;br&gt;&lt;br&gt;The main benefit of removing the architectures is for translators, 
&lt;br&gt;especially for new translations. It would remove 2000+ lines of text which 
&lt;br&gt;would no longer need to be translated (and which probably nobody will ever 
&lt;br&gt;read anyway).
&lt;br&gt;&lt;br&gt;If we do decide on the removal I would try to do it as four separate 
&lt;br&gt;commits for each architecture:
&lt;br&gt;- remove the arch from the English original
&lt;br&gt;- remove the arch from all XML based translations [1]
&lt;br&gt;- remove the arch from the build system
&lt;br&gt;- PO files update, including removal of arch conditions embedded in strings
&lt;br&gt;&amp;nbsp; (if any)
&lt;br&gt;&lt;br&gt;Doing it this way would still keep open the option of re-including an arch 
&lt;br&gt;later by reverting the first three of those commits.
&lt;br&gt;Of course, there would be some conflicts that would need to be handled and 
&lt;br&gt;a general review and update would be needed, but I expect most text could 
&lt;br&gt;be recovered without too many problems.
&lt;br&gt;For PO-based translations a PO-file merge could be done of the then current 
&lt;br&gt;version with the version just before removal.
&lt;br&gt;&lt;br&gt;Opinions, comments and suggestions welcome.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&lt;br&gt;&lt;br&gt;[1] I expect I can do all changes myself, both for the English original and 
&lt;br&gt;for translations; mostly using a script plus minor manual work for 
&lt;br&gt;remaining bits. So there should be no work needed by translators.
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25878695/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-RFC--Dropping-architectures-alpha-and-m68k-from-the-Installation-Guide-tp25878695p25878695.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25872930</id>
	<title>Re: Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-13T06:28:38Z</published>
	<updated>2009-10-13T06:28:38Z</updated>
	<author>
		<name>Stephen R Marenka</name>
	</author>
	<content type="html">On Sat, Oct 10, 2009 at 05:56:42PM +1100, Finn Thain wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; been trying to install etch-68k on a Powerbook 190. Kernel 2.6 that 
&lt;br&gt;&amp;gt; &amp;gt; comes on the netinstall iso image boots fine with ramdisk, xcept for 
&lt;br&gt;&amp;gt; &amp;gt; SCSI not working, so no CD-ROM drive. That's why I copied the iso to the 
&lt;br&gt;&amp;gt; &amp;gt; ide drive. The installer finds the iso there but can't mount it, tried 
&lt;br&gt;&amp;gt; &amp;gt; mounting manually and looks like there is no loopback block device in 
&lt;br&gt;&amp;gt; &amp;gt; the kernel. No module on the initrd either....Is there a way you could 
&lt;br&gt;&amp;gt; &amp;gt; include the loopback device driver (either in kernel or as module on the 
&lt;br&gt;&amp;gt; &amp;gt; initrd) for the hdinstall to work on scsi impaired 68k macs like mine?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll let the debian guys answer that one since I don't know whether there 
&lt;br&gt;&amp;gt; is a special kernel for the installer kernel or not (?)
&lt;/div&gt;&lt;br&gt;The installer kernel is the exact same kernel.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a minimal config that I use for testing different machines, to 
&lt;br&gt;&amp;gt; limit RAM footprint and build time. It has sufficient features to run the 
&lt;br&gt;&amp;gt; debian installer, and boot from NFS and so on. It has the loopback driver 
&lt;br&gt;&amp;gt; built in. I've uploaded binaries for that and also binaries for a tweaked 
&lt;br&gt;&amp;gt; debian config at &lt;a href=&quot;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I based the latter config on linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb at 
&lt;br&gt;&amp;gt; debian-ports.org. I found that it was bloated by a lot of options that are 
&lt;br&gt;&amp;gt; not needed on this platform -- Serial Attached SCSI, USB, PS2 and FF input 
&lt;br&gt;&amp;gt; devices, LEDS, TPM, drivers for embedded devices, Gb ethernet etc. There 
&lt;br&gt;&amp;gt; are also a few options like IO scheduler that I think would be better as 
&lt;br&gt;&amp;gt; modules.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What's the best way to fix this? Are the debian m68k configs derived from 
&lt;br&gt;&amp;gt; the debian x86 config or perhaps from upstream? The upstream mac_defconfig 
&lt;br&gt;&amp;gt; is much slimmer (though I've never tried to boot it).
&lt;/div&gt;&lt;br&gt;It is indeed derived from the x86 config, but we can manually override
&lt;br&gt;whatever we want. A better config would probably be a good goal for the
&lt;br&gt;next kernel release, if someone felt sufficiently motivated.
&lt;br&gt;&lt;br&gt;Peace,
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephen R. Marenka &amp;nbsp; &amp;nbsp; If life's not fun, you're not doing it right!
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25872930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25872930&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25872930&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25872930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25847581</id>
	<title>Re: Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-11T14:02:37Z</published>
	<updated>2009-10-11T14:02:37Z</updated>
	<author>
		<name>Brad Boyer</name>
	</author>
	<content type="html">On Sun, Oct 11, 2009 at 03:27:31PM -0200, diego wrote:
&lt;br&gt;&amp;gt; I managed to install the base system at least, using one of Finn's &amp;nbsp;
&lt;br&gt;&amp;gt; kernels that had loopback block device built in. Unfortunately I will &amp;nbsp;
&lt;br&gt;&amp;gt; still have to install anything beyond that manually by copying the &amp;nbsp;
&lt;br&gt;&amp;gt; packages to the HD because the only networking options available on &amp;nbsp;
&lt;br&gt;&amp;gt; the PB190 would be PCMCIA devices and I understand that there's no &amp;nbsp;
&lt;br&gt;&amp;gt; PCMCIA support in m68k kernel.
&lt;br&gt;&amp;gt; That's why I was saying that maybe it isn't worth bothering with, &amp;nbsp;
&lt;br&gt;&amp;gt; since running linux without network connection is somewhat pointless.
&lt;br&gt;&lt;br&gt;I believe that the PB190 uses the same PCMCIA interface as the PB5300,
&lt;br&gt;and the nubus-pmac group got a driver working there at one point. It
&lt;br&gt;should be possible to get that running on m68k. The chip is apparently
&lt;br&gt;called TREX if anyone wants to search for it. I recall that it controls
&lt;br&gt;both PCMCIA and the media bay in those models, as well as the PB1400.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Brad Boyer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25847581&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flar@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25847581&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25847581&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25847581.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25845787</id>
	<title>Re: Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-11T10:27:31Z</published>
	<updated>2009-10-11T10:27:31Z</updated>
	<author>
		<name>diego-60</name>
	</author>
	<content type="html">Hello Geert,
&lt;br&gt;&lt;br&gt;this isn't really of that great importance, I'm not really sure if the &amp;nbsp;
&lt;br&gt;Powerbook 190 is worth the trouble.
&lt;br&gt;Just figured that since the SCSI driver is broken (which makes an &amp;nbsp;
&lt;br&gt;install from an external SCSI CD drive impossible) and in abscence of &amp;nbsp;
&lt;br&gt;a network card, I just made an install by copying the netinstall iso &amp;nbsp;
&lt;br&gt;to the HFS partition on the internal IDE drive. The IDE driver works &amp;nbsp;
&lt;br&gt;fine on this powerbook btw.
&lt;br&gt;The only problem was, that the 68k mac kernel in the netinstall iso &amp;nbsp;
&lt;br&gt;doesn't have loopback block device support built into the kernel, &amp;nbsp;
&lt;br&gt;that's why the installer couldn't mount the iso image from the hard &amp;nbsp;
&lt;br&gt;drive.
&lt;br&gt;I managed to install the base system at least, using one of Finn's &amp;nbsp;
&lt;br&gt;kernels that had loopback block device built in. Unfortunately I will &amp;nbsp;
&lt;br&gt;still have to install anything beyond that manually by copying the &amp;nbsp;
&lt;br&gt;packages to the HD because the only networking options available on &amp;nbsp;
&lt;br&gt;the PB190 would be PCMCIA devices and I understand that there's no &amp;nbsp;
&lt;br&gt;PCMCIA support in m68k kernel.
&lt;br&gt;That's why I was saying that maybe it isn't worth bothering with, &amp;nbsp;
&lt;br&gt;since running linux without network connection is somewhat pointless.
&lt;br&gt;&lt;br&gt;Gr{uesse,eetings}/Saludos
&lt;br&gt;&lt;br&gt;Diego
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Oct 11, 2009, at 12:13 PM, Geert Uytterhoeven wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2009-10-10, Finn Thain &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25845787&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fthain@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; What's the best way to fix this? Are the debian m68k configs &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; derived from
&lt;br&gt;&amp;gt;&amp;gt; the debian x86 config or perhaps from upstream? The upstream &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; mac_defconfig
&lt;br&gt;&amp;gt;&amp;gt; is much slimmer (though I've never tried to boot it).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can't speak for the Debian configs, but I would like to have the
&lt;br&gt;&amp;gt; upstream defconfigs
&lt;br&gt;&amp;gt; to be as much usable as possible. So if something is
&lt;br&gt;&amp;gt; missing/superfluous/whatever,
&lt;br&gt;&amp;gt; please tell me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Personally, I use amiga_defconfig on Amiga 4000, and atari_defconfig &amp;nbsp;
&lt;br&gt;&amp;gt; on ARAnyM.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gr{oetje,eeting}s,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 						Geert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25845787&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;geert@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In personal conversations with technical people, I call myself a &amp;nbsp;
&lt;br&gt;&amp;gt; hacker. But
&lt;br&gt;&amp;gt; when I'm talking to journalists I just say &amp;quot;programmer&amp;quot; or something &amp;nbsp;
&lt;br&gt;&amp;gt; like that.
&lt;br&gt;&amp;gt; 							 &amp;nbsp; &amp;nbsp;-- Linus Torvalds
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25845787&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25845787&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25845787.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25843745</id>
	<title>Re: Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-11T07:13:02Z</published>
	<updated>2009-10-11T07:13:02Z</updated>
	<author>
		<name>Geert Uytterhoeven</name>
	</author>
	<content type="html">On 2009-10-10, Finn Thain &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fthain@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; What's the best way to fix this? Are the debian m68k configs derived from
&lt;br&gt;&amp;gt; the debian x86 config or perhaps from upstream? The upstream mac_defconfig
&lt;br&gt;&amp;gt; is much slimmer (though I've never tried to boot it).
&lt;br&gt;&lt;br&gt;I can't speak for the Debian configs, but I would like to have the
&lt;br&gt;upstream defconfigs
&lt;br&gt;to be as much usable as possible. So if something is
&lt;br&gt;missing/superfluous/whatever,
&lt;br&gt;please tell me.
&lt;br&gt;&lt;br&gt;Personally, I use amiga_defconfig on Amiga 4000, and atari_defconfig on ARAnyM.
&lt;br&gt;&lt;br&gt;Gr{oetje,eeting}s,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843745&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;geert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;In personal conversations with technical people, I call myself a hacker. But
&lt;br&gt;when I'm talking to journalists I just say &amp;quot;programmer&amp;quot; or something like that.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- Linus Torvalds
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843745&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843745&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25843745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25831605</id>
	<title>Re: status of Q950</title>
	<published>2009-10-10T00:02:58Z</published>
	<updated>2009-10-10T00:02:58Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Fri, 9 Oct 2009, Riccardo wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Your email is archived in the list archives, and it does appear to be 
&lt;br&gt;&amp;gt; &amp;gt; the same bug. I gather that you tested vmlinuz-2.6.29-1-11 at the 
&lt;br&gt;&amp;gt; &amp;gt; time.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I don't know which version you are using at present, but the latest 
&lt;br&gt;&amp;gt; &amp;gt; deb is probably this one (?) 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; which is dated 19th May, so it seems to be older than the bug fix.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 2.6.30 appears to have the necessary patches. If you want to test the 
&lt;br&gt;&amp;gt; &amp;gt; current mainline kernel, I can build one for you.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm running this version: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://people.debian.org/~smarenka/d-i/m68k/images/daily/kernels/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.debian.org/~smarenka/d-i/m68k/images/daily/kernels/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; downloaded the 3rd of may. It is the same version I used on the Q950. 
&lt;br&gt;&amp;gt; The file seemed a new build, but still from the 2.6.29 series.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there another up-to date repository?
&lt;/div&gt;&lt;br&gt;Not that I know of.
&lt;br&gt;&lt;br&gt;&amp;gt; Or were the patches backported perhaps?
&lt;br&gt;&lt;br&gt;It would appear not.
&lt;br&gt;&lt;br&gt;I've built the latest mainline kernel with gcc-4.4.1 and uploaded them 
&lt;br&gt;at &lt;a href=&quot;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&lt;/a&gt;&lt;br&gt;&lt;br&gt;That should fix the ethernet problem, but mac_scsi viability is anyone's 
&lt;br&gt;guess. In the past it failed in different ways on the machines that I 
&lt;br&gt;tested, but hopefully it will work on your IIfx.
&lt;br&gt;&lt;br&gt;Finn
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;Riccardo
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25831605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25831605&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/status-of-Q950-tp25755222p25831605.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25831587</id>
	<title>Re: Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-09T23:56:42Z</published>
	<updated>2009-10-09T23:56:42Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;Hi Diego,
&lt;br&gt;&lt;br&gt;On Wed, 7 Oct 2009, diego wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; been trying to install etch-68k on a Powerbook 190. Kernel 2.6 that 
&lt;br&gt;&amp;gt; comes on the netinstall iso image boots fine with ramdisk, xcept for 
&lt;br&gt;&amp;gt; SCSI not working, so no CD-ROM drive. That's why I copied the iso to the 
&lt;br&gt;&amp;gt; ide drive. The installer finds the iso there but can't mount it, tried 
&lt;br&gt;&amp;gt; mounting manually and looks like there is no loopback block device in 
&lt;br&gt;&amp;gt; the kernel. No module on the initrd either....Is there a way you could 
&lt;br&gt;&amp;gt; include the loopback device driver (either in kernel or as module on the 
&lt;br&gt;&amp;gt; initrd) for the hdinstall to work on scsi impaired 68k macs like mine?
&lt;/div&gt;&lt;br&gt;I'll let the debian guys answer that one since I don't know whether there 
&lt;br&gt;is a special kernel for the installer kernel or not (?)
&lt;br&gt;&lt;br&gt;I have a minimal config that I use for testing different machines, to 
&lt;br&gt;limit RAM footprint and build time. It has sufficient features to run the 
&lt;br&gt;debian installer, and boot from NFS and so on. It has the loopback driver 
&lt;br&gt;built in. I've uploaded binaries for that and also binaries for a tweaked 
&lt;br&gt;debian config at &lt;a href=&quot;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.telegraphics.com.au/~fthain/linux-2.6.31/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I based the latter config on linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb at 
&lt;br&gt;debian-ports.org. I found that it was bloated by a lot of options that are 
&lt;br&gt;not needed on this platform -- Serial Attached SCSI, USB, PS2 and FF input 
&lt;br&gt;devices, LEDS, TPM, drivers for embedded devices, Gb ethernet etc. There 
&lt;br&gt;are also a few options like IO scheduler that I think would be better as 
&lt;br&gt;modules.
&lt;br&gt;&lt;br&gt;What's the best way to fix this? Are the debian m68k configs derived from 
&lt;br&gt;the debian x86 config or perhaps from upstream? The upstream mac_defconfig 
&lt;br&gt;is much slimmer (though I've never tried to boot it).
&lt;br&gt;&lt;br&gt;Finn
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Diego Cousinet
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25831587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25831587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25831587.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25813233</id>
	<title>Re: status of Q950</title>
	<published>2009-10-08T16:16:12Z</published>
	<updated>2009-10-08T16:16:12Z</updated>
	<author>
		<name>Riccardo-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Your email is archived in the list archives, and it does appear to be &amp;nbsp;
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; same bug. I gather that you tested vmlinuz-2.6.29-1-11 at the time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know which version you are using at present, but the latest &amp;nbsp;
&lt;br&gt;&amp;gt; deb is
&lt;br&gt;&amp;gt; probably this one (?)
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; image-2.6.29-2-mac_2.6.29-5_m68k.deb
&lt;br&gt;&amp;gt; which is dated 19th May, so it seems to be older than the bug fix.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2.6.30 appears to have the necessary patches. If you want to test the
&lt;br&gt;&amp;gt; current mainline kernel, I can build one for you.
&lt;/div&gt;&lt;br&gt;I'm running this version:
&lt;br&gt;&lt;a href=&quot;http://people.debian.org/~smarenka/d-i/m68k/images/daily/kernels/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.debian.org/~smarenka/d-i/m68k/images/daily/kernels/&lt;/a&gt;&lt;br&gt;&lt;br&gt;downloaded the 3rd of may. It is the same &amp;nbsp;version I used on the Q950.
&lt;br&gt;&amp;nbsp; The file seemed a new build, but still from the 2.6.29 series.
&lt;br&gt;&lt;br&gt;Is there another up-to date repository? Or were the patches backported &amp;nbsp;
&lt;br&gt;perhaps?
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25813233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25813233&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/status-of-Q950-tp25755222p25813233.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25812575</id>
	<title>CEDEPAP TV Revista Digital de Ciencia - Octubre 2009</title>
	<published>2009-10-08T14:54:28Z</published>
	<updated>2009-10-08T14:54:28Z</updated>
	<author>
		<name>cedepap@cedepap.org.ar</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
&lt;title&gt;Science Report
www.cedepap.tv
&lt;/title&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;img border=0 src=&quot;http://200.61.43.134:8080//ScienceReport/Septiembre09/zocalo.jpg&quot; width=&quot;260&quot; height=&quot;38&quot; /&gt;
&lt;/th&gt;
&lt;th bgcolor=&quot;#585858&quot;&gt;
&lt;p style=&quot;font-size: 13px; font-family: Arial; color: #FFFFFF;&quot;&gt; Contenido mes de Octubre de 2009 &lt;/p&gt;
&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqeaxaejsanauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;b class=&quot;Estilo11&quot;&gt;Haga click sobre la imagen, para ingresar al magazine.&lt;/b&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td rowspan=&quot;3&quot; bgcolor=&quot;#F5FBEF&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqeaxaejsanauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;ARTICULOS DEL MES&lt;/strong&gt;&lt;br /&gt;
- Autopsias, dos metodos diferentes&lt;br /&gt;
- S&amp;iacute;ndrome de Down. Un aliado para la investigaci&amp;oacute;n&lt;br /&gt;
- Celiaquismo, una nueva mirada
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;ENTREVISTA DESTACADA&lt;/strong&gt; &lt;br /&gt;
&lt;strong&gt; -&lt;/strong&gt; &lt;strong&gt;Jos&amp;eacute; Brea del Castillo, M.D., Ph.D.&lt;/strong&gt; , &lt;br&gt;
- Vicepresidente de la Sociedad Latinoamericana de infectologia Pediatrica.&lt;br&gt;
- Situaci&amp;oacute;n epidemiol&amp;oacute;gica del Dengue.&lt;br /&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;TELESCOPIO
&lt;/strong&gt;&lt;br /&gt;
- &lt;strong&gt;Carl Claes, M.D.&lt;/strong&gt; Cirug&amp;iacute;a Oftalmol&amp;oacute;gica (Investigador del Hospital St. Augustinus - Amberes, B&amp;eacute;lgica.)&lt;br&gt;
- &lt;strong&gt;Pierre Cochat, M.D.&lt;/strong&gt; Pediatria / Nefrolog&amp;iacute;a (Unidad de Nefrologia Pedi&amp;aacute;trica de la Universidad Claude Bernard, Lyon - Francia.)&lt;br&gt;
- &lt;strong&gt;Charles B. Nemeroff, M.D.&lt;/strong&gt;, Ph.D.Psiquiatr&amp;iacute;a / Psicolog&amp;iacute;a (Director del Laboratorio de Psicofarmacolog&amp;iacute;a de la Escuela de Medicina de la Universidad de Emory, EE.UU.)&lt;br&gt;
- &lt;strong&gt;Philippe Rougier, M.D.&lt;/strong&gt; Oncolog&amp;iacute;a (Director de Oncologia Hepatogastroenterologica y Digestiva del Hospital Ambroise Pare - Mons, Belgica.)
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt; NOTA SOBRE ECONOMIA EN SALUD:&lt;/strong&gt; &lt;br /&gt;
&lt;strong&gt;-Estructuras en las Organizaciones de Salud.&lt;/strong&gt;
(Lic. Alejandro Lavini).
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;PRESENTACIONES MULTIMEDIALES RECOMENDADAS:
&lt;/strong&gt; &lt;/li&gt;
-Dengue &lt;br /&gt;
-Gripe A&lt;br /&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;Gu&amp;iacute;a Pr&amp;aacute;ctica Cl&amp;iacute;nica&lt;/strong&gt;
&lt;br /&gt;
-Tratamiento de la Pediculosis&lt;br /&gt;
&lt;/ul&gt;
&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqeaxaejsanauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;img border=0 src=&quot;http://200.61.43.134:8080/ScienceReport/Tapasbig/octubre.jpg&quot; width=&quot;250&quot; height=&quot;309&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table align=&quot;center&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th colspan=&quot;3&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqeaxaejsanauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
Octubre
&lt;/a&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqmavaejsafauqubaaayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://200.61.43.134:8080//ScienceReport/Septiembre09/tapitajulio.jpg&quot; alt=&quot;&quot; width=&quot;80&quot; height=&quot;99&quot; border=0 title=&quot;Haga click sobre esta imagen.&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqjazaejsadauqubazayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://200.61.43.134:8080//ScienceReport/Septiembre09/tapitaagosto.jpg&quot; alt=&quot;&quot; width=&quot;80&quot; height=&quot;99&quot; border=0 title=&quot;Haga click sobre esta imagen.&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqbapaejsaiauqubavayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://t.ymlp31.com/bqhaoaejsaoauqubagayeuqw/click.php&quot; alt=&quot;&quot; width=&quot;80&quot; height=&quot;99&quot; border=0 title=&quot;Haga click sobre esta imagen.&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;19&quot; align=&quot;center&quot; valign=&quot;top&quot; style=&quot;font-size: 13px; font-family: Arial; color: #FFFFFF;&quot;&gt;
&lt;span style=&quot;font-size: 13px; font-weight: bold; color: #333333;&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqmavaejsafauqubaaayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
Julio&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;top&quot; style=&quot;font-size: 13px; font-weight: bold; color: #333333;&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqmavaejsafauqubaaayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt; Agosto
&lt;/a&gt;
&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;top&quot; style=&quot;font-size: 13px; font-weight: bold; color: #333333;&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqhaoaejsaoauqubagayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
Septiembre
&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqwataejsaiauqubaoayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;img border=0 height=&quot;63&quot; src=&quot;http://200.61.43.134:8080//ScienceReport/Septiembre09/logoMail.jpg&quot; width=&quot;210&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td align=&quot;left&quot; bgcolor=&quot;#BDBDBD&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong align=&quot;left&quot; style=&quot;color: #FFFFFF; font-weight: bold;&quot;&gt;(Recomendaciones:)&lt;br /&gt;
&lt;/strong&gt;
&lt;span style=&quot;font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;&quot;&gt;- Por favor, aseg&amp;uacute;rese de tener desbloqueados los elementos emergentes.&lt;br /&gt;
&lt;/span&gt;
&lt;span style=&quot;font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;&quot;&gt;
- Si no puede visualizar esta presentaci&amp;oacute;n, haga
&lt;a href=&quot;http://t.ymlp31.com/bqqanaejsaxauqubaaayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;click aqu&amp;iacute;. &lt;/strong&gt;
&lt;/a&gt;&lt;br /&gt;
- Si desea enviarnos su comentario haga
&lt;a href=&quot;http://t.ymlp31.com/bqyakaejsakauqubalayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;click aqu&amp;iacute;.&lt;/strong&gt;&lt;br /&gt;
&lt;/a&gt;- Si desea recomendar esta publicaci&amp;oacute;n a alguien haga
&lt;a href=&quot;http://t.ymlp31.com/bysavaejsatauqubanayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt; click aqu&amp;iacute;.&lt;/strong&gt;&lt;br /&gt;
&lt;/a&gt;- Si desea Suscribirse y Recibir mas Beneficios haga
&lt;a href=&quot;http://t.ymlp31.com/byuazaejsalauqubaoayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt; click aqu&amp;iacute;.&lt;/strong&gt;&lt;br /&gt;
&lt;/a&gt;- Si no desea recibir mas Beneficios haga
&lt;a href=&quot;http://t.ymlp31.com/byeaiaejsaoauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;click aqu&amp;iacute;. &lt;/strong&gt;&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;http://t.ymlp31.com/byeaiaejsaoauqubadayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; bgcolor=&quot;#333333&quot; align=&quot;center&quot;&gt;
&lt;a href=&quot;http://t.ymlp31.com/bqwataejsaiauqubaoayeuqw/click.php&quot; style=&quot;color: #000000; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;p style=&quot;font-size: 13px; font-family: Arial; color: #FFFFFF;&quot;&gt;www.cedepap.tv &lt;/p&gt;&lt;/strong&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;!--YMLPUF--&gt;&lt;div align=center style=&quot;padding-top:10px;padding-bottom:10px;font-family:Verdana;font-size:8pt;color:#000000;&quot;&gt;&lt;hr noshade color=#000000 width=50% size=1&gt;
&lt;a href=&quot;http://ymlp31.com/u.php?YMLPID=guyuseugsgyeuqwg&quot; style=&quot;color:#000000;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Modificar su dirección de correo / Eliminar su suscripcion&lt;/a&gt;
&lt;br&gt;
Hospedaje por &lt;a href=http://ymlp31.com/m/ style=&quot;color:#000000;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;YourMailingListProvider&lt;/a&gt;
&lt;/div&gt;&lt;!--YMLPUFE--&gt;
&lt;img alt=&quot; &quot; height=&quot;1&quot; src=&quot;http://t.ymlp31.com/tyeuqwtteuujrbqn/footer.gif&quot; width=&quot;1&quot; border=&quot;0&quot;&gt;
&lt;/body&gt;&lt;/html&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CEDEPAP-TV-Revista-Digital-de-Ciencia---Octubre-2009-tp25812575p25812575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25797322</id>
	<title>Re: status of Q950</title>
	<published>2009-10-07T18:58:36Z</published>
	<updated>2009-10-07T18:58:36Z</updated>
	<author>
		<name>Finn Thain</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Wed, 7 Oct 2009, Riccardo wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; IN nay case thanks for keeping up the good work! My next tests will 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; be on the IIfx.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I'd be interested to hear how it runs on that machine. I don't have 
&lt;br&gt;&amp;gt; &amp;gt; one so I've never been able to test it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It boots; albeit quite slowly. A prompt comes up!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As soon as I try to telnet into the machine, it dies, the ethernet 
&lt;br&gt;&amp;gt; driver gives up.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; trigger_send() called with the transmitter busy.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am pretty sure I had this problems months ago and thus gave 
&lt;br&gt;&amp;gt; temporarily the IIfx up. But I couldn't find my old mail.
&lt;/div&gt;&lt;br&gt;Your email is archived in the list archives, and it does appear to be the 
&lt;br&gt;same bug. I gather that you tested vmlinuz-2.6.29-1-11 at the time.
&lt;br&gt;&lt;br&gt;I don't know which version you are using at present, but the latest deb is 
&lt;br&gt;probably this one (?)
&lt;br&gt;&lt;a href=&quot;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.debian-ports.org/debian/pool-m68k/main/l/linux-2.6/linux-image-2.6.29-2-mac_2.6.29-5_m68k.deb&lt;/a&gt;&amp;nbsp;
&lt;br&gt;which is dated 19th May, so it seems to be older than the bug fix.
&lt;br&gt;&lt;br&gt;2.6.30 appears to have the necessary patches. If you want to test the 
&lt;br&gt;current mainline kernel, I can build one for you.
&lt;br&gt;&lt;br&gt;Finn
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Riccardo
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25797322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25797322&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/status-of-Q950-tp25755222p25797322.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25795809</id>
	<title>Re: status of Q950</title>
	<published>2009-10-07T15:30:39Z</published>
	<updated>2009-10-07T15:30:39Z</updated>
	<author>
		<name>Brad Boyer</name>
	</author>
	<content type="html">On Wed, Oct 07, 2009 at 10:51:12PM +0200, Riccardo wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;IN nay case thanks for keeping up the good work! My next tests will be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;on the IIfx.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;I'd be interested to hear how it runs on that machine. I don't have 
&lt;br&gt;&amp;gt; &amp;gt;one so
&lt;br&gt;&amp;gt; &amp;gt;I've never been able to test it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It boots; albeit quite slowly. A prompt comes up!
&lt;br&gt;&lt;br&gt;The SCSI performance on the IIfx is terrible at the moment since it's
&lt;br&gt;using PIO mode only (1 byte per transfer). We never got the DMA working,
&lt;br&gt;and the PDMA code doesn't work either. If we get the DMA working we
&lt;br&gt;should be able to max out any single disk from the time period, but I
&lt;br&gt;had trouble with it when I tried. I could get the DMA engine started
&lt;br&gt;up and it would transfer data, but I couldn't get the end of transfer
&lt;br&gt;interrupts working. That made it less than useful. Apple ran this chip
&lt;br&gt;in PDMA mode in regular MacOS and supposedly used the real DMA in A/UX.
&lt;br&gt;The PDMA mode works a little different on the IIfx compared to other
&lt;br&gt;macs with an NCR5380 chip.
&lt;br&gt;&lt;br&gt;&amp;gt; As soon as I try to telnet into the machine, it dies, the ethernet 
&lt;br&gt;&amp;gt; driver gives up.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; trigger_send() called with the transmitter busy.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am pretty sure I had this problems months ago and thus gave 
&lt;br&gt;&amp;gt; temporarily the IIfx up. But I couldn't find my old mail.
&lt;br&gt;&lt;br&gt;What type of ethernet card are you using? I believe there was a bug
&lt;br&gt;in the 8390 driver that got fixed. A newer kernel may work.
&lt;br&gt;&lt;br&gt;I have a IIfx and did some of the initial work along with JMT to get
&lt;br&gt;it running, but it's not in such great shape now. It was pretty
&lt;br&gt;unreliable the last time I had it running.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Brad Boyer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25795809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flar@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25795809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25795809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/status-of-Q950-tp25755222p25795809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25794662</id>
	<title>new m68k linux distro?</title>
	<published>2009-10-07T14:19:00Z</published>
	<updated>2009-10-07T14:19:00Z</updated>
	<author>
		<name>Christian T. Steigies</name>
	</author>
	<content type="html">This just in:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://aminet.net/package/misc/os/debian-m68k-1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aminet.net/package/misc/os/debian-m68k-1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25794662&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25794662&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/new-m68k-linux-distro--tp25794662p25794662.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25794207</id>
	<title>Re: status of Q950</title>
	<published>2009-10-07T13:51:12Z</published>
	<updated>2009-10-07T13:51:12Z</updated>
	<author>
		<name>Riccardo-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IN nay case thanks for keeping up the good work! My next tests will be
&lt;br&gt;&amp;gt;&amp;gt; on the IIfx.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd be interested to hear how it runs on that machine. I don't have 
&lt;br&gt;&amp;gt; one so
&lt;br&gt;&amp;gt; I've never been able to test it.
&lt;br&gt;&lt;br&gt;It boots; albeit quite slowly. A prompt comes up!
&lt;br&gt;&lt;br&gt;As soon as I try to telnet into the machine, it dies, the ethernet 
&lt;br&gt;driver gives up.
&lt;br&gt;&lt;br&gt;trigger_send() called with the transmitter busy.
&lt;br&gt;&lt;br&gt;I am pretty sure I had this problems months ago and thus gave 
&lt;br&gt;temporarily the IIfx up. But I couldn't find my old mail.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25794207&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25794207&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/status-of-Q950-tp25755222p25794207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25791798</id>
	<title>Loopback block device missing in hdinstall initrd?</title>
	<published>2009-10-07T10:54:36Z</published>
	<updated>2009-10-07T10:54:36Z</updated>
	<author>
		<name>diego-60</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;been trying to install etch-68k on a Powerbook 190. Kernel 2.6 that &amp;nbsp;
&lt;br&gt;comes on the netinstall iso image boots fine with ramdisk, xcept for &amp;nbsp;
&lt;br&gt;SCSI not working, so no CD-ROM drive. That's why I copied the iso to &amp;nbsp;
&lt;br&gt;the ide drive. The installer finds the iso there but can't mount it, &amp;nbsp;
&lt;br&gt;tried mounting manually and looks like there is no loopback block &amp;nbsp;
&lt;br&gt;device in the kernel. No module on the initrd either....Is there a way &amp;nbsp;
&lt;br&gt;you could include the loopback device driver (either in kernel or as &amp;nbsp;
&lt;br&gt;module on the initrd) for the hdinstall to work on scsi impaired 68k &amp;nbsp;
&lt;br&gt;macs like mine?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Diego Cousinet
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25791798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-68k-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25791798&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loopback-block-device-missing-in-hdinstall-initrd--tp25791798p25791798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25781431</id>
	<title>Re: BD-Uninstallable</title>
	<published>2009-10-06T23:41:41Z</published>
	<updated>2009-10-06T23:41:41Z</updated>
	<author>
		<name>Michael Schmitz-4</name>
	</author>
	<content type="html">Hi Thorsten,
&lt;br&gt;&lt;br&gt;&amp;gt; both mksh and makefs currently are in BD-Uninstallable, although
&lt;br&gt;&amp;gt; not only are versions of the packages in question (cpio|pax for
&lt;br&gt;&amp;gt; mksh, pmake for makefs) named, but I also can build them on my
&lt;br&gt;&amp;gt; Aranym box just fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ① Why are these failing to build?
&lt;br&gt;&lt;br&gt;After talking to Aurel - it turns out that our glibc version was removed from 
&lt;br&gt;the archive, it has been re-added for now. 
&lt;br&gt;&lt;br&gt;Depencency hell indeed. 
&lt;br&gt;&lt;br&gt;&amp;gt; ② Does it make sense for me to upload m68k binary packages?
&lt;br&gt;&amp;gt; &amp;nbsp; (I’ve seen that Aranym-built packages seem to be acceptable,
&lt;br&gt;&amp;gt; &amp;nbsp; although I currently don’t have cowbuilder set up in it but
&lt;br&gt;&amp;gt; &amp;nbsp; merely build “normally”.) If so, can I (as DM but not DD)
&lt;br&gt;&amp;gt; &amp;nbsp; request upload rights?
&lt;br&gt;&lt;br&gt;Send a signing pubkey, preferably one that has a signature or two added that are 
&lt;br&gt;known in the Debian keyring. I will forward that key to Aurel. 
&lt;br&gt;&lt;br&gt;Please sign the key with your own secret key, and encrypt it to my public key. 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Michael</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BD-Uninstallable-tp25733609p25781431.html" />
</entry>

</feed>
