Connection Timed out problem - EM64T


 
Thread Tools Search this Thread
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Connection Timed out problem - EM64T
# 1  
Old 03-08-2005
Connection Timed out problem - EM64T

Hai All,

I have problem during HTTP benchmarking with polygraph tool on EM64T machine.

Benchmarking results are getting problem bcas of connection timed out system errors. Machine log information is as,

/var/log/messages.3:Feb 18 16:17:44 proxy64 network: Bringing up interface eth0: succeeded
/var/log/messages.3:Feb 18 16:17:46 proxy64 kernel: eth0: Broadcom BCM5751 1000Base-T PCI Express found at mem dfdf0000, IRQ 16,
node addr 001111cbb9e4
/var/log/messages.3:Feb 18 16:17:46 proxy64 kernel: eth0: Broadcom BCM5750 Integrated Copper transceiver found
/var/log/messages.3:Feb 18 16:17:46 proxy64 kernel: eth0: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q
VLAN ON, TSO ON

what may the source to make issues as "Connection timed out?"

Thanks,
muthukumar.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Ssh connection timed out

Hello, I have two AIX6.1 machines that can communicate with each other through ssh. The problem is that one of them somehow closes the connection after some time and i don't know the reason of that. For example today i send through rsync command 7 files from one server to the other. It send... (7 Replies)
Discussion started by: omonoiatis9
7 Replies

2. Linux

wireless connection problem

Hi everyone, I am new to linux. I have installed ubuntu and I am booting together with window. But I have a problem of wireless connection in ubuntu. If I start booting using ubuntu no wireless networks become available. If I first open window and restart it and open ubuntu then only I can get... (2 Replies)
Discussion started by: nishrestha
2 Replies

3. UNIX for Dummies Questions & Answers

winscp error: Network error connection timed out

Hi all, I am trying to winscp to RHEL5 server and i am ending up with following error. Network error:connection timed out The system is up and running but not able to winscp. Tried SFTP,SCP and FTP protocols in winscp but none worked. I can ssh into this server from another server... (3 Replies)
Discussion started by: lramsb4u
3 Replies

4. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

5. Red Hat

postfix connection timed out issue on centOS

hello everyone i hav LITTLE issue, pending for just last week regarding postfix/sendmail server. M not able to forward mail to outer domain. I hav not configured DNS server uptill now, so nvr tried to receive mail from any domain, as i don require that as of now. Can anybody suggest a... (4 Replies)
Discussion started by: oracle.test2
4 Replies

6. Programming

Socket Programming - Port Scanner. I Get Connection Timed Out, Why?

When i put the target IP as 127.0.1.1, the program is working fine, can catch blocked & open ports. But when i try to scan remotely, i get connection timed out! Can you tell me why? :( Here is my code - Look at between where i put astriks - at the bottom: #include<iostream>... (3 Replies)
Discussion started by: f.ben.isaac
3 Replies

7. HP-UX

connection timed out

I am trying to connect with my hp machine using "dialup networking." It times out after 30 seconds. Is there a way to adjust this time. Would it have anything to do with rexec? thanks (0 Replies)
Discussion started by: paschal
0 Replies

8. Solaris

ftp connection problem

Hi all, i am not able to connect the ftp through userA. Can you please tell me what are the possible ways to troubleshoot this issue? Regards krishna (2 Replies)
Discussion started by: krishna176
2 Replies

9. UNIX for Advanced & Expert Users

deferred: connection timed out with NT

We recently installed a new release of SCO UNIX (5.0.6) and when I try to relay e-mail from the UNIX box to my NT server (the mail server) I get the following message from sendmail. Deferred: Connection timed out with nt I have nt set up as my relay server in sendmail.cf and the mail seems to... (8 Replies)
Discussion started by: jmossman
8 Replies

10. UNIX for Advanced & Expert Users

Connection Timed out

I connect to a Sun Box through telnet but it timed out in couple of minutes. Advance thanks for any idea...help... (2 Replies)
Discussion started by: s_aamir
2 Replies
Login or Register to Ask a Question
REPORTER-UREPORT(1)						 LIBREPORT MANUAL					       REPORTER-UREPORT(1)

NAME
reporter-ureport - Reports ABRT problems in format of micro report SYNOPSIS
reporter-ureport [-v] [-c CONFFILE] [-u URL] [-k] [-A -a bthash -B -b bug-id -E -e email] [-r] [-d DIR] DESCRIPTION
The tool reads problem directory DIR, assembles an micro report from the loaded problem data and sends the micro report to uReport server for updating statistics and fast analysis. The results of the analysis are stored in problem data in form of problems elements. reporter-ureport updates reported_to Configuration file If not specified, CONFFILE defaults to /etc/libreport/plugins/ureport.conf. Configuration file lines should have PARAM = VALUE format. The parameters are: URL Base sever HTTP(S) address. SSLVerify Use no/false/off/0 to disable verification of server's SSL certificate. (default: yes) SSLClientAuth If this option is set, client-side SSL certificate is used to authenticate to the server so that it knows which machine it came from. Possible values are: rhsm Uses the system certificate that is used for Red Hat subscription management. puppet Uses the certificate that is used by the Puppet configuration management tool. <cert_path>:<key_path> Manually supply paths to certificate and the corresponding key in PEM format. ContactEmail Email address attached to a bthash on the server. Parameters can be overridden via $uReport_PARAM environment variables. OPTIONS
-c FILE Path to configuration file -a, --attach BTHASH bthash of uReport to attach (conflicts with -A) -A, --attach-rt Attach to a bthash from reported_to (conflicts with -a) -b, --bug-id NUM Attach RHBZ bug (requires -a) -B, --bug-id-rt Attach last RHBZ bug from reported_to (requires -a|-A, conflicts with -b) -e, --email EMAIL Contact e-mail address (requires -a|-A, conflicts with -E) -E, --email-env Contact e-mail address from environment (requires -a|-A, conflicts with -e) -d, --problem-dir DIR Path to problem directory. -k, --insecure Allow insecure connection to ureport server -t, --auth SOURCE Enables client authentication. See SSLClientAuth configuration file option for list of possible values. -v Be more verbose. Can be given multiple times. -u, --url URL Specify server URL ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file. uReport_URL Base sever HTTP(S) address. uReport_SSLVerify Use yes/true/on/1 to verify server's SSL certificate. (default: yes) uReport_ContactEmail Email address attached to a bthash on the server. SEE ALSO
ureport.conf(5) AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-UREPORT(1)