Re: [Cooker] OT: anyone test8 or recent -mm with initrd ?

2003-10-19 Thread Laurent Saint-Michel
Le Samedi 18 Octobre 2003 16:13, Svetoslav Slavtchev a écrit :
> Hi ,
> the sebject tells it almost all,
>
> with 2.6.0-test8 everything seems OK until i try to boot it :(
You need to undo a patch / changeset ( cf 
http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED]|[EMAIL PROTECTED] 
) to make initrd to work.

 
> upon boot the kernel can not mount the "/" fs
>
> everything was OK until test7bk8, but between test7bk8 & test8
> there were some initrd changes ( which acording to lkml were in -mm
> for at least 2-3 weeks without complains)
>
> anyone having hints ?
>
> svetljo
BYe 

Laurent




Re: [Cooker] And next ?

2003-09-28 Thread Laurent Saint-Michel
Hi,

Le Dimanche 28 Septembre 2003 10:19, Warly a écrit :
> It may be a good idea, before cooker opens again, to take these days to
> have some brainstorm.
>
> May you give your opinion on :
>
> - What was wrong in 9.2 development process?

As indicated, mainly the mirror process

> - We though a bit late in the 9.2 developement process to split cooker ml,
> we should do it now.

I  am not sure it is important as we acn all make the plit locally. But if it 
is possible a better presentation for the bug report would be a real plus. 
Indeed, now, for my point of view it is very difficult with Kmail to follow 
the bug report because all the information are mixed and poorly presented. 

