Adam Stirk | 20 Aug 14:03

RE: [t2-svn] rev 30132 - trunk/package/x86/grub

Rene,

Does this patch set include GPT support? Also are there any plans to add GRUB 2? I know this has GPT support and
support for partitions bigger than 2Tb. (my system has 4Tb of disk space and was a royal pain in the arse to
get working)

Thanks

Adam

-----Original Message-----
From: rene-bounces <at> exactcode.de [mailto:rene-bounces <at> exactcode.de] 
Sent: 20 August 2008 12:51
To: t2-svn <at> t2-project.org
Subject: [t2-svn] rev 30132 - trunk/package/x86/grub


Author: rene
Date: 2008-08-20 13:51:25 +0200 (Wed, 20 Aug 2008)
New Revision: 30132
Log:
	* updated grub to the "accumulated /fixes/" patchset 0.97-os.7
	  (which also includes PXE UNDI network stack support as the new
	   grub-sunos package, as well as other accumulated fixes)

Review the ChangeSet with:
  svn diff -c 30132 https://svn.exactcode.de/t2


Added:
  trunk/package/x86/grub/default-menu.patch
(Continue reading)

René Rebe | 20 Aug 12:03

[ANNOUNCE] new & CGI based IRC logs


Hi all,

thru the t2 website statistics I noticed irclogs where broken (due to 
changed
permissions on the server) for some weeks, already.

As restoring was just a matter of flipping a permission bit, I noticed 
the old
IRC logs looks awful, and did not integrate into the site menu navigation.
So people who accidentally hit a IRC log thru Google (or your favorite
search engine, Cuil, Yahoo, ...) people foreign to the T2 SDE had no
easy chance to discover T2 by clicking on the most appealing menu entry.
Instead they had to manually edit the URL field and remove the irclog part
of the URL to get to the main T2 site.

This is fixed, now by rendering (pretty printing) the IRC log directly into
our site content thru CGI, and thus enabling normal menu naviagation and
an easy way to discover T2 thru random search engine hits, enjoy:

  http://www.t2-project.org/irclogs/

PS: Yes, I know the index takes some time to generate due excessive single
file stats, I might work on improving this later.

Yours,

--

-- 
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name
(Continue reading)

Marian Aldenhövel | 19 Aug 22:11

Libhid-package

Hi,

My application requires libhid to facilitate communication with HID-style USB
devices. A not-so-well-supported smartcard reader in my case.

Libhid is autotools-based and is another trivial to make T2-package. All I had
to add is a "autogen=1". Find my suggestion for a package attached.

Fantastic system!

Ciao, MM
--

-- 
Marian Aldenhövel, Rosenhain 23, 53123 Bonn
http://www.marian-aldenhoevel.de
"I ran some quick calculations on it. He's about 80% on the right
  track.  That leaves him only 20% dead when he crashes." Bob C
Attachment (libhid.zip): application/x-zip-compressed, 8 KiB
Hi,

My application requires libhid to facilitate communication with HID-style USB
devices. A not-so-well-supported smartcard reader in my case.

Libhid is autotools-based and is another trivial to make T2-package. All I had
to add is a "autogen=1". Find my suggestion for a package attached.

Fantastic system!

Ciao, MM
(Continue reading)

gx-turbo | 19 Aug 10:10

X11 not configured


Hi all,

finally I created an installable CD, based on generic, minimal desktop.
main problem is now obviously the X server.
I can login on a console, but when I try to start with runlevel 5, the X
server does not start:
INIT: Id "X" respawning too fast : disabled for 5 min

messages are:
---------------------------------------------------------
XcfgT2 (C) Rene Rebe ...
Video card: Interl Corp 82845G/....
X driver: i810
/usr/X11R7/bin/xcfgt2: line 103: ddcprobe: command not found
No modes from DDC or FB detection, using defaults!
Using Modes ...
....
The system is now in RC5
----------------------------------------------------------
same messages are seen when I start topic 1 of X11 config in STONE (run
XcfgT2..)

can somebody help ?
--

-- 
View this message in context: http://www.nabble.com/X11-not-configured-tp19046047p19046047.html
Sent from the T2 mailing list archive at Nabble.com.

helasz | 19 Aug 09:40

espgs <-> gpl-ghostscript ?


Hi All,

I am wondering why the ghostscript (espgs -> according to their web site
merged into gpl-ghostscript, not developed any more) is included in the
'generic / minimal desktop' target instead of gpl-ghostscript. I have
compiled gpl-ghostscript more than once successfully, till now have not
experienced any regression.

best regards,

helasz

René Rebe | 18 Aug 13:42

Re: hostapd


Dear Adam,

Adam Stirk wrote:
> Hmm, what I was thinking of doing was detecting if the madwifi package has been installed with
"pkginstalled madwifi" and from this altering the .config file to include the madwifi bits. Then I just
need a way to get the madwifi source into the hostapd package so that I keep it generic and could be used by
everyone. Is there a way without adding madwifi to hostapd.desc file?
>   
As, this way it is possible, two and you can use the same 
match_source_file to
get the source tarball of the madwifi package, draft skeleton like:

if pkginstalled madwifi; then
    file="`match_source_file -p . madwifi`"
    # exact and add to configure (or so, etc.)
fi

The arguments to match_source_file are regex to match, by default
of the currently building package, with an additional parameter of the
package specified.

-p to print the whole t2 related download location, otherwise just the
filename as it.

Yours,
> Thanks
>
> Adam
>
(Continue reading)

Adam Stirk | 18 Aug 12:29

hostapd

Hi,

 

I need to build hostapd with madwifi support, this means that I need access to the madwifi source files when building the hostapd package. Is there a way that I can do this?

 

Thanks in advance

 

Adam

<div>

<div class="Section1">

<p class="MsoNormal">Hi,<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">I need to build hostapd with madwifi support, this means
that I need access to the madwifi source files when building the hostapd
package. Is there a way that I can do this?<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">Thanks in advance<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">Adam<p></p></p>

</div>

</div>
helasz | 18 Aug 10:42

bzip2 v1.0.5 - symlink -> hardlink


Hi All,

bzip2 1.0.5 (unlike version 1.0.4) use hardlink instead of symlink for
/usr/lib/libbz2.so.1.0 Apparently Midnight Commander (maybe other packs
too) does not like (ie it fails compiling) this. I am not sure how to make
some "postmake" hook for handle this. Please, help!

best regards,

helasz

Michael Kurz | 17 Aug 22:37

Found Typo in uClibc gcc43 patch

Hi,

i found a Typo in the gcc43 patch for uclibc. Only arm arch was affected.
Patch following:

--- t2-trunk-org/package/base/uclibc/gcc43.patch        2008-08-17 22:28:30.000000000 +0200
+++ t2-trunk/package/base/uclibc/gcc43.patch    2008-08-17 22:24:27.000000000 +0200
<at> <at> -194,7 +194,7 <at> <at>

  #ifndef PT_EI
 -# define PT_EI extern inline
-+# defin PT_EI __extern_always_inline
++# define PT_EI __extern_always_inline
  #endif

  extern long int testandset (int *spinlock);



--
Michael

GPGKey Id: 0xC7DFF50D
<div><div dir="ltr">Hi,<br><br>i found a Typo in the gcc43 patch for uclibc. Only arm arch was affected.<br>Patch following:<br><br>--- t2-trunk-org/package/base/uclibc/gcc43.patch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2008-08-17 22:28:30.000000000 +0200<br>
+++ t2-trunk/package/base/uclibc/gcc43.patch&nbsp;&nbsp;&nbsp; 2008-08-17 22:24:27.000000000 +0200<br> <at>  <at>  -194,7 +194,7  <at>  <at> <br><br>&nbsp; #ifndef PT_EI<br>&nbsp;-# define PT_EI extern inline<br>-+# defin PT_EI __extern_always_inline<br>++# define PT_EI __extern_always_inline<br>
&nbsp; #endif<br><br>&nbsp; extern long int testandset (int *spinlock);<br><br><br><br>-- <br>Michael<br><br>GPGKey Id: 0xC7DFF50D<br>
</div></div>
Martin Papadopoulos | 17 Aug 22:16

pxe target initramfs


Hello René,

could you assist in creation of a target for pxe.
i want to build/make a target that is a minimal rescue linux with
console only.
atm i am experimenting with a modified "embedded" target.

thanx in advance.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
lists <at> t2-project.org with a subject of: unsubscribe t2

René Rebe | 15 Aug 21:30

Re: Libusb stopped building


Hi,

the issue is pure header include order and include_next related. There 
is no need
to mail the VM, I can reproduce it. It's just that I thought from a 
glibc based
test build it would be globally fixed now, but I also already have a 
uclibc build
with the error.

I now debugged something else for a client already this night and we have
guests this weekend. But this issue is very high on my TODO list now to
look at next.

Schönes Wochenende,
  René

Marian Aldenhövel wrote:
> Hi,
>
>> I'll continue to debug this issue later, maybe tonight. Patches 
>> welcome, though :-)
>
> Unfortunately I have no idea where to start. If there is anything you 
> want
> me to try or check, just tell me.
>
> I am building in a VM, about 1.2 GB in size. I can burn and mail that 
> if it
> should be of any help...
>
> (Technically I am on holiday for two weeks now. In the middle of nowwhere
> but equipped with a borrowed mobile connection. So in practice I propably
> really get some work done :-))
>
> Ciao, MM
--

-- 

  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
lists <at> t2-project.org with a subject of: unsubscribe t2


Gmane