CentOS 5 Server :: Cannot Create Local Fedora 13 Repo: PYCURL ERROR 6

Aug 16, 2010

I'm in the process of creating local repos for our company servers (CentOS 5.5) and laptops (Fedora 13). And while the CentOS part went perfect the Fedora part is causing major trouble.But first things first, here's the setup: a central CentOS 5.5 server is running Apache2 and has a VirtualHost listening on Port 8080 for both CentOS and Fedora. The DocumentRoot for this VirtualHost is /data/repo wherein two directories, centos and fedora, reside.

This is the .repo-file for CentOS that works like a charm:

Quote:[local]
name=CentOS-$releasever - local packages for $basearch

[code]...

View 5 Replies


ADVERTISEMENT

Fedora Servers :: Cannot Create Local 13 Repo: Pycurl Error 6?

Aug 16, 2010

I'm in the process of creating local repos for our company servers (CentOS 5.5) and laptops (Fedora 13). And while the CentOS part went perfect the Fedora part is causing major trouble.

But first things first, here's the setup: a central CentOS 5.5 server is running Apache2 and has a VirtualHost listening on Port 8080 for both CentOS and Fedora. The DocumentRoot for this VirtualHost is /data/repo wherein two directories, centos and fedora, reside.

This is the .repo-file for CentOS that works like a charm:

Quote:

[local]
name=CentOS-$releasever - local packages for $basearch
baseurl=url
enabled=1

After the CentOS repository was up and running I follwed the exact same steps and was expecting to find a Fedora repo up and running (I know, I know, silly me...). However, yum complains it cannot download the repomd.xml. The .repo-File is as follows:

Quote:

[local]
name=Fedora $releasever - $basearch
baseurl=http://icld:8080/fedora/$releasever/local/$basearch
enabled=1
gpgcheck=0
protect=1

Yum returns the following error message:

Error: Cannot retrieve repository metadata (repomd.xml) for repository: local. Please verify its path and try again

The path is definitely correct - copying the url and pasting it into a webbrowser returns the correct repomd.xml file, so does pasting it to wget.

Any ideas? Does createrepo need any parameters in order to create a working Fedora repository?

View 3 Replies View Related

CentOS 5 Server :: Making A Local Repo With Groups?

Apr 9, 2010

i just installed centos 5.4 and trying to make my local repo have groups listing of packages like the mirrors do

so i can make an spin off of the OS to my needs for web servers only / so on but
i cant get my head around the groups making part of the creatrepo

does anyone have any tips or hints or know how to make group listing of the packages

i copyed the DVD to hard drive and the repo .XML files they came with it and tryed that way but no luck yet

im running out of things to try

View 5 Replies View Related

OpenSUSE Multimedia :: Create A Local Repo For A Vlc By Downloading All The Required Packages?

Jun 17, 2010

I dont have a internet connection and I want to install VLC. I want to create a local repo for a vlc by downloading all the required packages. I tried to do by downloading all the packages from from VLC repo and create a local repo but failed. Its say this dependency failed and that dependency failed. i tried to manually install each and every dependency but still the problem exists.

View 2 Replies View Related

Red Hat / Fedora :: Change The Current Directory To Server And Then Create A Repo?

Feb 6, 2011

I was installing yum from the server folder. first i copied the server folder in a folder which was at root then i change the current directory to server and then create a repo by using following command

Server]# rpm ivh createrepo then tab to get the correct name
then ]# createrepo .
]#cd /etc/yum.repos.d/
]# cp -apr rhel_debug_info.repo yum.repo
]# vi yum.repo

[Code]...

how can i completely install the yum so that i can install my necessary packages

View 1 Replies View Related

Ubuntu :: Curl Permission Error With /usr/local/bin/repo?

Aug 2, 2010

I'm trying to grab "repo" using curl and put it into /usr/local/bin/ but I can't seem to figure out why I'm getting a permission error:

Code:
$ sudo curl https://android.git.kernel.org/repo > /usr/local/bin/repo
bash: /usr/local/bin/repo: Permission denied

[code]....

View 1 Replies View Related

Server :: RHEL 6 Local YUM Repo?

Aug 18, 2011

I'm trying to build a local YUM repository for RHEL 6 and am running into an issue. I can get the repo to build, but I cannot get the gruoplist. I can't find a comps.xml file to run the createrepo -g command against, like there is in RHEL 5. Here's what I have so far:

