This one should have gone to the devel list, I appologise fot it.
My list of items to commit are the following. I would like to know what do you
think should be the right order to commit them, or if there is any impediment
for commiting some file:
1)add my 'mandriva-2006' *rpm list* to oscarsamples;
2)add a 'mandriva' section to *generic-setup*;
3)commit my changes to most of the packages *config.xml* files;
4)*rebuild* some packages and copy them under the correspondent subdirectory of
the package's distro directory (and create them as needed);
5)modify *perl-XML-Simple* setup/scripts: actually it has a variable that says: my $ver =
"2.14-2.1.el3.rf", which doesn't work for Mandriva 2006. Any volunteer to work
on that?
6)modify *Image.pm* from SystemInstaller, so to add a section for Mandriva (I
shall work on this with Erich).
Thanks,
--
Fernando Laudares Camargos
Révolution Linux
http://www.revolutionlinux.com
---------------------------------------
* Tout opinion et prise de position exprimée dans ce message est celle de son
auteur et pas nécessairement celle de Révolution Linux.
** Any views and opinion presented in this e-mail are solely those of the
author and do not necessarily represent those of Révolution Linux.
--- Begin Message ---
Hello all,
I got OSCAR 5.0 (some 10 days old trunk version) working with Mandriva 2006 again, but this time with the original openssh packages. The problems identified for now is the fail tests of TORQUE and Ganglia in step 8, which I'm not sure what would be their cause, since I got them working before.
There's yet some optimisation to be done in the installation procedure since
some issues were worked manually:
1) Brian was right, file *pxelinux.0* is now called linux.0 and is installed by
a package named 'pxelinux'; the reason why my first try didn't worked is my new
'old' node test, which sometimes didn't complete it's installation in the first
try. The mail send from the Mandriva support team helped on this issue.
2) The problem with *openssh* newer than 3.6 (as 3.9 in Mandrake 10.1 and 4.2
in Mandriva 2006) is that the user 'oscartst' have his ssh access 'locked' by
default. I have not completed my study at this question yet, but the solution I
used was manually unlock the user (in all nodes) with the command 'passwd -u
oscartst -f'.
3) The file *Image.pm* from SystemInstaller has to have a new section from Mandriva distros (from 2005 on) added (Bernard, you have called my attention from this before, so I'm sorry to be talking about it only now):
--------------------------------------------------------------------
@relfiles=glob("$pkgdir/mandriva-release*.rpm");
if (scalar(@relfiles) == 1) {
$distro="Mandriva";
# Now find the version
$relfiles[0]=~s/.*\///;
my ($j1,$j2,$version,$j3)=split(/-/,$relfiles[0]);
return($distro,$version);
}
---------------------------------------------------------------------
I believe that the person that is dealing with Systeminstaller is Erich, so
I'll contact him directly to work on it.
I will start to commit some packages to the trunk repository and start to work
with the failed tests and optimisations later.
Regards,
--
Fernando Laudares Camargos
Révolution Linux
http://www.revolutionlinux.com
---------------------------------------
* Tout opinion et prise de position exprimée dans ce message est celle de son
auteur et pas nécessairement celle de Révolution Linux.
** Any views and opinion presented in this e-mail are solely those of the
author and do not necessarily represent those of Révolution Linux.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Oscar-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-users
--- End Message ---