Re: [Cooker] Trying To Install Cooker

2001-01-31 Thread Guillaume Cottenceau

"Thomas Jefferson" [EMAIL PROTECTED] writes:

 What is that?  Could someone answer the question, please?

That's the Message-ID of my previous message concerning your question..


 Thanks
 
 
 From: Guillaume Cottenceau [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] Trying To Install Cooker
 Date: 30 Jan 2001 13:14:36 +0100
 
 "Thomas Jefferson" [EMAIL PROTECTED] writes:
 
   Will everything get installed if I do not edit those files?  I do not
  mind
   the errors.
  
   BTW, hdlist.cz was like 7 megs; how do you edit that one?
 
 Please refer to my message [EMAIL PROTECTED]
 on that subject..
 
 
 
 --
 Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com
 
 

-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] Trying To Install Cooker

2001-01-30 Thread Guillaume Cottenceau

"Thomas Jefferson" [EMAIL PROTECTED] writes:

 Will everything get installed if I do not edit those files?  I do not mind
 the errors.
 
 BTW, hdlist.cz was like 7 megs; how do you edit that one?

Please refer to my message [EMAIL PROTECTED]
on that subject..



-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] Trying To Install Cooker

2001-01-29 Thread Ilan Bar-On


The problem stem from inconsistencies in the database.

The files 

hdlist.cz, and depslist.ordered

contain a refernce to old kernel rpms, while the RPMS dir contain new 
versions. In order to succeed, replace 10 with 11 as follows:
(check both files above)

kernel-2.4.0-11mdk -1
kernel-doc-2.4.0-11mdk -1
kernel-headers-2.4.0-11mdk -1
kernel-pcmcia-cs-2.4.0-11mdk -1
kernel-smp-2.4.0-11mdk -1
kernel-source-2.4.0-11mdk -1
kernel-utils-2.4.0-11mdk -1
lm_utils-2.4.0_2.5.5-11mdk -1

After doing so I was able to install cooker with no complaints.

However, from my experience, it seems that these files are incosistent most 
of the time and it would have been nice if some procedure existed for making 
them updated locally so a fresh install could be done. 

This request should probably be directed to the developers themselves.

Ilan






On Monday 29 January 2001 03:40, you wrote:
 I got everything I need (the base and RPMS directories) from the primary
 cooker ftp site (one listed on the Mandrake cooker page).  I chose to
 install everything (like 2.4 gigs) and along the way I got several errors
 about bad or corrupt packages.  Most of the packages related to kernel
 2.4.x there was a mention of a utempter package that was bad.

 So, I checked out those packages and made sure they were the correct size
 (they were) and also tried downloading them again ...no success here
 ...same errors.  I thought maybe that it was possible those packages were
 fine and maybe they had dependencies not shown that were corrupt, so
 ignorantly, I tried downloading the entire RPMS dir from the second ftp
 site listed on the Mandrake cooker page (ftp.sunet.se???) and tried
 installing again ...same errors.

 What am I doing wrong??

 I am sure when I hear the answer I'm gonna be ticked, but at least I'll
 know!   :)

 I have used Debian for a while now, but used Mandrake 7.0 when it hit the
 streets (really impressive).  7.2 was even better, but I would really like
 to start contributing to cooker if at all possible.

 Awesome work Mandrake team and cooker contributors!!!

 Thanks,
 Bobby Doling

 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com




Avoiding problems with corrupted packages when installing from a rsync'ed directory [was: Re: [Cooker] Trying To Install Cooker]

2001-01-29 Thread Guillaume Cottenceau

Ilan Bar-On [EMAIL PROTECTED] writes:


[...]

 After doing so I was able to install cooker with no complaints.
 
 However, from my experience, it seems that these files are incosistent most 
 of the time and it would have been nice if some procedure existed for making 
 them updated locally so a fresh install could be done. 

We experience problems with rebuild of this stuff at each Cooker upload.
Warly/flepied should take care of that but they are at NY for Linux-Expo
and they've had trouble for the past days with the scripts, that's why
(AFAIK).


To rebuild by yourself between rsync's here's the relevant extract from
gi/docs/README (for once we write docs!).

-=-=--
If you have your own rpms you want to add, or make your own updated cdrom, you
just have to issue:

% gendistrib --noclean --distrib DIRS

Where DIRS is the root of all the media that the install will see:

(1) network or 1-cdrom installs
DIRS == the root directory of the Distribution

(2) multi-cdrom install
DIRS == the root directories of all the media that the install will see

``gendistrib'' will scan, from the DIRS you provide, for some
Mandrake/RPMS* directories containing some RPM packages. For multi-cd,
please use Mandrake/RPMS, Mandrake/RPMS2, etc. For one CD or a network/hd
volume, please use Mandrake/RPMS.

Optionnally, you can modify ``Mandrake/base/rpmsrate''; this file manages
the relative importance of the files, and thus their installation or not.
-=-=--




-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] Trying To Install Cooker

2001-01-29 Thread Thomas Jefferson

Will everything get installed if I do not edit those files?  I do not mind 
the errors.

