Hi,
I get: * Udpcast command line version: udpcast-20070602-1.i586.rpm * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm * Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.23.12-1.i586.rpm and build DEB packages using alien (DEB version at http://udpcast.linux.lu/source.html require libc6 higher than I have on etch).
It seems the trouble udpcast had has come again. It was a busybox trouble, you told me.
# date > date.txt # cat date.txt # date Fri Jan 4 15:13:09 UTC 2008 # truc=`date` # echo $truc
#
You did a correction on previous version, am I wrong?
Regards.
Stephane wrote:
Hi,
I get: * Udpcast command line version: udpcast-20070602-1.i586.rpm * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm * Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.23.12-1.i586.rpm and build DEB packages using alien (DEB version at http://udpcast.linux.lu/source.html require libc6 higher than I have on etch).
It seems the trouble udpcast had has come again. It was a busybox trouble, you told me.
Well, it goes even further than that. It is a glibc issue, which Ulrich Drepper refuses to fix :( (http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400)
# date > date.txt # cat date.txt # date Fri Jan 4 15:13:09 UTC 2008 # truc=`date` # echo $truc
#
You did a correction on previous version, am I wrong?
I did indeed a workaround, which unfortunately dropped out due to some busybox change.
So, now, I did a "cleaner" workaround (in 20080106 version), which should be more resistant to upstream change...
Regards,
Alain
Hi,
Le dimanche 6 janvier 2008 20:07, vous avez écrit :
Stephane wrote:
I get: * Udpcast command line version: udpcast-20070602-1.i586.rpm * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm * Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.23.12-1.i586.rpm and build DEB packages using alien (DEB version at http://udpcast.linux.lu/source.html require libc6 higher than I have on etch).
It seems the trouble udpcast had has come again. It was a busybox trouble, you told me.
Well, it goes even further than that. It is a glibc issue, which Ulrich Drepper refuses to fix :( (http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400)
# date > date.txt # cat date.txt # date Fri Jan 4 15:13:09 UTC 2008 # truc=`date` # echo $truc
#
You did a correction on previous version, am I wrong?
I did indeed a workaround, which unfortunately dropped out due to some busybox change.
So, now, I did a "cleaner" workaround (in 20080106 version), which should be more resistant to upstream change...
It doesn't seem to work.
$ ls -lh /usr/lib/udpcast/tmpl/bin/ total 2,5M -rwxr-xr-x 1 root root 952K 2008-01-06 18:50 busybox -rwxr-xr-x 1 root root 43K 2008-01-04 15:32 date -r-xr-xr-x 1 root root 310 2003-05-17 09:23 dhcp.script -rwxr-xr-x 1 root root 1,5M 2008-01-06 18:50 fullbox -r-xr-xr-x 1 root root 266 2003-06-11 21:50 probecards $
I still get:
# date > date.txt # cat date.txt #
Regards.
Stephane wrote:
It doesn't seem to work.
$ ls -lh /usr/lib/udpcast/tmpl/bin/ total 2,5M -rwxr-xr-x 1 root root 952K 2008-01-06 18:50 busybox -rwxr-xr-x 1 root root 43K 2008-01-04 15:32 date -r-xr-xr-x 1 root root 310 2003-05-17 09:23 dhcp.script -rwxr-xr-x 1 root root 1,5M 2008-01-06 18:50 fullbox -r-xr-xr-x 1 root root 266 2003-06-11 21:50 probecards $
I still get:
# date > date.txt # cat date.txt #
Regards.
Ooops... Looked like the workaround did not really do on SuSE, as that version of gcc was optimizing away that code as well. And the cast-o-matic machine _is_ a SuSE machine... D'oh.
I've uploaded new SuSE rpms (and instaled them on the cast-o-matic machine), so everything should work now.
The "current" directory is unchanged, as the images contained there-in were generated on kubuntu, and were already ok
Regards,
Alain
Hi,
Le mardi 8 janvier 2008 00:17, vous avez écrit :
Ooops... Looked like the workaround did not really do on SuSE, as that version of gcc was optimizing away that code as well. And the cast-o-matic machine _is_ a SuSE machine... D'oh.
I've uploaded new SuSE rpms (and instaled them on the cast-o-matic machine), so everything should work now.
It is OK now. # date > date.txt # cat date.txt returns date.
Regards.