Dear 付焜

have to started both xrdp and xrdp-sesman as root user?

try starting both in separate terminals in the debug mode to see what
is wrong when you try to connect:

sudo xrdp --nodaemon
sudo xrdp-sesman --nodaemon

If this does not work try to compile the newest version from source
(this works for me very well, I am also running Fedora 19 and I had a
few issues getting it to work for the first time, because I am still
quite inexperienced - so this should work for you:)

download from repo and extract

https://github.com/FreeRDP/xrdp#readme

sudo yum install autoconf.noarch automake libtool openssl-devel
pam-devel libX11-devel libXfixes-devel
./bootstrap
./configure
make
sudo make install

now compile X11rdp

cd xrdp-master/xorg/X11R7.6
sudo sh buildx.sh /opt/X11rdp

link the compiled binaries to the /usr/bin folder

ln -s /opt/X11rdp/bin/X11rdp /usr/bin/X11rdp

edit /etc/pam.d/xrdp and put in (this is because the current file is
made for Debian based systems and not for Fedora as far as I
understood)

#%PAM-1.0
auth       required    pam_unix.so shadow nullok
auth       required    pam_env.so readenv=1
account    required    pam_unix.so

open the firewall port 3389 to allow connections

sudo firewall-cmd --permanent --add-port=3389/tcp

the start binaries will be placed in /usr/local/sbin

now start both xrdp-binaries as root (e.g. in --nodaemon mode to debug)

xrdp --nodaemon
xrdp-sesman --nodaemon





I hope that helps and good luck
All the best
Steffen

2013/10/22 付焜 <13212010...@fudan.edu.cn>:
>   Hello, I met an exception when I used xrdp, and it will be very
> appreciated if you can help.
>   I'm a user of fedora 19, and I installed xrdp by instruction of "yum
> install xrdp". Then I closed the firewall of fedora 19 and used the
> instruction "xrdp". It seems that the xrdp worked. And I did get the
> reaction when I used mstsc in windows7. But when I input the user name and
> pass word. It just show a window of "Connecting Log", said "connecting to
> sesman ip 127.0.0.1 port 3350". When I clicked the OK button, it returned to
> the dialogue where I input the user name and pass word. I don't know what to
> do.
>   I'm not a native English speaker, and I'm sorry for the errors that might
> exist in the letter.
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> xrdp-devel mailing list
> xrdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xrdp-devel
>

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&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