<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16628</id>
	<title>Nabble - T2</title>
	<updated>2008-10-06T01:24:12Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/T2-f16628.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-f16628.html" />
	<subtitle type="html">&lt;a href=&quot;http://t2-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;T2 SDE&lt;/a&gt;&amp;nbsp;is not just a common Linux distribution - it is a flexible Open Source System Development Environment or Distribution Build Kit (some might even name it Meta Distribution ...).</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19833768</id>
	<title>Re: automatic start of interactive programs</title>
	<published>2008-10-06T01:24:12Z</published>
	<updated>2008-10-06T01:24:12Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;it seems neither mingetty nor rungetty is available in T2.
&lt;br&gt;Maybe someone can point me to it ?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Tobias Gruetzmacher wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;If you don't want to modify your program, there is always the solution
&lt;br&gt;to autologin a specific user. mingetty has an option for this. From a PC
&lt;br&gt;where this solution is used (someone else set it up and it works ;)),
&lt;br&gt;here is the inittab entry:
&lt;br&gt;&lt;br&gt;1:23:respawn:/sbin/mingetty --autologin gast tty1
&lt;br&gt;&lt;br&gt;this user has the following snippet in his .bashrc:
&lt;br&gt;&lt;br&gt;# autostart ncmpc on tty1
&lt;br&gt;if [ $(tty) = /dev/tty1 ]
&lt;br&gt;then
&lt;br&gt;&amp;nbsp; exec ncmpc
&lt;br&gt;fi
&lt;br&gt;&lt;br&gt;There once was another setup with rungetty and I don't know why it was
&lt;br&gt;changed to this way. This was the inittab entry with rungetty:
&lt;br&gt;&lt;br&gt;1:23:respawn:/sbin/rungetty -u gast -g gast --autologin gast tty1 -- /usr/bin/ncmpc
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/automatic-start-of-interactive-programs-tp14786451p19833768.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19794707</id>
	<title>Re: .eh_frame error</title>
	<published>2008-10-03T02:42:17Z</published>
	<updated>2008-10-03T02:42:17Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I'm sending this to T2 and mms &lt;a href=&quot;http://forum.mymediasystem.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forum.mymediasystem.org/&lt;/a&gt;, I hope we can solve the problem together.
