Server :: ErrNo 14 And ErrNo 256 In Yum Configuration

May 21, 2011

I have installed CentOS 5.6 guest in vmware. This machine has host-only networking. I would like to install vmware-tools, which requires that gcc be installed. (As vmware tools is not yet configured, I cannot copy paste the error. So I am typing it out). As gcc has dependancies, I thought of configuring a local yum repository via http. http is already up and running fine.These are the steps I did:

I mounted the iso as loopback in /mnt/cdrom.

cd /var/www/html
mkdir -p yum/base-pkg

/var/www/html/yum/base-pkg is where all the rpm's going to be served via http will be present. I am changing the ownership of /var/www/html/yum/base-pkg to apache:apache, though not sure if this step is required.

chown -R apache:apache /var/www/html/yum/base-pkg
Now, cd /mnt/cdrom
ls CentOS | wc -l
shows 2684

I am copying these 2684 packages as follows:

cp -avr CentOS/* /var/www/html/yum/base-pkg

I am also copying the directory "repodata" as follows:

cp -R repodata/* /var/www/html/yum/base-pkg
Now, cd /etc/yum.repos.d

ls shows the following files:

CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo

I am renaming the .repo directories to something else. I hope this will ensure that yum will not look into the default repositories, rather will look only into my custom repository file.

for i in $(ls); do mv $i $i.org; done

Now I am creating my repository file named mylocal.repo (in /etc/yum.repos.d)

touch mylocal.repo
vi mylocal.repo
[base-local]
name=Centos $releasever - $basearch

[code].....

View 4 Replies


ADVERTISEMENT

Red Hat / Fedora :: Yum Configuration - [Errno 256] No More Mirrors To Try

Jan 22, 2011

How to be sure that my yum is working? I think its not working as: if I enter on terminal I find the error: Code: yum install yumex many lines saying trying other mirror and then at the last line: Code: python-enum-0.4.3-6.fc12.noarch: failure: Packages/python-enum-0.4.3-6.fc12.noarch.rpm from fedora: [Errno 256] No more mirrors to try.

View 2 Replies View Related

Ubuntu :: Xinit: Connection Reset By Peer (errno 104): Unable To Connect To X Server

Oct 2, 2010

when i run "sudo startx" i get the message:

"(= Log file: "/var/log/Xorg.0.log", Time: Sat Oct 2 15:33:49 2010
(= Using config file: "/etc/X11/xorg.conf"
(II) Module "ddc" already built-in

[code]....

Fatal server error:

no screens found

waiting for X server to begin accepting connections giving up.

xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error."

My version of ubuntu is 8.04 and the video card is 82G33/G31 Express Integrated Graphics Controller.

View 9 Replies View Related

Ubuntu Installation :: Errno 30 - Read Only Filesystem

Mar 11, 2011

I am installing Ubuntu 9.04 Desktop on my system. using entire disk. my disk is new one. first time i installed ubuntu on it successfully, used it and installed new kernel and some upgrades. all were successful.but on installing some drivers, its files system corrupted. so I had the need to re-install the OS again. NOW , when i am installing the OS, it gives error "(Errno 30] Read only filesystem" explaining that either CD/DVD is corrupt or HDD is corrupt. temperature of the environment may be high. I changed the system , ehanged the environment, moved to some cool place, changed CD drive and CD (after making new one from ISO), changed the HDD but all useless, error is there,

while installation is in progress my sda1 is mount on /target. when i see fstab, here in the line of /dev/sda1 ,error=remount-ro is observed. sometime installation gives error no 5 sometimes it gives error no 30 but both the errors convey almost same message explaining that either HDD is corrupt or CD. As i have explained that I changed every thing including HDD and CD but the error is same.

View 5 Replies View Related

General :: OSError: [Errno 22] Invalid Argument

Apr 19, 2011

iam having a problem while using the urlwatch utility in linux

/usr/bin/urlwatch --urls=/home/etika/Desktop/etikaa.txt
file pathname is /home/etika/Desktop/etikaa.txt

when ownership is tomcat it doesnot run when ownership is etika(which is the user on the system through which iam running my script why the file which is passed to urlwatch is not accepted if that's file owner is tomcat6 it gives the following error

Traceback (most recent call last):

File "/usr/bin/urlwatch", line 221, in <module>
for job in handler.parse_urls_txt(urls_txt):
File "/usr/share/urlwatch/urlwatch/handler.py", line 128, in parse_urls_txt
shelljob_errors.append('%s not owned by %s' % (urls_txt, os.getlogin()))
OSError: [Errno 22] Invalid argument

but when the ownership of the file is changed to etika it run smoothly why urlwatch does not run when the file containing the urls is owned by tomcat with full 777 permission but run with etika (user on the system) through this iam running my shell script

View 2 Replies View Related

CentOS 5 :: Command YUM Install Samba - Errno 4

Mar 17, 2011

I having problem with command YUM install samba* : Below is detail :

[Code]....

View 2 Replies View Related

CentOS 5 :: Errno Messages When Installing Vsftpd

Aug 10, 2011

I'm new to Linux so I'm unsure how to resolve this. I'm trying to install vsftpd in order to make our CentOS box an FTP server for backups. But I keep running into this problem when doing the "yum install vsftpd"

[root@abc ~]# yum install vsftpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.trouble-free.net
* base: hpc.arc.georgetown.edu

[Code]...

View 2 Replies View Related

Ubuntu :: Errno 5 Input/output Error When Trying To Install 10.04?

May 2, 2010

The title is pretty self explanatory, I was just wondering how to overcome this error, if I can...

View 9 Replies View Related

Ubuntu Installation :: OS Completely Freezes For Few Seconds - Errno 5

Feb 9, 2011

I am installing Ubuntu for the first time as a result of my Programming teacher starting me on a webserver project that will not work on windows. I dug up an older Dell, about 5 years old, and I keep getting install errors Just under halfway through. The OS will completely freeze for a few minutes then say 'errno 5'.

View 7 Replies View Related

Ubuntu Installation :: Errno 5 - Input Output Error

May 1, 2011

Asus EEEPC 1215P
Intel Atom N550 1.5 GHz
2 GB DDR3

Ubuntu 10.10
Maverick Meerkat
Desktop Edition

Tried changing BIOS setting...

SATA Run Mode configuration
Enhanced AHCI
Enhanced IDE
Compatibility
Disabled
non of them worked

View 1 Replies View Related

CentOS 5 :: YUM [Errno -1] Package Does Not Match Intended Download

May 28, 2010

I have a LAMP server that have been working allright for some time now.

I have been running 'yum update' on it every month without problem up until this morning.

Today when I try to update I get the following:
Error Downloading Packages:
1:net-snmp-libs-5.3.2.2-9.el5_5.1.i386: failure: RPMS/net-snmp-libs-5.3.2.2-9.el5_5.1.i386.rpm from updates:

[Code].....

View 19 Replies View Related

Fedora :: Installing Wine In 13 - Errno 5] Input/output Error

Jul 28, 2010

I'm trying to install Wine on Fedora 13, I tried installing it from the "Add/Remove Software Repository" but the installation fails, I tried installing it from the Terminal using the following command as root: "yum install wine"

Here's the output I get:

Code:

View 13 Replies View Related

Ubuntu Installation :: Install V 10.04.1 - Errno 5 - Input/Output Error

Aug 28, 2010

I am trying to install v 10.04.1 and it works up till 34% and then it gives me that error. So annoying and i don't have any other OS's.

I am posting this from a bootable 9.10 CD which doesnt even partition right.

I have a 64 bit CPU but i downloaded 32 bit ubuntu.

View 9 Replies View Related

Ubuntu Installation :: Getting - Errno 5 - Input/output Error - When Trying To Install 10.10 Via PXE

Oct 10, 2010

I've managed to boot up ubuntu-10.10-desktop-amd64 using PXE, but when the installer is copying the files it fails. I've md5sum checked the iso and it is OK.

Quote:

This is often due to a faulty CD/DVD disk or drive, or a faulty hard disk. It may help to clean the CD/DVD, to burn the CD/DVD at a lower speed, to clean the CD/DVD drive lens (cleaning kits are often available from electronics suppliers), to check whether the hard disk is old and in need of replacement, or to move the system to a cooler environment.

View 4 Replies View Related

Red Hat / Fedora :: Setup Iptables - IOError: [Errno 13] Permission Denied

May 26, 2011

I am trying to set up iptables, I get this error message and dont' know what to do.

[Code]...

EDIT. I did chmod 777 /etc/sysconfig/iptables.old and it still doesnt work

View 9 Replies View Related

Ubuntu :: Install Mint - Errno 5 Input - Output Error

Sep 20, 2010

Everytime I attempt to Install Ubuntu or Mint, I get the above error and I am unsure as to why it keeps happening. I read on other forums it can be due to your optical drive so I tried 4 different burners and 3 different types of CD's.

I know they work fine because I use them for other PC's. I've used them on windows XP, Vista, 7 and Mandriva Linux without a single problem. It's only when attempting to install Ubuntu or Mint that I get these errors and it happens every time.

In the error it also mentions that their may be a problem with your HDD, but I've used that HDD for windows xp through its whole life, I only just reformatted earlier in an attempt to install Linux.

View 6 Replies View Related

Software :: Rdiff-backup - Errno 5 - Input/output Error ?

Jun 19, 2011

While running a simple backup using a basic rdiff-backup command such as: # rdiff-backup /DataDrive /BackupDrive

Got a pair of message lines in the error log for a few "problem" files. Each problem file had two lines similar to the following: ListError Directory/file01.jpg [Errno 5] Input/output error UpdateError Directory/file01.jpg rdiff-backup.tmp.1234 [Errno 5] Input/output error

View 1 Replies View Related

CentOS 5 :: GPG Key Retrieval Failed: [Errno 14] HTTP ERROR 404: Not Found?

Apr 20, 2011

I have a problem with GPG key, when I tried to run #yum updateI have got this errorwarning:rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID d05c057cGPG key retrieval failed: [Errno 14] HTTP eRROR 404: Not foundI used Centos 5.5.

View 10 Replies View Related

Fedora :: Failure: Repodata-primary.sqlite.bz2 From Updates: [Errno 256] No More Mirrors To Try?

Jun 10, 2010

Fresh install of F13, just went to update and I get the following error:Code:failure: repodata-primary.sqlite.bz2 from updates: [Errno 256] No more mirrors to try.

View 7 Replies View Related

Ubuntu Installation :: 10.04 - Installing With Usb Flashdrive - Errno 5 - Input/output Error

Jan 18, 2011

Laptop: Compact Presario C706NR Notebook Pc. Ive just tried to install Ubuntu 10.04 and unluckily failed... Ive checked the hard disk and it has responded error: 1files. [Errno 5] Input/output error

I'm running it on a USB. at the moment im using it as my comp. my windows vista is gone. Id like to fully install any recommendations?

View 2 Replies View Related

Ubuntu :: Can't Install - ERROR WindowsBackend: [Errno 2] System Can't Find File Specified

Sep 21, 2010

I'm having a problem installing Ubuntu using wubi. I get the error:

09-20 23:51 DEBUG TaskList: ## Running uncompress_target_dir...
09-20 23:51 ERROR WindowsBackend: [Errno 2] The system cannot find the file specified

and later on in the log:

[code]...

View 1 Replies View Related

General :: Xinit: Permission Denied (errno 13): Unable To Connect To Xserver

Jul 7, 2011

I am unable to start my xserver, using the startx command that I have been using for the past 5 years. It goes to the blue loading screen with the x for a cursor, hangs there for about a min or so then goes back to the command screen. I get an error:

Code:

giving up. xinit: Permission denied (errno 13): unable to connect to xserver waiting for xserver to shut down xinit: Server error.I have tried logging on as root and trying startx again. Same error.

View 2 Replies View Related

CentOS 5 :: /primary.sqlite.bz2: [Errno -1] Metadata File Does Not Match Checksum?

May 10, 2011

I have several CentOS 5.5 machines running on my network; yum works just fine for them. I used the 5.5 cds to install them. I decided to grab the DVD of 5.6 and build a new machine. Can't run yum.

http://mirrors.finalasp.com/CentOS/5.6/updates/x86_64/repodata/primary.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.

[code]....

View 11 Replies View Related

Fedora :: Error [kupfer.plugin.websearch] OpenSearchSource: [Errno 2] No Such File Or Directory

Dec 1, 2010

I wanted to give kupfer a try, though I had to build it from source as it doesn't appear to be in the repos. The building seemingly went fine and installed, but I get these error(s) when I try to run the program:

Code:
$ kupfer
Kupfer: A free software (GPLv3+) launcher
Copyright � 2007--2010 Ulrik Sverdrup with others
http://kaizer.se/wiki/kupfer/
Error [kupfer.plugin.websearch] OpenSearchSource: [Errno 2] No such file or directory: '/home/snakepc/.mozilla/firefox/z6orlu2l.default/searchplugins'

[Code]...

View 1 Replies View Related

OpenSUSE Network :: Unable To Run NFS On 11.1 - Nfsd: Non-standard Errno: -117" About 2500 Times Per Second

Feb 19, 2010

While doing some tests on a new Server running OpenSuse 11.1 nothing happened.When switching over to productive system serving the homedirs of 100 users the system run into trouble reporting "nfsd: non-standard errno: -117" about 2500 times per second.The nfs-share is on a seperat disk (xfs) about 5TB (2TB used) of data. The network interface is a bond0 (2 eth interfaces on E1000-nics).

View 2 Replies View Related

General :: Bit Torrent Client Ubuntu Netbook Edition Urlopen Error - Errno 111

Jun 13, 2011

I'm new to ubuntu and trying to use bit torrent, while installing there was an error message, but the program was still shown as installed. When I tried to use it i got this error "urlopen error [Errno 111]".

View 6 Replies View Related

Ubuntu :: Error: "Note: Cannot Open TUN/TAP Dev /dev/net/tun: Permission Denied (errno=13)"

Mar 14, 2011

I have a problem setting up a TUN interface for OpenVPN. Running OpenVPN gives me this error: "Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13)"

Which i tracked down to: "WARNING: Couldn't open directory /lib/modules/2.6.18-164.15.1.el5.028stab068.9: No such file or directory" (if i run /sbin/modproble tun). Does anyone know how to fix this?

View 1 Replies View Related

Software :: Setgid() Failed With "errno=1, Operation Not Permitted"?

Jul 26, 2010

have a simple program attached below. I login as root, compiled and ran setgid_test.c as root also. The program simply tries to copy a file "seed_file" to a new "test_file". The new "test_file" should have user id: 40088, group id "40000". When I ran a.out, setuid() worked, but setgid() failed. I have to have this work, because I always login to a root, but will create files with different uids and gids to test a quota system.Please note that both uid and gid I used are valid. I have NIS client setup properly.[root@rtplab101 sunp]# ypcat passwd|grep 40088 |grep 40000dvt_usr40088:aK5r4VXKZIBUo:40088:40000:quota_testing:/:/bin/cshMy Linux client is running RedHat 5, Linux 2.6.18-92.el5PAE

-rwxr-xr-x 1 root root 2406185 Jul 26 10:56 seed_file
-rw-r--r-- 1 root root 632 Jul 26 2010 setgid_test.c
-rwxr-xr-x 1 root root 5928 Jul 26 2010 a.out

[code]....

View 2 Replies View Related

Programming :: GCC Unable To Find "errno" When Compiling On Ubuntu?

Dec 14, 2010

I am trying to compile a very simple program which uses errno variable, but I am getting compile error of not finding "errno" Given is my program.

1 #include <stdio.h>
2 #include <unistd.h>
3 #include <fcntl.h>

[code]...

View 2 Replies View Related

Programming :: Python "IOError: [Errno 24] Too Many Open Files"?

Feb 2, 2011

I'm trying to write a mediaplayer for my phone + computer in python... It is going well, but I ran into a problem when I moved the programme from my phone (where it worked) to my computer (where it didn't). The error I got was:

Code:
File "./hearse.py", line 169, in getSongInfo
File "/home/joshua/scripts/python2/myMusic.py", line 120, in getSongTitle

[code]....

View 2 Replies View Related







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