Software :: Creating Repo File - Installing Yum - Error

Jan 19, 2011

After creating repo file,when i am trying to install yum on my system....i am getting the following error:-

Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again

I am unable to catch the problem..

View 1 Replies


ADVERTISEMENT

General :: Svn: Berkeley DB Error While Creating Environment For Filesystem Repo/db: Invalid Argument

Apr 14, 2009

I'm having trouble getting subversion working on Centos 4.7. When I try to create a repository using:

Code:
svnadmin create /path/to/repo
I get:
Code:

svn: Berkeley DB error while creating environment for filesystem repo/db: Invalid argument
svn: bdb: Berkeley DB library configured to support only DB_PRIVATE environments

I've searched the Net, with little luck. Threads seem to suggest that Centos has this flag compiled into the Berkeley DB RPM by default; whereas SVN doesn't want it. Someone, somewhere, must have got this to work and I'm sure it's something really simple I'm doing wrong.

[code]....

View 1 Replies View Related

Fedora :: Installing Updates In F12 - YUM Repo Error

Apr 17, 2010

I need to installing updates on fedora in my computer.

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
self.update_packages(only_trusted, package_ids)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
signed = self._is_package_repo_signed(pkg)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
repo = self.yumbase.repos.getRepo(pkg.repoid)
File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
'Error getting repository data for $s, repository not found' $ (repoid)

View 2 Replies View Related

Fedora :: Repo Error Installing Flash In F13 Xfce

Jul 31, 2010

I'm getting this error when trying to install Flash:

Went to sources and didn't find a metadata repo. How do I solve this?

View 2 Replies View Related

OpenSUSE Multimedia :: Installing Codecs - Error While Initializing Software Repo

Jun 16, 2011

I am new to Linux, how to install codecs, as when I am trying to install I am finding this error. An error occurred while initializing the software repository.
Details: Url scheme is a required component and sometime like repository can be loaded.

View 1 Replies View Related

General :: Open Local File Error When Creating File Descriptor?

Sep 14, 2009

error message when I ran my program that I couldn't open my local file. I have two files first one is called client, second one is called server I am using named pipes to sent a message from client to the other file called server in client I used mknod() to create the two named pipes,one for read,one for write and created new thread in client using fork() spawned a child process that executed the server file both named pipes are opened the client file got the message from the user and sent it through the named pipes to the server file when the server receives the message , it needs to verfify it is correct in the server file, a local file descriptor is created to read and send this verifing message when it is not correct but I am getting an OPEN() error when I tried to open this shared local array buff and attach it to a file descriptor where the message is kept why do I get this error in server file

int main()
{
/*both named pipes are open*/
rfd=open(IFIO1,0);
wfd=open(IFIO2,1);

[code]....

View 1 Replies View Related

OpenSUSE :: Error Repo-not-available: File '/repodata/repomd.xml' Not Found On Medium

May 19, 2011

FYI - Bug Team: I have had this issue all day today:

PackageKit Error repo-not-available: File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/home:/dmitry_serpokryl:/Enlightenment-cvs-core-metapackage/openSUSE_11.2/'

View 6 Replies View Related

OpenSUSE Install :: Error Repo-not-available: File '/repodata/repomd.xml' Not Found On Medium

Apr 25, 2010

this morning the updater applet shows me this error and i dont know what to do this error says

PackageKit Error repo-not-available: File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/home:/gryffus/openSUSE_11.2+KDE43'

View 1 Replies View Related

Server :: SVN And SSH - Creating Directories For Projects In Repo

Feb 18, 2011

I am setting up an SVN server (svn+ssh) that will be used by students at the university where I work. I was considering in the beginning, one single repository and eventually creating directories for each project inside the repository. It seems to me now, that it is not very secure way of doing things. The directory on the server will be with rights 770 and this means that every student can come on the server and sweep out the whole repository.

Also mistakenly or not, every student can 'svn delete' the whole repository, which could be a nightmare to recover from. An issue might be to create groups and then assign users to groups and then create many repositories and each repository to be assigned with group. This means that I will have to manage tens or hundreds of repositories -- maybe not very common task. What is an optimal solution for this working environment.

View 5 Replies View Related

Ubuntu :: Creating TGZ File - Error Not Recoverable

Jan 17, 2011

Code:
#!/bin/sh
DATE=$(date +%m/%d/%y)
tar zvcf /home/mark/Minecraft/worldbackups/world.$DATE.tgz /home/mark/Minecraft/Public

This give the output of
Code:
mark@kalle-desktop:~/Minecraft/Exec$ sh save.sh
tar: Removing leading '/' from member names
/home/mark/Minecraft/Public/
/home/mark/Minecraft/Public/default.html
/home/mark/Minecraft/Public/world.png
tar: /home/mark/Minecraft/worldbackups/world.01/17/11.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

View 4 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

Ubuntu :: Error Creating File System: Helper Exited With Exit Code 1: Cannot Open /dev/mmcblk0p1: Read-only File System

May 2, 2010

I bought a new SD card which I intend to put some MP3s on - except that I can't write to it because it tells me the destination is Read Only. No-probs thinks I: I'll just reformat it.

"Error creating file system: helper exited with exit code 1: cannot open /dev/mmcblk0p1: Read-only file system"

Various chmod commands all result in Read-only file system. I tried umount then mount commands, but it couldn't find it to mount once I'd unmounted it using the same /media/ file path (I assume it's the only one).

View 9 Replies View Related

OpenSUSE :: Removing A Repo - Error "can't Find The Data For The 'problem' Repo"

Nov 20, 2010

I wasn't paying proper attention when adding a repo to yast and need to find the file were the info is saved to delete this. The problem is that whenever i use yast it comes up with an error code saying that it can't find the data for the 'problem' repo. Have tried zypper rm but that comes up with a similar error advising that the data is in a format that was not expected. My thinking is to track the file were the yast repo source details are saved, delete this and then just add the repos that i use back.

View 6 Replies View Related

Ubuntu :: Cannot Format CD / DVDs - Error Creating File System

Feb 4, 2011

Installed Ubuntu 10.10 and it works very well except I cant format cd or dvds. I am using the disk utility program in administration and keep getting the following error:

Error creating file system: helper exited with exit code 1: Error calling fsync(2) on /dev/sr0: Input/output error

I have tried mounting and unmounting - makes no difference.

View 3 Replies View Related

Ubuntu :: Error Creating Moint Point : No Such File Or Directory?

Apr 19, 2011

I just bought a USB flash drive. Whenever i click it to open its contents it gives me the error " Unable to mount USB20FD " then under that it says "Error creating moint point: No such file or directory " (btw it does say moint point and not mount point, which is kind of weird.i can use the flash drive i just bought.

View 6 Replies View Related

Ubuntu Multimedia :: Creating ISO File In Terminal - Input / Output Error

Feb 15, 2011

I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?

View 4 Replies View Related

General :: Error Occurred While Installing GRUB - Error 15: File Not Found

Aug 11, 2010

I am having a problem installing SLES11 on a new server. It goes fine through the setup until it gets to GRUB, it gets me the following error message: Error occurred while installing GRUB

[code]...

I cant continue the installation without this

View 5 Replies View Related

Software :: Installing From Local Repo

Sep 13, 2010

I have created a local repository to install linux with. (class assignment) Created the following file structure off of /html directory;

/yum/base/13/i386
/yum/updates/13/i386

copied the contents of the packages from my fedora dvd;

mount /dev/cdrom /mnt
cd /mnt/Packages
cp -v * /var/www/html/yum/base/13/i386
cd /
umount /mnt

using rsync against fedora mirror updated the base to have compete set of .rpm packages from the Everything directory. Ran createrepo /var/www/html/yum/base/13/i386 Verified repodata folder was created and the contents are correct, shown below

[Code]....

Boot the PC and start the install using a kickstart file (if you need to see it let me know), all runs fine until it gets to the point of resolving dependency then it errors out - unable to resolve dependency against the repository. May not be the exact phrasing but generally speaking to that effect.

View 2 Replies View Related

OpenSUSE :: RPM Warning Installing From Packman Repo?

Nov 28, 2009

I've just done a clean install of OS 11.2 x86_64, KDE 4.3.1, and got the following message from RPM while installing multimedia support files from Packman using zypper on the command line:

Code:
warning: /var/cache/zypp/packages/ftp.skynet.be-suse/noarch/rpmkey-packman-0.3.8-1.pm.1.1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 9a795806 Similar messages were coming up while installing other packages through Yast, and I'm wondering what the issue is. All of the messages were about the "key ID" at the end of the example line. (Everything is working so I'm not sure if this is a problem or not.)

View 9 Replies View Related

Ubuntu :: 10.10 On Places Menu - Error "There Was An Error Installing The Selected File"

Apr 8, 2011

i tried to install some themes and after the installation, I'm having problems on my "Places" menu(from the upper left next to Applications). The thing is, when I try to(from up to my drive letters) select from the said menu, I'm always being redirected to the themes settings with an error "There was an error installing the selected file."

View 5 Replies View Related

CentOS 5 :: Installing Grace Using Fedora 6 Extras Repo On 5

May 21, 2010

Since I need to install Grace on several lab workstations, I've been working on getting the mirrors.kernel.org fedora 6 extras repo to work. This is what I've done on one workstation: Added to /etc/yum.repos.d/fc6extras.repo:

[fc6-extras]
name = Fedora Extras - 6 - i386
baseurl = http://archive.kernel.org/fedora-archive/extras/6/i386/
enabled = 1

[code]....

then:

yum install grace --enablerepo=fc6-extras

After grace was installed with no errors, I ran:

yum update

Got this dependency problem and would like to know if there is a better solution to what I've done, especially with a hard coded baseurl in the repo file: gstreamer-plugins-bad-0.10.8-4.el5.rf.i386 from installed has depsolving problems --> Missing Dependency: libSoundTouch.so.0 is needed by package gstreamer-plugins-bad-0.10.8-4.el5.rf.i386 (installed)

View 9 Replies View Related

CentOS 5 :: Installing Grace Using Fedora 6 Extras Repo?

Jul 13, 2010

Since I need to install Grace on several lab workstations, I've been working on getting the mirrors.kernel.org fedora 6 extras repo to work. This is what I've done on one workstation:

Added to /etc/yum.repos.d/fc6extras.repo:
[fc6-extras]
name = Fedora Extras - 6 - i386
baseurl = http://archive.kernel.org/fedora-archive/extras/6/i386/
enabled = 1

[Code]....

View 2 Replies View Related

CentOS 5 :: Installing Testing Repo Php And Mysql On PC No Internet/cdrom

Dec 6, 2009

I running Centos 5.3 on a computer with no internet access and no cdrom, i need to know how to keep it updated via USB stick. I have a 2 Gb USB stick, i am trying to update my centos machine and also update php and mysql with the testing repo packages. I am testing vBulletin 4 Publishing Suite and vBulletin 4 requirements are: PHP: 5.2.0 and MySQL:4.1.0 but Recommended: PHP: 5.2.6 or newer AND MySQL: 5.0.19 or newer.

currently running:

PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

and

mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1

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

General :: Error Installing Rails 3.0.1 (File Not Found)

Feb 17, 2011

I am trying to install rails 3.0.1 on ubuntu 10.10. I am getting this error towards the end when i execute this command sudo gem install rails --version 3.0.1.

View 1 Replies View Related

OpenSUSE Install :: Creating ISO-file From Burnt ISO-file On CD-R Gives Different File Length

Jul 25, 2010

I downloaded three iso-images, 1 dvd-image and 2 cd-images:

openSUSE-11.3-DVD-i586.iso
openSUSE-11.3-GNOME-LiveCD-i686.iso
openSUSE-11.3-KDE4-LiveCD-i686.iso

Being paranoid, I created iso-files from the burnt DVD-R and the two burnt CD-R to verify integrity.

The iso-file of the DVD-R was identical to the downloaded image. Both iso-files created from the CD-R were different in size.

The original size of openSUSE-11.3-KDE4-LiveCD-i686.iso is 719.323.136 Bytes.

I only got 718.938.112 Bytes when recreating an ISO-file from my CD-R.

The CD-R is from Sony. When the length of my ISO-file doesn't correspond to the downloaded one, the checksum file verification doesn't work.

View 3 Replies View Related

Ubuntu Installation :: No Root File System Error While Installing 10.10

Apr 15, 2011

i have one partition of 45 Gb...and other of 250 Gb in which windows 7 has been installed..i booted from ubuntu 10.10 CD and then i chose the installation option on desktop...but when i selected the partition of 45GB for installation..the error message said that "there is no root file system on the drive, set it from partition options"..

View 2 Replies View Related

Ubuntu :: Installing OpenCV - File Internal CMake Error

Mar 18, 2010

I am trying to install opencv on ubuntu. I have been following the directions exactly as given in the readme, and all goes well until I enter sudo make install, and get this error:

CMake Error at cmake_install.cmake:61 (FILE):
file Internal CMake error when trying to open file:
/home/iochinome/workspace/trunk/opencv/release/install_manifest.txt for writing.

View 3 Replies View Related

Ubuntu :: Error Installing Ffmpeg - Unable To Make Executable File

Jul 20, 2011

I tried to install ffmpeg on 7.04(Fiesty Fawn). when i ran ./configure from terminal window, i got error regarding c compiler that unable to make executable file.

View 5 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

Ubuntu :: Error While Installing 9,10 (unable To Find Medium Containing Live File System)

May 21, 2010

I am trying to install Ubunto 9.10 on my windows XP. I try to run it from the live cd. but every time i try to do this.. I get an error "Unable to find a medium containging live file system" I tried it from different cds too... so it's not an error in the cd.

View 2 Replies View Related







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