Xrdp hangs

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Xrdp hangs
# 1  
Old 01-23-2013
Xrdp hangs

Hi,

I'm trying to get xrdp to work. I installed xrdp 0.5.0 from EPEL and the Desktop group. Now I can connect to the server with rdesktop, but I can't do any input... there is an authentication window asking the root password "to set the network proxy used for downloading packages" and I can't move or close with the mouse nor enter anything in the dailog. Hopefully this little problem has a simple solution? Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Require xrdp package for RHEL 7.3

I require to install xrdp for remote desktop access of my linux server (RHEL 7.3).I searched a lot for it in google, but not able to find any suitable package for the same.One post I have found where the server where I am need to connect the server in Internet.But it is not possible for me to... (2 Replies)
Discussion started by: Anjan Ganguly
2 Replies

2. Red Hat

How to install Xrdp in Centos.?

Hi, I want to install the Xrdp in Centos for taking remote session of centos server from Windows machine. could you please help me for this ?? (6 Replies)
Discussion started by: purushottamaher
6 Replies

3. Hardware

HP DL160G6 hangs

Hi I have HP DL160G6 with SLES10SP3 x64. It hangs without any errors in the logs. My hardware is: description: Rack Mount Chassis product: ProLiant DL160 G6 vendor: HP serial: ******** width: 32 bits capabilities: smbios-2.5 dmi-2.5 configuration:... (0 Replies)
Discussion started by: dailyadm
0 Replies

4. UNIX for Advanced & Expert Users

SFTP. ls and get hangs.

Hello I have a sftp problem. If I do sftp between some nodes that we installed it works fine i can list directories and get files. If I connect with sftp from the other side of a firewall (wich has port 22 open) I can log in and cd to which ever direcory i want i can do pwd but when i do... (4 Replies)
Discussion started by: vettec3
4 Replies

5. Solaris

Server Hangs

I have a Sun-Fire-V210, the Server hangs for sometime and evn console wont be abled to access and after sometime the server comes back active. the messages file shows this , whats causing this ? # tail -500 messages Jan 25 07:02:16 xxxxxxxxxxxxx Corrupt label; wrong magic number Jan 25... (2 Replies)
Discussion started by: Sojourner
2 Replies

6. Ubuntu

remote desktop error (xrdp)

My friends, I installed ubuntu server 11.04 (x86_64) and activated remote desktop connection package which name is xrdp. I can connect successfully there is no problem. I have installed xrdp on ubuntu server 9.10 (x86) but I can't remote desktop. It gave an error messages. Picture is attached.... (4 Replies)
Discussion started by: getrue
4 Replies

7. Solaris

Explorer hangs

Hi Guys, Anyone encontered a problem where when you run your SUN explorer, it hangs at sysconfig? I am having this problem for some of my servers. rgds, (1 Reply)
Discussion started by: ronny_nch
1 Replies

8. AIX

sysback hangs

I've set sysback to run in the cron daily to backup my servers to a nim servers SAN storage. Every once and a while the backup process hangs and the backup doesn't complete. When I check the processes the sysback processes are still running hours after sysback would normally end. I don't see any... (1 Reply)
Discussion started by: daveisme
1 Replies

9. AIX

HMC Hangs

Hi Gurus ; I have few SP Nodes running and alongwith that there is a console. All running Aix 4.3. The console system use to monitor activities for other SP nodes but at a sudden the console stops responding without logging any error. We have to reboot everytime sometimes twice or thrice in... (0 Replies)
Discussion started by: yadwendrav
0 Replies

10. Shell Programming and Scripting

Grep hangs

Running it on SunOS 5.9 Generic_117171-09 sun4u sparc SUNW,Sun-Fire-V440 The grep will hang if ERRORS.txt file > 100 lines Thanks :confused: ERRORS=./ERRORS.txt EXCLUDEERRORFILE=./excludeERR.txt cat $ERRORS | while read ERROR_LINE do echo +++ $ERROR_LINE cat... (2 Replies)
Discussion started by: zam
2 Replies
Login or Register to Ask a Question
sesman.ini(5)															     sesman.ini(5)