&lt;br&gt;Below an example for a g++ command causing the problem &amp;quot;cannot find -lz&amp;quot;.
&lt;br&gt;Note there is always a &amp;quot;-Wl,-nostdlib&amp;quot; and a &amp;quot;-L/usr/local/lib&amp;quot;.
&lt;br&gt;So I copied manually the libz.a (static lib) to /usr/local/lib.
&lt;br&gt;This makes nobody, except ld, really happy, although it worked.
&lt;br&gt;Note also:
&lt;br&gt;ldd /usr/lib/mms/plugins/lib_output_sdl.so
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libz.so.1 =&amp;gt; /lib/libz.so.1 (0xb7f03000)
&lt;br&gt;So it seems ld is happy to find a static lib, but does not use it ?
&lt;br&gt;Is the command line wrong or the way g++ interprets it ?
&lt;br&gt;&lt;br&gt;Gerd
&lt;br&gt;&lt;br&gt;example:
&lt;br&gt;g++ -I/usr/local/include -L/usr/local/lib -I/usr/include/ -I. -pthread -pipe -O3 &amp;nbsp;-ffast-math -funroll-loops -fomit-frame-pointer -funit-at-a-time &amp;nbsp;-D_GNU_SOURCE &amp;nbsp; -isystem/TOOLCHAIN/src.mms.mindesk.20081001.142917.825.localhost/mms-1.1.0-rc8/libs -I../ -I../../ -I../../../ -I../../feature/ -I../../input/ -fPIC -shared -Wl,-nostdlib -o lib_output_sdl.so sdlout.o sdlout_plugin.o -pthread -lccext2 -lz -lccgnu2 -ldl -lrt &amp;nbsp; `sdl-config --libs`
&lt;br&gt;/usr/lib/gcc/i486-t2-linux-gnu/4.3.2/../../../../i486-t2-linux-gnu/bin/ld: cannot find -lz
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;The toolchain (gcc, ld, ...) default to look into system pathes that &amp;nbsp;
&lt;br&gt;include /lib, /usr/lib, the lib64 variants on multilib 64bit systems and other &amp;nbsp;
&lt;br&gt;variants, (e.g. tls, notls, cpu optimization related dirs, etc
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19794707.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19783962</id>
	<title>Re: .eh_frame error</title>
	<published>2008-10-02T10:30:11Z</published>
	<updated>2008-10-02T10:30:11Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;The toolchain (gcc, ld, ...) default to look into system pathes that &amp;nbsp;
&lt;br&gt;include /lib, /usr/lib, the lib64 variants on multilib 64bit systems and other &amp;nbsp;
&lt;br&gt;variants, (e.g. tls, notls, cpu optimization related dirs, etc)
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
yes thats what I expected, but in this case it does not look in /lib. Strange.
&lt;br&gt;I still don't understand why.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;You should not move the libraries around manually. 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
yes I know, but I was desperate ... &lt;img class='smiley' src='http://www.nabble.com/images/smiley/smiley_happy.gif' /&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;/opt/*/lib... are not searched by default, which is why there are the
&lt;br&gt;pkg-config files (or the old -config scripts) for packages to obtain
&lt;br&gt;the correct pathes on a distribution - which varies between releases,
&lt;br&gt;vendors (Fedora, Debian, etc.) and in T2 even between configurations.
&lt;br&gt;&lt;br&gt;If the package configure does not include any support you would have
&lt;br&gt;to patch it in (or use T2 automatics to inject it), but the configure &amp;nbsp;
&lt;br&gt;script might have a --with-imlib option to specify the patch.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
no it does not have that.
&lt;br&gt;but I think its easy to add a patch in config and makefile with a -L
&lt;br&gt;Also for the above problem, a patch with -L/lib would probably help.
&lt;br&gt;But as you said: this shall be one of the system pathes.
&lt;br&gt;&lt;br&gt;On the other hand:
&lt;br&gt;T2 is really impressive, how smoothly and automatically almost everything is working.&lt;img class='smiley' src='http://www.nabble.com/images/smiley/smiley_good.gif' /&gt;&lt;br&gt;(sometimes I miss some documentation...).
&lt;br&gt;I guess we are almost done with this package.
&lt;br&gt;&lt;br&gt;Gerd</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19783962.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19782069</id>
	<title>Re: .eh_frame error</title>
	<published>2008-10-02T08:47:55Z</published>
	<updated>2008-10-02T08:47:55Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On 02.10.2008, at 17:18, gx-turbo wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The main problem is the missing lib(s), probably due to confused &amp;nbsp;
&lt;br&gt;&amp;gt; search path
&lt;br&gt;&amp;gt; and/or different lib locations (/lib, /usr/lib ?) on different &amp;nbsp;
&lt;br&gt;&amp;gt; systems.
&lt;br&gt;&amp;gt; In Makefile I found only &amp;nbsp;-L/usr/local/lib. How does ld or gcc find &amp;nbsp;
&lt;br&gt;&amp;gt; libs ?
&lt;br&gt;&amp;gt; seems it looks in /usr/lib, but not in /lib.
&lt;br&gt;&amp;gt; To make progress, I copied *.a from /lib to /usr/local/lib /which &amp;nbsp;
&lt;br&gt;&amp;gt; was empty
&lt;br&gt;&amp;gt; before).
&lt;/div&gt;&lt;/div&gt;The toolchain (gcc, ld, ...) default to look into system pathes that &amp;nbsp;
&lt;br&gt;include
&lt;br&gt;/lib, /usr/lib, the lib64 variants on multilib 64bit systems and other &amp;nbsp;
&lt;br&gt;variants,
&lt;br&gt;(e.g. tls, notls, cpu optimization related dirs, etc)
&lt;br&gt;&lt;br&gt;You should not move the libraries around manually. Why it failed before
&lt;br&gt;I do not know off handeither.
&lt;br&gt;&lt;br&gt;&amp;gt; Now all errors disappeared.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I really would like to know why this package has this library &amp;nbsp;
&lt;br&gt;&amp;gt; problems.
&lt;br&gt;&amp;gt; You may remember there is also the pending imlib2 problem.
&lt;br&gt;&amp;gt; Should not be that big rocket science to fix it, or ?
&lt;br&gt;&lt;br&gt;/opt/*/lib... are not searched by default, which is why there are the
&lt;br&gt;pkg-config files (or the old -config scripts) for packages to obtain
&lt;br&gt;the correct pathes on a distribution - which varies between releases,
&lt;br&gt;vendors (Fedora, Debian, etc.) and in T2 even between configurations.
&lt;br&gt;&lt;br&gt;If the package configure does not include any support you would have
&lt;br&gt;to patch it in (or use T2 automatics to inject it), but the configure &amp;nbsp;
&lt;br&gt;script
&lt;br&gt;might have a --with-imlib option to specify the patch.
&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; What is your recommendation how to solve it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards
&lt;br&gt;&amp;gt; Gerd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gx-turbo wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; there is another problem with all gcc/binutils:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/gcc/i486-t2-linux-gnu/4.2.2/../../../../i486-t2-linux-gnu/ 
&lt;br&gt;&amp;gt;&amp;gt; bin/ld:
&lt;br&gt;&amp;gt;&amp;gt; cannot find -lz
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I found this also with a native compile on a T2 system, but here &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; without
&lt;br&gt;&amp;gt;&amp;gt; the eh_frame error.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; libz I found in /lib
&lt;br&gt;&amp;gt;&amp;gt; seems to be a problem with ld search path ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Don't know if both problems are connected.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/.eh_frame-error-tp19744831p19781404.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/.eh_frame-error-tp19744831p19781404.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the T2 mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----------------------------------------------------------
&lt;br&gt;&amp;gt; If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782069&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;/div&gt;&lt;/div&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp;René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782069&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19782069.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19781404</id>
	<title>Re: .eh_frame error</title>
	<published>2008-10-02T08:18:33Z</published>
	<updated>2008-10-02T08:18:33Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">The main problem is the missing lib(s), probably due to confused search path and/or different lib locations (/lib, /usr/lib ?) on different systems. 
&lt;br&gt;In Makefile I found only &amp;nbsp;-L/usr/local/lib. How does ld or gcc find libs ? seems it looks in /usr/lib, but not in /lib.
&lt;br&gt;To make progress, I copied *.a from /lib to /usr/local/lib /which was empty before).
&lt;br&gt;Now all errors disappeared.
&lt;br&gt;&lt;br&gt;I really would like to know why this package has this library problems.
&lt;br&gt;You may remember there is also the pending imlib2 problem.
&lt;br&gt;Should not be that big rocket science to fix it, or ?
&lt;br&gt;&lt;br&gt;What is your recommendation how to solve it ?
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;Gerd
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;gx-turbo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hi,
&lt;br&gt;&lt;br&gt;there is another problem with all gcc/binutils:
&lt;br&gt;&lt;br&gt;/usr/lib/gcc/i486-t2-linux-gnu/4.2.2/../../../../i486-t2-linux-gnu/bin/ld: cannot find -lz
&lt;br&gt;&lt;br&gt;I found this also with a native compile on a T2 system, but here without the eh_frame error.
&lt;br&gt;&lt;br&gt;libz I found in /lib
&lt;br&gt;seems to be a problem with ld search path ?
&lt;br&gt;&lt;br&gt;Don't know if both problems are connected.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19781404.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19778515</id>
	<title>Re: .eh_frame error</title>
	<published>2008-10-02T05:44:18Z</published>
	<updated>2008-10-02T05:44:18Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;there is another problem with all gcc/binutils:
&lt;br&gt;&lt;br&gt;/usr/lib/gcc/i486-t2-linux-gnu/4.2.2/../../../../i486-t2-linux-gnu/bin/ld: cannot find -lz
&lt;br&gt;&lt;br&gt;I found this also with a native compile on a T2 system, but here without the eh_frame error.
&lt;br&gt;&lt;br&gt;libz I found in /lib
&lt;br&gt;seems to be a problem with ld search path ?
&lt;br&gt;&lt;br&gt;Don't know if both problems are connected.
&lt;br&gt;&lt;br&gt;have also involved the mms crew
&lt;br&gt;&lt;br&gt;Gerd
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;Maybe it is as simple as not using ld for linking but gcc.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19778515.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19765130</id>
	<title>Re: PostgreSQL 8.3 - init script</title>
	<published>2008-10-01T10:13:33Z</published>
	<updated>2008-10-01T10:13:33Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765130&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helasz@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not expert in postgres. However trying to make it work (T2 8.0 trunk,
&lt;br&gt;&amp;gt; rev 29913) I found that the init script (/etc/init.d/postgresql) refers to
&lt;br&gt;&amp;gt; the postmaster link which is working for manual start, but since it does
&lt;br&gt;&amp;gt; not give back the terminal command line it prevents the whole system to
&lt;br&gt;&amp;gt; finish booting if used as init script.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have found that pg_ctl instead of postmaster works better, but in this
&lt;br&gt;&amp;gt; case I do not manage to restart the Postgres server. I am sure the answer
&lt;br&gt;&amp;gt; can be found on the internet, but if there could be anyone in the know how
&lt;br&gt;&amp;gt; to solve this, it may spare a lot of time for me, and (in the case the T2
&lt;br&gt;&amp;gt; SDE init script for postgres can be improved) also for others. (I have
&lt;br&gt;&amp;gt; already &amp;quot;waste&amp;quot; some time in searching)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;I never used postgresql myself, but I recall archivista ships it on the CD,
&lt;br&gt;now, for optional use, IIRC - and still have not heared a complain. Maybe
&lt;br&gt;worth to check if they added an own init script or if it just works.
&lt;br&gt;&lt;br&gt;As I would have to read the man pages on the matter maybe someone
&lt;br&gt;else has an idea :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765130&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PostgreSQL-8.3---init-script-tp19756078p19765130.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19765105</id>
	<title>Re: VIA UniChrome X11 driver</title>
	<published>2008-10-01T10:11:11Z</published>
	<updated>2008-10-01T10:11:11Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I think the openchrome tree has video output and XVideo