mkdir /yumrepo
copied RHEL 6 DVD contents to /yumrepo/rhel6
createrepo /yumrepo/rhel6/Packages
(repo builds its lis of 3500+ packages)
yum list shows the lsit of all files within the repo correctly.

I run gpk-application, and I receive the error "The group list was invalid." I need to create the group list. But I can't figure out how? Can someone please explain what I'm missing here? Never had this much trouble with 5, but I know a lot has changed with 6.

View 4 Replies View Related

CentOS 5 :: How To Create Own RPM Repo

Sep 29, 2010

I'm writing a lot of RPM's and I would like to make some of them available to other users, through my website. On the server side, everything is set (directory structure, etc.). I just don't know how to build the custom .repo file, containing only my custom RPM's.
$ su -
# cd /etc/yum.repos.d
# wget [URL]

View 1 Replies View Related

Fedora :: How To Create A Local Repository Server

Feb 24, 2010

Well my local LUG has developed a cooperation with the university. Their major is music. So we would like to develop a local repository to help the updates to be faster. I checked the How to set up a local Yum Repository on Fedora 8. I guess it's same with 12.
My questions are:

1. How much space do we need?

2. Since we might setup repository for another distro, is it a way to be done with other distro? The above address describes only how to make it in Fedora.

3. Since we'll have it installed and will be usefull for the university, can we make it available to the rest of the world? Maybe contact someone for this.

View 4 Replies View Related

CentOS 5 :: Create Repo And Wrong Path In Primary.xml.gz?

May 24, 2010

I want to set up an installation server for CentOS 5.5, using PXE for boot, kickstart for package selection (one for server), and NFS for share all files needed.I've succesfully completed a fresh installation of CentOS5 from the DVD for one of my servers (virgil), and I've copied the anaconda-ks.cfg generated by the installer to my install server (beatrix).

Next, I've properly configured the /etc/dhcpd.conf , the /tftpboot/pxelinux.cfg/<IP_CODED> and the /etc/exports for NFS sharing on beatrix.Then, I've copied all the first DVD of CentOS5 content in this folder on beatrix: /opt/CentOS_install I've tried to start virgil from ethernet, and all has gone ok, with the kickstart and so on! But I've decided to apply the updates (new kernel, sudo, xorg, ...), so I've deleted the old rpms from /opt/CentOS_install/CentOS and copied the new ones (downloaded from http://mirror.centos.org/centos-5/5/updates/x86_64/RPMS/). So, I've launched the following commands to recreate the repodata:

root@beatrix:/opt/CentOS_install/ # mv repodata/comps.xml CentOS/
root@beatrix:/opt/CentOS_install/ # rm -fr repodata
root@beatrix:/opt/CentOS_install/ # createrepo -p -o /opt/CentOS_install/ -g comps.xml /opt/CentOS_install/CentOS

But when I try to reinstall virgil, an error message appears, telling me that a package (perl-DBI-...) isn't present in the media.After some debugging, I've noticed that in the /opt/CentOS_install/repodata/primary.xml.gz there isn't the correct path for the rpms. If you look at the original primary.xml, the "path" is like:path="CentOS/abcxyz.rpm" while in the generated file (with createrepo) the path is:

path="abcxyz.rpm".How can I recreate the repodata with the correct path information?

View 6 Replies View Related

Fedora Installation :: PYCURL ERROR 6 "Cannot Retrieve Repository Metadata"

Mar 2, 2010

I wanted to get some additional life out of a computer with 256MB of RAM, and discovered that FC12 was the only version of Linux I was able to install (out of the distros attempted). The installer went into text mode automatically, configuring only the root account. I used text-based tools after the first boot to configure networking, and installed a couple of additional packages with yum. Then I issued "yum update," and it retrieved and installed the available updates. That was the last time I used yum successfully, though. I obtained such error messages as "14: PYCURL ERROR 6" and "Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again."

I discovered that such problems had been encountered by others, and had sometimes been solved by such methods as adding repositories to yum.conf, adding lines to /etc/hosts, adding a line to resolv.conf, tampering with fedora.repo or fedora updates.repo, or even with "yum clean all." None of these methods worked for me, however. My initial impression of Fedora is favorable, so I might like to try it even on a system where it wasn't the only available choice. Package management is essential to success with any OS, however, so I need to get past this issue.

View 2 Replies View Related

Fedora :: PYCURL - Error 14: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Dec 15, 2009

[root@127 scott]# yum update Loaded plugins: presto, refresh-packagekit [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.

verify its path and try again ...browsed through solutions like using yum clear and setting proxy in yum.conf

View 9 Replies View Related

Fedora :: Yum Broken Errno 14 PYCURL ERROR 7 (Cannot Retrieve Repository Metadata (repomd.xml) For Repository)

Dec 27, 2009

yum is completely broken. I cannot install or update any software. yum is always throwing:

Code: Loaded plugins: presto, refresh-packagekit Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-12&arch=x86_64 error was 14: PYCURL ERROR 7 - "" Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free. Please verify its path and try again I have tried globally to disable the gpg check as stated in other threads. I have no proxies or such in yum.conf or in my bashrc. If I manually click on the link it will resolve in firefox so I am sure it is not my net connection per se, it seems yum or curl is adding a : to the end of the url thats why it wont resolve properly.

I have done a yum clean all , which didnt really help either. reinstalling the rpmfusion repos isnt an option either as I start getting curl errors in the terminal. I am really at a loss here and am completely out of ideas as I cant install any updates or software , at first I thought the repositories were having problems with the holidays but this has been going on for 4 days now. /var/log/messages isnt showing anything either.

[Code]....

View 3 Replies View Related

Fedora Installation :: Creating Local Repo For HTTP / FTP Installs

Jul 15, 2009

I'm having trouble installing Fedora 11 using the URL method. When I put in a F11 netinstall CD, or even Disc 1, I press tab on the first option and add "askmethod" to the end of the text. Each time I point the installer to my local FTP and press enter after typing in the FTP url, the installer just hangs there. I've even tried deleting ALL the files from the F11 folder on my FTP server and downloaded ALL the files at:
ftp://ftp.linux.ncsu.edu/pub/fedora/...edora/i386/os/

Still...the same thing.
When I pointed the installer to:
ftp://ftp.linux.ncsu.edu/pub/fedora/...edora/i386/os/
Everything worked fine, albeit slow as it was DL from the NCSU FTP server.
Am I doing something wrong with my FTP server? It is anon, so there is no authentication issues.

View 5 Replies View Related

OpenSUSE :: Got A Pycurl Error When Startup Miro On 11.4

Jun 14, 2011

I installed miro from PackMan :: Startseite repository with zypper. When I start up miro from terminal, I got below errors: $miro Fatal Python error: pycurl: libcurl link-time version is older than compile-time version ipv6 is sucking wind, so we're switching to ipv4./usr/bin/miro: line 27: 5859 Aborted miro.real "$@" I don't know what's this meaning. My system is openSUSE 11.4 x86_64 KDE 4.6.3.

View 5 Replies View Related

Fedora Installation :: Edit Yum.conf To Make Yum Install From Local Repo

Mar 14, 2009

I have successfully installed fedora 10 and have rpmfusion in my /home/ directory. i don't know how to edit yum.conf to make yum install from this local repo. i tried once. But when i tried to install vlc i got an error saying some lib****** files are missing and missing dependencies.

View 2 Replies View Related

CentOS 5 :: How To Create A Local Mirror

Aug 22, 2011

I am trying to create a local mirror/repository for CentOS 5.6 for updates and network installs. I have read the page here on the site about how to do it over and over again, and I still can't figure it out. I have already created the directory, but right after that, I can't go any further. I know this is much easier than I probably think it is. Would someone mind telling me, (in beginners terms) on how to do this? I just want the 'os' package and nothing else.

View 1 Replies View Related

CentOS 5 :: Yum Update Error - Bad ID For Repo

Mar 4, 2011

I've been having problems installing httpd (in that it cannot be found when I do a Yum search). I get this error when running yum:
Bad id for repo: CentOS5 base, byte = 7
Bad id for repo: CentOS5 updates, byte = 7

View 3 Replies View Related

Fedora :: Create Repo Cache Proxy?

Aug 8, 2010

Is there a way to create a cache repo so when we update all our machines in Ur school, ones one of the machines do the update, all the other machine in our network will have the updates from the cache server.

we did something like that with APT and ubuntu

