Printing using docker image?

2017-12-20 Thread Jonathan Hunter
Hi, Not sure if I am missing something here. I am running guacamole via docker (using guacamole/guacamole and guacamole/guacd), it mostly works well. My docker image was last pulled 12 days ago, so I am running the latest version of guacamole. However, I can't seem to get anything printed. Chap

Re: Printing using docker image?

2017-12-22 Thread Jonathan Hunter
d guacd[993]: INFO: Ignoring printer cached configuration data Any pointers appreciated.. Many thanks :) Jonathan On 21 December 2017 at 01:31, Mike Jumper wrote: > On Dec 20, 2017 17:26, "Jonathan Hunter" wrote: > > ... > > The following command returns nothing for m

Re: Printing using docker image?

2017-12-24 Thread Jonathan Hunter
;t reproducible elsewhere. Thanks - and season's greetings to all! Cheers, Jonathan On 22 December 2017 at 08:05, Jonathan Hunter wrote: > Thanks Mike, that helps! > > I do indeed have ghostscript installed, and the /usr/bin/gs binary does > exist, in the guacd image, which is grea

Re: guacamole admin utility

2017-12-31 Thread Jonathan Hunter
Hi Both, For what it's worth, I would also find this kind of functionality extremely helpful. I am not a skilled Java or web developer, but am using Guacamole in conjunction with HTTP authentication and an LDAP authentication back-end to allow users to connect to VMs. In my use case, one of the V

Re: unable to use websocket - HTTP tunnel instead

2017-12-31 Thread Jonathan Hunter
Just a thought - does the order of the directives in apache's config make a difference? I had something very similar when getting mine working (see my other thread about printing not working over HTTP, only via web socket) FWIW, my working Apache config pretty much boils down to just this below,

Re: Printing using docker image?

2018-01-03 Thread Jonathan Hunter
On 1 January 2018 at 21:01, Mike Jumper wrote: > On Sun, Dec 24, 2017 at 4:40 AM, Jonathan Hunter > wrote: > >> Mike/team - is this a bug? (Printing works via websocket but not via >> http) and if so, is there a bug tracker I should report this to? Happy to >> do so

Re: guacamole admin utility

2018-01-03 Thread Jonathan Hunter
On 31 December 2017 at 18:15, Nick Couchman wrote: > > Here's a quick/simple example of a Python-based utility that logs in to > Guacamole, gets active connections, and logs out: > > https://pastebin.com/6LdWCwdm > Thanks Nick - that's fantastic; I hadn't realised that the REST API was callable