&lt;br&gt;acceleration - maybe even mpeg, but I have not checked. I think the
&lt;br&gt;mostly only missing area is open source 3d for those chips
&lt;br&gt;(but we have not used it for video output, so YMMV).
&lt;br&gt;&lt;br&gt;You might have to manually edit the xorg.conf to list the
&lt;br&gt;openchrome driver.
&lt;br&gt;&lt;br&gt;gx-turbo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Great!, I have not noticed the openchrome in T2.
&lt;br&gt;&amp;gt; Will try this one asap.
&lt;br&gt;&amp;gt; Problems are typically video output, mpeg-acceleration.
&lt;br&gt;&amp;gt; Any experience on that ?
&lt;br&gt;&amp;gt; A &amp;quot;good&amp;quot; x.conf file ?
&lt;br&gt;&amp;gt; Is the installer aware of it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gerd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; René Rebe wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I recently &amp;nbsp;used to use the openchrome driver I recently added:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/packages/xf86-video-openchrome.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/packages/xf86-video-openchrome.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; Geschäftsführer: Susanne Klaus, René Rebe
&lt;br&gt;&amp;nbsp; Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
&lt;br&gt;&amp;nbsp; USt-IdNr.: DE251602478
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765105&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/VIA-UniChrome-X11-driver-tp19742374p19765105.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19756333</id>
	<title>Re: VIA UniChrome X11 driver</title>
	<published>2008-10-01T01:15:42Z</published>
	<updated>2008-10-01T01:15:42Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">Great!, I have not noticed the openchrome in T2.
&lt;br&gt;Will try this one asap.
&lt;br&gt;Problems are typically video output, mpeg-acceleration.
&lt;br&gt;Any experience on that ?
&lt;br&gt;A &amp;quot;good&amp;quot; x.conf file ?
&lt;br&gt;Is the installer aware of it ?
&lt;br&gt;&lt;br&gt;Gerd
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;René Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I recently &amp;nbsp;used to use the openchrome driver I recently added:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/packages/xf86-video-openchrome.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/packages/xf86-video-openchrome.html&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/VIA-UniChrome-X11-driver-tp19742374p19756333.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19756078</id>
	<title>PostgreSQL 8.3 - init script</title>
	<published>2008-10-01T00:48:37Z</published>
	<updated>2008-10-01T00:48:37Z</updated>
	<author>
		<name>helasz</name>
	</author>
	<content type="html">&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I am not expert in postgres. However trying to make it work (T2 8.0 trunk,
&lt;br&gt;rev 29913) I found that the init script (/etc/init.d/postgresql) refers to
&lt;br&gt;the postmaster link which is working for manual start, but since it does
&lt;br&gt;not give back the terminal command line it prevents the whole system to
&lt;br&gt;finish booting if used as init script.
&lt;br&gt;&lt;br&gt;I have found that pg_ctl instead of postmaster works better, but in this
&lt;br&gt;case I do not manage to restart the Postgres server. I am sure the answer
&lt;br&gt;can be found on the internet, but if there could be anyone in the know how
&lt;br&gt;to solve this, it may spare a lot of time for me, and (in the case the T2
&lt;br&gt;SDE init script for postgres can be improved) also for others. (I have
&lt;br&gt;already &amp;quot;waste&amp;quot; some time in searching)
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;helasz
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19756078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PostgreSQL-8.3---init-script-tp19756078p19756078.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19756049</id>
	<title>Re: .eh_frame error</title>
	<published>2008-09-30T09:31:44Z</published>
	<updated>2008-09-30T09:31:44Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;gx-turbo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hi 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sorry, have to bother you again with my mms ...
&lt;br&gt;&amp;gt; With the latest trunk it did not build, although some weeks before it did.
&lt;br&gt;&amp;gt; Now I get a couple errors from .../bin/ld, like:
&lt;br&gt;&amp;gt; error in .../output.o (.eh_frame); no eh_frame_hdr table will be created
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A quick look in google let me think this is NOT something like a missing
&lt;br&gt;&amp;gt; library, but could be a binutils or gcc problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; any idea what can help ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Maybe it is as simple as not using ld for linking but gcc.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19756049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19756049.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19744831</id>
	<title>.eh_frame error</title>
	<published>2008-09-30T08:48:56Z</published>
	<updated>2008-09-30T08:48:56Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi 
&lt;br&gt;&lt;br&gt;sorry, have to bother you again with my mms ...
&lt;br&gt;With the latest trunk it did not build, although some weeks before it did.
&lt;br&gt;Now I get a couple errors from .../bin/ld, like:
&lt;br&gt;error in .../output.o (.eh_frame); no eh_frame_hdr table will be created
&lt;br&gt;&lt;br&gt;A quick look in google let me think this is NOT something like a missing library, but could be a binutils or gcc problem.
&lt;br&gt;&lt;br&gt;any idea what can help ?
&lt;br&gt;&lt;br&gt;Gerd</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/.eh_frame-error-tp19744831p19744831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19755997</id>
	<title>Re: VIA UniChrome X11 driver</title>
	<published>2008-09-30T07:44:07Z</published>
	<updated>2008-09-30T07:44:07Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;gx-turbo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to add a driver for VIAs UniChrome graphics.
