LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-19-2009, 07:04 AM   #16
dludenar
Member
 
Registered: Sep 2005
Location: Japan
Distribution: CentOS 5.2 / Fedora Core 8
Posts: 41

Rep: Reputation: 20

Hello mq15

Well, it could be two options in this case:

1. Please check the network configuration you are using, be sure that is correctly configured

2. If after checking your network configuration please install third party repositories:

being root

rpm -ivh http://rpm.livna.org/livna-release-6.rpm

rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY


rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm

rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*


If this doesn't help please let me know.

Regards

Dennis
 
1 members found this post helpful.
Old 04-23-2009, 08:47 AM   #17
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Rep: Reputation: 31
thanks Dennis but I get this result of your given commands:
[QUOTE][root@localhost ~]# rpm -ivh http://rpm.livna.org/livna-release-6.rpm
Retrieving http://rpm.livna.org/livna-release-6.rpm
warning: /var/tmp/rpm-xfer.Uffzpp: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing... ########################################### [100%]
1:livna-release ########################################### [100%]
[root@localhost ~]# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
[root@localhost ~]# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/...ble.noarch.rpm - transfer failed - Unknown or unexpected error
[root@localhost ~]# clear

[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/...ble.noarch.rpm - transfer failed - Unknown or unexpected error
[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/...ble.noarch.rpm - transfer failed - Unknown or unexpected error
[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/...ble.noarch.rpm - transfer failed - Unknown or unexpected error
[/QUOTE

Regards
 
Old 04-23-2009, 10:00 AM   #18
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Rep: Reputation: 31
also:
Quote:
[root@localhost Download]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*rpm: import read failed(-1).
 
Old 05-04-2009, 03:28 AM   #19
dludenar
Member
 
Registered: Sep 2005
Location: Japan
Distribution: CentOS 5.2 / Fedora Core 8
Posts: 41

Rep: Reputation: 20
Hello mq15

Sorry for the late answer. Well look, some Fedora updating systems use P2P packages in order to perform the updates, please check if your network administrator allow this traffic, if not, please request to allow you this traffic and try again please.

Regards

Dennis
 
Old 10-14-2009, 06:02 AM   #20
mika0101
LQ Newbie
 
Registered: Oct 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by mq15 View Post
Thanks Dennis for this perpetual assistance.
I waited for about 7 hours, every mirror timmes out after 2.0MB of download.
Should I wait so long?
Regards

Hi! I have just installed ns-2.34 using cygwin on windows.
I always get the same error when i try to execute a ns script.
ns:command not found.
The problem is that i have been reading the others messages of this forum and my bash profile is this:

# base-files version 3.7-1

# To pick up the latest recommended .bash_profile content,
# look in /etc/defaults/etc/skel/.bash_profile

# Modifying /etc/skel/.bash_profile directly will prevent
# setup from updating it.

# The copy in your home directory (~/.bash_profile) is yours, please
# feel free to customise it to create a shell
# environment to your liking. If you feel a change
# would be benifitial to all, please feel free to send
# a patch to the cygwin mailing list.

# ~/.bash_profile: executed by bash for login shells.

# source the system wide bashrc if it exists
if [ -e /etc/bash.bashrc ] ; then
source /etc/bash.bashrc
fi

# source the users bashrc if it exists
if [ -e "${HOME}/.bashrc" ] ; then
source "${HOME}/.bashrc"
fi

# Set PATH so it includes user's private bin if it exists
# if [ -d "${HOME}/bin" ] ; then
# PATH=${HOME}/bin:${PATH}
# fi

# Set MANPATH so it includes users' private man if it exists
# if [ -d "${HOME}/man" ]; then
# MANPATH=${HOME}/man:${MANPATH}
# fi

# Set INFOPATH so it includes users' private info if it exists
# if [ -d "${HOME}/info" ]; then
# INFOPATH=${HOME}/info:${INFOPATH}
# fi


I hope anyone can help me please!!!

Greetings!!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NS2 installation eby83 Linux - Newbie 2 06-11-2007 01:08 AM
can anyone help me with NS2 in linux abdul-hameed Linux - Software 1 12-29-2005 07:11 AM
Ns2 ConfusedMonkey Linux - Software 3 10-05-2005 11:32 AM
Can't install NS2 on FC4 - Tcl make eror skyeman Linux - Software 1 08-24-2005 03:17 AM
problem with NS2 cain_eve Programming 1 04-17-2005 03:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration