TekDRu

Members
  • Posts

    89
  • Joined

  • Last visited

Recent Profile Visitors

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

TekDRu's Achievements

Apprentice

Apprentice (3/14)

6

Reputation

  1. Getting log errors and not sure how to fix. rename(/ext_logs/nextcloud_logs/nextcloud.log,/ext_logs/nextcloud_logs/nextcloud.log.1): Permission denied at /app/www/public/lib/public/Log/RotationTrait.php#51 This is the setting in my config: 'loglevel' => 2, 'logfile' => '/ext_logs/nextcloud_logs/nextcloud.log', 'logfile_audit' => '/ext_logs/nextcloud_logs/audit.log', Any help is greatly appreciated. Thanks
  2. Hey @TekWarren, the setup and screenshot shared on this post still works well for me. You can use it as a guide for the paths.
  3. Discovered a solution to updating the container without issue. Adding variables for "DB_PREFIX" and "APP_INSTALLED=true" did the trick for me. Got some help from these posts: https://github.com/akaunting/docker/issues/61#issuecomment-1143664641 https://github.com/akaunting/docker/issues/107 For the DB_PREFIX variable, you will need to use the first 4 characters seen in your specific existing database tables names. I would advice backing up your database and appdata before making these edits.
  4. Hey @marlouiegene18 can you share screenshot of settings, docker run or config?
  5. hey @K1LLA_KING_KING, can you share a screenshot of your container or the docker run command to see If I notice any issues with the settings.
  6. Did you already run the "php artisan install" script?
  7. Thanks @xanatos. After changing my password to just alpha numeric and tried again, I was successful in getting the new unifi controller up and running. Thanks for the tip. Hope it helps others who may have this issue.
  8. Thanks @xanatos. I double checked my password but there are no "@" symbols. There are some other characters that may be an issue so I will try recreating the container and try again later this evening/week.
  9. hi @wgstarks, I tried following your steps but could not get it to work. Unifi Network Controller: This is what I get if I go to web URL for UNA: HTTP Status 404 – Not Found Logs for UNA: [custom-init] No custom files found, skipping... Docker Run: docker run -d --name='unifi-network-application' --net='mongonet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="unifi-network-application" -e 'MONGO_USER'='unifi' -e 'MONGO_PASS'='********************' -e 'MONGO_HOST'='mongodb' -e 'MONGO_PORT'='27017' -e 'MONGO_DBNAME'='unifi' -e 'MEM_LIMIT'='4024' -e 'MEM_STARTUP'='1024' -e 'MONGO_TLS'='' -e 'MONGO_AUTHSOURCE'='' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-network-application-icon.png' -p '8446:8443/tcp' -p '3478:3478/udp' -p '10001:10001/udp' -p '8082:8080/tcp' -p '1900:1900/udp' -p '8843:8843/tcp' -p '8880:8880/tcp' -p '6789:6789/tcp' -p '5514:5514/udp' -v '/mnt/user/appdata/unifi-network-application':'/config':'rw' 'lscr.io/linuxserver/unifi-network-application' Mongo DB: This is what I get when I go to the web URL for mongodb: It looks like you are trying to access MongoDB over HTTP on the native driver port. Docker Run: docker run -d --name='MongoDB' --net='mongonet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="MongoDB" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/jason-bean/docker-templates/master/jasonbean-repo/mongo.sh-600x600.png' -p '27017:27017/tcp' -v '/mnt/user/appdata/mongodb/db-data/':'/data/db':'rw' -v '/mnt/user/appdata/mongodb/mongo-init/init-mongo.js':'/docker-entrypoint-initdb.d/init-mongo.js':'ro' 'mongo:7.0-rc' Can you help figure out what I'm missing or doing wrong? Thanks
  10. I can't get VM to start. Seeing this error in libvert log: 2023-10-09 04:00:26.944+0000: 20881: error : virNetDevSendEthtoolIoctl:3039 : ethtool ioctl error on vethed387a7: No such device Diagnostics attached. Thanks tower-diagnostics-20231108-1826.zip
  11. solved this by changing port number.
  12. Thanks @gremlica. Did you get the execution error when you first updated to 6.12.3? If so, what did you do to resolve the error? I'm trying to find a solution for the execution error I have been getting. I may try again tonight or next weekend.
  13. Hi @gremlica, Are you using invoice ninja with Unraid 6.12.4? I am using the container from @Mihai and it was working fine on Unraid 6.11.5, but after updating to 6.12.3 or 6.12.4, I get an execution error.
  14. Hello @Mihai, After I updated Unraid to version 6.12.3 I realized the invoiceninja is not starting. I get an "execution error" "server error" whenever I try to start the container. If I try to pull the container again, I get the following error: docker: Error response from daemon: driver failed programming external connectivity on endpoint invoiceninja-v5 (e23929c8306f014445db778e1d5f00d6064fad93a957c18c6d6b0f2bf4e86424): Error starting userland proxy: listen tcp4 0.0.0.0:8443: bind: address already in use. Please help