New Project: Yum Web GUI

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Unread post by faris »

Scott, I know this is off-topic but if you are going to do anything to do with backup you *need* to integrate Amazon S3 as a remote backup/restore repo.

I've been using it to backup a good 20GB per month (10GB full backup plus slightly more than 1GB of incremental backup each day on a seven day cycle) and it costs me all of $8 or so per month. Backup speeds for us (UK based) to the EU servers is very high. I've been using a Ruby script to do it which basically acts like rsync.

Faris.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

By all means, code something up for it. The source is all there
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Unread post by faris »

Fine. I'll take that as a challenge :-)

Faris.
BerArt
Forum Regular
Forum Regular
Posts: 478
Joined: Tue Jan 15, 2008 3:57 am
Location: Netherlands

Atomic Yum GUI error

Unread post by BerArt »

I get Atomic Yum (GUI) errors on three servers: (it worked fine yesterday!)

Error in exec command!
/usr/bin/sudo /usr/bin/yum list updates
Loading "repolist" plugin
Loading "installonlyn" plugin
Setting up repositories

On the promt:

Upgrading all packages with command yum -y update ..
Loading "repolist" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
http://www.atomicorp.com/channels/plesk ... repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: plesk
.. upgrade failed!
best regards,

http://hosting.ber-art.nl
Professional Secure Linux Plesk Hosting
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Heh, yeah when I was updating the plesk channel yesterday (because of the key bug in Plesks updater) I forgot to put centos up. Its processing as I write this, so it should be done shortly.
BerArt
Forum Regular
Forum Regular
Posts: 478
Joined: Tue Jan 15, 2008 3:57 am
Location: Netherlands

Unread post by BerArt »

Thx! :)
best regards,

http://hosting.ber-art.nl
Professional Secure Linux Plesk Hosting
bibliopegist
Forum User
Forum User
Posts: 24
Joined: Sat Feb 16, 2008 7:22 am

Unread post by bibliopegist »

yes, I get the same message:

Error in exec command!
/usr/bin/sudo /usr/bin/yum list updates
Setting up repositories
bibliopegist
Forum User
Forum User
Posts: 24
Joined: Sat Feb 16, 2008 7:22 am

Unread post by bibliopegist »

from command line:


Setting up repositories
http://update.onlinehome-server.com/dis ... repomd.xml: [Errno 4] IOError: <urlopen error (113, 'No route to host')>
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: updates-released
bibliopegist
Forum User
Forum User
Posts: 24
Joined: Sat Feb 16, 2008 7:22 am

Unread post by bibliopegist »

no idea how the 1and1 settings got back into the yum.conf file, anyway, I corrected so it looks into yum.repos.d

So it works now. Thanks.
proinagltd
Forum User
Forum User
Posts: 12
Joined: Wed Jan 09, 2008 12:25 pm

Unread post by proinagltd »

Hello

I am trying to install Atomic Yum I have CentOS 5.2. I try running yum install atomic-yum. I get the following error:

Resolving Dependencies
--> Running transaction check
---> Package atomic-yum.noarch 0:0.4-2.el5.art set to be updated
--> Processing Dependency: yum-repolist for package: atomic-yum
--> Finished Dependency Resolution
Error: Missing Dependency: yum-repolist is needed by package atomic-yum

I check the following channels:


addons CentOS-5 - Addons enabled
asl-2.0 Atomicorp - - Atomic Secured Linux enabled
atomic CentOS / Red Hat Enterprise Linux 5 enabled
base CentOS-5 - Base enabled
dell-hardware-a Dell unofficial hardware repository enabled
dell-hardware-m Dell unofficial hardware repository enabled
extras CentOS-5 - Extras enabled
plesk Plesk Server Administrator enabled
updates CentOS-5 - Updates enabled

Where do I get yum-repolist

Many Thanks

Graham
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

The package could use a dependency refresh on our side, yum-repolist was merged into yum not so long ago. Should be an update out for that later today
Botham
Forum User
Forum User
Posts: 24
Joined: Sun Jun 18, 2006 2:34 am

Re: Atomic Yum GUI error

Unread post by Botham »

BerArt wrote:I get Atomic Yum (GUI) errors on three servers: (it worked fine yesterday!)

Error in exec command!
/usr/bin/sudo /usr/bin/yum list updates
Loading "repolist" plugin
Loading "installonlyn" plugin
Setting up repositories

On the promt:

Upgrading all packages with command yum -y update ..
Loading "repolist" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
http://www.atomicorp.com/channels/plesk ... repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: plesk
.. upgrade failed!
I am getting the same error on our newly enabled ASL centos4 VPS.

# yum update
Loading "repoheader" plugin

repo id repo name status
======= ========= ======
addons CentOS-4 - Addons enabled
asl-2.0 Atomicorp - - Atomic Secured Linux enabled
atomic CentOS / Red Hat Enterprise Linux 4 enabled
base CentOS-4 - Base enabled
extras CentOS-4 - Extras enabled
plesk Plesk Server Administrator enabled
update CentOS-4 - Updates enabled

Setting up Update Process
Setting up repositories
http://www.atomicorp.com/channels/plesk ... repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Cannot open/read repomd.xml file for repository: plesk
failure: repodata/repomd.xml from plesk: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from plesk: [Errno 256] No more mirrors to try.
Botham
Forum User
Forum User
Posts: 24
Joined: Sun Jun 18, 2006 2:34 am

Unread post by Botham »

Post Reply