&lt;br&gt;&amp;gt; Seems there is no one actually in T2 ?
&lt;br&gt;&amp;gt; There are several options (&lt;a href=&quot;http://unichrome.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://unichrome.sourceforge.net/&lt;/a&gt;,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.openchrome.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openchrome.org/&lt;/a&gt;,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://linux.via.com.tw/support/downloadFiles.action&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://linux.via.com.tw/support/downloadFiles.action&lt;/a&gt;).
&lt;br&gt;&amp;gt; Anybody out there with experience on this matter ?
&lt;br&gt;&amp;gt; Any suggestion ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I recently &amp;nbsp;used to use the openchrome driver I recently added:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/packages/xf86-video-openchrome.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/packages/xf86-video-openchrome.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;the X.org via driver is not so up-to-date and does not support latest
&lt;br&gt;chipsets:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/packages/xf86-video-via.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/packages/xf86-video-via.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I have not taken a look what the &amp;quot;better late then never, we
&lt;br&gt;pretend to do /some/ open source stuff&amp;quot; release from Via
&lt;br&gt;includes. The Unichrome tree worked fine for me / that
&lt;br&gt;particular project back then.
&lt;br&gt;&lt;br&gt;But yet another package welcome - so if you want to try and
&lt;br&gt;add this yet another via driver release from via to our package
&lt;br&gt;repository: no problem.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19755997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/VIA-UniChrome-X11-driver-tp19742374p19755997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19755989</id>
	<title>Re: T2 support for BeagleBoard?</title>
	<published>2008-09-30T07:39:38Z</published>
	<updated>2008-09-30T07:39:38Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Holger Wirtz wrote:
&lt;br&gt;&lt;br&gt;[snip]
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Adding support for the board is mostly just adding the u-boot and kernel
&lt;br&gt;&amp;gt;&amp;gt; patches, e.g. into a custom target as a beginning and should be straight
&lt;br&gt;&amp;gt;&amp;gt; forward.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If someone wants to donate a board I could even help (of if for
&lt;br&gt;&amp;gt;&amp;gt; professional
&lt;br&gt;&amp;gt;&amp;gt; use one could contract ExactCODE to work on it).
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am new to setting up embedded systems so I think I have to learn much.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;I will take a look at this. Currently I am waiting fot some parts to
&lt;br&gt;&amp;gt; setup the Beagle for some simple tests. Currently I don't have enough
&lt;br&gt;&amp;gt; played enough with my new board to ask the right questions. But I will
&lt;br&gt;&amp;gt; come back soon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is one newbie-question before going to set up other things: Do I
&lt;br&gt;&amp;gt; have to install a seperate system for developing under T2? Or is a
&lt;br&gt;&amp;gt; OpenVZ instance enough???
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks, Holger
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;An OpenVZ instannce is enough (a vserver isn't as, vserver did not support
&lt;br&gt;&amp;quot;virtualized&amp;quot; device nodes the last time I took a look). Qemu/KVM,
&lt;br&gt;Virtualbox or VMware etc. pp. are equally fine as well. (A simple chroot
&lt;br&gt;is enough for many developers for their t2 tree as well, but of course
&lt;br&gt;requires being root on some box).
&lt;br&gt;&lt;br&gt;Looking forward to your questions.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19755989&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-support-for-BeagleBoard--tp19684742p19755989.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19742860</id>
	<title>Re: T2 support for BeagleBoard?</title>
	<published>2008-09-30T07:04:55Z</published>
	<updated>2008-09-30T07:04:55Z</updated>
	<author>
		<name>Holger Wirtz</name>
	</author>
	<content type="html">Hi Rene,
&lt;br&gt;&lt;br&gt;René Rebe wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Holger Wirtz wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; is there anyone who is implementing support for a BeagleBoard (OMAP3530
&lt;br&gt;&amp;gt;&amp;gt; processor (ARM Cortex A8)) into T2?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; We saw the board during the LinuxTag already, and I have monitored their
&lt;br&gt;&amp;gt; hardware progress a little. Too bad they could not yet deliver when it
&lt;br&gt;&amp;gt; would
&lt;br&gt;&amp;gt; be a nice base in another project. However, I read on some blog that the
&lt;/div&gt;&lt;/div&gt;I got one... :-)
&lt;br&gt;&lt;br&gt;&amp;gt; current board would not yet have functional EHCI USB 2.0 - I'm not sure
&lt;br&gt;&amp;gt; if that's still the case.
&lt;br&gt;&lt;br&gt;I don't know also.
&lt;br&gt;&lt;br&gt;&amp;gt; Adding support for the board is mostly just adding the u-boot and kernel
&lt;br&gt;&amp;gt; patches, e.g. into a custom target as a beginning and should be straight
&lt;br&gt;&amp;gt; forward.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If someone wants to donate a board I could even help (of if for
&lt;br&gt;&amp;gt; professional
&lt;br&gt;&amp;gt; use one could contract ExactCODE to work on it).
&lt;br&gt;&lt;br&gt;I am new to setting up embedded systems so I think I have to learn much.
&lt;br&gt;&amp;nbsp; &amp;nbsp;I will take a look at this. Currently I am waiting fot some parts to
&lt;br&gt;setup the Beagle for some simple tests. Currently I don't have enough
&lt;br&gt;played enough with my new board to ask the right questions. But I will
&lt;br&gt;come back soon.
&lt;br&gt;&lt;br&gt;There is one newbie-question before going to set up other things: Do I
&lt;br&gt;have to install a seperate system for developing under T2? Or is a
&lt;br&gt;OpenVZ instance enough???
&lt;br&gt;&lt;br&gt;Thanks, Holger
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++
&lt;br&gt;&lt;br&gt;##### &amp;nbsp;#### ## &amp;nbsp;## &amp;nbsp; Holger Wirtz &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Phone : (+49 30) 884299-40
&lt;br&gt;## &amp;nbsp;## ## &amp;nbsp; ### ## &amp;nbsp; DFN-Verein &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax &amp;nbsp; : (+49 30) 884299-70
&lt;br&gt;## &amp;nbsp;## #### ###### &amp;nbsp; Alexanderplatz 1 &amp;nbsp; &amp;nbsp; E-Mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19742860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wirtz@...&lt;/a&gt;
&lt;br&gt;## &amp;nbsp;## ## &amp;nbsp; ## ### &amp;nbsp; 10178 Berlin
&lt;br&gt;##### &amp;nbsp;## &amp;nbsp; ## &amp;nbsp;## &amp;nbsp; GERMANY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WWW &amp;nbsp; : &lt;a href=&quot;http://www.dfn.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dfn.de&lt;/a&gt;&lt;br&gt;GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC &amp;nbsp;0C51 E961 79E2 6685 9BCF
&lt;br&gt;&lt;br&gt;&lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19742860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-support-for-BeagleBoard--tp19684742p19742860.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19742374</id>
	<title>VIA UniChrome X11 driver</title>
	<published>2008-09-30T06:42:53Z</published>
	<updated>2008-09-30T06:42:53Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hello,
