[SOLVED] Audacious on CentOS 6

Issues related to applications and software problems
icemans
Posts: 64
Joined: 2012/02/19 21:21:30
Location: Burgas, Bulgaria

Re: Audacious on CentOS 6

Post by icemans » 2012/03/12 21:13:39

It seems I make mistake. I don't see any similar file in /tmp directory. I noticed when I put "cat - > getinfo.sh # Note: Ctrl-D is EOF" the cursor flashes only and then I put Ctrl+D to can put the next command. Is this normal?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Audacious on CentOS 6

Post by pschaff » 2012/03/12 21:17:43

What does "cat getinfo.sh" show? You may have an empty file.

icemans
Posts: 64
Joined: 2012/02/19 21:21:30
Location: Burgas, Bulgaria

Re: Audacious on CentOS 6

Post by icemans » 2012/03/12 21:29:38

Sory! I resolved the problem with "getinfo.sh":

Information for package problems.
[code]
== BEGIN uname -rmi ==
2.6.32-220.7.1.el6.i686 i686 i386
== END uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
rpmforge-release-0.5.2-2.el6.rf.i686
epel-release-6-5.noarch
centos-release-6-2.el6.centos.7.i686
elrepo-release-6-4.el6.elrepo.noarch
livna-release-1-1.noarch
== END rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS release 6.2 (Final)
== END cat /etc/redhat-release ==

== BEGIN getenforce ==
Enforcing
== END getenforce ==

== BEGIN free -m ==
total used free shared buffers cached
Mem: 2022 836 1185 0 41 311
-/+ buffers/cache: 484 1538
Swap: 2000 0 2000
== END free -m ==

== BEGIN rpm -qa yum\* rpm-\* python | sort ==
python-2.6.6-29.el6.i686
rpm-libs-4.8.0-19.el6.i686
rpm-python-4.8.0-19.el6.i686
yum-3.2.29-22.el6.centos.noarch
yum-metadata-parser-1.1.2-16.el6.i686
yum-plugin-fastestmirror-1.1.30-10.el6.noarch
yum-plugin-security-1.1.30-10.el6.noarch
yum-utils-1.1.30-10.el6.noarch
== END rpm -qa yum\* rpm-\* python | sort ==

== BEGIN ls /etc/yum.repos.d ==
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
elrepo.repo
epel.repo
epel-testing.repo
livna.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo
== END ls /etc/yum.repos.d ==

== BEGIN cat /etc/yum.conf ==
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
enabled = 0

# This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
# It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
== END cat /etc/yum.conf ==

== BEGIN yum repolist all ==
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.skknet.net
* centosplus: centos.skknet.net
* elrepo: mirrors.coreix.net
* epel: be.mirror.eurid.eu
* extras: centos.skknet.net
* rpmforge: apt.sw.be
* rpmforge-extras: apt.sw.be
* updates: centos.skknet.net
repo id repo name status
atrpms Fedora Core 6 - i386 - ATrpms disabled
base CentOS-6 - Base enabled: 4,764
c6-media CentOS-6 - Media disabled
centosplus CentOS-6 - Plus enabled: 35
contrib CentOS-6 - Contrib disabled
debug CentOS-6 - Debuginfo disabled
elrepo ELRepo.org Community Enterprise Linux Repo enabled: 151
elrepo-extras ELRepo.org Community Enterprise Linux Repo disabled
elrepo-kernel ELRepo.org Community Enterprise Linux Kern disabled
elrepo-testing ELRepo.org Community Enterprise Linux Test disabled
epel Extra Packages for Enterprise Linux 6 - i3 enabled: 5,792
epel-debuginfo Extra Packages for Enterprise Linux 6 - i3 disabled
epel-source Extra Packages for Enterprise Linux 6 - i3 disabled
epel-testing Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-source Extra Packages for Enterprise Linux 6 - Te disabled
extras CentOS-6 - Extras enabled: 4
livna rpm.livna.org for 6 - i386 disabled
livna-debuginfo rpm.livna.org for 6 - i386 - Debug disabled
livna-source rpm.livna.org for 6 - i386 - Source disabled
rpmforge RHEL 6 - RPMforge.net - dag enabled: 4,301
rpmforge-extras RHEL 6 - RPMforge.net - extras enabled: 587
rpmforge-testing RHEL 6 - RPMforge.net - testing disabled
updates CentOS-6 - Updates enabled: 437
repolist: 16,071
== END yum repolist all ==

== BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
== END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==

== BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
== END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-2.6.32-220.7.1.el6.centos.plus.i686
kernel-2.6.32-220.7.1.el6.i686
kernel-2.6.32-220.el6.i686
kernel-devel-2.6.32-220.7.1.el6.centos.plus.i686
kernel-devel-2.6.32-220.7.1.el6.i686
kernel-firmware-2.6.32-220.7.1.el6.centos.plus.noarch
kernel-headers-2.6.32-220.7.1.el6.centos.plus.i686
== END rpm -qa kernel\* | sort ==

[/code]pay

freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

Re: Audacious on CentOS 6

Post by freethinker » 2012/03/13 12:36:15

For the record, did you ever try what I posted #4 above?
Direct RPM calls use the same database back-end as yum without the dependency & repo stuff you are dealing with.
It might suck to get all of this in place and then find out the package does not even fix your problem.

If you do not rely on yum for things like this then you do not need to worry about setting yum priorities.

If the package DOES fix your problem then setting all of this up for future use could be worth your time.
I have had no need to set priorities and I have maintained my own "mixed repo" distribution based on CentOS/SL/PUIAS/Fedora for about 5 years now, by simply being selective and cautious with what packages and repos I use.

Just my 2 cents.

icemans
Posts: 64
Joined: 2012/02/19 21:21:30
Location: Burgas, Bulgaria

Re: Audacious on CentOS 6

Post by icemans » 2012/03/13 13:06:46

[b]freethinker[/b], I don't understand you very well. I have to download and install this [url=ftp://ftp.pbone.net/mirror/atrpms.net/sl6-i386/atrpms/testing/libvpx-1.0.0-1.el6.i686.rpm]ftp://ftp.pbone.net/mirror/atrpms.net/sl6-i386/atrpms/testing/libvpx-1.0.0-1.el6.i686.rpm[/url] and then install audacious through yum, right?! Having previously disable RPMForge repo's?!

freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

Re: Audacious on CentOS 6

Post by freethinker » 2012/03/13 13:30:31

Yes. That should tell you if it will fix your problem before you do too much more work.

icemans
Posts: 64
Joined: 2012/02/19 21:21:30
Location: Burgas, Bulgaria

Re: Audacious on CentOS 6

Post by icemans » 2012/03/14 13:42:12

[b]freethinker[/b], you was right man! I just disable all 3rd part repo's and install audacious syccessfull from ATrpms. Sory and thank you :) [SOLVED] ;)

freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

Re: Audacious on CentOS 6

Post by freethinker » 2012/03/14 15:25:41

Glad to help.

I imagine the maintainers will have the "conflict" between the /usr/lib/libvpx.so.0.9.7 used by Totem and the /usr/lib/libvpx.so.1.0.0 used by Audacious / VLC sorted soon.

Now you can use yum priorities to keep something like this from burning you in the future.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [SOLVED] Audacious on CentOS 6

Post by pschaff » 2012/03/14 17:17:03

Thanks for reporting back. Marking this thread [SOLVED] for posterity.

Post Reply