Fedora :: Installing Autoten - Transfer Failed (Connection Timed Out)
Dec 12, 2010
I've been trying since yesterday to install autoten per instructions below [URL]. However it has failed each time I have tried. Below is the terminal response.
Code:
[colyn@Fedora ~]$ su
Password:
[root@Fedora colyn]# rpm -Uvh [URL]
Retrieving [URL]
curl: (6) Could not resolve host: dnmouse.org; Connection timed out
error: skipping [URL] - transfer failed
[root@Fedora colyn]#
I am doing a copy/paste so I am not mis-typing the information. It says that the connection has timed out but I get the error message within 5 seconds of hitting enter.
View 8 Replies
ADVERTISEMENT
Jun 1, 2010
I am from India, and I tried to update my Ubuntu system today. Code: $sudo apt-get update The update failed because the connection to the India mirror timed out: Code: [URL] Could not connect to in.archive.ubuntu.com:80 (111.91.91.37). - connect (110: Connection timed out) I tried the update a few times, with the same result every time.
I had firestarter running at this time, and noticed that I would get new security events every time I tried an update. I checked the events list, and it turned out that the machine at the ip address 111.91.91.37 (the in.archive.ubuntu.com machine, to go by the above error message) had been trying to make connections to seemingly random ports on the machine every time I tried the update: see the attached screenshot. I then changed my repositories to the Main Server using Synaptic, and tried the update again (from the command-line). This time it worked without a hitch, and firestarter did not report any unwanted incoming connection. why is the India mirror trying to open connections that the Main server apparently does not need in order for me to do the update? Should I (we) be concerned?
View 3 Replies
View Related
Mar 8, 2010
I am building 1 system includes 1 firewall server using iptables 1 Webserver && 1 FTP server. On FTP server IP: 192.168.1.2 - GW: 192.168.1.1, I installed ProFTPD successfully. In LAN I do everything successful.
On Firewall server <IP PUBLIC> on eth0 && IP LAN eth1: 192.168.1.1
Iptables rules:
Code: # Generated by iptables-save v1.3.5 on Sun Mar 7 21:01:16 2010
*nat
:PREROUTING ACCEPT [950:126970]
:POSTROUTING ACCEPT [89:5880]
:OUTPUT ACCEPT [19:1342]
-A PREROUTING -d <IP PUBLIC> -i eth0 -p tcp -m tcp --dport 21 -j DNAT --to-destination 192.168.1.2:21
-A POSTROUTING -s 192.168.1.2 -o eth0 -j SNAT --to-source <IP PUBLIC>
COMMIT
# Completed on Sun Mar 7 21:01:16 2010
# Generated by iptables-save v1.3.5 on Sun Mar 7 21:01:16 2010
*filter
:INPUT DROP [1599:157409]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [232:34452]
-A INPUT -i lo -j ACCEPT
-A INPUT -i eth1 -j ACCEPT
-A FORWARD -i eth0 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -o eth0 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
-A OUTPUT -o lo -j ACCEPT
-A OUTPUT -o eth1 -j ACCEPT
COMMIT
# Completed on Sun Mar 7 21:01:16 2010 In FTP server i access to internet good.
I check port 21 on IP PUBLIC , it's return Open.
But when I using ftp command then it's show Code: Connected to <IP PUBLIC>.
220 ProFTPD 1.3.3 Server (FTP Server) [192.168.1.2]
User (<IP PUBLIC>:(none)): longvnit
331 Password required for longvnit
Password:
230 User longvnit logged in
ftp> dir
200 PORT command successful
Aborting any active data connections...
ftp> bye
C:Documents and SettingsLONGVNIT>ftp <IP PUBLIC>
Connected to <IP PUBLIC>.
220 ProFTPD 1.3.3 Server (FTP Server) [192.168.1.2]
User (<IP PUBLIC>:(none)): longvnit
331 Password required for longvnit
Password:
230 User longvnit logged in
ftp> dir
200 PORT command successful
425 Unable to build data connection: Connection timed out
ftp> dir
200 PORT command successful
425 Unable to build data connection: Connection timed out
ftp>
View 5 Replies
View Related
Jul 4, 2011
when I try to connect via PuTTY from a windows machine I get " PuTTY Fatal error connection timed out. I try to do so via a router redirecting IPadr:86 to local adr:22 on the Linux machine.
I seems not to be a routing issue since the router is setup to redirect apparently correctly.
Well I have stopped iptables and selinux is disabled. The sshd deamon is running. I can logon with ssh locally "ssh webcamATlocal adr".
View 3 Replies
View Related
Jul 14, 2011
In our development box we are configured postgresql to work with Jboss. The thing is we have firewall iptables in our linux box. when the iptables is stopped we can connect the postgres db locally using -h option, also we can connect thru a weblink we have created using Jboss. But when the iptables is started we can't connect the db locally using the -h option and the web is giving the below error. Caused by:
org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
at org.postgresql.core.v3.ConnectionFactoryImpl.openC
[code]....
View 1 Replies
View Related
Mar 3, 2009
In a little over my head here but eager to learn. Running Fedora 10 on an IBM T41. Trying to set up a local server so that I can run PHP and test webpages locally (I'm a client-side web designer). Went through the SendDerek tutorial and everything went great until I tried to check the port with canyouseeme.org. I get "Connection timed out" every time.
- The httpd service is started via the terminal.
- Port 80 is unblocked via "Firewall Configuration."
- I set up port forwarding on my router.
What am I missing? I just want to be able to have the local computer run my PHP scripts instead of having to upload them to a remote server every time I make a change.
View 10 Replies
View Related
Mar 23, 2011
Linux printing appeared to be working fine up until yesterday. Today typing lpq gives the following: lpq Printer 'sdst@other.domain' - cannot open connection - Connection timed out Make sure LPD server is running on the server
The /etc/cups/printers.conf file is properly set, the printers appear in localhost:631 and they are printing test pages. However, all command line print commands seem to be trying to print to sdst@other.domain I don't know why printers.conf is being ignored and why and how sdst@other.domain was added. Seems like it might have been auto-discovered?
# dit: sdst@other.domain was mentioned in /usr/local/etc/lpd.conf I'm not sure why lpd.conf is being used instead of /etc/cups/printers.conf
View 1 Replies
View Related
Nov 23, 2009
I have just installed Google using Autoten but it didnt work. Does anyone know how to uninstall programs that have been installed through Autoten.
View 11 Replies
View Related
Sep 8, 2011
Where can I get autoten the older version? The one that had frostwire in it? Because I like the older version of frostwire and I can't find it on google. So I want an older version of autoten that had frostwire in it. Because the new autoten does not have frostwire installed.
View 3 Replies
View Related
Oct 21, 2010
I had this issue with Fedora Core 13, so I switched my laptop back to OpenSuse and continued to have the problem. I can do a host lookup for software.opensuse.com and I get a correct response ...
Code:
linux-edxs:/etc # host software.opensuse.org
software.opensuse.org has address 195.135.221.150
linux-edxs:/etc # host download.opensuse.org
download.opensuse.org has address 195.135.221.134
Firefox works. Thunderbird finds my mail servers just fine. SSH works. But then when I try to do anything involving software updates or installation, I get ...
Code:
linux-edxs:/etc # zypper update
Retrieving repository 'Updates for openSUSE 11.3 11.3-1.82' metadata []
Download (curl) error for '[URL]':
Error code: Connection failed
Error message: Couldn't resolve host 'download.opensuse.org'
I've seen others here post queries about this, and I'll tell you what it was in my case: our DSL modem's DHCP server returns its own IPV4 address as the DNS server. When I looked at /etc/resolve.conf, I saw "nameserver: 192.168.50.254" on the last line -- the IPV4 address of our DSL modem. I manually inserted "nameserver" lines for our ISP's two actual DNS servers, and everything magically started working. Why this should confuse some software under Linux, but not other software, is a mystery. It also seems to be Gnome-specific (I didn't have this problem with OpenSuse 11.3 and KDE 4).
Ask if they're using Gnome, and ask them to check resolve.conf. A lot of DSL modems and home/small office routers return their own IP address (i.e., the same as the gateway address) for the DNS server on a DHCP query. The solution is to manually edit resolve.conf and put in your ISP's DNS server addresses manually. Incidentally, just my opinion, but Network Manager needs to make this an option. Under Windows, for example, you can select "automatically assign DNS" or you can enter them manually, even if you're using DHCP. It'd be nice if Network Manager permitted that.
View 6 Replies
View Related
Jul 3, 2009
I just tried installing Google Earth on my fresh 64 bit Fedora 11 install using autoten, which I used earlier to install java and some codecs. I also used leighs guide to install 64 bit flash and remove nspluginwrapper. All was working fine. Then I decided to use autoten to install googleearth. It failed early giving an error saying:
First error was:
resolving dnmouse.org... failed: Name or service not known.
wget: unable to resolve host address `dnmouse.org'
Error getting repository data for googleearth, repository not found
# checking installation..
Size of report file is 0 lines
Error window opened up saying:
Google earth, was not installed correctly, please check you have an active connection. From this point on, Firefox cannot access the internet. I can ping google.com and dnmouse.com successfully. I did the update that included the new firefox 3.5, so accessing the internet and my connection is active. Konversation is working correctly. Just firefox is having the problem. Message: Firefox can't find the server at start.fedoraproject.org, or google, or redhat etc.
I renamed the .mozilla folder, and restarted firefox, no luck. My /etc/resolve.conf contains the correct nameservers. Also tried a reboot, no luck, still have active eth0 connection but no FF internet access.
View 9 Replies
View Related
Feb 6, 2010
I've been using synergy on Ubuntu 9.04 and windows xp.Synergy 1.3.1 on both machines.My problem is that the server keeps cutting out. It seems to happen a lot when I watch flash videos on the server machine (ubuntu). This is what the server side looks like:
Code:
NOTE: synergys.cpp,500: started server
INFO: CServer.cpp,1141: screen "server" shape changed
NOTE: CClientListener.cpp,127: accepted client connection
[code]....
I dont think I usually get disconnected when doing other tasks. Mostly only when watching flash videos. Sometimes it doesnt automatically reconnect, and I have to kill synergys and restart it.
View 1 Replies
View Related
Apr 24, 2011
PPPOE connection Timed Out-i have downloaded the rp-pppoe utility and installed for PPPOE connection.As per the instruction given with the utility i followed that .i have given pppoe-setup and given all the parameters required like service name , username ,password,firewall as none ,dsn as server an all the option .finally i got the message as congratulation you have successfully setup the pppoe connection.you can use pppoe-start and pppoe-status.
View 11 Replies
View Related
Mar 21, 2011
i have two PCs A and B, both are connected via LAN PC A Configuration is
IP Address 10.102.6.232
Broadcast Address 10.102.6.255
Subnet Mask 255.255.255.0
Default Route 10.102.6.2
Primary DNS 144.16.192.55
[Code]...
I am trying to connect B from A using command shh -X devendra@144.16.205.236, and facing error like ssh port 22 connection timed out.
View 13 Replies
View Related
Nov 4, 2010
I have SSH running on port 8662 and 22. I use 8662 for the outside world (eth0 which is 192.168 network) Here are the only lines I have changed in sshd_config:
Port 22
Port 8662
#Protocol 2,1
[code]....
BTW, ports forwarded on my firewall, checked and triple checked it.
View 5 Replies
View Related
Aug 17, 2011
I'm new to this system and trying to install plug-ins but I always seem to get some sort of rejection..
[root@localhost haley]# yum install vlc
Loaded plugins: langpacks, presto, refresh-packagekit
[Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
Could not retrieve mirrorlist...^... error was
14: curl#6 - "Couldn't resolve host" .....
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-nonfree. Please verify its path and try again [root@localhost haley]#
So then I checked to see if I had rpmfusion-nonfree, and I do. I really have no idea what to do, I have spent hours trying to get this work. I want to be able to open any media file, avi, wma, mp4, etc.'m using Fedora 15.
View 2 Replies
View Related
Jun 1, 2011
Does anyone know what happened to Danger mouse's Fedoraplus (autoten) thread?I note his site is down for maintenance.
View 6 Replies
View Related
Jan 23, 2010
I cannot connect my Sony Viao laptop to wireless. It just will not seem to connect. I am a bit of a n00b i am afraid so go easy on me
I have been through /sys/bus/pci/drivers/ipw2200 does exist. The Wireless has connected before but it has just seemed to have stopped. I have tried a few suggestions made in the forums and edited my interfaces config.
[code]...
View 9 Replies
View Related
Feb 4, 2011
I am not so experienced with networking in Linux. I've successfully installed Red Hat Linux Enterprise 5.2 on a VMware host. When I issued nslookup command, it returns "connection timed out" error as follows:
Code:
[root@rac1 ~]# time nslookup rac1
;; connection timed out; no servers could be reached
real 0m15.038s
user 0m0.000s
sys 0m0.000s
My questions are:
(1) Is that error normal?
(2) Is there a way to decrease the 15.038s value? rac1 is the local hostname, so why it takes all that time to resolve it.
Following info may help:
Code:
[root@rac1 ~]# hostname
rac1.mydomain.com
[root@rac1 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
#eth0 - PUBLIC
192.0.2.100 rac1.mydomain.com rac1
[root@rac1 ~]# ping -c 4 rac1
PING rac1.mydomain.com (192.0.2.100) 56(84) bytes of data.
64 bytes from rac1.mydomain.com (192.0.2.100): icmp_seq=1 ttl=64 time=0.015 ms
64 bytes from rac1.mydomain.com (192.0.2.100): icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from rac1.mydomain.com (192.0.2.100): icmp_seq=3 ttl=64 time=0.029 ms
64 bytes from rac1.mydomain.com (192.0.2.100): icmp_seq=4 ttl=64 time=0.029 ms
--- rac1.mydomain.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.015/0.025/0.029/0.007 ms
View 9 Replies
View Related
Apr 29, 2011
I can't fetchmail form my company server to local PC. It gives error
fetchmail: WARNING: Running as root is discouraged.
fetchmail: starting fetchmail 6.3.6 daemon
fetchmail: connection to 202.137.236.11op3 [202.137.236.11/110] failed: Connection timed out.
fetchmail: POP3 connection to 202.137.236.11 failed: Connection timed out
fetchmail: Query status=2 (SOCKET)
fetchmail: connection to gmail.comop3 [74.125.236.56/110] failed: Connection timed out.
I am trying to connect but it can't.
View 14 Replies
View Related
Apr 18, 2011
I ma facing mount problem with error connection timed out between linux and solaris machine.
when i run mount command
root@rose> mount 10.142.201.104:/view/itb_configuration_712/vobs/ims_it /view/itb_configuration_712/vobs/ims_it/
[code]...
View 3 Replies
View Related
Jul 13, 2010
I am relatively new to Ubuntu. Currently running Lucid Lynx, but I cannot connect to the internet. I can ping 127.0.0.1, and google.com. Software update works as well, but the connection times out when I try connecting to a web site e.g. bbc.uk.
View 4 Replies
View Related
Jan 5, 2010
I am having alot of trouble setting up evolution to work with gmail. I am using pop for recieving mail and it's slow but still works. When I try to send mail with smtp.gmail.com I get the error message that the connection timed out. How can I set this up to send and recieve email?
View 6 Replies
View Related
Mar 28, 2011
I have 2 different networks :the first one is gateway machine (eth0), and the second is a private machine (eth1). So, I've configured the iptables and forwarding stuff and when I try to ping [url]..... on the gateway machine, it works, while it doesn't work on the private network. Note: I am using VmWare 7, CentOS 5.
I could say that the problem in DNS:because when I use this command in the private network machine: [url]...., it says connection timed out; no servers could be reached ,while in the public one, it works properly.....
View 1 Replies
View Related
Apr 21, 2010
I get the below errors when trying to connect to the below repos.It has almost always worked in the past. Is the site "packages.medibuntu.org" down again !?
Err http://packages.medibuntu.org karmic Release.gpg
Could not connect to packages.medibuntu.org:80 (88.191.82.11), connection timed out
Err http://packages.medibuntu.org karmic/free Translation-en_CA
[code]....
View 8 Replies
View Related
Jul 4, 2010
I have been playing with this for awhile now and I am ready to go postal.
I just want to move some files around and potentially rsync my net book with my desktop as well as learn the software (my primary reason)
Steps Taken.
Set Static IP address to machines on LAN
Turned on Port Forwarding (22)
Added Rule to UFW allow 22/TCP
View 9 Replies
View Related
Sep 26, 2010
I know that wget will give up after 20 failed connection attempts, but is there any way I can escape without waiting?
View 1 Replies
View Related
Jun 23, 2010
I have a problem sending emails in the command line. I have introduced this command:
sendEmail -f my.account@gmail.com -t myself@domain.tld
-u this is the test tile -m "this is a test message"
-s smtp.gmail.com
-o tls=yes
-xu usernameonly -xp mypasswd
But then I received this message:
sendEmail[13230]: ERROR => Connection attempt to smtp.gmail.com:25 failed: IO::Socket::INET: connect: Connection timed out
View 1 Replies
View Related
Feb 13, 2011
I am not able to connect to remote server through secureCRT . my local team has said that server is working fine . but I am not able to connect it remotely . what more i can do to connect it to server
View 10 Replies
View Related
Feb 17, 2011
I have standalone Suse 10 SP3 that when I run
Code: # hostname webserver but when I run host command
Code: # host webserver;; connection timed out; no servers could be reached I would like to get the IP when I issue
[Code]....
View 3 Replies
View Related