Hello Alban, thanks for the input:

Alban Crequy <[EMAIL PROTECTED]> writes:

[...]

> Then, I have some issues:
>
> - locales:
>   I don't know how to install the locales en_US on Debian.

If the locales pkg isn't installed (what you may be informed of by
issueing "dpkg -l | grep \ locales\  | grep ^ii || echo uninstalled"
on a single line):
apt-get install locales
Else:
dpkg-reconfigure locales
(as root)

then "export LC_ALL=en_US" in your shell init script
((.bash(rc|_profile))?

[...]

>   I have to run the script with:
>   LC_ALL=C ./install_cluster

or "export LC_ALL=C" in your shell init script

[...]

> - The package systemimager-client in packages/sis/Debs is an old
>   version. It causes an conflict. I resolved the problem with replacing
>   files in packages/sis/Debs by theses from the official sarge mirrors.

I personally plan to pkg most of OSCAR softs --not yet featured in
Debian of course-- so that everything goes that easy; note that pvm,
mpich, systemimager&co among others are already in / maintained /
supported by Debian

> - chkconfig: Red Hat has chkconfig but Debian hasn't. The equivalent is
>   update-rc.d (or rcconf and file-rc for more complex configuration). It
>   seems that chkconfig is a lot used by OSCAR.

yes; best thing would probably be to wrap such distro-specific tools
in a per-distro layer.  It would have great interest, let's say, to
easily replace "rpm -i" by "apt-get install", same for updating stuff,
and so on.  If I were a perl guru...

>   I passed the problem with the ugly line:
>   ln -s /bin/true /sbin/chkconfig

ushh - so, some services that OSCAR wants to stop definitely are still
up and running.  I'd do such stoppings from my oscar-common pkg
postinst script (asking admin to confirm such an intrusive command WRT
other pkg maintainers' choice).  Distro-spe layer may also help there.

> - mysql access: access denied:

,----{ quoting http://www.debian.org/News/weekly/2004/33/ }
| The mysql-server supports a debian-sys-maint super user which can
| setup users and databases. 
`----

that would constitute a perfect candidate to do such task.

[...]

>   /etc/init.d/mysql stop && mysqld_safe --skip-grant-tables &

reboot and it's dead - but you may not need doors to stay opened
permanently (?).  In fact, what is the DB used for (pointers are
welcome)?

[...]

> Button 3: (Install OSCAR Server Packages): "Failed to properly install OSCAR server; 
> please check ths logs"

this, in a debian-spe layer, would run "apt-get install oscar-server"
and may not fail as far as oscar-server is correctly
packaged/maintained.

(We may rather prefer not using GUI at all, and run above command from a
script or whatever.)

> The logs says:
> ---8<---8<---8<---
> WARNING: can't find pvm-modules-oscar

not packaged (TODO?)

> WARNING: can't find autoupdate
> WARNING: can't find autoupdate-oscar

RPM-based

> ---8<---8<---8<---
> I can find the RPMS but not the DEBS.

I wonder if cron-apt wouldn't do the same

> Button 4: Failed. The logs says:
> Package location /opt/oscar/oscarsamples/debian-3.1-ia64.sources.list not found! at 
> /usr/bin/mksiimage line 164

this error sounds quite mysterious to me: did you try to copy
/etc/apt/sources.list to the file looked for?

[...]

> I'd like to hear some comments. For now, who has tested the Adam
> Lazur's release?

Well, I didn't test it, but I used to hack it sometimes - it may work
quite fine w/ hooks from there to there.  However, I rather prefer 
building pkgs my best, relying on solid Debian policies, before to
continue w/ next step.

> --
> Alban Crequy
> Stagiaire

we may create a club ;-)

Thanks
-- 
Boris Daix

   "In Freedom We Trust" (IFWT)
    (C) 2003 by Boris Daix ;-)


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to