BTW, hdlist.cz was like 7 megs; how do you edit that one?



From: Ilan Bar-On [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Trying To Install Cooker
Date: Mon, 29 Jan 2001 11:03:24 +0200


The problem stem from inconsistencies in the database.

The files

   hdlist.cz, and depslist.ordered

contain a refernce to old kernel rpms, while the RPMS dir contain new
versions. In order to succeed, replace 10 with 11 as follows:
(check both files above)

kernel-2.4.0-11mdk -1
kernel-doc-2.4.0-11mdk -1
kernel-headers-2.4.0-11mdk -1
kernel-pcmcia-cs-2.4.0-11mdk -1
kernel-smp-2.4.0-11mdk -1
kernel-source-2.4.0-11mdk -1
kernel-utils-2.4.0-11mdk -1
lm_utils-2.4.0_2.5.5-11mdk -1

After doing so I was able to install cooker with no complaints.

However, from my experience, it seems that these files are incosistent most
of the time and it would have been nice if some procedure existed for 
making
them updated locally so a fresh install could be done.

This request should probably be directed to the developers themselves.

Ilan






On Monday 29 January 2001 03:40, you wrote:
  I got everything I need (the base and RPMS directories) from the primary
  cooker ftp site (one listed on the Mandrake cooker page).  I chose to
  install everything (like 2.4 gigs) and along the way I got several 
errors
  about bad or corrupt packages.  Most of the packages related to kernel
  2.4.x there was a mention of a utempter package that was bad.
 
  So, I checked out those packages and made sure they were the correct 
size
  (they were) and also tried downloading them again ...no success here
  ...same errors.  I thought maybe that it was possible those packages 
were
  fine and maybe they had dependencies not shown that were corrupt, so
  ignorantly, I tried downloading the entire RPMS dir from the second ftp
  site listed on the Mandrake cooker page (ftp.sunet.se???) and tried
  installing again ...same errors.
 
  What am I doing wrong??
 
  I am sure when I hear the answer I'm gonna be ticked, but at least I'll
  know!   :)
 
  I have used Debian for a while now, but used Mandrake 7.0 when it hit 
the
  streets (really impressive).  7.2 was even better, but I would really 
like
  to start contributing to cooker if at all possible.
 
  Awesome work Mandrake team and cooker contributors!!!
 
  Thanks,
  Bobby Doling
 
  _
  Get your FREE download of MSN Explorer at http://explorer.msn.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: [Cooker] Trying to install cooker tonight with graphic installer and net.

1999-11-20 Thread Pixel

[EMAIL PROTECTED] writes:


[...]

 
 - 'choose your language': good. Except that I can't choose my language
 (that's the one my mother taught me 30 years ago), only the language
 I want to use during the installation.
 

uh?

[...]

 
 - then 'an error occured \ creation of rpm database failed: .'.
 I'm supposed to click on 'OK' but it's not OK. Clicking on OK doesn't
 help. Confusing.

not only confusing, also bad :(

 
 - I try to switch virtual consoles with F1 / F2 / F3... but it doesn't
 work. Slightly confusing for someone used to install Red Hats and
 Mandrakes. Switchin with ALT-Fn of course does the trick.
 

you kidding? i'm not gonna hack xfree to allow alt-Fn instead of ctl-alt-Fn :pp

[...]

 
 Last remark: I find confusing that one can't validate an entry in a list
 by double-clicking on it.
   

ok, one point.


thanks, cu Pixel.



Re: [Cooker] Trying to install cooker tonight with graphic installer and net.

1999-11-20 Thread Stefane Fermigier

On Sun, Nov 21, 1999 at 12:06:35AM +0100, Pixel wrote:
 [EMAIL PROTECTED] writes:
  
  - 'choose your language': good. Except that I can't choose my language
  (that's the one my mother taught me 30 years ago), only the language
  I want to use during the installation.
  
 
 uh?

I understand `my language' as `my native language'. It's to late to change
it. But i can `choose which language i want to use during installation'.

  - I try to switch virtual consoles with F1 / F2 / F3... but it doesn't
  work. Slightly confusing for someone used to install Red Hats and
  Mandrakes. Switchin with ALT-Fn of course does the trick.
  
 
 you kidding? i'm not gonna hack xfree to allow alt-Fn instead of ctl-alt-Fn :pp

Right.

I forgot one last thing: how do you get help during installation ?

S.

-- 
Stéfane Fermigier, Tel: 06 63 04 12 77 (mobile).
www.linbox.com - www.aful.org - www.linux-center.org.
"In its pure form, Pascal is a toy language, suitable for teaching but not
for real programming."  Brian Kernighan.



Re: [Cooker] Trying to install cooker with text installer.

1999-11-20 Thread Pixel

[EMAIL PROTECTED] writes:

 File "/usr/bin/anaconda" line 218...
 File "/usr/lib/python1.2/site-package/text.py" line 1000
 ...
 File "/usr/lib/python1.2/site-package/comps.py" line 47
 KeyError: postgresql-clients
 

that's the problem when taking RedHat's install, they like to make things tough,
an error in the comps and that's it :ppp