Quote:
Originally Posted by errorxp
|
That doesn't quite work.
The key import and installation of libdvdcss fails, even though the first command (rpm -ivh) works for this ftp site.
Code:
[root@localhost Downloads]#
[root@localhost Downloads]# rpm -ivh ftp://ftp.pbone.net/mirror/rpm.livna.org/livna-release.rpm
Retrieving ftp://ftp.pbone.net/mirror/rpm.livna.org/livna-release.rpm
Preparing... ########################################### [100%]
1:livna-release ########################################### [100%]
[root@localhost Downloads]#
[root@localhost Downloads]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-livna: import failed.
[root@localhost Downloads]#
[root@localhost Downloads]# yum install libdvdcss
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist error was
14: PYCURL ERROR 7 - ""
Error: Cannot find a valid baseurl for repo: livna
[root@localhost Downloads]#
[root@localhost Downloads]#
pretz
---------- Post added at 10:39 PM CDT ---------- Previous post was at 10:37 PM CDT ----------
Quote:
Originally Posted by PabloTwo
With the livna repo down at the moment, I would do,
Code:
wget ftp://ftp.pbone.net/mirror/atrpms.net/f13-i386/atrpms/stable/libdvdcss-1.2.10-5.fc13.i686.rpm
su
rpm -ivh libdvdcss*
|
The wget command is successful, and I can see the libdvdcss*.rpm in my directory.
But the next command (rpm -ivh) fails.
Code:
[root@localhost Downloads]#
[root@localhost Downloads]#
[root@localhost Downloads]# ls -l lib*
-rw-r--r--. 1 root root 26780 Sep 3 22:31 libdvdcss-1.2.10-5.fc13.i686.rpm
[root@localhost Downloads]#
[root@localhost Downloads]#
[root@localhost Downloads]# rpm -ivh libdvdcss*
warning: libdvdcss-1.2.10-5.fc13.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 66534c2b: NOKEY
error: Failed dependencies:
libdvdcss2 = 1.2.10-5.fc13 is needed by libdvdcss-1.2.10-5.fc13.i686
[root@localhost Downloads]#
[root@localhost Downloads]#
pretz
---------- Post added 2010-09-04 at 08:32 AM CDT ---------- Previous post was 2010-09-03 at 10:39 PM CDT ----------
Ok, I have been following the discussion on this thread -
Code:
http://forums.fedoraforum.org/showthread.php?t=251005
DangerMouse's suggestion worked for me. So libdvdcss is installed and I can view DVDs now.
One question though. I see an error when I list the yum repositories.
Code:
[root@localhost ~]#
[root@localhost ~]# yum repolist
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist error was
14: PYCURL ERROR 7 - ""
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated 0
fedora Fedora 13 - i386 0
livna rpm.livna.org for 13 - i386 0
rpmfusion-free RPM Fusion for Fedora 13 - Free 0
rpmfusion-free-updates RPM Fusion for Fedora 13 - Free - Updates 0
rpmfusion-nonfree RPM Fusion for Fedora 13 - Nonfree 0
rpmfusion-nonfree-updates RPM Fusion for Fedora 13 - Nonfree - Updates 0
updates Fedora 13 - i386 - Updates 0
repolist: 0
[root@localhost ~]#
[root@localhost ~]#
How do I remove livna from the repository list ?
Thanks a lot, guys.
pretz