Hi DongInn,

hmm, of course, that could work! You're missing a lot of the additional
stuff from start_over (removing images, disabling services, etc.) but that
can be repaired.

I am somewhat afraid that "yume remove oscar-base" could remove you more rpms
than you want (those which are required by OSCAR, were installed before, and
are not required by any other rpm). It would be great if you could check if
the rpms left on the system after "yume remove oscar-base" are the same as those
you had on the system before ($OSCAR_HOME/tmp/pre-oscar.rpmlist). You might need
to copy away that file before doing the remove, but actually it should stay
there.

Best regards,
Erich

On Wednesday 07 November 2007 01:53, DongInn Kim wrote:
> Hi Erich,
> 
> Basically I have done this thing manually.
> yume remove oscar-base
> 
> And this invokes all the related oscar packages to remove and allows me to 
> remove them all.
> 
> Do you think that it is good enough for removing the currently installed 
> oscar packages?
> 
> Regards,
> 
> - DongInn
> 
> 
> Erich Focht wrote:
> > Hi DongInn,
> > 
> > On Tuesday 06 November 2007 22:46, DongInn Kim wrote:
> >> Hi Erich,
> >>
> >> Do you have any good idea to manage the start_over feature on the crispy 
> >> branch?
> >>> [EMAIL PROTECTED] scripts]# ./start_over 
> >>> Using /home/oscar/crispy_5.1 as OSCAR base directory
> >>> ##### deleting all OSCAR packages and their dependencies #####
> >>> Undefined subroutine &OSCAR::Database::pkgs_of_opkg called at 
> >>> /usr/bin/yume-opkg line 148.
> > 
> > This is simpler now:
> > Start with the list of installed opkg-* and opkg-*-server. That means:
> > 
> > %inst_api = OSCAR::OpkgDB::opkg_list_installed("api");
> > %inst_srv = OSCAR::OpkgDB::opkg_list_installed("server");
> > 
> > @delete_api = map { "opkg-$_" } keys(%inst_api);
> > @delete_srv = map { "opkg-".$_."-server" } keys(%inst_srv);
> > 
> > push @delete, @delete_api;
> > push @delete, @delete_srv;
> > 
> > Regards,
> > Erich
> > 
> >> It is still using the old subroutine which is not defined on the current 
> >> Database.pm and it does not remove any opkg meta rpms either.
> >>
> >> I think I can manually do some works on it but that's not a really good 
> >> idea.
> >>
> >> If you can do it, that would be really great.
> >>
> >> Regards,
> >>
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to