Re: RDP Issue

2018-06-01 Thread Jaya Chandra
Hi Nick

Thanks for the support. Now i have installed latest version and iam getting
below error. Please suggest.

Jun  1 18:04:52 PPAemComAutr3 guacd[115563]: Loading keymap "en-us-qwerty"
Jun  1 18:04:52 PPAemComAutr3 guacd[115563]: Failed to load guacdr plugin.
Drive redirection and printing will not work. Sound MAY not work.
Jun  1 18:04:52 PPAemComAutr3 guacd[115563]: Failed to load guacsnd
alongside guacdr plugin. Sound will not work. Drive redirection and
printing MAY not work.
Jun  1 18:04:52 PPAemComAutr3 guacd[115563]: Error connecting to RDP server

Thanks & Regards

Jaya Chandra B







On Wed, May 30, 2018 at 10:43 PM, Nick Couchman  wrote:

> On Wed, May 30, 2018 at 1:10 PM, Jaya Chandra  wrote:
>
>> Hi Nick
>>
>> Iam using  0.9.13-incubating
>>  version.
>>
>> Thanks & Regards
>>
>>
> You might try 0.9.14 or even the latest github master version, as there
> have been several improvements in connection error handling in those two
> versions.  I believe 0.9.14 introduced some additional checks for RDP
> disconnect messages, and the git master includes a very recently-introduced
> feature that warns about network instability.
>
> If you update you will need to update both Guacamole Client and Server
> (guacd).
>
> -Nick
>


Re: SSH sessions show blank screen after login

2018-06-01 Thread Adrian Owen
Does putty connect without issue?

 Original Message 
Subject: Re: SSH sessions show blank screen after login
From: Nick Couchman
To: user@guacamole.apache.org
CC:

On Fri, Jun 1, 2018 at 11:24 AM, dedwards913 
mailto:dedwa...@goodwillnwnc.org>> wrote:
Thanks Nick.  When I try SSH from the guac server command line, I get
"connection refused".

This sounds like a network issue.  Is the system running guacd on a different 
network from your desktop?  It almost sounds like there's an ACL or firewall 
preventing the guacd system from communicating with the devices you're trying 
to manage.

-Nick


Re: SSH sessions show blank screen after login

2018-06-01 Thread Nick Couchman
On Fri, Jun 1, 2018 at 11:24 AM, dedwards913 
wrote:

> Thanks Nick.  When I try SSH from the guac server command line, I get
> "connection refused".
>

This sounds like a network issue.  Is the system running guacd on a
different network from your desktop?  It almost sounds like there's an ACL
or firewall preventing the guacd system from communicating with the devices
you're trying to manage.

-Nick


Re: SSH sessions show blank screen after login

2018-06-01 Thread dedwards913
Thanks Nick.  When I try SSH from the guac server command line, I get
"connection refused".

I normally connect to these devices (Cisco routers and switches) from my
desktop using SSH2 in SecureCRT.  They are set up to allow SSH only, but no
restriction on the source IP.

Nothing new in the logs so far,

DE




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/


Re: Device redirection issue

2018-06-01 Thread Antony Awaida
Hi Oliver:

We have had our own set of struggles with sound. As Nick mentioned the
first thing to do is to ensure that sound works when using RDP client. If
not, you should set the right policies on the Win 7: Gpedit.Msc.

Another problem you may be running into is this problem:


*When I look at the Chrome console on the Chromebook, there is an
error: app.js?v=0.9.13-incubating:3 The AudioContext was not allowed to
start. It must be resume (or created) after a user gesture on the
page. https://goo.gl/7K7WLu *

*Apparently Google has introduced a new "feature" that prevents autostart
of sound - But it was rolled back in Chrome for a few months based on
pushback. https://bugs.chromium.org/p/chromium/issues/detail?id=835767
. So sound is
working for now but we will need to develop a fix before the
re-introduction of the feature. *


If you are using an iOS device, IOS prevents sound from playing
automatically unless it is enabled by a user gesture:
https://bitmovin.com/play-not-play-new-autoplay-policies-safari-11-chrome-64/

Hope this helps...
Antony


ᐧ

On Fri, Jun 1, 2018 at 4:49 AM, Nick Couchman  wrote:

