Get CDE/dtlogin to stop listening on port 6000


 
Thread Tools Search this Thread
Operating Systems AIX Get CDE/dtlogin to stop listening on port 6000
# 1  
Old 03-20-2008
Get CDE/dtlogin to stop listening on port 6000

Hi all, can anyone help me with this?

I'm running AIX 5L v5.3 base and installed CDE is 1.0. I've seen recommendations to add "-nolisten tcp" to the args for X but anytime I try that it simply fails to start. I've tried adding it as an arg to /usr/dt/config/Xservers as well as trying to add it to the extensions variable in /usr/lpp/X11/defaults/xserverrc. Currently CDE is started via the following in the Xservers file:

Code:
:0   Local local@console /usr/lpp/X11/defaults/xserverrc -T -force :0

Can anyone shed some light on this? I have been unable to find AIX specific guidance so far.

Cheers,
-C
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Rpcbind Listening on a Non-Standard Port

Hello, I was trying to find information about below rpcbind issue and how can I fix it so that, it wont happen again. Below is the one of the vulnerability from my security team, RPC service name: portmapper service protocal: udp Portmapper found at: 327xx service port: 327xx ... (2 Replies)
Discussion started by: system.engineer
2 Replies

2. HP-UX

How to open 6000 port for XDMCP?

Hi, While login to Xmanager its showing " XDMCP connection failed. Try again? " the error attached . (15 Replies)
Discussion started by: purushottamaher
15 Replies

3. Cybersecurity

Listening to port when no IP address is assigned

Hi Pals Consider a case where the network interface is there and it is connected to a network. Only thing left here is I need to set a static ip/ip though dhcp (though ifconfig) I heard that it is possible to listen even if the ip address is not set. So is there any possibility of an attack over... (1 Reply)
Discussion started by: sreejithc
1 Replies

4. Shell Programming and Scripting

find port greater than 6000

How to get the listening ports which is greater than 6000 using netstat ? (1 Reply)
Discussion started by: gsiva
1 Replies

5. Solaris

Solaris 10 - dtlogin port chnage?

I have changed my dtlogin port from the deault 177 to 180. When I'm at the Remote Login session screen, how do I specify the port number? (5 Replies)
Discussion started by: kungpow
5 Replies

6. UNIX for Dummies Questions & Answers

Closing port 6000

Hi I am on solaris 8. And using xdm Xsun for X windows capabilities. Is it possible to close port 6000 and still have xdm Xsun for X windows capabilities. I came across http://www.sunmanagers.org/pipermail/summaries/2004-May/005208.html and neither i can close off port 6000 Rgds (2 Replies)
Discussion started by: yls177
2 Replies

7. Linux

VNC Server http listening port

Hi All, I'm running RH 9.0 on a PII box with 160MB RAM. Just downloaded RealVNC X86 Linux (version 3.3.7). How can I get the HTTP listening port up ? Thanks, KENT (6 Replies)
Discussion started by: kxchen_home
6 Replies

8. Shell Programming and Scripting

Listening on port for incoming data?

I am not what I would call an experienced programmer. I know some ksh etc.. I need to be able to listening on a port for incoming data on a ultra 10 using solaris 9. Basically all that I need to do at the moment is to log the incoming data on a specific port number. Any ideas on how I... (6 Replies)
Discussion started by: frustrated1
6 Replies

9. IP Networking

port not listening..

Hi.. I am using HPux11.0 i want to know if server not listening to a tcp port what should we do to resolve the problem.... in /etc/services tcp port 7108/tcp is mentioned for some perticular application.. while starting that application error is coming could not establish listening address... (1 Reply)
Discussion started by: Prafulla
1 Replies

10. Shell Programming and Scripting

Perl Script Listening On A TCP Port

Hi, Im programming a perl script which will act as a daemon listening on a tcp port (2323) and will take (<stdin>) from the client (im going to use telnet) and run the arguments from (<stdin>) against an program already on the server, which is used to list books in the library at uni. So far... (1 Reply)
Discussion started by: emcb
1 Replies
Login or Register to Ask a Question
DtWsmChangeBackdrop(API)												  DtWsmChangeBackdrop(API)

NAME
DtWsmChangeBackdrop -- set current workspace's backdrop SYNOPSIS
#include <Dt/Wsm.h> int DtWsmChangeBackdrop( Display *display, Window root, char *path, Pixmap pixmap); DESCRIPTION
The DtWsmChangeBackdrop function works with the CDE workspace manager, dtwm(1), and changes the current workspace's backdrop. Applications can use this function to implement an interface to the workspace manager. If the DtWsmChangeBackdrop function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1), is not running. DtWsmChangeBackdrop sends a message to the CDE workspace manager, dtwm(1), to change the backdrop. The path argument points to a backdrop file name. The file must be in either X Bitmap file format (with extension .bm) or Pixmap file for- mat (with extension .pm). The workspace management services look for the file along the same path used for searching icons. The directory /usr/dt/backdrops is the default directory if the file cannot be found along the icon search path. ARGUMENTS
display display root root window of the screen path file path to bitmap file pixmap pixmap ID of backdrop pixmap SEE ALSO
DtWsm(5) "Communicating with the Workspace Manager" section in the CDE Programmer's Guide "Workspace Manager" section in the CDE Programmer's Overview DtWsmChangeBackdrop(API)