Package Details: xrdp-git 0.10.0_beta.3.r83.gcc7d5ef9-1

Git Clone URL: https://aur.archlinux.org/xrdp-git.git (read-only, click to copy)
Package Base: xrdp-git
Description: An open source remote desktop protocol (RDP) server. Git version, devel branch.
Upstream URL: https://github.com/neutrinolabs/xrdp
Licenses: Apache-2.0
Conflicts: xrdp
Provides: xrdp
Submitter: realturner
Maintainer: Jat
Last Packager: Jat
Votes: 30
Popularity: 0.000008
First Submitted: 2011-02-19 10:07 (UTC)
Last Updated: 2024-04-23 08:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

rascas commented on 2012-06-05 19:34 (UTC)

I got this error compiling. Up-to-date arch x86-64: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../common -I../../sesman/libscp -I../../sesman -DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/sbin\" -DXRDP_SHARE_PATH=\"/usr/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT sesadmin.o -MD -MP -MF .deps/sesadmin.Tpo -c -o sesadmin.o sesadmin.c sesadmin.c: In function ‘main’: sesadmin.c:145:3: error: too many arguments to function ‘log_end’ In file included from ../../sesman/libscp/libscp_types.h:34:0, from ../../sesman/libscp/libscp.h:35, from sesadmin.c:9: ../../common/log.h:169:1: note: declared here make[3]: *** [sesadmin.o] Error 1 make[3]: Leaving directory `/tmp/packerbuild-0/xrdp-git/xrdp-git/src/xrdp-build/sesman/tools' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/packerbuild-0/xrdp-git/xrdp-git/src/xrdp-build/sesman' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/packerbuild-0/xrdp-git/xrdp-git/src/xrdp-build' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

antiuser commented on 2012-05-05 09:41 (UTC)

@realturner: no i have not any X sessions.

realturner commented on 2012-05-05 09:17 (UTC)

@antiuser: It seems like you've already started another Xserver on display 10 according to your log. Maybe you should kill that server?

antiuser commented on 2012-05-05 09:14 (UTC)

Last ver work with only VNC, but when i use RDP session, it doesnt work... Following messages [20120505-15:04:18] [INFO ] scp thread on sck 7 started successfully [20120505-15:04:19] [INFO ] ++ created session (access granted): username init, ip 10.25.0.33:60549 - socket: 7 [20120505-15:04:19] [INFO ] starting X11rdp session... [20120505-15:04:19] [CORE ] error starting X server - user init - pid 12667 [20120505-15:04:19] [DEBUG] errno: 2, description: No such file or directory [20120505-15:04:19] [DEBUG] execve parameter list: 12 [20120505-15:04:19] [DEBUG] argv[0] = X11rdp [20120505-15:04:19] [DEBUG] argv[1] = :10 [20120505-15:04:19] [DEBUG] argv[2] = -geometry [20120505-15:04:19] [DEBUG] argv[3] = 800x600 [20120505-15:04:19] [DEBUG] argv[4] = -depth [20120505-15:04:19] [DEBUG] argv[5] = 24 [20120505-15:04:19] [DEBUG] argv[6] = -bs [20120505-15:04:19] [DEBUG] argv[7] = -ac [20120505-15:04:19] [DEBUG] argv[8] = -nolisten [20120505-15:04:19] [DEBUG] argv[9] = tcp [20120505-15:04:19] [DEBUG] argv[10] = -uds [20120505-15:04:19] [DEBUG] argv[11] = (null) [20120505-15:04:29] [ERROR] X server for display 10 startup timeout [20120505-15:04:29] [ERROR] X server for display 10 startup timeout [20120505-15:04:29] [INFO ] starting xrdp-sessvc - xpid=12667 - wmpid=12666 [20120505-15:04:29] [ERROR] another Xserver is already active on display 10 [20120505-15:04:29] [DEBUG] aborting connection... [20120505-15:04:29] [INFO ] ++ terminated session: username init, display :10.0

realturner commented on 2012-05-01 02:57 (UTC)

@dschmeer: sorry I've missed the libtool in makedepends, now there it is. Except that there's no difference to the previous one.

realturner commented on 2012-04-07 23:14 (UTC)

@dschmeer: done

<deleted-account> commented on 2012-04-07 19:08 (UTC)

Can you please add git and libtool in makedepends? Thanks a lot.

JonnyJD commented on 2012-03-13 17:33 (UTC)

This works very well for me and especially much better than tightvnc and xrdp (stable). I wrote some notes on this setup in https://wiki.archlinux.org/index.php/Xrdp

realturner commented on 2012-03-07 02:28 (UTC)

Switch git to Github. @Anwar: guess you mean tigervnc in the AUR? I've modify the dependence to it and the sesman-Xvnc works fine.

eworm commented on 2012-03-06 18:46 (UTC)

Development takes place at Github now and project is at: https://github.com/FreeRDP/xrdp Please update the PKGBUILD! Thanks!