View 1 Replies View Related

CentOS 5 Server :: Named Reports "NXDOMAIN" Error When Query From Local Host?

Oct 29, 2010

I set up a DNS server, and it works fine when being queried from other hosts.But if I query it from localhost (by using nslookup), it reports error:

======================================
** server can't find www.example.com: NXDOMAIN
======================================

[code]....

View 5 Replies View Related

CentOS 5 Server :: What Is Configure Option Of Mysql Server From Repo?

May 6, 2010

what is configure option of Mysql server from Centos repo? I mean configuration option used before compilation.

View 1 Replies View Related

CentOS 5 :: Error: Cannot Find A Valid Baseurl For Repo: Rpmforge

Nov 18, 2010

i am trying to install the GD2 extension for PHP but i am not sure how to do this. i have try the

yum install php-gd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://apt.sw.be/dries/fedora/fc4/mirrors-rpmforge error was
[Errno 14] HTTP Error 404: Not Found
Error: Cannot find a valid baseurl for repo: rpmforge

View 1 Replies View Related

Red Hat :: Create Local Yum Repository...when Show Error Set Up Update Prosses?

Dec 31, 2009

how to create yum repository in rhel 5.3

View 1 Replies View Related

CentOS 5 :: Error Yum Update "Error: Cannot Find A Valid Baseurl For Repo: Rpmforge"

Jul 30, 2009

after changing in the server the network configuration of DHCP to have an IP set, every time I run yum update I get the following error:

Error: Cannot find a valid baseurl for repo: rpmforge

And I noticed that every time you reboot the server the file resolv.conf is erased

View 13 Replies View Related

Red Hat / Fedora :: Create A Backup Of Centos 5 Server?

Apr 21, 2010

Have been playing with Centos 5 and finally got it installed and have done most of the updates. Before I proceed much further it would be nice if I could create a backup/install disc of how it is now. No Data,just the setup and software used etc.Have a dvd rw on the server.I recall mondo rescue installed years ago on a linux server we used.

View 9 Replies View Related

CentOS 5 :: Create New RAM Image File To Get Server Load Raid1 Module Upon Start - Mkinited Error No Kernel Available For 'inited-2.6.18-128.el5"

Nov 12, 2009

I'm trying to create new RAM image file to get my server load raid1 module upon start, I was following redhat documentation & it suggested to use the following command mkinited --with=raid1 inited-raid1-$(uname -r).img $(uname -r) However after running this command I'm getting this message No Kernel available for 'inited-2.6.18-128.el5"

View 4 Replies View Related

CentOS 5 Server :: Update Php To Testing Repo Php Via USB?

Dec 6, 2009

how can i update php to the latest version from the testing repo via USB ? my machine has no internet access and no cdrom, my only choice is via USB, i have a 2 gb USB.

edit: i am trying to follow this guide: [URL] since i have no internet access, i have downloaded all files to my USB stick. i added the testing repo manually. is there a way to instruct centos to update these packages from my usb stick ? since i have them on USB, i can upload them on centos.

View 2 Replies View Related

OpenSUSE :: How To Create A Local Update Server

Aug 26, 2011

We have several linux hosts at our site. I would like to set one of the servers to offer a local update service rather than have each host contact the public servers for update information. This would greatly speed the updates for each host since we only have a DSL connection (about 1.2Mbps transfer rate). Is there a tutorial somewhere that describes how to set up a "shadow" update server?

View 9 Replies View Related

CentOS 5 :: Repo Which Allow Latest Softwares In Centos Like Fedora?

May 23, 2010

the best repo. of them all which includes all the software needed.?ans is there any repo which allow latest softwares in centos like fedora.????cause i don't want to install all repos.in centos 5.5.

View 1 Replies View Related

CentOS 5 Server :: Lead Time On Repo Changes For Vsftpd?

Oct 19, 2009

I have never had the packaged vsftpd start with the ssl_enable option set to YES. The mysql on those servers works just fine with SSL enabled. After reading there seems to be a different package available on rh5 repo. This server shows up to date with 2.0.5-12.el5_3.1. The rh5 list shows 2.0.5-16_el5 per this:[URL].. My question is, is there a set lead time till adoption of current RH packages or is just random? I have to have SSL_ftp running and didn't want to step out of the repo lists if possible.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved