XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"


 
Thread Tools Search this Thread
Operating Systems HP-UX XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"
# 1  
Old 01-30-2008
XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"

Hi All... I'm newbie here...,

i have problem when installing oracle9206, i use HPUX 11.11,
i'm using Xmanager enterprise 2.1 for forwarding from server A to my laptop

# export DISPLAY=192.168.1.239:0.0
# echo $DISPLAY
output ==> 192.168.1.239:0.0

at the oracle directory, i execute
-----------------------------------------------------------------------
# runInstaller &

[1] 4584
$ Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-01-30_06 -23-39PM.
Please wait ...Oracle Universal Installer, Version 10.1.0.3.0 Production
Copyright (C) 1999, 2004, Oracle. All rights reserved.

XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"
after 0 requests (0 known processed) with 0 events remaining.

[1] + Done runInstaller &

-----------------------------------------------------------------------

I'm so confuse,
i try to ==>

$ xhost +192.168.1.239
XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"
after 0 requests (0 known processed) with 0 events remaining.


Can anyone help M3 Plz...., Kindly need your help...


Thx in advance....
# 2  
Old 01-30-2008
How do you connect to your HP server?

From you laptop directly? Using what protocol?
If you have a xserver on your laptop correctly configured you should not have to export DISPLAY...
That can be tested by after you are connected, type xclock&
it should display on your laptop
# 3  
Old 01-30-2008
Hi VBE.., thx for responding..,

I'm using TELNET from putty&xmanager to connect to the server

as ur suggestion, i try to execute xclock &, and this is the result
--------------------------------------------------------------------
without export display :
$ xclock &
Error: Can't open display:

with export display :
$ xclock &
[1] 7960
$ XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0"
after 0 requests (0 known processed) with 0 events remaining.
-------------------------------------------------------------------

So.., what is ur suggestion..???

Thankyou
# 4  
Old 01-31-2008
Unfortunately I dont have your soft (using ReflectionX...)

But I just tried using putty to see...
And you were right - with putty you will have to export your LAPTOP ip:0.0
So be sure to export the correct IP (who am i -R will return the good IP)
If it doesnt work then you will have to see with the support of your software

But lets hope...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

I am following the "Compilling and Installing" guide from Apache > HTTP Server > Documentation > Version 2.4 page The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=80 \ --with-mpm=worker \ --enable-mods-shared=most \... (0 Replies)
Discussion started by: jhuang
0 Replies

2. UNIX for Advanced & Expert Users

Fatal: Read from socket failed: Connection reset by peer [preauth]

Hello, I have recently updated my AIX machine from version 6.1.7.5 to 6.1.9.1 and i noticed that the errpt of the server is full of ssh messages like the one below: sshdprocess_id>]: fatal: Read from socket failed: Connection reset by peer Does anyone knows if this a known bug of the ssh... (15 Replies)
Discussion started by: omonoiatis9
15 Replies

3. UNIX for Dummies Questions & Answers

cat: write error: Connection reset by peer

I have created a script to cat the contents of a log file and pipe it to head and tail so I can get specific lines. When I do this I sometimes randomly get the error "cat: write error: Connection reset by peer". It is completely sporatic and sometimes it doesnt happen and sometimes it does... (4 Replies)
Discussion started by: atelford
4 Replies

4. UNIX for Dummies Questions & Answers

fatal: Read from socket failed: Connection reset by peer

I get this error when I log in through console: "fatal: Read from socket failed: Connection reset by peer". Can you tell me what this is and why it happens, and how to stop it? Thank you. (1 Reply)
Discussion started by: iamnew2solaris
1 Replies

5. UNIX for Advanced & Expert Users

Connection reset by peer..closing connection

Hello I'm facing the above problem while doing a performance run. I've a script which I'm launching from my windows desktop using mozilla. The script will invoke backend action on a Solaris host which in turn feeds the records to a driver located on a linux box(Cent OS). What's happening is... (1 Reply)
Discussion started by: subramanyab
1 Replies

6. Shell Programming and Scripting

error "awk: (FILENAME=- FNR=23) fatal: division by zero attempted"

Hi , I have file : after i run this command : there are error can we print blank line if output error ?? thanks.. ^^ (4 Replies)
Discussion started by: justbow
4 Replies

7. Shell Programming and Scripting

cat/delete per line any word "192.168.1.12"

Hi All Can u help me.. My problem is delete word per line sample: cat /tmp/file.txt monitor 192.168.1.11 Copying files in current directory 1 monitor 192.168.1.1 Copying files in current directory 2 monitor 192.168.1.12 Copying files in current directory 3 monitor 192.168.1.14... (1 Reply)
Discussion started by: carnegiex
1 Replies

8. Shell Programming and Scripting

Connection reset by peer

hi i am connecting to a remote server using sftp protocol. i am using the command like "sftp USER01@122.10.12.45" then i got the error "Couldn't read packet: Connection reset by peer" please help its very urgent (5 Replies)
Discussion started by: Satyak
5 Replies

9. IP Networking

connection reset by peer

:confused: HI, We have 2 servers ( win 2003 + sun 5.8 ) and we run a rsh from the NT to the UNIX. The program runs a shell script on the UNIX and waits for the answer in the EOF. How ever, after period of appx 2 min there is a reply "Recv failed:Connection reset by peer". while the... (5 Replies)
Discussion started by: eyalush
5 Replies
Login or Register to Ask a Question