Giter VIP home page Giter VIP logo

guacamole_ynh's Introduction

Guacamole for YunoHost

Integration level Working status Maintenance status

Install Guacamole with YunoHost

Read this README in other languages.

This package allows you to install Guacamole quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH

Shipped version: 1.5.4~ynh2

Screenshots

Screenshot of Guacamole

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug
or
sudo yunohost app upgrade guacamole -u https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

guacamole_ynh's People

Contributors

alexaubin avatar cybernetx avatar ericgaspar avatar gsmith28 avatar jaimemarcosjr avatar jules-bertholet avatar mhwct avatar moletmaximilien avatar orhtej2 avatar salamandar avatar yalh76 avatar yunohost-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

guacamole_ynh's Issues

RDP connections always fail if guacamole-guacd's `$HOME` does not exist and/or isn't writable

Describe the bug

RDP connections always fail with the following in the journal:

guacd[13595]: Creating new client for protocol "rdp"
guacd[13595]: guacd[13595]: INFO:        Creating new client for protocol "rdp"
guacd[13595]: Connection ID is "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f"
guacd[13595]: guacd[13595]: INFO:        Connection ID is "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f"
guacd[25783]: FreeRDP initialization may fail: Writability of the current user's home directory ("/home/guacamole-guacd") could not be determined: No such file or directory
guacd[13595]: guacd[25783]: WARNING:        FreeRDP initialization may fail: Writability of the current user's home directory ("/home/guacamole-guacd") could not be determined: No such file or directory
guacd[25783]: No security mode specified. Defaulting to security mode negotiation with server.
guacd[13595]: guacd[25783]: INFO:        No security mode specified. Defaulting to security mode negotiation with server.
guacd[25783]: Resize method: none
guacd[13595]: guacd[25783]: INFO:        Resize method: none
guacd[25783]: User "@3867a08d-b2fd-4471-bd46-a668e12e847d" joined connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" (1 users now present)
guacd[13595]: guacd[25783]: INFO:        User "@3867a08d-b2fd-4471-bd46-a668e12e847d" joined connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" (1 users now present)
guacd[25783]: Loading keymap "base"
guacd[13595]: guacd[25783]: INFO:        Loading keymap "base"
guacd[25783]: Loading keymap "en-us-qwerty"
guacd[13595]: guacd[25783]: INFO:        Loading keymap "en-us-qwerty"
guacd[25783]: Cannot create static channel "rdpdr": failed to load "guac-common-svc" plugin for FreeRDP.
guacd[13595]: guacd[25783]: WARNING:        Cannot create static channel "rdpdr": failed to load "guac-common-svc" plugin for FreeRDP.
guacd[25783]: Support for the RDPDR channel (device redirection) could not be loaded. Drive redirection and printing will not work. Sound MAY not work.
guacd[13595]: guacd[25783]: WARNING:        Support for the RDPDR channel (device redirection) could not be loaded. Drive redirection and printing will not work. Sound MAY not work.
guacd[25783]: Cannot create static channel "rdpsnd": failed to load "guac-common-svc" plugin for FreeRDP.
guacd[13595]: guacd[25783]: WARNING:        Cannot create static channel "rdpsnd": failed to load "guac-common-svc" plugin for FreeRDP.
guacd[25783]: Support for the RDPSND channel (audio output) could not be loaded. Sound will not work. Drive redirection and printing MAY not work.
guacd[13595]: guacd[25783]: WARNING:        Support for the RDPSND channel (audio output) could not be loaded. Sound will not work. Drive redirection and printing MAY not work.
guacd[25783]: RDP server closed/refused connection: Security negotiation failed (wrong security type?)
guacd[13595]: guacd[25783]: INFO:        RDP server closed/refused connection: Security negotiation failed (wrong security type?)
guacd[25783]: User "@3867a08d-b2fd-4471-bd46-a668e12e847d" disconnected (0 users remain)
guacd[13595]: guacd[25783]: INFO:        User "@3867a08d-b2fd-4471-bd46-a668e12e847d" disconnected (0 users remain)
guacd[13595]: guacd[25783]: INFO:        Last user of connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" disconnected
guacd[25783]: Last user of connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" disconnected
guacd[13595]: Connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" removed.
guacd[13595]: guacd[13595]: INFO:        Connection "$8a4f43d6-74f2-45aa-8932-bf33d7ad194f" removed.

$HOME for guacamole-guacd is set as /home/guacamole-guacd after installing this app, and since that dir doesn't exist, this failure always happens for RDP connections.

