Title: Re: [Oscar-devel] smart_install
Hi Erich:
 
Turns out it was the version of createrepo not working...  it gave a bunch of "error opening file" errors but gencache still returned "success".
 
You might consider upgrading the version to the one which FC5 Test 2 comes with, which is 0.4.3-5.1.
 
Cheers,
 
Bernard


From: [EMAIL PROTECTED] on behalf of Bernard Li
Sent: Sat 18/02/2006 11:58
To: [EMAIL PROTECTED]; [email protected]
Subject: RE: [Oscar-devel] smart_install

Hi Erich:
 
The verbosity didn't increase when I do "export YUME_VERBOSE=1" - I hardcoded it instead.
 
It looks like you need to remove "--" from PackMan/RPM.pm for the yume commands.  Now the yume command works.
 
I noticed that if you have a pool.md5 file in the repository but no repodata/ repocache/ directories, then the cache will not be generated.  This is definitely an error state but I thought it might be good just to check for the existence of both directories before deciding not to re-generate them (not just look at the md5 file)
 
I now have to figure out why gencache does not work properly for the distro/ pool...
 
Thanks,
 
Bernard


From: Erich Focht [mailto:[EMAIL PROTECTED]
Sent: Sat 18/02/2006 09:54
To: [email protected]
Cc: Bernard Li
Subject: Re: [Oscar-devel] smart_install

Hi Bernard,

please replace /usr/bin/yume with the one attached to this email and set
export YUME_VERBOSE=1
The output hopefully shows the problem.

I'll put this into trunk if it works.

Regards,
Erich

On Saturday 18 February 2006 09:11, Bernard Li wrote:
> Erich:

> Trying to add support for Fedora Core 5, while it tries to "smart install" pre-reqs, I got the yum usage instead:
>
>         smartly installing: update-rpms,perl-XML-Parser,perl-XML-Simple,mysql,perl-DBD-MySQL,perl-DBI,mysql-server,perl-HTML-Tree,perl-Tk
> usage: yum [options] < update | install | info | remove | list |
>     clean | provides | search | check-update | groupinstall |
>     groupupdate | grouplist | groupinfo | groupremove |
>     makecache | localinstall | erase | upgrade | whatprovides |
>     localupdate | resolvedep | shell | deplist >
> options:
>   -h, --help            show this help message and exit
>   -t, --tolerant        be tolerant of errors
>   -C                    run entirely from cache, don't update cache
>   -c  [config file]     config file location
>   -R  [minutes]         maximum command wait time
>   -d  [debug level]     debugging output level
>   -e  [error level]     error output level
>   -y                    answer yes for all questions
>   --version             show Yum version and exit
>   --installroot=[path]  set install root
>   --enablerepo=[repo]   enable one or more repositories (wildcards allowed)
>   --disablerepo=[repo]  disable one or more repositories (wildcards allowed)
>   --exclude=[package]   exclude package(s) by name or glob
>   --obsoletes           enable obsoletes processing during updates
>   --noplugins           disable Yum plugins
>
> Any ideas where I should look to fix this?

> I'm seeing this by turning on verbosity (export OSCAR_WIZARD_VERBOSE=10).

> Thanks,

> Bernard

Reply via email to