> On Fri, Jun 1, 2018 at 7:05 AM, Oliver.Zhan 
> wrote:
>
>> In the guacamole When i remote access a win7 that is playing a music, but
>> I can not hear the sounds.
>>
>>
>>
>
> If you connect from another RDP client on the same system that you're
> logging in with Guacamole, can you hear the sound?
>
> Can you describe your Guacamole environment:
> - Guacamole Client version
> - Guacamole Server version
> - FreeRDP version
> - What browser you're using, including version
>
> ?
>
>
>> But In the guacamole User's Guide document, it say that Audio redirection
>> will be enabled by default.
>>
>
> Yes, it will -you must explicitly disable audio support if you don't want
> it.
>
>
>>
>>
>> Then I enable the Support audio in console , I still can not hear the
>> sounds.
>>
>>
>>
>> What is wrong? Please help me Nick.
>>
>
> It's best to address the entire community - this isn't my project or my
> mailing list, so best to include everyone.  There are many people who have
> fought with RDP Audio issues and Guacamole, so their experiences may be
> much more beneficial than my advice.
>
> -Nick
>



-- 
Antony Awaida
CEO
www.apporto.com


SSH sessions show blank screen after login

2018-06-01 Thread dedwards913
I've got a recent install of Guacamole 0.9.14 on CentOS 7, plus MySQL and
LDAP.  My RDP sessions are working fine, but I'm having trouble with the SSH
sessions.  The sessions are set up with the simplest possible configuration
- only the IP address of the target host is specified.  Everything else is
default.

I do connect and get the login and password prompts, but after entering the
password the screen is blank and does not respond.  All I can do is
disconnect using the Guacamole menu.

I've looked at the logs but did not see anything that looked helpful to me. 
Please let me know if there is something specific I should check.

Thanks,

DE




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/


Re: Device redirection issue

2018-06-01 Thread Nick Couchman
On Fri, Jun 1, 2018 at 7:05 AM, Oliver.Zhan 
wrote:

> In the guacamole When i remote access a win7 that is playing a music, but
> I can not hear the sounds.
>
>
>

If you connect from another RDP client on the same system that you're
logging in with Guacamole, can you hear the sound?

Can you describe your Guacamole environment:
- Guacamole Client version
- Guacamole Server version
- FreeRDP version
- What browser you're using, including version

?


> But In the guacamole User's Guide document, it say that Audio redirection
> will be enabled by default.
>

Yes, it will -you must explicitly disable audio support if you don't want
it.


>
>
> Then I enable the Support audio in console , I still can not hear the
> sounds.
>
>
>
> What is wrong? Please help me Nick.
>

It's best to address the entire community - this isn't my project or my
mailing list, so best to include everyone.  There are many people who have
fought with RDP Audio issues and Guacamole, so their experiences may be
much more beneficial than my advice.

-Nick


Device redirection issue

2018-06-01 Thread Oliver . Zhan
In the guacamole When i remote access a win7 that is playing a music, but I can 
not hear the sounds.

But In the guacamole User's Guide document, it say that Audio redirection will 
be enabled by default.

Then I enable the Support audio in console , I still can not hear the sounds.

What is wrong? Please help me Nick.

简单 实用 优雅
-
技术开发组 张建平(zhangjianping)
TEL:0571-88075998-69364
---
本邮件及其附件含有海康威视公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
This e-mail and its attachments contain confidential information from 
HIKVISION, which is intended only for  the person or entity whose address is 
listed above. Any use of the information contained herein in any way 
(including, but not limited to, total or partial disclosure, reproduction, or 
dissemination) by persons other  than the intended recipient(s) is prohibited. 
If you receive this e-mail in error, please notify the sender by phone or email 
immediately and delete it!



CONFIDENTIALITY NOTICE:

This electronic message is intended to be viewed only by the individual or 
entity to whom it is addressed. It may contain information that is privileged, 
confidential and exempt from disclosure under applicable law. Any 
dissemination, distribution or copying of this communication is strictly 
prohibited without our prior permission. If the reader of this message is not 
the intended recipient, or the employee or agent responsible for delivering the 
message to the intended recipient, or if you have received this communication 
in error, please notify us immediately by return e-mail and delete the original 
message and any copies of it from your computer system. For further information 
about Hikvision company. please see our website at 
www.hikvision.com