&lt;br&gt;&lt;br&gt;I would like to add a driver for VIAs UniChrome graphics.
&lt;br&gt;Seems there is no one actually in T2 ?
&lt;br&gt;There are several options (&lt;a href=&quot;http://unichrome.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://unichrome.sourceforge.net/&lt;/a&gt;, &lt;a href=&quot;http://www.openchrome.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openchrome.org/&lt;/a&gt;, &lt;a href=&quot;http://linux.via.com.tw/support/downloadFiles.action&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://linux.via.com.tw/support/downloadFiles.action&lt;/a&gt;).
&lt;br&gt;Anybody out there with experience on this matter ?
&lt;br&gt;Any suggestion ?
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;&lt;br&gt;Gerd</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/VIA-UniChrome-X11-driver-tp19742374p19742374.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19742035</id>
	<title>Re: hostapd: Fix build with madwifi</title>
	<published>2008-09-30T06:22:55Z</published>
	<updated>2008-09-30T06:22:55Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi Adam,
&lt;br&gt;&lt;br&gt;Adam Stirk wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please find attached a diff to fix compiling with madwifi support in 
&lt;br&gt;&amp;gt; hostapd since the switch to using a snapshot archive in the madwifi 
&lt;br&gt;&amp;gt; package.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Adam
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Thank you for your ongoing contributions! I applied the patch with only
&lt;br&gt;a tiny change not to add spaces at the end of the conditional statement.
&lt;br&gt;&lt;br&gt;Committed revision 30657.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19742035&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/hostapd%3A-Fix-build-with-madwifi-tp19710289p19742035.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19741525</id>
	<title>Re: gtk+ not built</title>
	<published>2008-09-30T05:53:18Z</published>
	<updated>2008-09-30T05:53:18Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;gx-turbo wrote:
&lt;br&gt;&amp;gt; hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did a loop through versions back and forth and then made a new svn trunk.
&lt;br&gt;&amp;gt; Now I'm back at the original 2.14/1.22/2.18 and now gtk+ 2.14 is built.
&lt;br&gt;&amp;gt; Strange, seems a little bit like it would not work on a fresh system, but
&lt;br&gt;&amp;gt; once you have compiled older versions its ok.
&lt;br&gt;&amp;gt; Unfortunately I did not save the original .err (shame on me).
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;No problem. Thanks for the notifications. The cause is that the new pango
&lt;br&gt;requires a newer cairo, which I did not yet update as it was an interim
&lt;br&gt;development version and as I had the old cairo backend for pango on my
&lt;br&gt;system the new gtk+ did not fail.
&lt;br&gt;&lt;br&gt;Fixed by updating cairo to the just released 1.8.0 version.
&lt;br&gt;&lt;br&gt;Committed revision 30655.
&lt;br&gt;&lt;br&gt;René
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; gx-turbo wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; hi T2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I found a problem building gtk+ with latest 8.0-trunk (28. Sept.)
&lt;br&gt;&amp;gt;&amp;gt; Message:
&lt;br&gt;&amp;gt;&amp;gt; Pango not found. Pango built with cairo support is required.
&lt;br&gt;&amp;gt;&amp;gt; But pango and glib are built and packages exist.
&lt;br&gt;&amp;gt;&amp;gt; Version are
&lt;br&gt;&amp;gt;&amp;gt; gtk+ 2.14
&lt;br&gt;&amp;gt;&amp;gt; pango 1.22
&lt;br&gt;&amp;gt;&amp;gt; glib 2.18
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; With a previous T2 revision (5. sept.) it works with
&lt;br&gt;&amp;gt;&amp;gt; gtk+ 2.12
&lt;br&gt;&amp;gt;&amp;gt; pango 1.20
&lt;br&gt;&amp;gt;&amp;gt; glib 2.16
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I went back to pango 1.20, but it does not help.
&lt;br&gt;&amp;gt;&amp;gt; Will try also glib 2.16, but I don't know if it is the right track.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; any advice ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Gerd
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741525&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gtk%2B-not-built-tp19737614p19741525.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19740800</id>
	<title>Re: gtk+ not built</title>
	<published>2008-09-30T05:10:05Z</published>
	<updated>2008-09-30T05:10:05Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;I did a loop through versions back and forth and then made a new svn trunk. Now I'm back at the original 2.14/1.22/2.18 and now gtk+ 2.14 is built.
&lt;br&gt;Strange, seems a little bit like it would not work on a fresh system, but once you have compiled older versions its ok.
&lt;br&gt;Unfortunately I did not save the original .err (shame on me).
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;gx-turbo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hi T2
&lt;br&gt;&lt;br&gt;I found a problem building gtk+ with latest 8.0-trunk (28. Sept.)
&lt;br&gt;Message:
&lt;br&gt;Pango not found. Pango built with cairo support is required.
&lt;br&gt;But pango and glib are built and packages exist.
&lt;br&gt;Version are
&lt;br&gt;gtk+ 2.14
&lt;br&gt;pango 1.22
&lt;br&gt;glib 2.18
&lt;br&gt;&lt;br&gt;With a previous T2 revision (5. sept.) it works with
&lt;br&gt;gtk+ 2.12
&lt;br&gt;pango 1.20
&lt;br&gt;glib 2.16
&lt;br&gt;&lt;br&gt;I went back to pango 1.20, but it does not help.
&lt;br&gt;Will try also glib 2.16, but I don't know if it is the right track.
&lt;br&gt;&lt;br&gt;any advice ?
&lt;br&gt;&lt;br&gt;Gerd
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gtk%2B-not-built-tp19737614p19740800.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19737614</id>
	<title>gtk+ not built</title>
	<published>2008-09-30T00:50:35Z</published>
	<updated>2008-09-30T00:50:35Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi T2
&lt;br&gt;&lt;br&gt;I found a problem building gtk+ with latest 8.0-trunk (28. Sept.)
&lt;br&gt;Message:
&lt;br&gt;Pango not found. Pango built with cairo support is required.
&lt;br&gt;But pango and glib are built and packages exist.
&lt;br&gt;Version are
&lt;br&gt;gtk+ 2.14
&lt;br&gt;pango 1.22
&lt;br&gt;glib 2.18
&lt;br&gt;&lt;br&gt;With a previous T2 revision (5. sept.) it works with
&lt;br&gt;gtk+ 2.12
&lt;br&gt;pango 1.20
&lt;br&gt;glib 2.16
&lt;br&gt;&lt;br&gt;I went back to pango 1.20, but it does not help.
&lt;br&gt;Will try also glib 2.16, but I don't know if it is the right track.
&lt;br&gt;&lt;br&gt;any advice ?
&lt;br&gt;&lt;br&gt;Gerd</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gtk%2B-not-built-tp19737614p19737614.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19729836</id>
	<title>Is anyone making ARM cortex-M3 installations?</title>
	<published>2008-09-29T12:03:03Z</published>
	<updated>2008-09-29T12:03:03Z</updated>
	<author>
		<name>John Griessen-3</name>
	</author>
	<content type="html">&lt;br&gt;Especially the microcontrollers from luminary such as
&lt;br&gt;&lt;br&gt;LM3S6537
&lt;br&gt;LM3S6950
&lt;br&gt;LM3S6753
&lt;br&gt;LM3S8538
&lt;br&gt;LM3S8970.
&lt;br&gt;&lt;br&gt;Is the ARM linux kernel ready for these?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19729836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-anyone-making-ARM-cortex-M3-installations--tp19729836p19729836.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19729649</id>
	<title>Re: installer</title>
	<published>2008-09-29T11:51:39Z</published>
	<updated>2008-09-29T11:51:39Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Steve wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ive played about with T2 several times in the past. This time ive managed to
&lt;br&gt;&amp;gt; build a distro, so either the build kit has less bugs or my linux skills are
&lt;br&gt;&amp;gt; improving. I think its the former!
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Or both :-)
&lt;br&gt;&amp;gt; I wish to change the installer from stone to something that requires less
&lt;br&gt;&amp;gt; human input. It probably beyond my skills but can anyone offer advice on
&lt;br&gt;&amp;gt; where to look for stone in the build system.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;The &amp;quot;classic&amp;quot; installer lives in:
&lt;br&gt;&lt;br&gt;&amp;nbsp; package/base/stone/stone_mod_install.sh
&lt;br&gt;&lt;br&gt;and
&lt;br&gt;&amp;nbsp; target/share/install/
&lt;br&gt;&lt;br&gt;While you could do any form of file copying as you like - even adapt 
&lt;br&gt;something
&lt;br&gt;as Fedora's (RedHat's) anaconda.
&lt;br&gt;&lt;br&gt;There is already one major example how to do something &amp;quot;completely&amp;quot;
&lt;br&gt;different, namely the Archivista target: It builds all as live cd and has
&lt;br&gt;a custom &amp;quot;rsync all (including system config state store &amp; restore)
&lt;br&gt;to a partition&amp;quot;:
&lt;br&gt;&lt;br&gt;&amp;nbsp; target/archivista/rootfs/home/archivista/install.sh
&lt;br&gt;&lt;br&gt;(The look and feel could be improved by something more butiful than
&lt;br&gt;xdialog, though.)
&lt;br&gt;&lt;br&gt;I hope this provides a little, initial guidance, as usual: patches welcome!
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19729649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/installer-tp19729399p19729649.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19729399</id>
	<title>installer</title>
	<published>2008-09-29T11:33:08Z</published>
	<updated>2008-09-29T11:33:08Z</updated>
	<author>
		<name>Steve-40</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Ive played about with T2 several times in the past. This time ive managed to
