equo problems [Solved]

Anything that pertains to Entropy, Equo or Sulfur

Moderator: Moderators

equo problems [Solved]

Postby dhris » Fri Feb 13, 2009 5:15

Hi,

I just installed Sabayon and aside from a few bumps, I'm liking what I see. Right now, I am trying to update my system via equo, and according to the Entropy wiki, you do equo update, and if that doesn't work equo update --force. Here's my output from equo update:

Code: Select all
>> Repository sabayonlinux.org hasn't been downloaded yet.
>> Repository sabayonlinux.org is not available. Cannot validate
>> !!! Please update your repositories now in order to remove this message!
>>  @@ Repositories synchronization ...
>>      [svn.sabayonlinux.org:1026] Successfully connected to host
>>      [svn.sabayonlinux.org:1026] Successfully disconnected from host
>>   #  (1/1) Sabayon Linux Official Repository
>>   # Database URL: http://svn.sabayonlinux.org/entropy/standard/sabayonlinux.org/database/x86/4
>>   # Database local path: /var/lib/entropy/client/database/x86/sabayonlinux.org/standard/x86/4
>>   # Database EAPI: 3
>>      Attention: database is already up to date.
>> Repository sabayonlinux.org is not available. Cannot validate

and equo update --force:
Code: Select all
>> Repository sabayonlinux.org hasn't been downloaded yet.
>> Repository sabayonlinux.org is not available. Cannot validate
>> !!! Please update your repositories now in order to remove this message!
>>  @@ Repositories synchronization ...
>>      [svn.sabayonlinux.org:1026] Successfully connected to host
>>      [svn.sabayonlinux.org:1026] Successfully disconnected from host
>>   #  (1/1) Sabayon Linux Official Repository
>>   # Database URL: http://svn.sabayonlinux.org/entropy/standard/sabayonlinux.org/database/x86/4
>>   # Database local path: /var/lib/entropy/client/database/x86/sabayonlinux.org/standard/x86/4
>>   # Database EAPI: 3
>>      Downloading repository database ...
>>      Attention: database does not exist online.
>> Repository sabayonlinux.org is not available. Cannot validate

so essentially the same error after claiming to be downloading the repository database. Is this just a problem on the repo end, or have I missed some crucial step here?
Last edited by dhris on Sun Feb 15, 2009 22:07, edited 1 time in total.
dhris
Baby Hen
 
Posts: 8
Joined: Wed Feb 11, 2009 23:30

Re: equo problems

Postby albfneto » Fri Feb 13, 2009 6:13

if you tried :

su
equo update
equo update --force
equo update (once again!)

or

equo world
equo update

ant this not solve,
you may try to reconstruct equo database....
i dont hope if this command is totally secure, therefore first try it with pretend option....


equo --pretend database generate

all good, remove the pretend option...

these commands can be executed as root.
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1304
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: equo problems

Postby dhris » Fri Feb 13, 2009 8:51

Thanks, I tried your "database generate" suggestion. It didn't break anything, but also didn't fix anything. I get the same message on "equo update".
dhris
Baby Hen
 
Posts: 8
Joined: Wed Feb 11, 2009 23:30

Re: equo problems

Postby joost » Fri Feb 13, 2009 11:31

Please do not use generate, because this problem has nothing todo with your local database!

Did you run equo update as root?
:mrgreen:
User avatar
joost
Sagely Hen
 
Posts: 2332
Joined: Fri Nov 17, 2006 12:11
Location: The Netherlands

Re: equo problems

Postby dhris » Fri Feb 13, 2009 18:20

joost wrote:Please do not use generate, because this problem has nothing todo with your local database!

Did you run equo update as root?
:mrgreen:

Yes, I ran as root.
dhris
Baby Hen
 
Posts: 8
Joined: Wed Feb 11, 2009 23:30

Re: equo problems

Postby joost » Sat Feb 14, 2009 14:18

I think you need to manually edit the repositories.conf file because i think your entropy version is a bit old.

Here is mine:

/etc/entropy/repositories.conf
Code: Select all
# Project Entropy 1.0 repositories configuration file

#
#  syntax for repositories:
#
#    repository: where the available packages and its database are stored
#|   repository|repository_id|repository description|<packages mirror 1> <packages mirror 2> <...>|<database uri>#compression_method#<service port,ssl service port>
#
#    example:
#|       repository|sabayonlinux.org|Sabayon Linux Official Repository|http://www.sabayonlinux.org/packages|http://www.sabayonlinux.org/database#bz2#1026,1027
#
# Sabayon Linux Official Repository
repository|sabayonlinux.org|Sabayon Linux Official Repository|http://svn.sabayonlinux.org/entropy|http://svn.sabayonlinux.org/entropy#bz2
repository|sabayonlinux.org||http://mirrors.cs.wmich.edu/sabayon/entropy|
repository|sabayonlinux.org||http://ftp.cc.uoc.gr/mirrors/linux/SabayonLinux/entropy|
repository|sabayonlinux.org||http://mirror.dun.nu/sabayonlinux/entropy|
repository|sabayonlinux.org||http://mirror.holland.sabayonlinux.org/entropy|
repository|sabayonlinux.org||http://cross-lfs.sabayonlinux.org/entropy|
repository|sabayonlinux.org||http://ftp.surfnet.nl/pub/os/Linux/distr/sabayonlinux/entropy|
repository|sabayonlinux.org||http://na.mirror.garr.it/mirrors/sabayonlinux/entropy|

#
#  syntax for product:
#
#    product: Sabayon Linux product type (eg. standard, professional, mini)
#    product|product string (no spaces!)
#
#    example:
#    product|standard
#    or:
#    product|professional
#
# Product default setting
product|standard

#
#  syntax for branch:
#
#    branch: in Sabayon Linux each release has its branch that is the version name (eg. 3.4, 3.5)
#    branch|actual branch string (no spaces!)
#
#    example:
#    branch|3.5
#    or:
#    branch|3.6
#
# Branch default setting
branch|4

#
#  syntax for officialrepositoryid:
#
#    officialrepositoryid: Repository identifier for the official main distribution repository
#    officialrepositoryid|<repository identifier>
#
officialrepositoryid|sabayonlinux.org

#
#  syntax for conntestlink:
#
#    conntestlink: URL which Equo/Entropy can use to test Internet connection availability
#    conntestlink|<connection test url>
#
conntestlink|http://svn.sabayonlinux.org

#
#  syntax for downloadspeedlimit:
#
#    downloadspeedlimit: If you need a way to limit download speed, this is the option you were looking for
#    downloadspeedlimit|<maximum allowed speed in kb/sec>
#
#    example:
#    downloadspeedlimit|30
#
# downloadspeedlimit|

#
#  syntax for securityurl:
#
#    securityurl: Entropy compatible Security Advisories (GLSAs) package URL
#    securityurl|<HTTP/FTP download URL>
#
#    example:
#    securityurl|http://packages.sabayonlinux.org/security/security-advisories.tar.bz2
#
# securityurl|

User avatar
joost
Sagely Hen
 
Posts: 2332
Joined: Fri Nov 17, 2006 12:11
Location: The Netherlands

Re: equo problems

Postby dhris » Sat Feb 14, 2009 19:20

Hi Joost,

Thanks, replacing that file seems to have done the trick. It's odd too, because according to diff, there aren't any major differences between the two. Anyway, the system now updates, so thanks again!
dhris
Baby Hen
 
Posts: 8
Joined: Wed Feb 11, 2009 23:30


Return to Entropy|Equo|Rigo Package Managers

Who is online

Users browsing this forum: No registered users and 1 guest

cron