uldise

Members
  • Posts

    962
  • Joined

  • Last visited

  • Days Won

    3

uldise last won the day on September 10 2018

uldise had the most liked content!

1 Follower

Converted

  • Gender
    Male
  • Location
    Latvia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

uldise's Achievements

Collaborator

Collaborator (7/14)

74

Reputation

  1. OK, looks like i somehow fixed it myself. what i did (just for reference) : 1. there was a problem with my reverse proxy config, looks like it changed with this version. old version that works till version 1.4: ProxyPass / http://<LAN IP>:8088/guacamole/ flushpackets=on new version, works with version 1.5: ProxyPass / http://<LAN IP>:8088/ flushpackets=on 2. after upgrading to 1.5 this time mysql started just fine, but there was an errors in mysql.log: 2023-05-05 20:45:18 0 [ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141). 2023-05-05 20:45:18 0 [ERROR] Incorrect definition of table mysql.event: expected column 'sql_mode' at position 14 to have type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','IGNORE_BAD 2023-05-05 20:45:18 0 [ERROR] mysqld: Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler. after quick googling i found that it should be fixed with this command inside docker container: mariadb-upgrade -u root -p BUT, this command was not found in docker image used, so i installed it myself with command (again, inside docker container) : apk add mariadb-server-utils and executed mariadb-upgrade command above and it fixed my mysql installation. looks like all is working just fine now, quick docker restart shows no more errors in mysql.log.
  2. Yes.. long time already, with a few dockers..
  3. just did that - 1.4.0-3 is working just fine. then i upgraded to latest - and it's not working - looks like mariadb is not running at all. catalina log snippet below. if i open docker log, it's full of mariadb restarting every one second... 19:11:38.010 [http-nio-8080-exec-5] WARN o.a.g.e.AuthenticationProviderFacade - The "mysql" authentication provider has encountered an internal error which will halt the authentication process. If this is u 19:11:38.014 [http-nio-8080-exec-5] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error:. ### Error querying database. Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. ### The error may exist in org/apache/guacamole/auth/jdbc/user/UserMapper.xml ### The error may involve org.apache.guacamole.auth.jdbc.user.UserMapper.selectOne ### The error occurred while executing a query ### Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure and mariadb.log is full of this: /usr/bin/mysqld: One can only use the --user switch if running as root
  4. so small i'm currently on 1.3.0, so l must upgrade to 1.4.0-3, then i can upgrade on latest. is docker tag number 1.4.0-3 ?
  5. sorry for stupid question, but how i can get version number of currently running guacamole? i simply won't update very frequently and just saw red warning on first page..
  6. i'm not sure about your question - if you add LSI card, then you will see group number. if it on it's own group then you should pass it to the VM.
  7. that's true - if you have such config, forget about SMART monitoring, disk spindown.. you must pass-through whole disk controller to get these features working. look at IOMMU group of you controller - if there are many devices in same group, you are in trouble. as per your pic, i see group "11" more than once. if you pass this one device, then all others in this group will be inaccessible to Host. there are some options to split PCIe devices to each own group, but it depends on you motherboard used.
  8. it depends.. if you have to restart unraid, then all your VMs/containers will do the same.. i'm running unraid on top of Proxmox, and it runs just fine - for me Proxmox is with more options cos it's pure debian. so on Proxmox VMs/LXC, while on unraid storage and Docker. if you run unraid as VM it's recoomended that you pass-through all needed devices to VM.. look at your hardware for this option..
  9. simply try safe mode, then remove incompatible plugin as requested..
  10. IMPORTANT: Activation Code redemptions cannot be processed until 11/30/2021 at 12:01 AM PST.
  11. it depends. look at Noctua as example. 120mm fans have more static pressure than 80mm.. comparison between various types of fans: https://noctua.at/en/nf-a12x25-performance-comparison-to-nf-f12-and-nf-s12a
  12. Yes, AMD Epyc have 128 PCIe links for one CPU, but Intel 64. i'm not about platinium or any other high-end CPUs..
  13. i just noticed, that this strange Icons are only on Compact layout. if i turn it off, then images are just fine.