Re: [Cooker] [Bug 3626] [Installation] 9.1 Bamboo Release : network nfs installation missing Config.pm

2003-04-03 Thread Guillaume Cottenceau
shamim [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=3626
 
 
 
 
 
 --- Additional Comments From [EMAIL PROTECTED]  2003-04-02 20:46 ---
 I am trying to pinpoint where the error lies.
 
 To that end, I have run the following script in my HD partition containing 
 Bamboo.
 
 Could you please help me out by running the same on your HD partition of Bamboo 
 used for NFS installs? Thank you so much in your help in identifying what part 
 of my distribution is faulty and needs to be replaced.

I'm sorry, I can't do the same, we have slightly different
version of 9.1 here.

But you may still verify you have not a problem by running an
rsync on another mirror.

Sorry for not being able to help more.

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



[Cooker] [Bug 3626] [Installation] 9.1 Bamboo Release : network nfs installation missing Config.pm

2003-04-02 Thread shamim
http://qa.mandrakesoft.com/show_bug.cgi?id=3626





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 20:46 ---
I am trying to pinpoint where the error lies.

To that end, I have run the following script in my HD partition containing 
Bamboo.

Could you please help me out by running the same on your HD partition of Bamboo 
used for NFS installs? Thank you so much in your help in identifying what part 
of my distribution is faulty and needs to be replaced.

Steps:
1. cd /Bamboo or equivalent
2. run the following command

for d in */ ; do if [[ $d != Mandrake/ ]] ; then echo $d; tar c $d | 
md5sum ; fi; done ; cd Mandrake ; for d in */ ; do if [[ $d !
= Mandrake/ ]] ; then echo Mandrake/$d; tar c $d | md5sum ; fi; done

My results are below.

doc/
5688a0fde1601b273c315168798fdd25  -
dosutils/
4a2ce04aa96b943fbbaa0fe56894a0b9  -
images/
464dc536cce4410e0f211297f6efba43  -
isolinux/
812f2f914e0303a1bd622a6f973a560a  -
misc/
6f771c8194c0098bf443129c36e6504e  -
Mandrake/base/
ed112be21fc929cd02e0e0e02d3e023e  -
Mandrake/mdkinst/
ea98130649a95e402dcf790b9f70740c  -
Mandrake/RPMS/
80ade2d61ba70d4f40b9ccb6eb3926e9  -
Mandrake/RPMS2/
18c92636c7facd0326cae720c1dacb72  -
Mandrake/RPMS3/
f181dbcec87393358d353e5032d76ec9  -
Mandrake/share/
4bc318017ceaf866123180d357b18b0f  -




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I do not know what version of the installer is in the released version of 
Bamboo.

I do know that I had this problem in RC1 and RC2 as well as the final release 
of Bamboo. 

For RC1 and 2, I assumed it would be taken care of, since I did not work from a 
hard drive image exported via nfs, but worked from a cdrom image exported via 
nfs.

For the release version of Bamboo, I have a hard drive partition w/ the 
contents of the RPMS as outlined below.

network image on CD and from website both generate same issue.

Steps:
1. Create /Bamboo on a hard drive partition
2. Copy /Mandrake/* to /Bamboo/Mandrake/*
3. Create nfs export of /Bamboo
4. Create network image using network.img either from /Bamboo/images or from 
MandrakeSoft website.
5. Attempt installation of Bamboo across network.
6. Choose NFS installation
7. Configure IP/static
8. Request IP/Bamboo at nfs prompt
9. nfs mount succeeds.
10. Error messega generated from:

(actual module does not stay on the screen long enough and does not log 
anywhere so this is the best approximation I can make of the error).

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/lib.pm on line 6. 
Config.pm is not found.

The @INC list for perl is displayed followed by the above error. the i386 may 
be a directory - not sure.

lib.pm is called from runinstall2 on line 30.

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Config.pm.gz 

exists. As does 

/Mandrake/mdk



[Cooker] [Bug 3626] [Installation] 9.1 Bamboo Release : network nfs installation missing Config.pm

2003-04-01 Thread gc
http://qa.mandrakesoft.com/show_bug.cgi?id=3626

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]
  Component|stage1  |Installation



--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 16:58 ---
it works fine for us, in NFS, here. the odds are high that your mirroring
failed, or the mirror you're using is broken.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I do not know what version of the installer is in the released version of 
Bamboo.

I do know that I had this problem in RC1 and RC2 as well as the final release 
of Bamboo. 

For RC1 and 2, I assumed it would be taken care of, since I did not work from a 
hard drive image exported via nfs, but worked from a cdrom image exported via 
nfs.

For the release version of Bamboo, I have a hard drive partition w/ the 
contents of the RPMS as outlined below.

network image on CD and from website both generate same issue.

Steps:
1. Create /Bamboo on a hard drive partition
2. Copy /Mandrake/* to /Bamboo/Mandrake/*
3. Create nfs export of /Bamboo
4. Create network image using network.img either from /Bamboo/images or from 
MandrakeSoft website.
5. Attempt installation of Bamboo across network.
6. Choose NFS installation
7. Configure IP/static
8. Request IP/Bamboo at nfs prompt
9. nfs mount succeeds.
10. Error messega generated from:

(actual module does not stay on the screen long enough and does not log 
anywhere so this is the best approximation I can make of the error).

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/lib.pm on line 6. 
Config.pm is not found.

The @INC list for perl is displayed followed by the above error. the i386 may 
be a directory - not sure.

lib.pm is called from runinstall2 on line 30.

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Config.pm.gz 

exists. As does 

/Mandrake/mdk



[Cooker] [Bug 3626] [Installation] 9.1 Bamboo Release : network nfs installation missing Config.pm

2003-03-31 Thread shamim
http://qa.mandrakesoft.com/show_bug.cgi?id=3626





--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 06:46 ---
/Mandrake/mdkinst/usr/lib/perl5/5.8.0/Net/Config.pm.gz 

is the other location for Config.pm

Do these files need to be uncompressed for the install to succeed?



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I do not know what version of the installer is in the released version of 
Bamboo.

I do know that I had this problem in RC1 and RC2 as well as the final release 
of Bamboo. 

For RC1 and 2, I assumed it would be taken care of, since I did not work from a 
hard drive image exported via nfs, but worked from a cdrom image exported via 
nfs.

For the release version of Bamboo, I have a hard drive partition w/ the 
contents of the RPMS as outlined below.

network image on CD and from website both generate same issue.

Steps:
1. Create /Bamboo on a hard drive partition
2. Copy /Mandrake/* to /Bamboo/Mandrake/*
3. Create nfs export of /Bamboo
4. Create network image using network.img either from /Bamboo/images or from 
MandrakeSoft website.
5. Attempt installation of Bamboo across network.
6. Choose NFS installation
7. Configure IP/static
8. Request IP/Bamboo at nfs prompt
9. nfs mount succeeds.
10. Error messega generated from:

(actual module does not stay on the screen long enough and does not log 
anywhere so this is the best approximation I can make of the error).

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/lib.pm on line 6. 
Config.pm is not found.

The @INC list for perl is displayed followed by the above error. the i386 may 
be a directory - not sure.

lib.pm is called from runinstall2 on line 30.

/Mandrake/mdkinst/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Config.pm.gz 

exists. As does 

/Mandrake/mdk