I did some strace magic. execve("/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", "tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", "tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/X11R6/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", " tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/local/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", " tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) mkdir("/tmp/.xrdp/xrdp-sesman-dP1LGR", 0700) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3545, ...}) = 0 write(3, "[20170107-20:25:15] [CORE ] erro"..., 76) = 76 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3545, ...}) = 0 write(3, "[20170107-20:25:15] [DEBUG] errn"..., 77) = 77
It seems xrdp requires X11rdp for this to work. That's why you get a "no such file or directory" error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/220005 Title: xrdp 0.6.1-2 doesn't work via sesman-X11rdp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/220005/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs