PDA

View Full Version : Livna Mirrors


jspaleta
16th April 2004, 01:10 AM
rpm.livna.org is down right now, but there are mirrors, one such mirror location is:
ftp://ftp.uninett.no/pub/linux/Fedora-contrib/rpm.livna.org/1/i386/

example yum.conf stanza:

[livna-stable]
name=Livna.org - (stable)
baseurl=ftp://ftp.uninett.no/pub/linux/Fedora-contrib/rpm.livna.org/$releasever/$basearch/yum/stable


/* I added code tags to make it more readable..*/
-mhelios

logan5
16th April 2004, 01:36 AM
Thanks for the mirror info, looks like it's working.

earose
16th April 2004, 02:04 AM

Any indication as to why the livna servers are down?

Jman
16th April 2004, 02:32 AM
Added to my yum.conf.

Not sure why it's down, but it's not resolving correctly and timing out. I would say there are major changes at rpm.livna.org.

mars_hall
16th April 2004, 02:49 AM
According to the website they lost a power supply.

Ug
16th April 2004, 09:04 AM
Should be back up soon then.

mhelios
16th April 2004, 10:31 AM
Originally posted by Ug
Should be back up soon then. Maybe, maybe not..
http://www.redhat.com/archives/fedora-list/2004-April/msg02313.html

Jman
18th April 2004, 11:31 PM
Another mirror: http://livna.cat.pdx.edu/

See also the discussion here (http://www.fedoraforum.org/forum/showthread.php?s=&threadid=1376).

AliOop
21st April 2004, 06:40 PM
Did ...forgot what. Updated Yum perhaps? Anyway, I received a message..."/etc/yum.conf created as /etc/yum.conf.rpmnew. My question: How will this effect my updating or installing? Do I move all my sources to the new yum.conf file or just leave all alone By the way, I bring this up because I just went to the link above and installed the Livna source. I installed it in the original yum.conf file not the new one. Thanks.

Darr247
11th June 2010, 08:45 PM
Those links all seem to be dead or they stopped updating at fc10.

Here's a list cached from google on 11 May 2010

http://rpm.livna.org/repo/$releasever/$basearch/
http://wftp.tu-chemnitz.de/pub/linux/livna/repo/$releasever/$basearch/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/$releasever/$basearch/
ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/$releasever/$basearch/

Since livna.org seems to be either offline (maybe they're finally updating the metadata for the debuginfo files) or is overloaded with traffic right now, and yumex refuses to proceed if started using its menu shortcut with the standard repo data for livna. HTH.

Firewing1
11th June 2010, 09:32 PM
According to OpenDNS:
rpm.livna.org is an alias for benden.crazyfrogs.org.

Nameserver trace for benden.crazyfrogs.org:

Looking for who is responsible for root zone and followed g.root-servers.net.
Looking for who is responsible for org and followed c0.org.afilias-nst.info.
Looking for who is responsible for crazyfrogs.org and followed ns1.crazyfrogs.org.
Nameservers for benden.crazyfrogs.org:

ns1.crazyfrogs.org returned (SERVFAIL)
ns2.crazyfrogs.org returned (SERVFAIL)
It's a DNS issue, and therefore probably temporary.

plazman30
12th June 2010, 07:30 PM
Still not fixed as of today...

Firewing1
12th June 2010, 07:37 PM
Pix (who provides hosting for RPM Fusion and Livna if I recall correctly) mentioned on IRC that he's experiencing a hard drive failure so there will be a small amount of downtime. RPM Fusion is back up, so I expect he'll have this fixed within a day or two.

docmccoy
13th June 2010, 06:08 PM
Could you provide the link for livna news? I can't install autoten without livna and there are no solution. Very stupid situation to just waiting for something. I feel like rain

Darr247
13th June 2010, 07:24 PM
Could you provide the link for livna news? I can't install autoten without livna and there are no solution. Very stupid situation to just waiting for something. I feel like rain

To the end of the commented-out lines in the /etc/yum.repos.d/livna.repo file, add

http://wftp.tu-chemnitz.de/pub/linux/livna/repo/$releasever/$basearch/ ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/$releasever/$basearch/

(note that line starts with a 'space' character)

Add debug/ to the end of those URLs in the [livna-debuginfo] section and SRPMS/ to the end of those URLs in the [livna-source] section.

Then uncomment that line and comment out the mirrorlist URLs instead.
So it should end up looking like

[livna]
name=rpm.livna.org for $releasever - $basearch
baseurl=http://rpm.livna.org/repo/$releasever/$basearch/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/$releasever/$basearch/ http://wftp.tu-chemnitz.de/pub/linux/livna/repo/$releasever/$basearch/ ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/$releasever/$basearch/
#mirrorlist=http://rpm.livna.org/mirrorlist
failovermethod=roundrobin
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

[livna-debuginfo]
name=rpm.livna.org for $releasever - $basearch - Debug
baseurl=http://rpm.livna.org/repo/$releasever/$basearch/debug/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/$releasever/$basearch/debug/ http://wftp.tu-chemnitz.de/pub/linux/livna/repo/$releasever/$basearch/debug/ ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/$releasever/$basearch/debug/
#mirrorlist=http://rpm.livna.org/mirrorlist-debug
failovermethod=roundrobin
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

[livna-source]
name=rpm.livna.org for $releasever - $basearch - Source
baseurl=http://rpm.livna.org/repo/$releasever/SRPMS/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/$releasever/SRPMS/ http://wftp.tu-chemnitz.de/pub/linux/livna/repo/$releasever/$basearch/SRPMS/ ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/$releasever/$basearch/SRPMS/
#mirrorlist=http://rpm.livna.org/mirrorlist-source
failovermethod=roundrobin
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

when you're done.

If the main site (rpm.livna.org) is down, you cannot get to the mirrorlist, so it's rather useless having that as the default in the livna.repo file.
IMO; YMMV.

docmccoy
13th June 2010, 08:02 PM
Thanks. You helped me to install skype and all codecs. I hope livna will be back because I can't install flash player with autoten