LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-09-2013, 12:23 AM   #1
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Rep: Reputation: Disabled
Can't access akmod-nvidia in RPMFusion Repos


AS you can see below, I enabled the RPMfusion repos but I can't install akmod-nvidia. it doesn't even show up as being available. However, I can install other things from the RPMrpmfusion repositories. I can even browse to those repos on the web and see that akmod-nvidia is there.

I'm stumped! Using Fedora 19.

Any ideas?

Running transaction
Installing : rpmfusion-free-release-19-1.noarch 1/2
Installing : rpmfusion-nonfree-release-19-1.noarch 2/2
Verifying : rpmfusion-nonfree-release-19-1.noarch 1/2
Verifying : rpmfusion-free-release-19-1.noarch 2/2

Installed:
rpmfusion-free-release.noarch 0:19-1 rpmfusion-nonfree-release.noarch 0:19-1

Complete!
[root@localhost ~]# yum install akmod-nvidia
Loaded plugins: langpacks
No package akmod-nvidia available.
Error: Nothing to do

Last edited by GNU_IMP; 07-09-2013 at 12:25 AM.
 
Old 07-09-2013, 03:52 AM   #2
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Try
PHP Code:
yum clean all 
Then try
PHP Code:
yum install akmod-nvidia 
 
Old 07-09-2013, 05:38 AM   #3
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the response but I tried that.

Even tried removing the repos, clean all, re-installing the repos,then yum makecache and still no luck Here is what I got when rebuilding the cache.

Code:
rpmfusion-nonfree/19/x86_64/fi FAILED                                          
http://mirror.nexcess.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/431f8b06328769ac567495d91df54504a6a391ecc65a248cecf89f5a23664dd7-filelists.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(9/21): rpmfusion-free/19/x86_64/filelists_db                                 | 327 kB  00:00:00     
(10/21): rpmfusion-free/19/x86_64/primary_db                                  | 440 kB  00:00:00     
rpmfusion-nonfree/19/x86_64/ot FAILED                                          
http://mirror.us.leaseweb.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/aa7b2e8605295ab60d9705cce36cdbc4b158950cb770095dd2cbe9465d1c1d96-other.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(11/21): rpmfusion-nonfree/19/x86_64/group_gz                                 |  993 B  00:00:00     
rpmfusion-nonfree/19/x86_64/pr FAILED                                          
http://mirror.nexcess.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/de380a3b752736f31d51c468a4da4b69c0cca06a208567460cd45fe81d5b4e9e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(12/21): rpmfusion-free/19/x86_64/other_db                                    | 110 kB  00:00:00     
(13/21): rpmfusion-nonfree-updates/19/x86_64/group_gz                         |  986 B  00:00:00     
(14/21): updates/19/x86_64/updateinfo                                         | 290 kB  00:00:00     
(15/21): rpmfusion-nonfree-updates/19/x86_64/other_db                         | 7.4 kB  00:00:00     
(16/21): rpmfusion-nonfree-updates/19/x86_64/primary_db                       |  11 kB  00:00:00     
(17/21): rpmfusion-nonfree-updates/19/x86_64/filelists_db                     | 4.6 kB  00:00:00     
rpmfusion-nonfree/19/x86_64/pr FAILED                                          
http://mirror.us.leaseweb.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/de380a3b752736f31d51c468a4da4b69c0cca06a208567460cd45fe81d5b4e9e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
rpmfusion-nonfree/19/x86_64/ot FAILED                                          
http://mirror.nexcess.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/aa7b2e8605295ab60d9705cce36cdbc4b158950cb770095dd2cbe9465d1c1d96-other.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(18/21): rpmfusion-nonfree/19/x86_64/filelists_db                             | 283 kB  00:00:00     
rpmfusion-nonfree/19/x86_64/ot FAILED                                          
http://mirror.web-ster.com/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/aa7b2e8605295ab60d9705cce36cdbc4b158950cb770095dd2cbe9465d1c1d96-other.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(19/21): rpmfusion-nonfree/19/x86_64/other_db                                 |  55 kB  00:00:00     
(20/21): rpmfusion-nonfree/19/x86_64/primary_db                               | 148 kB  00:00:00     
(21/21): updates/19/x86_64/pkgtags                                            | 312 kB  00:00:00     
adobe-linux-x86_64                                                                               2/2
adobe-linux-x86_64                                                                               2/2
adobe-linux-x86_64                                                                               2/2
Metadata Cache Created
Looks like it created the cache but when I list files from the non-free repos, I see kmod-nvidia but no akmod-nvidia.

