FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 06-29-2012, 01:31 PM
Mark Haney
 
Default Cannot find valid baseurl for rpmfusion repo

I've googled this a couple of times, but can't seem to find a straight
answer on this problem. I installed the rpmfusion repos both with the
GUI and from the CLI and I get this same problem, 'Cannot find valid
baseurl'.


Any ideas?

--

Mark Haney
Software Developer/Consultant
AB Emblem
markh@abemblem.com
Linux marius.homelinux 3.4.2-1.fc16.x86_64 GNU/Linux

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-29-2012, 01:38 PM
"Darryl L. Pierce"
 
Default Cannot find valid baseurl for rpmfusion repo

On Fri, Jun 29, 2012 at 09:31:03AM -0400, Mark Haney wrote:
> I've googled this a couple of times, but can't seem to find a
> straight answer on this problem. I installed the rpmfusion repos
> both with the GUI and from the CLI and I get this same problem,
> 'Cannot find valid baseurl'.
>
> Any ideas?

You downloaded the appropriate RPMs from here?

http://rpmfusion.org/

In my .repo files the base URL is commented out and instead depends
onthe mirror lists from http://mirrors.rpmfusion.org

--
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-29-2012, 01:48 PM
Mark Haney
 
Default Cannot find valid baseurl for rpmfusion repo

On 06/29/2012 09:38 AM, Darryl L. Pierce wrote:



You downloaded the appropriate RPMs from here?

http://rpmfusion.org/

In my .repo files the base URL is commented out and instead depends
onthe mirror lists from http://mirrors.rpmfusion.org





Yes, downloaded straight from the source. And the .repo config is
exactly as you say. Still get the error. I uncommented the baseurl and
it worked just fine. Wierd. I have a F16 box right next to it, with
the identical configuration (granted it's F16, not 17) and it's never
had that problem.


--

Mark Haney
Software Developer/Consultant
AB Emblem
markh@abemblem.com
Linux marius.homelinux 3.4.2-1.fc16.x86_64 GNU/Linux


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-29-2012, 01:53 PM
"n2xssvv.g02gfr12930"
 
Default Cannot find valid baseurl for rpmfusion repo

On 06/29/2012 02:31 PM, Mark Haney
wrote:


I've
googled this a couple of times, but can't seem to find a straight
answer on this problem. I installed the rpmfusion repos both with
the GUI and from the CLI and I get this same problem, 'Cannot find
valid baseurl'.




Any ideas?







The following is my recommendation for installing RPMs not
available in your currently

available repositories.



I downloaded the 2 setup RPMs from the RPMFusion website, then
using createrepo I created my own repository, and the required
yum config file in /etc/yum.repos.d, (root privileges required)



local.repo



[MyRepo]

name=Local repo Fedora upgrade $releasever

baseurl=file:/home/user/MyRepo/RPMs$releasever/

enabled=0

gpgcheck=0





The above configures the local repository for Fedora 17 should be
in directory



/home/user/MyRep/RPMs17



Then using yumex, enabling the local repo I selected the RPMFusion
config RPMs for installation,

and then apply. You will then find an updated RPMFusion config RPM
that needs to be updated.

After that RPMFusion should be up and working.



Best of luck



cpp4ever





--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-29-2012, 02:07 PM
Reindl Harald
 
Default Cannot find valid baseurl for rpmfusion repo

Am 29.06.2012 15:53, schrieb n2xssvv.g02gfr12930:
> On 06/29/2012 02:31 PM, Mark Haney wrote:
>> I've googled this a couple of times, but can't seem to find a straight answer on this problem. I installed the
>> rpmfusion repos both with the GUI and from the CLI and I get this same problem, 'Cannot find valid baseurl'.
>>
>> Any ideas?
>>
>
> The following is my recommendation for installing RPMs not available in your currently
> available repositories.
>
> I downloaded the 2 setup RPMs from the RPMFusion website, then using createrepo I created my own repository, and
> the required yum config file in /etc/yum.repos.d, (root privileges required)
>
> local.repo
>
> [MyRepo]
> name=Local repo Fedora upgrade $releasever
> baseurl=file:/home/user/MyRepo/RPMs$releasever/
> enabled=0
> gpgcheck=0
>
>
> The above configures the local repository for Fedora 17 should be in directory
>
> /home/user/MyRep/RPMs17
>
> Then using yumex, enabling the local repo I selected the RPMFusion config RPMs for installation,
> and then apply. You will then find an updated RPMFusion config RPM that needs to be updated.
> After that RPMFusion should be up and working

FIRST:
pelase get rid of HTML messages on mailing-lists
especially whith 20px letters!

where is any single benfit in creating a local repo
to put the one-shot RPMs compared between

"yum install localfile.rpm"
or
"yum install --nogpgcheck localfile.rpm"

????

there is no difference from any point of view


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-29-2012, 02:28 PM
"Darryl L. Pierce"
 
Default Cannot find valid baseurl for rpmfusion repo

On Fri, Jun 29, 2012 at 04:07:27PM +0200, Reindl Harald wrote:
> where is any single benfit in creating a local repo
> to put the one-shot RPMs compared between
>
> "yum install localfile.rpm"

yum localinstall [--nogpg] file.rpm [1]

> or
> "yum install --nogpgcheck localfile.rpm"
>
> ????
>
> there is no difference from any point of view


[1] - for some, the square brackets aren't a part of the commandline but
just indicate an optional parameter...and the [1] is just a foot note to
read this at that point in the text and is also not part of the command
line.

--
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 

Thread Tools




All times are GMT. The time now is 11:49 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org