NAME
sesman.ini - Configuration file for sesman(8) DESCRIPTION
This is the man page for sesman.ini, sesman(8) configuration file. It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, folowed by a list of <parameter>=<value> lines. sesman.ini supports the following sections: [Globals] - sesman global configuration section, [Logging] - logging subsystem parameters [Security] - Access control parameters [Sessions] - Session management parameters All options and values (except for file names and paths) are case insensitive, and are described in detail below. For any of the following parameter, if it's specified more than one time the last entry encountered will be used. NOTE: if any of these options is specified outside its section, it will be ignored. GLOBALS
The options to be specified in the [globals] section are the following: ListenAddress=ip address Specifies sesman listening address. Default is 0.0.0.0 (all interfaces) ListenPort=port number Specifies sesman listening port. Default is 3350 EnableUserWindowManager=[0|1] If set to 1, true or yes this option enables user specific window manager, that is, anyone can define it's own script executed by sesman when starting a new session, specified by UserWindowManager UserWindowManager=startwm.sh This option specifies the script run by sesman when starting a session and per-user window manager is enabled. The path is relative to user's HOME directory DefaultWindowManager=${SESMAN_BIN_DIR}/startwm.sh This contains full path to the default window manager startup script used by sesman to start a session LOGGING
The following parameters can be used in the [logging] section: LogFile=${SESMAN_LOG_DIR}/sesman.log This options contains the path to logfile. It can be either absolute or relative, and the default is ${SESMAN_LOG_DIR}/sesman.log LogLevel=level This option can have one of the following values: CORE or 0 - Log only core messages. these messages are _always_ logged, regardless the logging level selected. ERROR or 1 - Log only error messages WARNING, WARN or 2 - Logs warnings and error messages INFO or 3 - Logs errors, warnings and informational messages DEBUG or 4 - Log everything. If sesman is compiled in debug mode, this options will output many more low-level message, useful for developers EnableSyslog=[0|1] If set to 1, true or yes this option enables logging to syslog. Otherwise syslog is disabled. SyslogLevel=level This option sets the logging level for syslog. It can have the same values of LogLevel. If SyslogLevel is greater than LogLevel, its value is lowered to that of LogLevel. SESSIONS
The following parameters can be used in the [Sessions] section: MaxSessions=<number> Sets the maximum number of simultaneous session on terminal server. If unset or set to 0, unlimited session are allowed. KillDisconnected=[0|1] If set to 1, true or yes, every session will be killed when the user disconnects. -this option is currently ignored!- IdleTimeLimit=<number> Sets the the time limit before an idle session is disconnected. If set to 0, automatic disconnection is disabled. -this option is currently ignored!- DisconnectedTimeLimit=<number> Sets the the time limit before a disconnected session is killed. If set to 0, automatic killing is disabled. -this option is currently ignored!- SECURITY
The following parameters can be used in the [Sessions] section: AllowRootLogin=[0|1] If set to 1, true or yes enables root login on the terminal server MaxLoginRetry=[0|1] The number of login attempts that are allowed on terminal server. If set to 0, unlimited attempts are allowed. The default value for this field is 3. TerminalServerUsers=tsusers Only the users belonging to the group tsusers are allowed to login on terminal server. If unset or set to an invalid or non-existent group, login for all users is enabled. TerminalServerAdmins=tsadmins Sets the group which a user shall belong to have session management rights. -this option is currently ignored!- EXAMPLES
This is an example sesman.ini: [Globals] ListenAddress=127.0.0.1 ListenPort=3350 EnableUserWindowManager=1 UserWindowManager=startwm.sh DefaultWindowManager=startwm.sh [Logging] LogFile=/usr/local/xrdp/sesman.log LogLevel=DEBUG EnableSyslog=0 SyslogLevel=DEBUG [Sessions] MaxSessions=10 KillDisconnected=0 IdleTimeLimit=0 DisconnectedTimeLimit=0 [Security] AllowRootLogin=1 MaxLoginRetry=3 TerminalServerUsers=tsusers TerminalServerAdmins=tsadmins FILES
${SESMAN_CFG_DIR}/sesman.ini SEE ALSO
sesman(8) sesrun(8) xrdp(8) xrdp.ini(5) for more info on xrdp see http://xrdp.sf.net xrdp team 0.1.0 sesman.ini(5)