Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-06 Thread Janky Jay, III
Hi @lbutlr, On 6/6/19 12:22 PM, @lbutlr wrote: > On Jun 6, 2019, at 8:15 AM, Janky Jay, III wrote: >> I had to do a "portsnap fetch extract" and install audio/lame via ports >> to get this to work. Now I have a full ports environment for just one >> dependency. It's a small VM that is only used

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-06 Thread @lbutlr
On Jun 6, 2019, at 8:15 AM, Janky Jay, III wrote: > I had to do a "portsnap fetch extract" and install audio/lame via ports > to get this to work. Now I have a full ports environment for just one > dependency. It's a small VM that is only used for certain things so I > try to use space sparingly.

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-06 Thread Janky Jay, III
It's only an issue if one is not using ports and only using pkg (which is the case here). So, using pkg to install xrdp-devel is successful but the chansrv portion of it does not work and causes RDP sessions to hang for a while before connecting as well as the "clipboard" portion to not work. I

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-06 Thread @lbutlr
On Jun 5, 2019, at 7:56 AM, Janky Jay, III wrote: > So, this needed to be built from ports. I > would imagine that these are important to people using sound (I am not) > so some audio dependencies should remain. However, I'm not sure it > should be "audio/lame" if there is not a package available

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-05 Thread Koichiro Iwao
Hi! Good work! Thank you for your investigation. Regarding LAME, I'm planning to drop it as default because AAC is enough. FYI, here's an upstream issue regarding audio codec license: https://github.com/neutrinolabs/xrdp/issues/634 On Wed, Jun 05, 2019 at 07:56:29AM -0600, Janky Jay, III wrote:

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-05 Thread Janky Jay, III
I think I may have found an/the issue here. Comparing two systems (one that works and one that does not), I noticed that "/usr/local/sbin/xrdp-chansrv" was not even running on system that wasn't working. So, I manually ran it to find it was missing some libraries which I checked with "ldd": #~

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-05-08 Thread Janky Jay, III
Hello Koichiro,     Is there any update to this? I've since upgraded both systems to FBSD 12.0-RELEASE-p3 and there have also been (I think) two (2) xrdp port/pkg updates as well but the problem still remains the same. Connections to chansrv work 100% of the time on one system and 0% of the time

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-02-17 Thread Janky Jay, III
Hello Meta, On 2/16/19 6:37 PM, Koichiro Iwao wrote: > On Fri, Feb 15, 2019 at 11:31:36AM -0700, Janky Jay, III wrote: >> This also causes the connection to take 16 seconds to open XFCE4 once >> it finally gives up on channels. I see 4 errors so I'm guessing there's >> a 4 second timeout

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-02-16 Thread Koichiro Iwao
On Fri, Feb 15, 2019 at 11:31:36AM -0700, Janky Jay, III wrote: > This also causes the connection to take 16 seconds to open XFCE4 once > it finally gives up on channels. I see 4 errors so I'm guessing there's > a 4 second timeout between attempts. Something similar to the >

net/xrdp: Issue(s) with Channels/Clipboard.

2019-02-15 Thread Janky Jay, III
Hi All, So, I noticed this quite a while back but it didn't bother me too much. However, my curiosity has gotten the best of me and now I want to find out what's going on. I'm running net/xrdp (version 0.9.9,1 installed via pkg) on two different, headless FBSD 11.2-Rp9 systems