Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] version 8.2.93 fails to connect to any ubiquiti devices #97

Closed
1 task done
toddke opened this issue Jul 17, 2024 · 3 comments
Closed
1 task done

[BUG] version 8.2.93 fails to connect to any ubiquiti devices #97

toddke opened this issue Jul 17, 2024 · 3 comments

Comments

@toddke
Copy link

toddke commented Jul 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have an existing setup and have been using various docker versions of the unifi controller and now network application. As soon as I upgraded to 8.2.93, none of my previously adopted devices [3 APs and 1 PoE switch] were shown in web interface.

I manually force downgraded back to v8.2.93-ls52 and all of my devices were again showing as adopted.

Expected Behavior

No response

Steps To Reproduce

Simply upgrading the docker to 8.2.93 caused the issue. I made no other configuration changes.

Environment

- OS: unRAID v6.12.4
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='unifi'
  --net='host'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="unRAID"
  -e HOST_CONTAINERNAME="unifi"
  -e 'TCP_PORT_8443'='8443'
  -e 'UDP_PORT_3478'='3478'
  -e 'UDP_PORT_10001'='10001'
  -e 'TCP_PORT_8080'='8080'
  -e 'UDP_PORT_1900'='1900'
  -e 'TCP_PORT_8843'='8843'
  -e 'TCP_PORT_8880'='8880'
  -e 'TCP_PORT_6789'='6789'
  -e 'UDP_PORT_5514'='5514'
  -e 'MONGO_USER'='user'
  -e 'MONGO_PASS'='pass'
  -e 'MONGO_HOST'='192.168.0.131'
  -e 'MONGO_PORT'='27017'
  -e 'MONGO_DBNAME'='unifi'
  -e 'MEM_LIMIT'='1024'
  -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.webui='https://[IP]:[PORT:8443]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-network-application-icon.png'
  -v '/mnt/disks/appdata/docker/unifi':'/config':'rw' 'lscr.io/linuxserver/unifi-network-application:8.2.93-ls52'
962b6ff337d3c490af3074341ca64e728ab08001bc056816a370d112463ee60e

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[ls.io-init] done.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@drizuid
Copy link
Member

drizuid commented Oct 4, 2024

this seems like something you would seek support from ubiquiti on, we just package their application in a container, we have nothing to do with development of their software.

also there is no upgrading the docker to 8.2.93 The latest version of docker is 27.3. perhaps you mean upgrading the container, this is why it is important to use proper terminology, docker is a service that runs containers, dockers are pants.

since 8.2.93 is quite old, i suggest 1) do not update right away, ubiquiti are known for releasing bad software and pulling it, check changelogs and other user's experiences first 2) when you do upgrade, bear in mind we support the container, not the software within the container.

will go ahead and close this due to the age of the version

@drizuid drizuid closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants