uldise

Members
  • Posts

    962
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by uldise

  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.
  14. the same for me. Chrome browser on Ubuntu.
  15. that it is - ~20% of your CPU are this iowait. and this is not new - one of my unraid servers is still on 6.5.3, and it's the same.. i agree with that. for example, my system have high iowait when NFS is in use. when transferring the same over samba, no problems. not sure what is the reason of such behavior..
  16. run TOP command and search for CPU wait percentage. htop won't display it. as far as i know, unraid dashboard adds cpu wait too.
  17. how you update the firmware? do you need any special hardware to do that? i think i got the same expander as you from link you posted on great deals, but i still had not a chance to test it.
  18. it's a two different generation boards.. i recommend go for H12, and Rome or Milan CPU..
  19. if it's not in the container file system, then you can't map this. i'm talking about simple volume mapping, for example you can map /mnt/user/appdata/container/caintainer.log on host side with /container.log inside a container.
  20. you can map specific file instead of folder too.. so no need to map entire folder. it might be useful, when file is at root level inside the container.
  21. Container paths is wrong, see here: https://hub.docker.com/r/uldiseihenbergs/meshcentral
  22. then it's something wrong with volume mapping. all config files should be accessible by host in mapped folder.
  23. i will as you again - are your network 1Gbit? and you can run iperf3 on Esxi host too, see here: https://williamlam.com/2016/03/quick-tip-iperf-now-available-on-esxi.html