I propose the following presentation (took the bug #6011 for example) :

[Cooker] [Bug 6011] [kdebase-progs] New: Konqueror : bad rendering


Please see : http://qa.mandrakesoft.com/show_bug.cgi?id=6011

Hi,

The rendering of http://www.netgear.fr/forum is incorrect : looks as if 
headers were included multiple times, so the page is very long and the 
interesting stuff is at the very bottom.
Rendering is ok with Mozilla, Epiphany, Galeon.

Thanks

Berthy

- Additionnal informations : Summary: Konqueror : bad rendering
o Product: kdebase-progs
  Version: 3.1.3-79mdk

o Component: program   
 Platform: PC
OS/Version: All
 
-Staus :  UNCONFIRMED
  Severity: normal
  Priority: P2
 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-- 

And the comments shall be include on the bottom of this email as per usual 
email  behavior


> - What could we do to improve 9.3/10.0 development.

Make a status page with the following information : 

- status of the update (broken-okay)
- status of a fresh installation (including the net, cdrom, )
- revision and patch include in the last cooker, for example the base kernel 
revision, the kde revision, ... to help debug 
- a list of the confirmed severe bug we may have in cooker

> - What should we do to improve the Wiki.
>
> - Should we have cooker snapshot ISOs?
>
> - What could we do, as a community, to increase the acceptance of
> mandrakelinux?
>
> - How to have more contributors?

Ease the fabrication of a specfile with a special tool, why not a specdrake ?

> And anything related to the mandrakelinux distro.

Get up good work 

BR
Laurent




[Cooker] Status of the kernel 2.6 in contrib

2003-09-28 Thread Laurent Saint-Michel
Hi,

I tryed to install the kernel 2.6 on a fresh cooker, everything were okay 
except :
   
2:kernel-2.6.0-0.test5.1mdk##
No module aic7xxx found for kernel 2.6.0-0.test5.1mdk
No module aic7xxx found for kernel 2.6.0-0.test5.1mdk

Why the module is not built in the kernel ? Bug ? 

BR
Laurent




[Cooker] Probleme with Apache and lib GD on image creation

2003-09-23 Thread Laurent Saint-Michel
Hello,

While loking for some problem with a gallery package, I just encounter a 
strange behaviour of apache2/libgd2, please have a look to the test program I 
used : 


tata.php :



titi.php :
 

et enfin 

toto.php :
 

And now if I run the progs, the output are  : 

[EMAIL PROTECTED] temp]$ php -f tata.php
PNG
▒
IHDR
ÄèÀ£ý}PLTEÿÿÿé[Ë£ÁIDATxíÒ!nÂ`ÆáÙÚLmÑL`j0KÝŠm³+ì»Ã5▒nÁEv&KŸ4{üòæþÔCQGcU<ånÔ×]Ì,7VêïíÇë°ZìϹ[Š¥ì
 
»k^6շϺÛÛÏs3l/¹[Š%u׶œëtªr·LNÑE»ÿå/Æå7ßIEND®B`

(it is png picture)

[EMAIL PROTECTED] temp]$ php -f titi.php
[EMAIL PROTECTED] temp]$

and:

[EMAIL PROTECTED] temp]$ php -f toto.php
[EMAIL PROTECTED] temp]$

The programs titi.php and toto.php have no output and I just get an empty file 
if the direct them to a file.


If I change a little bit  toto.php, we can check that the function :
if (function_exists('imagecreatetruecolor'))
returns TRUE .

If I change the test case in toto to : 
if (function_exists('imagecreatetruecolor') && @imagecreatetruecolor(0,0)) 
the program is using the imagecreate function 

php info returns: 
PHP Version 4.3.3

and lib   gd
GD Support  enabled 

GD Version  bundled (2.0.15 compatible) 

FreeType Supportenabled 

FreeType Linkagewith freetype 

GIF Read Supportenabled 

JPG Support enabled 

PNG Support enabled 

WBMP Supportenabled 

XBM Support enabled 

and finally : 
[EMAIL PROTECTED] php]# rpm -qa | grep apache
apache2-2.0.47-5mdk
apache2-common-2.0.47-5mdk
apache2-modules-2.0.47-5mdk
apache2-mod_php-2.0.47_4.3.2-2mdk
apache-conf-2.0.47-5mdk

[EMAIL PROTECTED] php]# rpm -qa | grep libgd
libgdbm2-1.8.0-24mdk
libgd2-2.0.15-3mdk
libgdk-pixbuf-gnomecanvas1-0.22.0-2mdk
libgda2.0_1-0.91.0-1mdk
libgdk-pixbuf2-0.22.0-2mdk
libgdk_pixbuf2.0_0-2.2.4-1mdk
[EMAIL PROTECTED] php]#

(almost uptodate cooker)

Please advise on that 

Thanks for your help 


Laurent

-- 
Laurent Saint-Michel
Email (quand il marche) [EMAIL PROTECTED]




[Cooker] Urpmi apapche is not working properly

2003-09-16 Thread Laurent Saint-Michel

The command urpmi apache is not working properly but urpmi apache2 is working 
properly (see bug  5667).

Laurent




[Cooker] Multimédia kernel 2.4.21-0.18mm boot error

2003-08-14 Thread Laurent Saint-Michel
I have a fresh cooker install (today) with the mutilmedia kernel : 
Linux celeron 2.4.21-0.18mm-mdk #1 Mon Apr 7 00:10:11 CEST 2003 i686 unknown 
unknown GNU/Linux

During the boot, the kernel output : insmod return an unkown error but no 
trace of that output in the logs. The cooker vanillia kernel has no such 
problem.

Laurent




Re: [Cooker] How to ???

2003-08-14 Thread Laurent Saint-Michel
Le Dimanche 10 Août 2003 00:28, Pellen Gwenael a écrit :
> How to update mandrake 9.0 to cooker ???

Please have a look on the cooker howto : 
- French :  http://linux-wizard.tuxfamily.org/howto_cooker.html

- English : http://cybercfo.gkmweb.com/CookerHOWTO.html (more complete)

On my last update from cooker the gendistrib was not wrking properly, so be 
careful.

Laurent




Re: [Cooker] Two questions - one answer

2003-08-11 Thread Laurent Saint-Michel
Le Dimanche 10 Août 2003 23:43, Robert Fox a écrit :
> 1)  I reported earlier that xcdroast was segfaulting - I am running the
> latest cooker in VMware but can't test it. Could someone please check if
> xcdroast works now?
Here it is segfaulting also 
 version : xcdroast-0.98-28.alpha14mdk.i586
with cdrecord-2.01-0.a16.1mdk & cdrecord-cdda2wav-2.01-0.a16.1mdk

SCSI cd burner


A strace indicate that the problem occurs with cdrecord program.


Laurent




Re: [Cooker] Multimédia kernel 2.4.21-0.18mm boot error

2003-08-10 Thread Laurent Saint-Michel
I have some more news indications still with the inidcated kernel :
Le Dimanche 10 Août 2003 12:44, vous avez écrit :
> On Sun, 10 Aug 2003, Laurent Saint-Michel wrote:
> > I have a fresh cooker install (today) with the mutilmedia kernel :
> > Linux celeron 2.4.21-0.18mm-mdk #1 Mon Apr 7 00:10:11 CEST 2003 i686
> > unknown unknown GNU/Linux
> >
> > During the boot, the kernel output : insmod return an unkown error but no
> > trace of that output in the logs. The cooker vanillia kernel has no such
> > problem.

The kernel returns the following error : 
busybox : unresolved symbols  _scsi 

(xxx are several parameter I cannot write)

And it ends with INSMOD : /bin/insmod exits abnormaly.

> No idea what happens, please check the updated multimedia kernel (should
> appear on mirrors by now)

I am rsync right now, I keep you posted on that.

Laurent




Re: [Cooker] rsync with cooker

2003-04-04 Thread Laurent Saint-Michel
Le Vendredi 4 Avril 2003 00:49, Steffen Barszus a écrit :
> Hi!
>
> I know somebody has written a howto rsync Cooker. I want to try to rsync a
> local copy of Cooker with isdn. Or should I better use urpmi with rsync to
> get updates ?

I am using on my server the following stuff :

rsync -avl --delete --exclude-from=rsync_devel_no_exc.conf 
sunsite.uio.no::Mandrake-devel/contrib/ /home/mdk/mdk-current/contrib/ | tee 
-a cooker.log

and

rsync -avl --delete --exclude-from=rsync_devel_no_exc.conf 
sunsite.uio.no::Mandrake-devel/cooker/ /home/mdk/mdk-current/cooker/ | tee -a 
cooker.log

With : 
$ cat rsync_devel_no_exc.conf
alpha/
ppc/
sparc/
other/
ia64/
projects/
mandrakefreq/
cookfire/
unsupported/
cooker/SRPMS/
contrib/SRPMS/
SRPMS/

 and:
$ ls
cooker.log  mdk-current/  rsync_devel_no_exc.conf  tmp/

Then you include a cron job for the two first comands. Be careful that the 
mirror may not work or be overloaded.

I use that because I don't have Perl installed on the machine, if you have 
PERL use the script provide by David Walser, it is easier

BR

Laurent



Re: [Cooker] Re: [OT] Rsync script for a local mirror

2003-03-26 Thread Laurent Saint-Michel
> http://luigiwalser.homeip.net:8080/~david/cooksync.pl
>
> It is configured with variables in the top of script.  Let me know if
> you have any questions.
Thanks for the link

BR
Laurnet






[Cooker] [OT] Rsync script for a local mirror

2003-03-24 Thread Laurent Saint-Michel
Hi,

I would like to set a local mirror for a cooker and contrib tree but I don't 
have a clue how to make this rsync work properly, so do you have a script for 
that ?

Thanks in advance,

Laurent



Re: [Cooker] Cooker RPM's

2003-01-17 Thread Laurent Saint-Michel
Le Vendredi 17 Janvier 2003 14:09, Pascal Terjan a écrit :
> Cooker is for development purpose. New packages go out, sometime with
> bugs in packaging (e.g. wrong dependencies), someone reports the problem
> and it get fixed.

BTW isn't it possible to make the testing automatic with something like that :

1- strict minimum install (kernel + rpm tools)

2 - make an "urpmi .rpm" on each pakage existing (excluding the base)
3 - report the succes / failure for each package
4 - remove the package and associated items
5 - restart at point 5 

?

Laurent