Code:
yum --disablerepo="*" --enablerepo="rpmfusion-nonfree" list available
Loaded plugins: langpacks
Available Packages
Cg.x86_64                              3.1.0013-3.fc19         rpmfusion-nonfree
Cg-docs.x86_64                         3.1.0013-3.fc19         rpmfusion-nonfree
Frodo.x86_64                           4.1b-9.fc19             rpmfusion-nonfree
Frodo-gui.x86_64                       4.1b-9.fc19             rpmfusion-nonfree
Mosaic.x86_64                          2.7-0.3.b5.fc11         rpmfusion-nonfree
OCE-devel.i686                         0.11-2.fc19             rpmfusion-nonfree
OCE-devel.x86_64                       0.11-2.fc19             rpmfusion-nonfree
OCE-draw.i686                          0.11-2.fc19             rpmfusion-nonfree
OCE-draw.x86_64                        0.11-2.fc19             rpmfusion-nonfree
OCE-foundation.i686                    0.11-2.fc19             rpmfusion-nonfree
OCE-foundation.x86_64                  0.11-2.fc19             rpmfusion-nonfree
OCE-modeling.i686                      0.11-2.fc19             rpmfusion-nonfree
OCE-modeling.x86_64                    0.11-2.fc19             rpmfusion-nonfree
OCE-ocaf.i686                          0.11-2.fc19             rpmfusion-nonfree
OCE-ocaf.x86_64                        0.11-2.fc19             rpmfusion-nonfree
OCE-visualization.i686                 0.11-2.fc19             rpmfusion-nonfree
OCE-visualization.x86_64               0.11-2.fc19             rpmfusion-nonfree
OpenEXR_Viewers-nonfree.x86_64         1.0.2-13.fc19           rpmfusion-nonfree
TestU01.i686                           1.2.3-3.fc19            rpmfusion-nonfree
TestU01.x86_64                         1.2.3-3.fc19            rpmfusion-nonfree
TestU01-devel.i686                     1.2.3-3.fc19            rpmfusion-nonfree
TestU01-devel.x86_64                   1.2.3-3.fc19            rpmfusion-nonfree
abuse.x86_64                           0.8-3.fc19              rpmfusion-nonfree
amap.x86_64                            5.2-6.fc19              rpmfusion-nonfree
amrnb.i686                             7.0.0.2-7.fc19          rpmfusion-nonfree
amrnb.x86_64                           7.0.0.2-7.fc19          rpmfusion-nonfree
amrnb-devel.i686                       7.0.0.2-7.fc19          rpmfusion-nonfree
amrnb-devel.x86_64                     7.0.0.2-7.fc19          rpmfusion-nonfree
amrnb-tools.x86_64                     7.0.0.2-7.fc19          rpmfusion-nonfree
amrwb.i686                             7.0.0.3-7.fc19          rpmfusion-nonfree
amrwb.x86_64                           7.0.0.3-7.fc19          rpmfusion-nonfree
amrwb-devel.i686                       7.0.0.3-7.fc19          rpmfusion-nonfree
amrwb-devel.x86_64                     7.0.0.3-7.fc19          rpmfusion-nonfree
amrwb-tools.x86_64                     7.0.0.3-7.fc19          rpmfusion-nonfree
assaultcube.x86_64                     1.1.0.4-3.fc19          rpmfusion-nonfree
broadcom-wl.noarch                     5.100.82.112-4.fc19     rpmfusion-nonfree
d1x.x86_64                             1.43-11.rebirth_v0.57.1.fc19
                                                               rpmfusion-nonfree
d1x-shareware.x86_64                   1.43-11.rebirth_v0.57.1.fc19
                                                               rpmfusion-nonfree
