Export DISPLAY

Hey guys,
Please let me know how to export DISPLAY on my PC:
I used the following command and got an error
# export DISPLAY=192.2.205.119:0.0
DISPLAY=192.2.205.119:0.0: is not an identifier
Thanks

Hey guys,
Please let me know how to export DISPLAY on my PC:Does your PC run X windows? If not, it doesn't have a DISPLAY.
I used the following command and got an error
# export DISPLAY=192.2.205.119:0.0
DISPLAY=192.2.205.119:0.0: is not an identifierThat suggests that you're running a shell (like /sbin/sh) that doesn't allow you to combine the assignment and the export.
Try ...
# DISPLAY=192.2.205.119:0
# export DISPLAY
(or use another shell).
Darren

Similar Messages

  • Is it possible to export display macosx graphical interface?

    Hi all,
    i don't know if it's the right place to post but maybe people with good experience about export display can help.
    As indicated in the subject, my question concerns export display and particularly exporting display the macosx graphical interface on some unix-like box.
    I know it is possible to export display using X11, so all X applications can appear on my macbook. I know people can log into a remote server running a xdmcp server so the remote graphical interface can be displayed locally. VNC or timbuktu are other solutions to remotely take control of the macosx grahical interface.
    But i would like to know if people know a way, not using VNC or timbuktu, to export display the remote macosx graphical interface to a local unix-like box.
    Thanks in advance for your help.

    I am using "Chicken of the VNC" on my macbook to remotely control
    a mac os x server. It works just fine, and i am really happy of it:
    But, there is always a but, for instance the keyboard mapping is incomplete:
    the "dot" symbol is absent. The only way to get it is to use the virtual keyboard. That's why i use ssh/X11 export display to run a terminal and get the complete keyboard mapping from my macbook. But when you want to manage users accounts/shares in WGM it becomes rapidly irritating.
    Now i would like to know a way to have the whole thing in one place...
    and unfortunately it seems that this keyboard mapping issue in cotVNC will remain unfixed.
    I hope you understand my despair.

  • Export Display (Login Screen) - How to use in MAC OSX LION !?!?!

    I'm having problems with exporting my display. I'm trying to connect and enable the connection between twoMAC OS X SERVER LION. and is not working. I want to begin a process that only after the user login is working. How to do this anyway? because no remote program is working except SSH, which I can shutdown, logoff, and reboot. But I can not export the login screen from one machine to another, how do?? need much help ....
    I tried to do as the example below:
    ssh-X remote_host_name 
    1) Warning: No xauth data; using fake authentication data for X11 forwarding.
    MacBook-Pro-for-Isa: ~ $ export DISPLAY = localhost_IP: 0.0
    MacBook-Pro-for-Isa: ~ $ xclock (user)
    Error: Can not open display: localhost_IP: 0.0
    2) MacBook-Pro-for-Isa: ~ $ ssh-Y Sebba@LOCAL_IP
    password:
    Warning: No xauth data; using fake authentication data for X11 forwarding.
    MacBook-Pro-for-Isa: ~ $ export DISPLAY = LOCAL_IP: 0.0
    MacBook-Pro-for-Isa: ~ $ xclock Sebba
    Error: Can not open display: LOCAL_IP: 0.0
    I do not know if I'm using the correct command, but enabled in sshd_config
      ForwardAgent yes
      ForwardX11 yes
    Fire up X11.app (It's located in / Applications/Utilities/X11.app)
    On Mac box: X11 go to preferences and enable "Allow connections from network clients" (Make sure it lookslike below)
    restart X11.app
    Open a terminal and in the X11: xhost +
    ssh to your linux box and do: export DISPLAY = IP_OF_MAC_BOX: 0.0
    true??
    If anyone knows how to use help me, I need examples of how it works if there is more to be set somewhere.
    Regards
    Leonardo Sebba

    windmarble wrote:
    I use to be able to turn off my displays by hitting "lock screen" in keychain access in Snow Leopard.
    Really? Want to show me that button or setting that allows that? AFAIK, System Preferences->Security->General->is where you set that when the machine sleeps or screensaver activates. Accordingly, I'm only aware of a hot corner triggering those two options and the behavior remains the same in Lion, even though the prefPane's name is slightly changed.

  • Problems with exporting display for oracle apps installation

    Platform : RedHat Enterprise Server 4
    I'm trying to do a 2 tier installation of Oracle Applications.
    As part of the install, I need to generate a display that can be used by the applmgr user, but bellongs to another user.
    When running the following command line, I get an error message.
    xauth -f .Xauthority extract - $DISPLAY | rsh -l applmgr localhost /usr/X11R6/bin/xauth merge -
    connect to address 127.0.0.1: Connection refused
    Trying krb4 rsh...
    connect to address 127.0.0.1: Connection refused
    trying normal rsh (/usr/bin/rsh)
    localhost: Connection refused
    Does anyne have an idea? I've done some troubleshooting, but I can't figure out what is wrong.
    I have added the following in the xmgr and applmgr's profiles
    DISPLAY=localhost:13
    export DISPLAY
    The vnc server runs on display 13

    These are the scripts/files I'm using for installing Oracle Apps 11.5.10 on CentOS 4.2 (RedHat Clone) - hope it helps:
    install.sh - adds necessary packages
    yum install libaio
    yum install openmotif
    yum install gcc
    yum install gcc-c++
    mv /usr/bin/gcc /usr/bin/gcc344
    mv /usr/bin/g++ /usr/bin/g++344
    rpm -iUhv compat-gcc-7.3-2.96.126.i386.rpm
    rpm -iUhv --nodeps compat-gcc-c++-7.3-2.96.126.i386.rpm
    ln -sf /usr/bin/gcc296 /usr/bin/gcc
    ln -sf /usr/bin/g++296 /usr/bin/g++
    setup.env - Setup paths
    # Oracle Setup Environment
    ORACLE_SETUP_APPS=/setup/oracle/install/ebusiness/startCD
    ORACLE_SETUP_PATCH=/data/setup/install/db
    oracle.env - Installation environment
    # Oracle Environment
    ORACLE_BASE=/d01/oracle
    ORACLE_HOME=$ORACLE_BASE/visdb/9.2.0
    ORACLE_VAR=/var/opt/oracle
    ORACLE_SID=VIS
    ORACLE_TERM=xterm
    # export TNS_ADMIN= Set if sqlnet.ora, tnsnames.ora, etc. are not in $ORACLE_HOME/network/admin
    NLS_LANG=AMERICA_AMERICAN.UTF8
    #ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM NLS_LANG ORA_NLS33
    LD_ASSUME_KERNEL=2.4.19
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    export LD_ASSUME_KERNEL LD_LIBRARY_PATH
    # Set shell search paths
    export PATH=$PATH:/usr/sbin:/sbin:$ORACLE_HOME/bin
    oracle - Kernel Parameters
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem    = 250 32000 100 128
    fs.file-max   = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max     = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max     = 262144
    setup_oracle_1.sh - Installation Step 1 : Add oracle user
    #!/bin/sh
    PATH=$PATH:/usr/sbin
    groupadd dba          # group of users to be granted with SYSDBA system privilege
    groupadd oinstall     # group owner of Oracle files
    useradd -m -c "Oracle software owner" -g oinstall -G dba oracle -s /bin/bash
    passwd oracle
    setup_oracle_2.sh - Installation Step 2 : Prepare installation directory
    #!/bin/sh
    . ./oracle.env
    BASE_DIR=/`echo $ORACLE_BASE | cut -d'/' -f2`
    mkdir -p $ORACLE_BASE
    chown -R oracle:oinstall /$BASE_DIR
    chmod -R 775 $BASE_DIR
    mkdir -p $ORACLE_VAR
    chown oracle:dba $ORACLE_VAR
    chmod 755 $ORACLE_VAR
    setup_oracle_3_apps.sh - Installation Step 3 : Start installer
    #!/bin/sh
    . ./oracle.env
    . ./setup.env
    sysctl -p ./oracle
    su oracle -c "export DISPLAY=:0.0 && $ORACLE_SETUP_APPS/Disk1/rapidwiz/rapidwiz"There are some steps afterwards, but with this I'll usually end up with a complete installation.
    C.

  • Exporting Display Banners for Google Ad Network

    I'm attempting to export display banners for the Google Ad Network, but Google will only allow Flash versions 4-10.1.  Minimum export option for Flash Pro CC is 10.3.  Surely someone has encountered and developed a workaround.  Right?

    That makes it easy enough . I had to edit out the personal info, you don't want the spiders to index your number and end up in the mega spam network db.
    I wanted to check Flash CC out anyhow despite I spend 99% of my time in Flash Builder and just wanted to verify you can use 10.1 with it. Using the code above I was able to generate errors because StageVideo was introduced in 10.2.
    Exporting Flash CC 64bit as FP10.1:
    Exporting as 10.3 where StageVideo exists:
    I'm running this on Desktop so no StageVideo exists for my graphics setup (Radeon HD6870).

  • Exporting display in Java

    I am developing an application that consists of a single 'controller' application that processes logons and instantiates per user application windows (the controller application has no gui - to the end user each window appears to be a new application instance, though in fact it is merely a frame launched from the controller - closing the controller closes all 'applications').
    My problem is that the controller will exist on a single XServer whilst the 'applications' need to appear (potentially) on different X clients - has anyone got any experience of doing anything like this ? Is there some way of exporting the display of a Frame to a display other than that of the jvm that created that frame ?

    There is a Remote API in Java that will allow you to remote desktop and stuff. Maybe it will remote a frame? Never used it.
    But it sounds like you don't want that. You want client/server setup where the GUI is on the user's machine, right? If that's the case, I'd use an Applet or use WebStart and if you go with client app & WebStart, you can communicate via whatever protocols you want.

  • X11 export display

    Hey guys,
    is it possible to send my Xdisplay to a remote xserver but use the local mouse and keyboard?
    I would like to have the remote host just as monitor.
    Is there a way to do this with X11 only - without x2x, synergy, ...
    Cheers,
    Stefan

    Not a Sysadmin issue, moving to Newbie Corner...

  • Can not use exported data

    When I transport tables from mssql2000 to oracle9i, using
    the export tool provided by mssql, I got a problem:
    Firstly, I can not select data from the exported table:
    the tables are exported successfully, but I can not select them in Oracle! It just reported "the table or view does not exist". Which in fact is not true. Because I can find it by
    SELECT owner,table_name,tablespace_name FROM dba_tables where owner='TSKY';
    OWNER TABLE_NAME TABLESP
    TSKY PFSBFG TSKY
    TSKY company TSKY
    Among the tables listed, I can select from 'pfsbfg' (created locally), but I can not select from 'company' (imported from mssql). The other fields of the two tables in the dba_tables are all the same.
    Secondly, I can display data of the company table using Oracle Enterprise Manager, with all data exported displayed correctly.
    How can it be?! I am totally confused!
    The same also happened when I successfully transported data from mssql2000 to oracle9i, using transparent gateway. This time, the transported data can be selected using SELECT * FROM company, but can not select any single column of the company table, with error "no such column"!
    Any suggestions?

    OK, so you're connecting to SQL Server with the transparent gateway via a database link? Are you copying tables across the database link (materialized views?) and selecting from the materialized views or are you selecting data from the remote SQL Server database? Are you doing
    select * from d_table@dblinkToSQLServer
    or
    select * from d_table
    If the latter, how did you create d_table locally?
    My guess is that the columns of the table may have been created case-sensitively too. You could try putting quotes around the column names as well. Can you post the SQL that was used to create d_table?
    Justin

  • Web Service Connector Export Issue

    Hi,
    Version: Crystal Xcelsius Designer 4.5
    I have a Crystal Xcelsius dashboard with a Web Service Connector component on it, as well as some graph components.
    When I "Preview" the file, the display works fine and the graph is filled with data obtained through the Web Service Connector.
    However, when I try to "Export" the file, either as .swf, .ppt, etc, there is no sign of the display refreshing, either on load or at intervals. I've tried clicking on the Connector button, but it doesn't appear to be connecting to the data source at all.
    Any help or advice on how to get the exported display working would be appreciated.

    Xcelsius creates the SWF file which is operated through the Flash Player.  Therefore, it uses the security features of the Flash Player that you have installed on the browser.  It is possible that this issue is Flash Security which is preventing access across a different domain.
    This error occurs for one of the following reasons:
    The domain name used in the URL in the web browser and the URL used in the web service configuration in Crystal Xcelsius are not the same.
    Or, if the URL in the web browser uses the domain http://machine1 and the URL in the web service connector uses the domain http://machine1.companyname.com, the SWF refresh will not be successful.
    When running inside a web browser, a Macromedia SWF file cannot access data that is outside the domain in which it was created. To work around this behavior, use a cross-domain policy file to allow the SWF file to access information on the Web Service server that is sitting on the other domain.
    To use the cross-domain policy file:
    1. Create a cross-domain policy file. For details on how to create this file, refer to technote tn_14213 at www.macromedia.com
    2.Copy this file into the root of web application server. For example, for Tomcat, copy the file to 'drive':\Program Files\Business Objects\Tomcat\webapps\ROOT
    For more information about the cross-domain policy file, see Macromedia technote tn_14213 at www.macromedia.com

  • X11 remote app and XQuartz and xterm Xt error: Can't open display: %s

    Hi
    I have Snow Leopard  (10.8.4) and XQuartz on it I need to run X11 remote app on redhat.
    On local host echo $DISPLAY shows /tmp/launch-d33HNb/org.macosforge.xquartz:0
    When i do ssh -X (or -Y) [email protected] and try to run xterm i got:
    xterm Xt error: Can't open display: %s
    xterm:  DISPLAY is not set
    the sshd_config on remote host has
    cat /etc/ssh/sshd_config | grep X11
    #X11Forwarding no
    X11Forwarding yes
    X11DisplayOffset 10
    #X11UseLocalhost yes
    Question is do i need to set up DISPLAY variable on remote host?
    If yes which display number do i choose?
    if i do export DISPLAY=<my mac ip>:10.0 or export DISPLAY=<my mac ip>:0.0
    i still have message xterm Xt error: Can't open display: %s
    Maybe this will help also
    ssh -v -v -Y [email protected]
    OpenSSH_5.9p1, OpenSSL 0.9.8x 10 May 2012
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 53: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to 172.20.0.12 [172.20.0.12] port 22.
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: identity file /var/root/.ssh/id_rsa type -1
    debug1: identity file /var/root/.ssh/id_rsa-cert type -1
    debug1: identity file /var/root/.ssh/id_dsa type -1
    debug1: identity file /var/root/.ssh/id_dsa-cert type -1
    debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
    debug1: match: OpenSSH_4.3 pat OpenSSH_4*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_5.9
    debug2: fd 3 setting O_NONBLOCK
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie- hellman-group14-sha1,diffie-hellman-group1-sha1
    debug2: kex_parse_kexinit: [email protected],[email protected],ssh-rsa,[email protected],[email protected],ssh-dss
    debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
    debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
    debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
    debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
    debug2: kex_parse_kexinit: none,[email protected],zlib
    debug2: kex_parse_kexinit: none,[email protected],zlib
    debug2: kex_parse_kexinit:
    debug2: kex_parse_kexinit:
    debug2: kex_parse_kexinit: first_kex_follows 0
    debug2: kex_parse_kexinit: reserved 0
    debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
    debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
    debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
    debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
    debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
    debug2: kex_parse_kexinit: none,[email protected]
    debug2: kex_parse_kexinit: none,[email protected]
    debug2: kex_parse_kexinit:
    debug2: kex_parse_kexinit:
    debug2: kex_parse_kexinit: first_kex_follows 0
    debug2: kex_parse_kexinit: reserved 0
    debug2: mac_setup: found hmac-md5
    debug1: kex: server->client aes128-ctr hmac-md5 none
    debug2: mac_setup: found hmac-md5
    debug1: kex: client->server aes128-ctr hmac-md5 none
    debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
    debug2: dh_gen_key: priv key bits set: 110/256
    debug2: bits set: 492/1024
    debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
    debug1: Server host key: RSA 92:ac:c2:7b:1e:ba:6b:62:9b:32:3e:14:c6:87:a7:59
    debug1: Host '172.20.0.12' is known and matches the RSA host key.
    debug1: Found key in /var/root/.ssh/known_hosts:2
    debug2: bits set: 524/1024
    debug1: ssh_rsa_verify: signature correct
    debug2: kex_derive_keys
    debug2: set_newkeys: mode 1
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug2: set_newkeys: mode 0
    debug1: SSH2_MSG_NEWKEYS received
    debug1: Roaming not allowed by server
    debug1: SSH2_MSG_SERVICE_REQUEST sent
    debug2: service_accept: ssh-userauth
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug2: key: /var/root/.ssh/id_rsa (0x0)
    debug2: key: /var/root/.ssh/id_dsa (0x0)
    debug1: Authentications that can continue: publickey,gssapi-with-mic,password
    debug1: Next authentication method: publickey
    debug1: Trying private key: /var/root/.ssh/id_rsa
    debug1: Trying private key: /var/root/.ssh/id_dsa
    debug2: we did not send a packet, disable method
    debug1: Next authentication method: password
    [email protected]'s password:
    debug2: we sent a password packet, wait for reply
    debug1: Authentication succeeded (password).
    Authenticated to 172.20.0.12 ([172.20.0.12]:22).
    debug1: channel 0: new [client-session]
    debug2: channel 0: send open
    debug1: Entering interactive session.
    debug2: callback start
    debug2: client_session2_setup: id 0
    debug2: fd 3 setting TCP_NODELAY
    debug2: channel 0: request pty-req confirm 1
    debug1: Sending environment.
    debug2: channel 0: request shell confirm 1
    debug2: callback done
    debug2: channel 0: open confirm rwindow 0 rmax 32768
    debug2: channel_input_status_confirm: type 99 id 0
    debug2: PTY allocation request accepted on channel 0
    debug2: channel 0: rcvd adjust 2097152
    debug2: channel_input_status_confirm: type 99 id 0
    debug2: shell request accepted on channel 0
    Last login: Thu Jun  6 09:12:43 2013 from 172.20.0.17
    [root@npecdp01 ~]#

    Jeffrey Jones2 wrote:
    I'm always looking for new tricks of the trade.
    I remember now why I originally changed the ssh config file. Here is another trick: In a text editor, type
    ssh://[email protected]
    making the obvious substitutions. Select the line and drag it to the Desktop. It will create an inetloc file that, when double-clicked, opens a Terminal window and connects to the ssh session. I have several of these in my Dock.
    That is a neat trick. However, with LaunchPad I'm not much of a Finder double-clicker anymore. What is interesting is that the OS knows how to handle the ssh protocol. You can also type "open ssh://[email protected]" for the same effect. That may not seem like much of a gain, but it reveals some interesting OS-level possibilities.
    With an RSA key, I don't even need a password
    You can use the newer DSA keys. There is another neat trick too. Pretty much every set of instructions I've seen online suggests using an empty private key password because running ssh-agent is such a hassle on Linux. It is built-in to OS X. So, on OS X, you can create more secure DSA private keys with pass phrases that are stored (and encrypted) in your keychain. You only have to supply the Then, even if someone gets your private keys, they get nothing.

  • Display Problem while installing Oracle 10g on RHEL 5

    All,
    I'm in the process of installing Oracle 10g R2 on RHEL4, when i'm trying to issue ./runInstaller i'm getting the below error.
    I could get the xclock on the host, even then i'm getting below display error, could any one please help me to resolve this ?
    e@dhcppc6 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-11-18_02-21-10PM. Please wait ...[oracle@dhcppc6 database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    [oracle@dhcppc6 database]$

    export DISPLAY=<hostname>:0
    Are you running from the same terminal or connecting remotely?
    If connecting remotely, you need a Xserver running on the client machine.

  • Display Error while installing Oracle 11g R2 in RHEL 5 !!!

    hi
    I am trying to install Oracle 11g R2 in RHEL 5. When i run ./runInstaller it didnt pass one checking..which showed an error:
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    i run xhost +
    it showed:
    [oracle@localhost database]$ xhost +
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    xhost: unable to open display ":0.0"
    i exported the DISPLAY too..its workedd..but still its showing the same error..
    here iam trying to install the oracle 11g on RHEL 5 in a common PC...not using any Vmware or Virtual box and not trying to install it from remote PC. But still iam facing the same error.
    Kindly help me to resolve this issue.
    Shiyas M

    Hi;
    Firstly you are working on server or you use some telnet program like putty? If you are working on server than issue is:
    as root
    xhost +
    than run xlock and be sure u can see clock
    than su - oracle
    xhost + once more than try to run ./runInstaller
    If you connect server remotly than i use vncwier
    1. as root run export DISPLAY=hostname or IP:1.0
    2. xhost +
    3. run xclock and see u see it on vncviwer
    4. su - oracle
    5. run export DISPLAY again
    6. xhost
    7. /runInstaller
    Regard
    Helios

  • How do I resolve this Xhost/Display error?

    oracle@linux:/stage/Disk1> Initializing Java Virtual Machine from /tmp/OraInstall2003-11-01_04-48-19AM/jre/bin/java. Please wait...
    Xlib: connection to "linux:0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'linux:0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    oracle@linux:/stage/Disk1>
    oracle@linux:/stage/Disk1> xhost +linux
    Xlib: connection to "linux:0.0" refused by server
    Xlib: No protocol specified
    xhost: unable to open display "linux:0.0"
    oracle@linux:/stage/Disk1> xhost +
    Xlib: connection to "linux:0.0" refused by server
    Xlib: No protocol specified
    If anyone knows how to resolve this error, I would appreciate it.
    I have tried all kinds of suggestions but nothing is working on my Oracle9iR2 on SuSe 8.2 install, presently.
    Thanks.

    HI!
    Even I was facing this problem. You just set your DISPALY variable after switching to oracle user from root(# su - oracle). After seeing this $ prompt set this variable. $ DISPLAY=<your IP address of local Machine:0.0>; export DISPLAY. Actual command is $ DISPLAY=10.0.0.1:0.0; export DISPLAY then run runInstaller script from your CDROM or DVD mount point.
    Hope this solution may help you.
    Pradeep Singh

  • X Application won't display

    Hi everyone,
    I am having a bit of a problem getting my X application to display out. We
    are building new Sun servers to replace the existing servers. The new
    servers are running Solaris 9 with SGD 4.10.903 (with the builin
    webserver). SGD and the App are running on the same server. The
    application launches and you see the green cog on the webtop. It is
    running on the server, but nothing displays out to the client.
    This same application starts and runs fine on our existing servers running
    Solaris 8 with SGD 3.42.
    Any help would be greatly appreciated.
    Thanks,
    Mike.

    Hi Sue,
    No problems starting the application from dtterm, and no warnings or
    errors. Application consitently comes back to my display.
    Thanks,
    Mike.
    Sue Burton wrote:
    Mike,
    If you run dtterm through SGD and then start the application manually at the
    command line do you see the same problem? Does this give you any
    warning/errors
    on the command line?
    You could also run the 'xdpyinfo' and 'xset -q' commands from dtterm running
    through SGD and
    dtterm running on the console - compare the output. Look for supported
    extensions
    and font paths.
    Regards
    Sue
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    David,
    Session ends when ther are No visible windows. dtterm and xclock workfine.
    Thanks,
    Mike.
    David W. Fong wrote:
    Mike,
    What's your Session Ends When setting? Can you try other ones?
    Regards,
    David
    Mike wrote:
    Carmelo,
    SSH is configured properly and I am able to connect using either SSH
    or
    TELNET. dtterm, xclock, all come back just fine. The application gets
    started and is running on the server, but never comes back to mydisplay.
    Here are the launch details.
    Thanks.
    Starting...
    Locating session...
    ...found session
    Connecting to session...
    Password:
    Sun Microsystems Inc. SunOS 5.9 Generic May 2002
    You have new mail.
    wtmp begins Wed Aug 31 10:19
    $ exec /bin/sh
    $ [ -f /bin/ksh ] && exec /bin/ksh
    Configuring your environment...
    $ set o emacs ; set o gmacs ; set +o vi
    $ OIT_FORCEWINMGR=OTHER; export OIT_FORCEWINMGR
    $ DISPLAY=unix:11; export DISPLAY
    $ ALTDISPLAY=server.domain.com:11; export ALTDISPLAY
    $ TTA_UID="`LANG=C LC_ALL=C id | sed's/.*uid=\([0-9][0-9]*\).*/\1/'`";
    export TTA_UID
    $ TTA_USERNAME='.../_ens/o=organization/cn=xxxx'; export TTA_USERNAME
    $ TTA_PRIMARY_DNSNAME='server.domain.com'; export TTA_PRIMARY_DNSNAME
    $ TTA_PE_ID=''; export TTA_PE_ID
    $ TTA_CLIENT_IPADDR='nn.nn.nnn.nnn'; export TTA_CLIENT_IPADDR
    $ TERM=''; export TERM
    $ TTA_PEERDNSNAME='server.domain.com'; export TTA_PEERDNSNAME
    $ TTA_EXTDNSNAME='server.domain.com'; export TTA_EXTDNSNAME
    $ if [ -f /etc/ttaprinter.conf ]; then . /etc/ttaprinter.conf; export
    LPDEST; fi
    Starting the application...
    $ if [ -x /xxx/xx/script/startxxxx ]; then echo "Found"; else echo"Not
    available"; fi
    Found
    $ trap "" 1
    /xxx/xx/script/startxxxx < /dev/null > /dev/null 2>>
    /tmp/stderr1833_server.domain.com_112861947290588.log || echo "exec
    /xxx/xx/script/startxxxx exitcode: $? "& killpid="$killpid $! "
    $ [1] 1846
    $
    [ -f /tmp/stderr1833_server.domain.com_112861947290588.log ] && rm -f
    /tmp/stderr1833_server.domain.com_1128619472[1] + Done
    /xxx/xx/script/startxxxx < /dev/null > /dev/null 2>>
    /tmp/stderr1833_server.domain.com_112861947290588.log || echo "exec
    /fnx/fx/script/startfcsh exitcode: $? "& killpid="$killpid $! "
    $
    90588.log
    kill $killpid 2>/dev/null
    $
    ...connected
    STATE_PROTOCOL_INIT
    Connecting to server...
    Connected
    Initializing session...
    Starting session...
    Waiting for application...
    Done
    Carmelo wrote:
    Mike,
    Are you using SSH as your connection method? If so have you
    configured
    it per
    http://www.tarantella.com/documentation/sgd/ee/4.1/help/en-us/base/indepth/ssh.html
    >>>>
    >>>>
    If still an issue can you post "launch details"
    Regards,

  • Still image pixel aspect ratio wrong in exported video (but correct in Premiere renders)

    I've saved a targa still image from my footage and added it to the bin. It's properties show as follows:
    Image Size: 1440 x 1080
    Pixel Aspect Ratio: 1.3333
    This correctly matches my sequence settings as I'm working with 1080p widescreen footage.
    The image appears as expected in the Program window both before and after rendering previews. However, once I export my sequence as a video file, the still image is squashed (displaying incorrectly):
    A work around would be to stretch out the still to a width of 1920 in Premiere so that the export displays it back at its normal aspect ratio - which works - but I don't understand why I should have to do this.
    The other solution I found was to go to the bin and 'Modify > Interpret Footage' and although "Use Pixel Aspect Ratio from File" already shows the correct settings, to actively reset it (to the same pixel aspect ratio)  with the 'Conform to' option:
    This works too.
    Surely a bug?
    (using Premiere Pro CC)

    Thanks for the quick reply. But then why does the still's properties (in my bin) show the pixel aspect ratio as 1.3333 (not square pixels, 1.0) and should it not appear incorrectly in both the preview renders and the exported video ? This seems inconsitent to me.

Maybe you are looking for