&lt;br&gt;build a distro, so either the build kit has less bugs or my linux skills are
&lt;br&gt;improving. I think its the former!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I wish to change the installer from stone to something that requires less
&lt;br&gt;human input. It probably beyond my skills but can anyone offer advice on
&lt;br&gt;where to look for stone in the build system.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Steve 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19729399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/installer-tp19729399p19729399.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19727939</id>
	<title>T2 Hardware listings, Intel Atom 3330 - Little Falls 2 - added</title>
	<published>2008-09-29T10:07:03Z</published>
	<updated>2008-09-29T10:07:03Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;one of the newer areas of the T2 homepage is the listing of supported
&lt;br&gt;hardware:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/hardware/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/hardware/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Where we try to list some details about supported hardware, currently
&lt;br&gt;it already lists some neat ones, such as the Sgi Octane, or the Apple G4
&lt;br&gt;Cube as well as some game consoles, some embedded boards and
&lt;br&gt;some other systems.
&lt;br&gt;&lt;br&gt;Today I added the Intel dual-core Atom 330, Little Falls 2 reference
&lt;br&gt;board:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/hardware/workstation/Intel/D945GCLF2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/hardware/workstation/Intel/D945GCLF2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;And like to take the chance as reminder of this area and that any
&lt;br&gt;contribution is greatly appreciated.
&lt;br&gt;&lt;br&gt;If you run T2 on something, from your toaster, historic computer
&lt;br&gt;hardware, or just currently popular systems - whatever it is:
&lt;br&gt;&lt;br&gt;From:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/hardware/portable/Apple/MacBook/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/hardware/portable/Apple/MacBook/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.t2-project.org/hardware/portable/Sony/VGN-TZ/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.t2-project.org/hardware/portable/Sony/VGN-TZ/&lt;/a&gt;&lt;br&gt;&lt;br&gt;feel free to write about it - the more the better. While I typically
&lt;br&gt;lack the time to add much text about tweaks such as getting
&lt;br&gt;&amp;quot;exceptional&amp;quot; feature, from backlight dimming to finger-print
&lt;br&gt;sensors or suspend to ram going, the more text provided the
&lt;br&gt;more people might find what they are looking for (and accidently
&lt;br&gt;discover T2).
&lt;br&gt;&lt;br&gt;Contributions are best provided either in any form on the mailing-
&lt;br&gt;list or as patch to the website source at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://svn.exactcode.de/www-t2/trunk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.exactcode.de/www-t2/trunk/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Have fun,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19727939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-Hardware-listings%2C-Intel-Atom-3330---Little-Falls-2---added-tp19727939p19727939.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19727717</id>
	<title>Re: T2 support for BeagleBoard?</title>
	<published>2008-09-29T09:57:57Z</published>
	<updated>2008-09-29T09:57:57Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Holger Wirtz wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is there anyone who is implementing support for a BeagleBoard (OMAP3530
&lt;br&gt;&amp;gt; processor (ARM Cortex A8)) into T2?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;We saw the board during the LinuxTag already, and I have monitored their
&lt;br&gt;hardware progress a little. Too bad they could not yet deliver when it would
&lt;br&gt;be a nice base in another project. However, I read on some blog that the
&lt;br&gt;current board would not yet have functional EHCI USB 2.0 - I'm not sure
&lt;br&gt;if that's still the case.
&lt;br&gt;&lt;br&gt;Adding support for the board is mostly just adding the u-boot and kernel
&lt;br&gt;patches, e.g. into a custom target as a beginning and should be straight
&lt;br&gt;forward.
&lt;br&gt;&lt;br&gt;If someone wants to donate a board I could even help (of if for professional
&lt;br&gt;use one could contract ExactCODE to work on it).
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19727717&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-support-for-BeagleBoard--tp19684742p19727717.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19721502</id>
	<title>Re: contribution scripts/Strip-White-Spaces</title>
	<published>2008-09-29T03:36:22Z</published>
	<updated>2008-09-29T03:36:22Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Martin Papadopoulos wrote:
&lt;br&gt;&amp;gt; a tiny and handy script to strip whitespaces. a quick hack :-)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Ok with a one-liner, highlight in red:
&lt;br&gt;&lt;br&gt;&amp;nbsp; sed 's/\([[:space:]]*\)$/\o033[0;41m\1\o033[0m/' scripts/Build-Pkg
&lt;br&gt;&lt;br&gt;Or strip:
&lt;br&gt;&lt;br&gt;&amp;nbsp; sed 's/\([[:space:]]*\)$//' scripts/Build-Pkg
&lt;br&gt;&lt;br&gt;(add -i for in-place substitution)
&lt;br&gt;&lt;br&gt;I think I'll add the high-lighter to scripts/Commit :-)
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19721502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/contribution-scripts-Strip-White-Spaces-tp19490787p19721502.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19720576</id>
	<title>Re: New package My Media System</title>
	<published>2008-09-29T02:15:54Z</published>
	<updated>2008-09-29T02:15:54Z</updated>
	<author>
		<name>gx-turbo</name>
	</author>
	<content type="html">hi,