dega-sdl.i686                          1.12-8.fc19             rpmfusion-nonfree
dgen-sdl.x86_64                        1.32-1.fc19             rpmfusion-nonfree
doc.noarch                             2.2.3-6.fc19            rpmfusion-nonfree
dolphin-emu.x86_64                     3.0-12.fc19             rpmfusion-nonfree
doom-shareware.noarch                  1.9-8.s.fc19            rpmfusion-nonfree
e-uae.x86_64                           0.8.29-0.17.wip4.fc19   rpmfusion-nonfree
edgar.x86_64                           1.08-1.fc19             rpmfusion-nonfree
faac.i686                              1.28-5.fc19             rpmfusion-nonfree
faac.x86_64                            1.28-5.fc19             rpmfusion-nonfree
faac-devel.i686                        1.28-5.fc19             rpmfusion-nonfree
faac-devel.x86_64                      1.28-5.fc19             rpmfusion-nonfree
freecad.x86_64                         0.13-2.fc19             rpmfusion-nonfree
freecad-doc.noarch                     0.13-2.fc19             rpmfusion-nonfree
frogatto.x86_64                        1.3.1-2.fc19            rpmfusion-nonfree
fuse-emulator-roms.noarch              1:0.9.0-5.fc19          rpmfusion-nonfree
fuse-uadefs.x86_64                     2.13-4.fc19             rpmfusion-nonfree
gens.i686                              2.15.5-6.fc19           rpmfusion-nonfree
gmameui.x86_64                         0.2.13-0.4.20120704cvs.fc19
                                                               rpmfusion-nonfree
gnome-video-arcade.x86_64              0.8.3-2.fc19            rpmfusion-nonfree
gstreamer-plugins-bad-nonfree.x86_64   0.10.23-2.fc19          rpmfusion-nonfree
gsview.x86_64                          4.9-5.fc19              rpmfusion-nonfree
jad.i686                               1.5.8e-10.fc19          rpmfusion-nonfree
kmod-catalyst.x86_64                   13.6-0.1.beta.fc19.2    rpmfusion-nonfree
kmod-catalyst-3.9.5-301.fc19.x86_64.x86_64
                                       13.6-0.1.beta.fc19.2    rpmfusion-nonfree
kmod-nvidia.x86_64                     1:319.23-1.fc19.2       rpmfusion-nonfree
kmod-nvidia-173xx.x86_64               173.14.37-1.fc19.3      rpmfusion-nonfree
kmod-nvidia-173xx-3.9.5-301.fc19.x86_64.x86_64
                                       173.14.37-1.fc19.3      rpmfusion-nonfree
kmod-nvidia-3.9.5-301.fc19.x86_64.x86_64
                                       1:319.23-1.fc19.2       rpmfusion-nonfree
kmod-nvidia-304xx.x86_64               304.88-1.fc19.2         rpmfusion-nonfree
kmod-nvidia-304xx-3.9.5-301.fc19.x86_64.x86_64
                                       304.88-1.fc19.2         rpmfusion-nonfree
When I browse to the non-free repos on the web, I see the akmod-nvidia files. I'm competely stumped!
 
Old 07-09-2013, 05:51 AM   #4
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
I have akmod-nvidia installed so it won't show with the list available switch, but if I use list by itself ...

PHP Code:
glenn@phenom19-> sudo yum --disablerepo=* --enablerepo=rpmfusion-nonfree list | grep akmod
akmod
-VirtualBox.x86_64              4.2.14-1.fc19             @rpmfusion-free  
akmod
-nvidia.x86_64                  1:319.23-1.fc19.3         @rpmfusion-nonfree
akmods
.noarch                        0.5.1-3.fc19              @rpmfusion-free  
akmod
-catalyst.x86_64                13.6-0.1.beta.fc19.3      rpmfusion-nonfree
akmod
-nvidia-173xx.x86_64            173.14.37-1.fc19.4        rpmfusion-nonfree
akmod
-nvidia-304xx.x86_64            304.88-1.fc19.3           rpmfusion-nonfree
akmod
-wl.x86_64                      5.100.82.112-10.fc19.4    rpmfusion-nonfree 
Something surely seems odd on your end.


