Search found 13 matches
- Thu May 23, 2013 3:48 pm
- Forum: General Help and Development Discussion
- Topic: Can't Yum Update
- Replies: 5
- Views: 9543
Re: Can't Yum Update
I know but I can update the machine if I disable the atomic repo but I cannot download those dependencies. I am using RHEL 6.4 do I need to download a different repository to get those dependencies?
- Thu May 23, 2013 2:24 pm
- Forum: General Help and Development Discussion
- Topic: Can't Yum Update
- Replies: 5
- Views: 9543
Re: Can't Yum Update
I have tried to disable the atomic repo and I get the same issue
What can I do to fix this?
What can I do to fix this?
- Thu May 23, 2013 12:34 pm
- Forum: General Help and Development Discussion
- Topic: Can't Yum Update
- Replies: 5
- Views: 9543
Can't Yum Update
Whenever I try to "yum update" I get this error: Error: Package: openvas-libraries-6.0.0-6.el6.art.x86_64 (atomic) Requires: libksba.so.8(KSBA_0.9)(64bit) Error: Package: openvas-libraries-6.0.0-6.el6.art.x86_64 (atomic) Requires: libksba.so.8()(64bit) Error: Package: w3af-1.1-2.el6.art.x8...
- Tue Jan 29, 2013 4:00 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
that worked! thanks idk what was hanging on that it worked 2 weeks ago and then it didn't work.
- Tue Jan 29, 2013 12:34 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
Non working box: [root@scanner-vdi01 yum.repos.d]# yum remove atomic-release Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity Setting up Remove Process Resolving Dependencies --> Runnin...
- Mon Jan 28, 2013 7:05 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
I changed this: [root@aht-app01 yum.repos.d]# vi atomic.repo # Name: Atomic Rocket Turtle RPM Repository for CentOS / Red Hat Enterprise Linux 6 - # URL: http://www.atomicrocketturtle.com/ # Note: This isn't covered by ASL support. -Scott [atomic] name = CentOS / Red Hat Enterprise Linux $releasever...
- Mon Jan 28, 2013 1:10 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
Brand new RHEL 6.3 Box [root@scanner-vdi01 network-scripts]# yum update Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager Updating certificate-based repositories. Consumer 1fbc0f23-31ee-4006-b135-16e4fcd73717 has been deleted https://cdn.redhat.com/content/dis...
- Mon Jan 28, 2013 12:40 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
Code: Select all
[root@aht-app01 ~]# echo baseurl=http://www2.atomicorp.com/channels/atomic/centos/$releasever/$arch/
baseurl=http://www2.atomicorp.com/channels/atomic/centos///
- Thu Jan 24, 2013 10:30 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
so I copied primary.sqlite, repomd.xml, and cachecookie from the /var/cache/yum/x86_64/6Server/atomic folder on a working RHEL 6.3 box then tried to do a yum update and got this: [root@aht-app01 atomic]# yum update Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-man...
- Thu Jan 24, 2013 6:48 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
This is what I am seeing in the atomic folder: [root@aht-app01 atomic]# pwd /var/cache/yum/x86_64/6Server/atomic [root@aht-app01 atomic]# ls -al total 12 drwxr-xr-x. 3 root root 4096 Jan 24 16:40 . drwxr-xr-x. 10 root root 4096 Jan 24 15:02 .. drwxr-xr-x. 2 root root 4096 Jan 24 15:02 packages [root...
- Thu Jan 24, 2013 6:42 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
I commented out the first mirror list and uncommented the second mirror list then tried yum update: Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity Could not retrieve mirrorlist http:/...
- Thu Jan 24, 2013 5:07 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Re: Atomic Yum Issue
# Name: Atomic Rocket Turtle RPM Repository for CentOS / Red Hat Enterprise Linux 6 - # URL: http://www.atomicrocketturtle.com/ # Note: This isn't covered by ASL support. -Scott [atomic] name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com mirrorlist = http://www.atomicorp....
- Thu Jan 24, 2013 12:54 pm
- Forum: General Help and Development Discussion
- Topic: Atomic Yum Issue
- Replies: 15
- Views: 22961
Atomic Yum Issue
I am trying to install atomic on a RHEL 6.3 machine. Yum works fine right away when I spin up the machine, but when I run the command wget -q -O - http://www.atomicorp.com/installers/atomic |sh then I get this error when I try to yum update or use yum at all: root@aht-app06 atomic]# yum update Loade...