Dear xrdp developer team,

is there any way to install xrdp on AIX systems and get it working correctly?
It would be a great advantage for us to access all GUIs of UNIX and Windows 
systems using the same connection software.

We managed to compile your software on an AIX 6.1 system after commenting out 
the following lines (make procedure told us some kind of a redefinition) in two 
header files:
[cid:image001.png@01CE82FF.4A889720]


·         In file /usr/include/sys/lock_def.h in line 317:
void lock_init(complex_lock_t , boolean_t);



·         In file /usr/include/grp.h in line 179:
struct list
        {
                char *name;
                struct list *nxt;
        } *_minuslist;

Furthermore, the /etc/xrdp/xrdp.sh needed to be changed because of the 
different syntax of ps in AIX:
[cid:image002.png@01CE82FF.4A889720]

We changed
  ps -u --noheading -C xrdp | grep -q -i xrdp
to
  ps -ef | grep -v grep | grep -q "[ /]xrdp$"

in function is_xrdp_running() and

  ps -u --noheading -C xrdp-sesman | grep -q -i xrdp-sesman
to
  ps -ef | grep -v grep | grep -q "[ /]xrdp\-sesman$"

in function is_sesman_running().


After starting, you can see the xrdp service listening on port 3389:
[cid:image003.png@01CE82FF.4A889720]

# lsof -i :3389
COMMAND     PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
xrdp    8913088 root    6u  IPv4 0xf100050006d9cbb8      0t0  TCP 
*:ms-wbt-server (LISTEN)


Now, we were trying to connect to our AIX machine using the Windows 7 microsoft 
terminal server client. It found the rdp-server running on the target machine,
started connecting (telling me "configuring remote session"), and connected, 
and connected, and connected and finally (after about 5 minutes of trying) ran 
into an error:

[cid:image007.png@01CE82FE.961D9BF0]

rdesktop could also not establish a working connection.

It would be great if you could help me or tell me if you know a possible reason 
causing the problem and how to fix it!

Thank you very much!

Best regards / Freundliche Grüße

Andreas Besold

kubus IT

Karl-Marx-Straße 7A
95444 Bayreuth
Tel:

0921 288-4668

Fax:

0921 288-12451

E-Mail:

andreas.bes...@kubus-it.de<mailto:andreas.bes...@kubus-it.de>

Internet:

www.kubus-it.de<http://www.kubus-it.de>


kubus IT, Gesellschaft bürgerlichen Rechts, Karl-Marx-Str. 7a, 95444 Bayreuth
Geschäftsführer: Thomas Kay, André Rentsch

<<inline: image007.png>>

<<inline: image001.png>>

<<inline: image002.png>>

<<inline: image003.png>>

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to