After some digging and a chat with the freerdp devs, it seems the way that guacamole is using freerdp is tied to this requirement. See: https://issues.apache.org/jira/browse/GUACAMOLE-931

Context

  • YunoHost version: 4.3.6
  • I have access to my server: web admin, ssh
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using package version/branch: 1.3.0~ynh6

Steps to reproduce

  1. Install guacamole
  2. Access guacamole's interface
  3. Set up a new RDP connection
  4. Attempt to use new connection

Workaround

Create /home/guacamole-guacd and set ownership to guacamole-guacd:guacamole-guacd

installation failed

How to post a meaningful bug report

  1. Read this whole template first.
  2. Determine if you are on the right place:
    • If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!
    • Otherwise, the issue may be due to guacamole itself. Refer to its documentation or repository for help.
    • When in doubt, post here and we will figure it out together.
  3. Delete the italic comments as you write over them below, and remove this guide.

Describe the bug

I tried to install guacamole from this URL : https://install-app.yunohost.org/?app=guacamole
Connected to admin, the installation failed

Context

  • Hardware: VM on proxmox
  • YunoHost version: 4.1.7.4
  • I have access to my server: Through SSH | through the webadmin .
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no *
    • If yes, please explain:
  • Using, or trying to install package version/branch: no
  • If upgrading, current package version: can be found in the admin, or with yunohost app info $app_id

Steps to reproduce

  • If you performed a command from the CLI, the command itself is enough. For example:
    sudo yunohost app install guacamole
  • If you used the webadmin, please perform the equivalent command from the CLI first.
  • If the error occurs in your browser, explain what you did:
    1. Go to 'https://install-app.yunohost.org/?app=guacamole'
    2. Click on 'Insall'
    3. Scroll down to 'the error message'
    4. 2021-03-26 08:41:44,532: ERROR - Impossible d’installer guacamole : Une erreur est survenue dans le script d’installation de l’application

Logs

The complete log are here : https://paste.yunohost.org/raw/uvajapelam

When an operation fails, YunoHost provides a simple way to share the logs.

  • In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.
  • In command line, the command to share the logs is displayed at the end of the operation and looks like yunohost log display [log name] --share. If you missed it, you can find the log ID of a previous operation using yunohost log list.

After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)

If applicable and useful, add screenshots to help explain your problem.

No Files found for tomcat9.service

Hey,
recently I am trying to install guacamole in my self hosted server. i was facing some issues

###Issue :

No Files found for tomcat9.service
head: can not open '/etc/ssl/certs/java/cacerts' for reading: no such file or derectory

AVLgH47d1a

26RGXK9m3f

Server info :-
OS : Debian 10 (64-bit)
Yunohost version : 11.0.10.2

How can i sove this issue?

WebSocket tunnel to guacd failed: Connection refused

I cannot use Guacamole as it always gives me the following error:

Screenshot 2022-01-29 143134

When looking into the logs, i see the following error (in tomcat log):

Jan 29 14:32:17 guacamole-tomcat9[27445]: 14:32:17.452 [http-nio-8080-exec-6] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to guacd failed: java.net.ConnectException: Connection refused (Connection refused)
Jan 29 14:32:17 guacamole-tomcat9[27445]: 14:32:17.529 [http-nio-8080-exec-7] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused (Connection refused)

Even on a fresh yunohost and guacamole install i can reproduce this issue.

I already tried to fix it by changing things in guacamole.properties but that didn't help.
I opened the port 4822 manually but that didn't help too.

Logs

https://paste.yunohost.org/iwehifixip - guacamole-tomcat
https://paste.yunohost.org/repocezizi - guacamole-guacd
https://paste.yunohost.org/raw/filorumoqo - installation

Connection problems

On a fresh install it was necessaty to add ::1 to the hostname.

Caused by the double entry for localhost in /etc/hosts.
GUCD seems to select the last entry there...
Solutio ist add the correct hostname in the connection manager...

image

installation failed cause of file missing on the server (tomcat9_9.0.31-1~deb10u3_all.deb)

2021-07-23 06:09:22,057: DEBUG - + set +o errexit
2021-07-23 06:09:22,057: DEBUG - + set +o nounset
2021-07-23 06:09:22,057: DEBUG - + sleep 0.5
2021-07-23 06:09:22,057: WARNING - https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.31-1~deb10u3_all.deb:
2021-07-23 06:09:22,058: WARNING - 2021-07-23 06:09:21 ERROR 404: Not Found.
2021-07-23 06:09:22,569: DEBUG - + type -t ynh_clean_setup
2021-07-23 06:09:22,571: DEBUG - + ynh_clean_setup
2021-07-23 06:09:22,573: DEBUG - + true
2021-07-23 06:09:22,575: DEBUG - + exit 1
2021-07-23 06:09:23,584: ERROR - Unable to install guacamole: An error occurred inside the app installation script
chrome_xvlOpmU3pf

Apache Tomcat Issue

How to post a meaningful bug report

  1. Read this whole template first.
  2. Determine if you are on the right place:
    • If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!
    • Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.
    • When in doubt, post here and we will figure it out together.
  3. Delete the italic comments as you write over them below, and remove this guide.

Describe the bug

Tomcat throwing a null pointer exception after update..

Context

  • Hardware:RPi4
  • YunoHost version: 4.3.6.3
  • I have access to my server: webadmin and ssh
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
    • If yes, please explain:
  • Using, or trying to install package version/branch:
  • If upgrading, current package version: 1.4.0

Steps to reproduce

Upgrade Guac form webadmin

Expected behavior

Be able to access guac webpage.

Logs

Guacamole 1.5.2 broken after install because of MySQL SSL

Guacamole 1.5.2 doesn't work after install

Guacamole package installs without errors but opening the app page results in error message

Context

  • Hardware: dedicated server
  • YunoHost version: 11.1.20
  • I have access to my server: ssh
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

MySQL server was installed once when Yunohost was first setup and no tweaks were done to it!

Steps to reproduce

  • install app
  • go to app home page
  • see error message

Expected behavior

  • install app
  • go to app home page
  • see no error message

Logs

the issue is with MySQL db commection

``tail /var/lob/syslog | grep tomcat`

WARN  o.a.g.e.AuthenticationProviderFacade - The "mysql" authentication provider has encountered an internal error which will halt the authentication process. If this is unexpected or you are the developer of this authentication provider, you may wish to enable debug-level logging. If this is expected and you wish to ignore such failures in the future, please set "skip-if-unavailable: mysql" within your guacamole.properties.
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: 14:18:55.431 [http-nio-8087-exec-3] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error:
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: ### Error querying database.  Cause: java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=localhost)(port=3306)(type=master) : (conn=503584) Trying to connect with ssl, but ssl not enabled in the server
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: ### The error may exist in org/apache/guacamole/auth/jdbc/user/UserMapper.xml
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: ### The error may involve org.apache.guacamole.auth.jdbc.user.UserMapper.selectOne
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: ### The error occurred while executing a query
Jun  5 14:18:55 yunohost guacamole-tomcat9[3805545]: ### Cause: java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=localhost)(port=3306)(type=master) : (conn=503584) Trying to connect with ssl, but ssl not enabled in the server

the problem is caused by the following line being removed from guacamole.properties config file in the last package version:

mysql-ssl-mode: disabled

if this line is removed and MySQL works without SSL, then error happens. I don't know if MySQL is supposed to have SSL turned on, but my instance didn't have that and it was setup without any manual configuration, so I assume that noSSL is normal config for YunoHost's MySQL.

failed to load "guac-common-svc" plugin for FreeRDP.

Describe the bug

Cannot create static channel "rdpdr": failed to load "guac-common-svc" plugin for FreeRDP.
Support for the RDPDR channel (device redirection) could not be loaded. Drive redirection and printing will not work. Sound MAY not work.
Cannot create static channel "rdpsnd": failed to load "guac-common-svc" plugin for FreeRDP.
Support for the RDPSND channel (audio output) could not be loaded. Sound will not work. Drive redirection and printing MAY not work.

Context

  • Hardware: VPS bought online
  • YunoHost version: 4.3.6.2
  • I have access to my server: Through SSH | through the webadmin | direct access via keyboard / screen
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
    • If yes, please explain:
  • Using, or trying to install package version/branch: Using Apache Guacamole
  • If upgrading, current package version: 1.4.0~ynh1

Steps to reproduce

Connection Setting > Device Redirection > "Support audio in console" , "Enable drive" "Drive name" "Drive Path" "Automatically create drive"

Expected behavior

audio and drive mapping working on RDP

Logs

Mar 26 09:39:44 yunohost guacd[790]: Creating new client for protocol "rdp"
Mar 26 09:39:44 yunohost guacd[790]: guacd[790]: INFO:#011Creating new client for protocol "rdp"
Mar 26 09:39:44 yunohost guacd[790]: Connection ID is "$aaa8b27c-c209-46dd-83b4-3359200b66b1"
Mar 26 09:39:44 yunohost guacd[790]: guacd[790]: INFO:#011Connection ID is "$aaa8b27c-c209-46dd-83b4-3359200b66b1"
Mar 26 09:39:44 yunohost guacd[2156]: Security mode: NLA
Mar 26 09:39:44 yunohost guacd[2156]: Resize method: display-update
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011Security mode: NLA
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011Resize method: display-update
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011No clipboard line-ending normalization specified. Defaulting to preserving the format of all line endings.
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011User "@1431d58b-f746-4fc7-b287-5323de83be1d" joined connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" (1 users now present)
Mar 26 09:39:44 yunohost guacd[2156]: No clipboard line-ending normalization specified. Defaulting to preserving the format of all line endings.
Mar 26 09:39:44 yunohost guacd[2156]: User "@1431d58b-f746-4fc7-b287-5323de83be1d" joined connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" (1 users now present)
Mar 26 09:39:44 yunohost guacd[2156]: Loading keymap "base"
Mar 26 09:39:44 yunohost guacd[2156]: Loading keymap "en-us-qwerty"
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011Loading keymap "base"
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: INFO:#011Loading keymap "en-us-qwerty"
Mar 26 09:39:44 yunohost guacd[2156]: Cannot create static channel "rdpdr": failed to load "guac-common-svc" plugin for FreeRDP.
Mar 26 09:39:44 yunohost guacd[2156]: Support for the RDPDR channel (device redirection) could not be loaded. Drive redirection and printing will not work. Sound MAY not work.
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: WARNING:#011Cannot create static channel "rdpdr": failed to load "guac-common-svc" plugin for FreeRDP.
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: WARNING:#011Support for the RDPDR channel (device redirection) could not be loaded. Drive redirection and printing will not work. Sound MAY not work.
Mar 26 09:39:44 yunohost guacd[2156]: Cannot create static channel "rdpsnd": failed to load "guac-common-svc" plugin for FreeRDP.
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: WARNING:#011Cannot create static channel "rdpsnd": failed to load "guac-common-svc" plugin for FreeRDP.
Mar 26 09:39:44 yunohost guacd[790]: guacd[2156]: WARNING:#011Support for the RDPSND channel (audio output) could not be loaded. Sound will not work. Drive redirection and printing MAY not work.
Mar 26 09:39:44 yunohost guacd[2156]: Support for the RDPSND channel (audio output) could not be loaded. Sound will not work. Drive redirection and printing MAY not work.
Mar 26 09:39:51 yunohost guacd[2156]: User "@1431d58b-f746-4fc7-b287-5323de83be1d" disconnected (0 users remain)
Mar 26 09:39:51 yunohost guacd[2156]: Last user of connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" disconnected
Mar 26 09:39:51 yunohost guacd[790]: guacd[2156]: INFO:#011User "@1431d58b-f746-4fc7-b287-5323de83be1d" disconnected (0 users remain)
Mar 26 09:39:51 yunohost guacd[790]: guacd[2156]: INFO:#011Last user of connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" disconnected
Mar 26 09:39:51 yunohost guacd[2156]: Internal RDP client disconnected
Mar 26 09:39:51 yunohost guacd[790]: guacd[2156]: INFO:#011Internal RDP client disconnected
Mar 26 09:39:51 yunohost guacd[790]: Connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" removed.
Mar 26 09:39:51 yunohost guacd[790]: guacd[790]: INFO:#011Connection "$aaa8b27c-c209-46dd-83b4-3359200b66b1" removed.

Failed install Guacamole on YunoHost

Describe the bug

When I try to install Apache Guacamole, I get an error telling me that YunoHost cannot download the Tomcat .deb ( 404 Not Found).

Context

  • Hardware: VM
  • YunoHost version: 11.2.20.2

Logs

args:
app: guacamole
force: false
label: undefined
no_remove_on_failure: false
ended_at: 2024-07-09 17:21:31.029527
error: "\xC9chec du t\xE9l\xE9chargement de la ressource 'tomcat9_deb' (https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb)\
\ pour guacamole\u202F: https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb:\n\
2024-07-09 19:21:31 erreur_404_: Not Found.\n"
interface: api
operation: app_install
parent: null
related_to:

    • app
    • guacamole
      started_at: 2024-07-09 17:21:16.803317
      success: false
      yunohost_version: 11.2.20.2

============

2024-07-09 19:21:16,810: INFO - Installation de guacamole…
2024-07-09 19:21:16,813: INFO - Provisioning sources...
2024-07-09 19:21:16,813: DEBUG - Prefetching asset server: https://downloads.apache.org/guacamole/1.5.4/source/guacamole-server-1.5.4.tar.gz ...
2024-07-09 19:21:17,679: DEBUG - Prefetching asset client: https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war ...
2024-07-09 19:21:19,796: DEBUG - Prefetching asset auth-header: https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz ...
2024-07-09 19:21:20,679: DEBUG - Prefetching asset auth-ldap: https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-ldap-1.5.4.tar.gz ...
2024-07-09 19:21:22,766: DEBUG - Prefetching asset auth-jdbc: https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-jdbc-1.5.4.tar.gz ...
2024-07-09 19:21:30,284: DEBUG - Prefetching asset mariadb-java-client: https://downloads.mariadb.com/Connectors/java/connector-java-2.7.4/mariadb-java-client-2.7.4.jar ...
2024-07-09 19:21:30,874: DEBUG - Prefetching asset tomcat9_deb: https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb ...
2024-07-09 19:21:31,014: WARNING - Failed to provision sources : Échec du téléchargement de la ressource 'tomcat9_deb' (https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb) pour guacamole : https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb:
2024-07-09 19:21:31 erreur 404 : Not Found.

2024-07-09 19:21:31,016: INFO - Deprovisioning sources...
2024-07-09 19:21:31,028: ERROR - L'allocation automatique des ressources (provisioning), la suppression d'accès à ces ressources (déprovisioning) ou la mise à jour des ressources pour guacamole a échoué : Échec du téléchargement de la ressource 'tomcat9_deb' (https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb) pour guacamole : https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.43-2~deb11u9_all.deb:
2024-07-09 19:21:31 erreur 404 : Not Found.

GUACD - Error parsing given address or port: Servname not supported for ai_socktype

Bonjour,

Pour ma part j'ai un bug lors du lancement du service GUACD

L’architecture du serveur est bare-metal amd64
Le serveur utilise le noyau Linux 4.19.0-18-amd64
Le serveur utilise Debian 10.11
Le serveur utilise YunoHost 4.1.5 (stable)

Nov 16 15:43:39 guacd[41697]: Guacamole proxy daemon (guacd) version 1.3.0 started
Nov 16 15:43:39 guacd[41697]: guacd[41697]: INFO: Guacamole proxy daemon (guacd) version 1.3.0 started
Nov 16 15:43:39 guacd[41697]: Error parsing given address or port: Servname not supported for ai_socktype
Nov 16 15:43:39 guacd[41697]: guacd[41697]: ERROR: Error parsing given address or port: Servname not supported for ai_socktype
Nov 16 15:43:39 systemd[1]: guacamole-guacd.service: Main process exited, code=exited, status=1/FAILURE
Nov 16 15:43:39 systemd[1]: guacamole-guacd.service: Failed with result 'exit-code'.

Unable to Install Guacamole on Yunohost 404 and tomcat9 error

  • Hardware: Virtualbox
  • YunoHost version: 4.3.6.3
  • I have access to my server: Everything else works
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

Steps to reproduce

I am currently. not able to install Guacamole on Yunohost. It is a fresh install of Yunohost and Guacamole shows the 404 error and unable to locate tomcat9.service file. This then results in teh app being deleted.

Previously I would get the tomcat9 error and the app would install but I would not be able to access my connections, so I tried a fresh install of Yunohost.

Expected behavior

Logs

2022-05-25 21:45:30,657: DEBUG - + ynh_exit_properly
2022-05-25 21:45:30,657: WARNING - https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.58-1_all.deb:
2022-05-25 21:45:30,658: WARNING - 2022-05-25 21:45:30 ERROR 404: Not Found.
2022-05-25 21:45:31,164: DEBUG - + ynh_clean_setup
2022-05-25 21:45:31,164: DEBUG - + true
2022-05-25 21:45:32,166: ERROR - Unable to install guacamole: An error occurred inside the app installation script

Installation impossible téléchargement .deb

Décrivez le bug

L'installation de l'application Guacamole échoue, car l'ordinateur n'arrive pas à télécharger l’archive d'installation de tomcat9 (la version que le script télécharge n'est plus disponible sur le serveur).

Contexte

  • Matériel : Mac Pro 2.1
  • Version de YunoHost : 4.3.6.2
  • J'ai accès à mon serveur : par SSH | par l'administrateur web
  • Vous êtes dans un contexte particulier ou vous avez effectué des réglages particuliers sur votre instance de YunoHost ? non
  • Utilisation, ou tentative d'installation de la version/branche du paquet : 1.4.0~ynh1

Étapes à reproduire

  • Lancer l'installation de l'application

Comportement attendu

Installation impossible

Journaux

Les lignes présentant le bug sont les dernières :

https://paste.yunohost.org/raw/abevacohag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.