&lt;br&gt;thanks, I would apreciate your help.
&lt;br&gt;I created a conf and a desc file:
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p19720576/mms.conf&quot; target=&quot;_top&quot;&gt;mms.conf&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p19720576/mms.desc&quot; target=&quot;_top&quot;&gt;mms.desc&lt;/a&gt;&lt;br&gt;&lt;br&gt;Gerd
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Rene Rebe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;On 09.09.2008, at 07:14, gx-turbo wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I fixed it for me: changed the install path of Imlib2 from /opt/e17 &amp;nbsp;
&lt;br&gt;&amp;gt; to /usr.
&lt;br&gt;&amp;gt; Not sure if this is the right way or can cause unwanted sideeffects.
&lt;br&gt;&lt;br&gt;It will probably not have unwanted side effects, however the real fix
&lt;br&gt;would be to fix the media system configure to check where imlib2
&lt;br&gt;is installed into, or maybe it's configure already has a option the
&lt;br&gt;T2 media-system package's .conf could pass the path with something
&lt;br&gt;like configure --with-imlib2=/opt/e17 or so.
&lt;br&gt;&lt;br&gt;Maybe submit your new package and we can take a look helping
&lt;br&gt;you there.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&amp;nbsp; &amp;nbsp;René
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/New-package-My-Media-System-tp19286405p19720576.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19720554</id>
	<title>Re: match_source_file</title>
	<published>2008-09-29T02:07:00Z</published>
	<updated>2008-09-29T02:07:00Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi Adam,
&lt;br&gt;&lt;br&gt;Adam Stirk wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could you tell me the location of the “match_source_file” script as I 
&lt;br&gt;&amp;gt; would like to look at the script but I am unable to locate it.
&lt;br&gt;&amp;gt;
&lt;br&gt;scripts/functions.in:1017(pp):# match_source_file [-p] pattern 
&lt;br&gt;[[package] ...]
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19720554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/match_source_file-tp19710031p19720554.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19710289</id>
	<title>hostapd: Fix build with madwifi</title>
	<published>2008-09-28T03:08:11Z</published>
	<updated>2008-09-28T03:08:11Z</updated>
	<author>
		<name>Adam Stirk</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-GB link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Please find attached a diff to fix compiling with madwifi
support in hostapd since the switch to using a snapshot archive in the madwifi
package.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Adam&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19710289&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;hostapd.diff&lt;/strong&gt; (786 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19710289/0/hostapd.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/hostapd%3A-Fix-build-with-madwifi-tp19710289p19710289.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19710031</id>
	<title>match_source_file</title>
	<published>2008-09-28T02:26:45Z</published>
	<updated>2008-09-28T02:26:45Z</updated>
	<author>
		<name>Adam Stirk</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-GB link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Could you tell me the location of the &amp;#8220;match_source_file&amp;#8221;
script as I would like to look at the script but I am unable to locate it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Adam&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19710031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/match_source_file-tp19710031p19710031.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19686161</id>
	<title>error dowload package emphasis</title>
	<published>2008-09-26T03:45:48Z</published>
	<updated>2008-09-26T03:45:48Z</updated>
	<author>
		<name>Gerardo Di Iorio</name>
	</author>
	<content type="html">&lt;br&gt;this is the log of error download package emphasis
&lt;br&gt;&lt;br&gt;&lt;br&gt;[arete@lxmail1 t2]$ &amp;nbsp;./scripts/Download &amp;nbsp;emphasis
&lt;br&gt;INFO: To force a new mirror auto-detection, remove download/Mirror-Cache.
&lt;br&gt;INFO: Found cached mirror URL in download/Mirror-Cache:
&lt;br&gt;INFO: &lt;a href=&quot;http://dl.t2-project.org/mirror/8.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dl.t2-project.org/mirror/8.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloading emphasis:download/mirror/e/emphasis-r35932.tar.bz2 ...
&lt;br&gt;&lt;br&gt;Finished downloading 0 bytes in 0.233 seconds (0.000 bytes/sec).
&lt;br&gt;curl: (22) The requested URL returned error: 404
&lt;br&gt;ERROR: CURL Returned Error 22. Please read the curl manpage.
&lt;br&gt;INFO: download from mirror failed, trying original URL.
&lt;br&gt;svn co -r35932 &lt;a href=&quot;http://svn.enlightenment.org/svn/e/trunk/emphasis&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.enlightenment.org/svn/e/trunk/emphasis&lt;/a&gt;&amp;nbsp;emphasis
&lt;br&gt;4.0K downloaded from archive (download finished).
&lt;br&gt;Preparing files for final tarball ...
&lt;br&gt;Too few files - assuming checkout failure.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://www.gerardodiiorio.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gerardodiiorio.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19686161&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-dowload-package-emphasis-tp19686161p19686161.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19684742</id>
	<title>T2 support for BeagleBoard?</title>
	<published>2008-09-26T01:52:41Z</published>
	<updated>2008-09-26T01:52:41Z</updated>
	<author>
		<name>Holger Wirtz</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;is there anyone who is implementing support for a BeagleBoard (OMAP3530
&lt;br&gt;processor (ARM Cortex A8)) into T2?
&lt;br&gt;&lt;br&gt;Regards, Holger
&lt;br&gt;-- 
&lt;br&gt;+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++NEUE ANSCHRIFT+++
&lt;br&gt;&lt;br&gt;##### &amp;nbsp;#### ## &amp;nbsp;## &amp;nbsp; Holger Wirtz &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Phone : (+49 30) 884299-40
&lt;br&gt;## &amp;nbsp;## ## &amp;nbsp; ### ## &amp;nbsp; DFN-Verein &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax &amp;nbsp; : (+49 30) 884299-70
&lt;br&gt;## &amp;nbsp;## #### ###### &amp;nbsp; Alexanderplatz 1 &amp;nbsp; &amp;nbsp; E-Mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19684742&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wirtz@...&lt;/a&gt;
&lt;br&gt;## &amp;nbsp;## ## &amp;nbsp; ## ### &amp;nbsp; 10178 Berlin
&lt;br&gt;##### &amp;nbsp;## &amp;nbsp; ## &amp;nbsp;## &amp;nbsp; GERMANY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WWW &amp;nbsp; : &lt;a href=&quot;http://www.dfn.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dfn.de&lt;/a&gt;&lt;br&gt;GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC &amp;nbsp;0C51 E961 79E2 6685 9BCF
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19684742&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T2-support-for-BeagleBoard--tp19684742p19684742.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19684675</id>
	<title>error dowload package e17</title>
	<published>2008-09-26T01:46:55Z</published>
	<updated>2008-09-26T01:46:55Z</updated>
	<author>
		<name>Gerardo Di Iorio</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;hi,
&lt;br&gt;i have &amp;nbsp;errors if run the script ./script/Download -all
&lt;br&gt;&lt;br&gt;this is the log
&lt;br&gt;&lt;br&gt;&lt;br&gt;Downloading :download/mirror/e/edje-r35932.tar.bz2 ...
&lt;br&gt;&lt;br&gt;curl: (22) The requested URL returned error: 404
&lt;br&gt;Finished downloading 0 bytes in 0.285 seconds (0.000 bytes/sec).
&lt;br&gt;ERROR: CURL Returned Error 22. Please read the curl manpage.
&lt;br&gt;INFO: download from mirror failed, trying original URL.
&lt;br&gt;svn co svn+&lt;a href=&quot;http://svn.enlightenment.org/svn/e/trunk/edje&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.enlightenment.org/svn/e/trunk/edje&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://svn.enlightenmen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.enlightenmen&lt;/a&gt;&lt;br&gt;t.org/svn/e/trunk/edje svn+&lt;a href=&quot;http://svn.enlightenment.org/svn/e/trunk/edje&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.enlightenment.org/svn/e/trunk/edje&lt;/a&gt;&lt;br&gt;8.0K downloaded from archive so far ...
&lt;br&gt;Error during checkout.
&lt;br&gt;&lt;br&gt;.......
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://www.gerardodiiorio.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gerardodiiorio.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19684675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-dowload-package-e17-tp19684675p19684675.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19648098</id>
	<title>Re: espgs &lt;-&gt; gpl-ghostscript ?</title>
	<published>2008-09-24T05:50:24Z</published>
	<updated>2008-09-24T05:50:24Z</updated>
	<author>
		<name>René Rebe</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19648098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helasz@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Good to know - we just have not yet noticed :-) In the past we had to ship
&lt;br&gt;&amp;gt;&amp;gt; the espgs by default for CUPS to work at all.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; According to your information we could then remove the espgs and just
&lt;br&gt;&amp;gt;&amp;gt; enable the gpl-ghostscript by default if cups still works in this case.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Maybe you want to provide a patch switching over?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The fact is that I am using gpl-ghostscript quite rarely for cups, for me
&lt;br&gt;&amp;gt; it works for some PS-PDF related tasks. So I would not dare to state it
&lt;br&gt;&amp;gt; does work definitely for cups. At the same time according to the website
&lt;br&gt;&amp;gt; it should, since espgs is merged into gpl-ghostscript in 2006. On 14th
&lt;br&gt;&amp;gt; March 2007 last espgs (v8.5.14) was released. Since then in August 2007
&lt;br&gt;&amp;gt; &amp;quot;The Grand Unified Ghostscript Officially Released: GPL Ghostscript 8.60&amp;quot;
&lt;br&gt;&amp;gt; (actually already 8.63) and it was recommended for use in Linux
&lt;br&gt;&amp;gt; distributions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So even if there may be some regressions in gpl-ghostscript with CUPS not
&lt;br&gt;&amp;gt; yet raised, espgs is closed, and all its developers are working on
&lt;br&gt;&amp;gt; gpl-ghostscript instead. So gpl-ghostscript is the package to focus on I
&lt;br&gt;&amp;gt; am sure about that.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Apparently works with CUPS, and disabled for some time already (by default):
&lt;br&gt;&lt;br&gt;r28758 | aldas | 2008-04-20 12:54:34 +0200 (Sun, 20 Apr 2008) | 2 lines
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * disabled ESP ghostscript and enabled GPL one (this is the recommended one and currently in active development)
&lt;br&gt;&lt;br&gt;We now dropped the old EPS times ghostscript and moved the gpl-ghostscript (read renamed) over it:
&lt;br&gt;&lt;br&gt;Committed revision r30558.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://exactcode.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exactcode.de&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://t2-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://t2-project.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://rene.rebe.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rene.rebe.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------- 
&lt;br&gt;If you wish to unsubscribe from this mailing, send mail to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19648098&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt; with a subject of: unsubscribe t2
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/espgs-%3C-%3E-gpl-ghostscript---tp19078027p19648098.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19646656</id>
	<title>Training &amp; jobs</title>
	<published>2008-09-24T04:17:46Z</published>
	<updated>2008-09-24T04:17:46Z</updated>
	<author>
		<name>KiranGupta</name>
	</author>
	<content type="html">“Join us to make future”
&lt;br&gt;FOR OPT/F-1 STUDENTS
&lt;br&gt;FREE TRAINING 
&lt;br&gt;FOOD ACCOMODATION 
&lt;br&gt;H1B PROCESSING 	FOR L1/ L2/ H1/ H4/ EAD/ GC 
&lt;br&gt;EXCELLENT OPPRTUNITIES 
&lt;br&gt;TRAINING 
&lt;br&gt;PLACEMENT 
&lt;br&gt;Highly Competitive offers for New H1b Transfers
&lt;br&gt;About Us:
&lt;br&gt;V2 technology inc is serving NJ since 2005, for us our employees are of utmost importance. Our highly skilled and dedicated instructors train you explicitly in market-related technologies for today and tomorrow. We will work with you in developing marketing strategies and finding the assignments of your choice.
&lt;br&gt;We not only help you get a job but we build your long lasting careers!!! 
&lt;br&gt;What are we Looking for:
&lt;br&gt;Excellent communication skills. 
&lt;br&gt;Valid F1/ OPT/ CPT/ H1/ H4/ L1 or valid work status (EAD, GC). 
&lt;br&gt;Bachelors’ degree in CS/ IT or previous IT experience. 
&lt;br&gt;Preferably (not mandatory) Master's Degree in Computers/ Electronics or previous IT experience. 
&lt;br&gt;Willing to relocate anywhere in USA. 
&lt;br&gt;What’s The Deal: 
&lt;br&gt;H1-B sponsorship to F1/ OPT/ H4/ L1/ L2/ E3/ EAD 
&lt;br&gt;Transfer of H1 &amp; L1 visas. 
&lt;br&gt;Green Card sponsorship through PERM 
&lt;br&gt;Job focused professional training in 
&lt;br&gt;Java/ J2EE 
&lt;br&gt;.NET 
&lt;br&gt;Documentum 
&lt;br&gt;Share point 
&lt;br&gt;Oracle 
&lt;br&gt;Data Modeling 
&lt;br&gt;Relocation assistance- airfare, hotel accommodation, car rental etc 
&lt;br&gt;Guarantee lowest bench period. 
&lt;br&gt;Employee referral program. 
&lt;br&gt;Effective Resume writing help, Marketing and Placement. 
&lt;br&gt;Technical mock interviews. Preparation of In Person Interviews 
&lt;br&gt;100% Guaranteed placement 
&lt;br&gt;Get in Touch:
&lt;br&gt;Contact immediately to know more about the opportunities with us at:609-843-0312 
&lt;br&gt;or 		
&lt;br&gt;write mail at jobs@v2techinc.com
&lt;br&gt;Contact person : John
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Training---jobs-tp19646656p19646656.html" />
</entry>

</feed>