Do you have an exclude line in /etc/yum.conf?
Your output shows no akmod at all, let alone akmod-nvidia.

Last edited by Glennzo; 07-09-2013 at 06:00 AM.
 
Old 07-09-2013, 06:21 AM   #5
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
This is a Clean install from the F19 LXDE Live CD (no fedup) and you're rigth. I don't see any akmod's from the non-free repos. I do see a few akmods from the RPMFusion Free repos. It's just the non-free repos that I'm having trouble with. I can't expain it.

If you look at the errors I had up there, when I made the cache, they were all from the non-free repos. They were all sqlite.bz2: [Errno 14] errors. That might be a clue but even if it is, I don't know what to try next.


Here is the yum.conf
Code:
[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=3

#  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

Last edited by GNU_IMP; 07-09-2013 at 06:23 AM.
 
Old 07-09-2013, 07:13 AM   #6
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Here's what I would do.
PHP Code:
su
<password>
cd /var/lib/rpm
rm 
-f __db*
rpm --rebuilddb
yum search akmod 
Notice that there are 2 underscores in front of db*
 
Old 07-09-2013, 10:40 PM   #7
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the excellent suggestion but I gave that a try and it didn't help. The databases were rebuilt and I still can't see any akmod-nvidia stuff. I did a yum clean all, then yum makecache generated the followng error.

Code:
Loaded plugins: langpacks
adobe-linux-x86_64                                       |  951 B     00:00     
fedora/19/x86_64/metalink                                |  14 kB     00:00     
fedora                                                   | 4.2 kB     00:00     
rpmfusion-free                                           | 3.3 kB     00:00     
rpmfusion-free-updates                                   | 3.3 kB     00:00     
rpmfusion-nonfree                                        | 3.3 kB     00:00     
rpmfusion-nonfree-updates                                | 3.3 kB     00:00     
updates/19/x86_64/metalink                               |  16 kB     00:00     
updates                                                  | 4.6 kB     00:00     
(1/10): fedora/19/x86_64/group_gz                          | 384 kB   00:03     
(2/10): updates/19/x86_64/group_gz                         | 384 kB   00:00     
(3/10): fedora/19/x86_64/prestodelta                       | 1.7 MB   00:06     
(4/10): updates/19/x86_64/prestodelta                      | 772 kB   00:01     
(5/10): updates/19/x86_64/filelists_db                     | 4.5 MB   00:07     
(6/10): fedora/19/x86_64/other_db                          | 8.2 MB   00:14     
(7/10): updates/19/x86_64/primary_db                       | 4.3 MB   00:07     
(8/10): updates/19/x86_64/other_db                         | 2.0 MB   00:05     
(9/10): fedora/19/x86_64/filelists_db                      |  25 MB   00:33     
(10/10): fedora/19/x86_64/primary_db                       |  17 MB   00:44     
(1/21): adobe-linux-x86_64/filelists                       |  605 B   00:00     
(2/21): adobe-linux-x86_64/primary                         | 1.2 kB   00:00     
(3/21): adobe-linux-x86_64/other                           | 1.4 kB   00:00     
(4/21): rpmfusion-free/19/x86_64/group_gz                  | 1.6 kB   00:00     
(5/21): rpmfusion-free-updates/19/x86_64/group_gz          | 1.6 kB   00:00     
(6/21): rpmfusion-free-updates/19/x86_64/filelists_db      |  24 kB   00:00     
(7/21): rpmfusion-free-updates/19/x86_64/other_db          |  13 kB   00:00     
(8/21): rpmfusion-free/19/x86_64/filelists_db              | 327 kB   00:00     
rpmfusion-nonfree/19/x86_64/fi FAILED                                          
http://mirror.us.leaseweb.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/431f8b06328769ac567495d91df54504a6a391ecc65a248cecf89f5a23664dd7-filelists.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(9/21): rpmfusion-free/19/x86_64/other_db                  | 110 kB   00:00     
rpmfusion-nonfree/19/x86_64/pr FAILED                                          
http://mirror.us.leaseweb.net/rpmfusion/nonfree/fedora/development/19/x86_64/os/repodata/de380a3b752736f31d51c468a4da4b69c0cca06a208567460cd45fe81d5b4e9e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
(10/21): rpmfusion-free-updates/19/x86_64/primary_db       |  41 kB   00:00     
(11/21): rpmfusion-nonfree/19/x86_64/group_gz              |  993 B   00:00     
(12/21): rpmfusion-free/19/x86_64/primary_db               | 440 kB   00:00     
(13/21): rpmfusion-nonfree-updates/19/x86_64/group_gz      |  986 B   00:00     
(14/21): rpmfusion-nonfree-updates/19/x86_64/filelists_db  | 4.6 kB   00:00     
(15/21): rpmfusion-nonfree-updates/19/x86_64/primary_db    |  11 kB   00:00     
(16/21): rpmfusion-nonfree/19/x86_64/other_db              |  55 kB   00:00     
(17/21): rpmfusion-nonfree-updates/19/x86_64/other_db      | 7.4 kB   00:00     
(18/21): rpmfusion-nonfree/19/x86_64/primary_db            | 148 kB   00:00     
(19/21): updates/19/x86_64/pkgtags                         | 312 kB   00:01     
(20/21): rpmfusion-nonfree/19/x86_64/filelists_db          | 283 kB   00:01     
(21/21): updates/19/x86_64/updateinfo                      | 290 kB   00:21     
adobe-linux-x86_64                                                          2/2
adobe-linux-x86_64                                                          2/2
adobe-linux-x86_64                                                          2/2
Metadata Cache Created
I think I'm going to try editing rpmfusion-nonfree.repo & rpmfusion-nonfree-updates.repo and
manually pointing to a mirror that I know for certain has the akmod-nvidia files. If that doesn't work, I don't know what else I could possibly do.
 
Old 07-10-2013, 02:17 AM   #8
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
Well, I finally got it to work. There is some kind of problem with the non-free mirrors on leaseweb.net. I tried excluding leaseweb.net in the yum fastestmirror.conf but that didn't seem to help. It tried to use it anyway.

I finally edited rpmfusion-nonfree.repo & rpmfusion-nonfree-updates.repo and changed the base url to point to specific mirrors and that worked.

Code:
[rpmfusion-nonfree]
name=RPM Fusion for Fedora $releasever - Nonfree
baseurl=http://repo.fedoramd.org/mirrors/rpmfusion/nonfree/fedora/releases/19/Everything/x86_64/os/
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever

[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
baseurl=http://fedora.uib.no/rpmfusion/nonfree/fedora/updates/19/x86_64/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
Hopefully, at some point in the future, it will get fixed and I can go back to my fastest mirror list.

It took one hour to install Fedora 19 and 2 days to troubleshoot this problem. All was not lost, though. I leared a few things along the way so the time wasn't wasted.

Thanks so much for your help, Gleenzo.
 
Old 07-10-2013, 03:59 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
it is solved so ...
Glad you fixed it
Quote:
It took one hour to install Fedora 19 and 2 days to troubleshoot this problem
well if you LIKE problem solving and fixing things ( a very GOOD way to learn new things ), then fedora is a good choice of OS

that issue with a mirror is a bit normal

other "issues" will and are going to pop up from time to time
 
Old 07-10-2013, 07:21 AM   #10
GNU_IMP
LQ Newbie
 
Registered: Jul 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
I've actually been using Fedora since Fedora Core 5 and never saw this kind of problem. I don't blame Fedora. RPMFusion is technically a 3rd party repository.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
akmod nvidia fedora 17 rmknox Fedora 4 04-05-2013 02:15 AM
[SOLVED] update of nvidia akmod failed rmknox Fedora 3 01-29-2013 07:40 PM
Unable to update repos in CentOS 5.6 yum.repos.d!!!!! Explore_Linux Linux - Newbie 1 09-28-2011 04:20 AM
how do I get the rpmfusion repos in F14? Pedroski Fedora 7 11-13-2010 06:40 PM
akmod nvidia error Fedora 14 Beta Laughlin justaguy_75ae Linux - Hardware 5 09-30-2010 08:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration