General :: IOError: HTTP Error 404: Not Found

Jun 25, 2010

friends <
I tried installing amanda like this:
yum -y install amanda*
Gathering header information file(s) from server(s)
Server: Fedora Linux / stable for Red Hat Linux 3ES (i386)

[code].....

I tried yum because when i did the simple download o the newest amanda rpm and tried t install.. i get the following dependency problem..

[root@Mixer amanda-dwnload]# rpm -ivh amanda-backup_server-3.1.0-2.rhel4.i386.rpm
error: Failed dependencies:
libcurl.so.3 is needed by amanda-backup_server-3.1.0-2.rhel4
libidn.so.11 is needed by amanda-backup_server-3.1.0-2.rhel4
tar >= 1.14 is needed by amanda-backup_server-3.1.0-2.rhel4

I do have yum installed -- that s when i do

yum --version
2.0.3

i see a vers num.it is a redhat system

uname -a
Linux Mixer 2.4.21-58.EL #1 Tue Nov 4 11:55:15 EST 2008 i686 i686 i386 GNU/Linux
---
cat /etc/issue
Red Hat Enterprise Linux ES release 3 (Taroon Update 9)

[code].....

View 10 Replies


ADVERTISEMENT

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

Ubuntu Servers :: Nagios On 10.04 Server Using Apt-get - HTTP WARNING: HTTP/1.1 404 Not Found

Aug 4, 2010

I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?

View 1 Replies View Related

Fedora Installation :: Upgrade From 11 To 12 Via Preupgrade / Mirrors Return "HTTP Error 404: Not Found"?

Sep 21, 2010

I`m having a problem with upgrading my Fedora 11 to either Fedora 12 or Fedora 13. When i start preupgrade, it lists all packages that need to be upgraded, but then it ends with the message that none of the mirrors can be found. I`m seeing the messages in the console, and indeed all the mirrors return "HTTP Error 404: Not Found". Any idea how to change this and eventually do an upgrade?. I also downloaded the Fedora 13 DVD, and tried to upgrade that way, but it never showed me the window which must give me the option to upgrade instead of doing a fresh install. The explanation in the official website clearly shows that this window exist, but after several tries with the DVD I did not get it.

View 1 Replies View Related

General :: HTTP Config - Point Error Log To Syslogd

Jul 9, 2011

I have configured a virtual host. Here is what I have did,

<VirtualHost rubby.tob.net:80>
ServerAdmin root@localhost
DocumentRoot /var/www/html/
ServerName rubby.tob.net
# ErrorLog logs/dixie_error_log
ErrorLog syslog | local8.*
CustomLog logs/rubby_access_log common .....

The problem here is how to point the error log to syslogd. Here is my syslog file,
#vim /etc/syslog.conf
og all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages! .....

If I point the file, separatelt at httpd.conf for the errorlog, I'm getting the errog log. I'm using Centos 5.6.

View 4 Replies View Related

Ubuntu :: Adding Package Sources Fails - HTTP Not Found

Jul 2, 2010

When I try to add software sources (specifically those for Scratchbox, but I get the same error with everything), I get an error message: "http://http not found". Obviously that is not a valid APT line and I have no idea what it is doing in my software sources. How do I take it out?

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

General :: Broken Dual Boot - Xp / Ub - Error: Error File Not Found - Grub Rescue

May 21, 2011

Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message

error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.

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

Fedora :: Install Wine But Get This Error: [Errno 14] HTTP Error 400?

Apr 9, 2010

I've tried to install Wine but I get this error: [Errno 14] HTTP Error 400 :http://linuxdownload.adobe.com/linux...ata/repomd.xml Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again Not sure what is happening here. Can anyone give me some idea and maybe a way to overcome it?

View 4 Replies View Related

General :: Error: Script.sh: 15 [y: Not Found

Apr 23, 2010

What i want to do is make a list for the current directory, then checking if it already exists if so ask the user if he wan'ts to overwrite, if no go back, if yes, overwrite the file. At last if the file doesn't exist i want to create it and fill it up with the list from the directory. This is how i failed

if [ -e dirdump.dmp ]; then
echo " The file already exists , overwrite? y/n "
read input
if [$input == "n"]; then
break

[Code].....

I get the following error: script.sh: 15 [y: not found

This is when i choose to type y.

View 6 Replies View Related

General :: Error:32 /usr/include/gtk/gtk.h Is Not Found

Feb 17, 2011

i have written a simple program in gtk. #include<gtk/gtk.h> //header file main program.. on compiling it is showing fatal error:32 /usr/include/gtk/gtk.h is not found. i have checked the location but file is there.

View 2 Replies View Related

General :: Comand Not Found Error?

Jul 18, 2011

While following this guide https://help.ubuntu.com/community/Wi...Driver/bcm43xx to get my wireless to work, I get anerror that says that the directory does not exist.The command is tar xfvj broadcom-wl-4.150.10.5.tar.bz2hird post has a screenshot as an attachment. The tar file is on my Desktop.

View 14 Replies View Related

General :: Error: SSL Headers Not Found

Mar 25, 2011

I am tying install part image but ı receiving an error message like this:

#./configure
configure: error: SSL Headers not found.
i am using ubuntu 9.10 64bit

View 4 Replies View Related

General :: Error: GSL CBLAS Library Not Found?

Jun 16, 2010

I tried to compile one software. After I typed "./configure", there is an error:error: GSL CBLAS library not foundI installed GSL 1.9 library --- When I was installing, it was like this:

make install
Making install in gsl
make[1]: Entering directory `myDir/gsl-1.9/gsl'

[code]....

View 5 Replies View Related

General :: Error In Update F12 - Repository Not Found

Jan 31, 2010

This is more technical. I installed F12 and then I tried to update the system (system - administration - softwareupdate). I receive the following error:

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)

Is there a need to set more my repo?

View 6 Replies View Related

General :: Error - Installpkg Command Not Found

Mar 3, 2011

i'm using ubuntu 8.4 when i want install file.tgz, i found an error like

"installpkg command not found"

even though i have typed the command like this

"#installpkg file.tgz"

so, what's the problem with this?

View 7 Replies View Related

General :: Crontab Error (Command Not Found)

Jun 15, 2010

I am scheduling a command for a specific time every day.
Linux crontab format which I am using :- MIN HOUR DOM MON DOW CMD
30 08 10 06 * /home/mach/script.sh
Some presetting is required?

View 13 Replies View Related

Ubuntu Networking :: Error "HTTP Error 403.1 - Forbidden: Execute Access Is Denied. Internet Information Services (IIS)" Browsing To Site

May 10, 2011

running Ubuntu 10.10 and mozilla and seamonkey... Tried to access a website: [URL] and got the error: The page cannot be displayed You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. Please try the following: Contact the Web site administrator if you believe this directory should allow execute access. HTTP Error 403.1 - Forbidden: Execute access is denied. Internet Information Services (IIS)

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

General :: Error - No Lock File Found In /var/run/nagios.pid

Jun 22, 2010

I have a problem when I try to service nagios start, error is the following; No lock file found in /var/run/nagios.pid So when I verified the sample Nagios configuration files whit /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg, get: -bash: /usr/local/nagios/bin/nagios: No such file or directory

View 3 Replies View Related

General :: Edac Error - Device Not Found (E7xxx)

Jan 14, 2011

Hey, im new to linux but i like it very much. recently built decent computer and put Mint 10 on it. every thing works fine but get a strange message after I install the driver for nvidia video card. Message is an edac error "device not found" E7xxx.? Not sure of any of it. System still works fine. Graphics are working great. Also the linux mint boot screen changed to some generic looking screen that says Linux Mint 10 in an old dot matrix type format.

Here's what I have:
Tyan i7501 s2735
(2) 2.4 Xeon cpu's
320 gb seagate hd
2gb ram
8400 GS Geforce 512mb video card

View 10 Replies View Related

General :: Error Found While Install Linspire And Xandros

Jun 29, 2011

When I try to Install Linspire I always encounter the error 25 can please what king of error this. Is this a Hardware problem or what. because this is my first time to use this Linspire....Regarding to xandros when I try to install this I always encounter error 17 but I used express installation and when the xandros ask to restart the pc and start he did not continued execution it appear error 17.

View 5 Replies View Related

General :: NIC Driver Install Error - Source Not Found

Jun 28, 2010

I am trying to install NIC driver, at last when I am using command make the following output is coming. How to come out from this error:
Makefile:65 *** Linux source not found. Stop.

View 2 Replies View Related

General :: Setting Up A Cronjob / Error Saying Php Command Not Found?

Apr 5, 2011

i have a site where I need to run a couple of php scripts every day..therefore I was thinking to setup a cronjob to do this. Unfortunately I get a whole bunch of errors trying to do so.

I can execute the php scripts via a command line without problem, one example would be

php /home/site/domains/stie.be/public_html/admin/cronjobs/cronjob_daily_ssh.php

however when i enter this command as such in a cronjob I get an error saying php command not found ( or something similar , doing this out of memory)

I tried to add the full path to the php command, but also this doenst work

the best workaround I found was to execute the php scripts with a lynx - dump command, but obviously this is not the right way.

View 7 Replies View Related

General :: Make: Ifort: Command Not Found ERROR 127

Feb 26, 2010

I am completely new to linux and am trying to run a Fortran program for class. I typed in "make C=R" and it ran through a long list of things and then came up with that error.

View 1 Replies View Related

General :: Clearing Error 15 From Grub - File Not Found

Mar 4, 2011

I am using Ubuntu 10.10 dual booted with windows vista. My boot is in a separate partition (sda5). My computer told me that there was limited space on that partition so I tried to clean things up using apt-get by removing old kernels. Turns out I didn't do it correctly because I consistently get an 'ERROR 15' when I shut down and rebooted my computer. I have a live-CD USB-stick so I tried reinstalling grub, (grub-install) updating the menu.lst (update-grub), and manually going through menu.lst and changing to root=(hd0,4) and groot=/dev/sda6. But I still get this ERROR 15 when I reboot.

when I do
sudo grub
find /boot/grub/stage1
find /boot/stage1

Both give me an ERROR 15 message and I'm not sure how to proceed with a diagnosis. When I ran update-grub, occasionally it used to tell me that /etc/fstab may be incorrect. Here is /boot/grub (note that stage 1 does exist!) ( this is /dev/sda5)

Code:
root@ubuntu:/# ls /boot/grub/
default fat_stage1_5 jfs_stage1_5 minix_stage1_5 stage2
device.map grubenv menu.lst reiserfs_stage1_5 xfs_stage1_5
e2fs_stage1_5 installed-version menu.lst~ stage1

Here is my problem
Code:
grub> find /boot/grub/stage1
Error 15: File not found
grub> find /boot/stage1
Error 15: File not found

I guess my main question is, if stage1 can't be found, what does that mean? What should I do next?

View 5 Replies View Related

General :: SuSe 11.3 Error - No Boot Sector Found

Feb 17, 2011

I recently installed 11.3 on an external drive. After adding some software in yast (searched Kernel and checked every option), I was prompted to reboot but the no boot sector found error came up. Tried reinstalling with the same result. Grub is boot loader

View 8 Replies View Related

CentOS 5 :: Error During Net Install FTP/HTTP

Sep 28, 2009

I was wondering how i can install thru FTP and/or HTTP if the source-path isn't correct recognized by the installer. e.g. http install

Server name:

The installer recognized

[url]

And i can't start the directory without a slash. So, the installer never will find the files it is looking for. Using CentOS 5.3.

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