ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unsolved Unifi Controller in Oracle Virtual Box Problems

    IT Discussion
    4
    17
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • WrCombsW
      WrCombs
      last edited by

      I am currently working on setting up my Unifi controller using Orcale Virtual Box using https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
      i keep running into this problem: https://i.imgur.com/RpR0Aae.png
      any idea how i can fix this?
      Now i did have a syntax error in /etc/apt/sources.list.d I typed "/etc/apt/sources.list.d/100-ubnt.lsit"
      removed the file, and retyped in the command from the website above. tried to continue with the work but i keep getting this error.
      Thanks in advanced

      1 Reply Last reply Reply Quote 1
      • DustinB3403D
        DustinB3403
        last edited by

        The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

        So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

        donaldlandruD WrCombsW 3 Replies Last reply Reply Quote 0
        • DashrenderD
          Dashrender
          last edited by

          Huh, where did I read that before?

          DustinB3403D WrCombsW 2 Replies Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @Dashrender
            last edited by

            @dashrender said in Unifi Controller in Oracle Virtual Box Problems:

            Huh, where did I read that before?

            Here

            DashrenderD 1 Reply Last reply Reply Quote 1
            • donaldlandruD
              donaldlandru @DustinB3403
              last edited by

              @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

              The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

              So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

              Unless I am reading the site incorrectly you should only need one line in your sources

              For Debian/Ubuntu, add the repo, which would be one of these depending on the specific release branch wanted:
              deb http://www.ubnt.com/downloads/unifi/debian testing ubiquiti
              deb http://www.ubnt.com/downloads/unifi/debian oldstable ubiquiti
              deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti

              DustinB3403D 1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403 @donaldlandru
                last edited by

                @donaldlandru You should only need the 1 line, but there is no harm in adding all 3. As you may want to switch branches.

                Add all 3, and test from there.

                1 Reply Last reply Reply Quote 0
                • DashrenderD
                  Dashrender @DustinB3403
                  last edited by

                  @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                  @dashrender said in Unifi Controller in Oracle Virtual Box Problems:

                  Huh, where did I read that before?

                  Here

                  Nope I told him the same thing you told him on how to fix his problem two hours ago.

                  DustinB3403D 1 Reply Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403 @Dashrender
                    last edited by

                    @dashrender Must've been a sidebar conversation as I didn't see it.

                    1 Reply Last reply Reply Quote 1
                    • WrCombsW
                      WrCombs @DustinB3403
                      last edited by

                      @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                      The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                      So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                      okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                      DustinB3403D 1 Reply Last reply Reply Quote 0
                      • WrCombsW
                        WrCombs @Dashrender
                        last edited by

                        @dashrender said in Unifi Controller in Oracle Virtual Box Problems:

                        Huh, where did I read that before?

                        Probably in your inbox. just a guess.

                        1 Reply Last reply Reply Quote 0
                        • WrCombsW
                          WrCombs @DustinB3403
                          last edited by

                          @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                          The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                          So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                          https://i.imgur.com/XF3YNV2.png

                          DustinB3403D 1 Reply Last reply Reply Quote 1
                          • DustinB3403D
                            DustinB3403 @WrCombs
                            last edited by

                            @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                            @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                            The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                            So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                            okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                            Are you connected to this VM via PUTTY? If so do sudo nano /etc/apt/sources.list.d/100-ubnt.list then you can copy the records directly into the file.

                            ctrl + o to save the file and then ctrl + x to exit the file.

                            WrCombsW 1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403 @WrCombs
                              last edited by DustinB3403

                              @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                              @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                              The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                              So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                              https://i.imgur.com/XF3YNV2m.png

                              Good, follow me comment before this one.

                              1 Reply Last reply Reply Quote 0
                              • WrCombsW
                                WrCombs @DustinB3403
                                last edited by

                                @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                                So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                                okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                                Are you connected to this VM via PUTTY? If so do sudo nano /etc/apt/sources.list.d/100-ubnt.list then you can copy the records directly into the file.

                                ctrl + o to save the file and then ctrl + x to exit the file.

                                No idea. I litterally opened Oracle Virtual box and started my Controller.

                                DustinB3403D 1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403 @WrCombs
                                  last edited by

                                  @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                  @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                  @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                  @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                  The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                                  So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                                  okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                                  Are you connected to this VM via PUTTY? If so do sudo nano /etc/apt/sources.list.d/100-ubnt.list then you can copy the records directly into the file.

                                  ctrl + o to save the file and then ctrl + x to exit the file.

                                  No idea. I litterally opened Oracle Virtual box and started my Controller.

                                  OK...

                                  type in ip addr find the IP address and then use putty to connect to this VM. Once your logged into the VM as "williamcombs" proceed with editing the file using nano.

                                  WrCombsW 1 Reply Last reply Reply Quote 0
                                  • WrCombsW
                                    WrCombs @DustinB3403
                                    last edited by

                                    @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                    @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                    @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                    @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                    @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                    The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                                    So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                                    okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                                    Are you connected to this VM via PUTTY? If so do sudo nano /etc/apt/sources.list.d/100-ubnt.list then you can copy the records directly into the file.

                                    ctrl + o to save the file and then ctrl + x to exit the file.

                                    No idea. I litterally opened Oracle Virtual box and started my Controller.

                                    OK...

                                    type in ip addr find the IP address and then use putty to connect to this VM. Once your logged into the VM as "williamcombs" proceed with editing the file using nano.

                                    https://i.imgur.com/ggtgCQD.png

                                    DustinB3403D 1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403 @WrCombs
                                      last edited by DustinB3403

                                      @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                      @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                      @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                      @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                      @wrcombs said in Unifi Controller in Oracle Virtual Box Problems:

                                      @dustinb3403 said in Unifi Controller in Oracle Virtual Box Problems:

                                      The guide you're following tells you to create /etc/apt/sources.list.d/100-ubnt.list

                                      So do a sudo touch /etc/apt/sources.list.d/100-ubnt.list and then put in the 3 records, save the file and go from there.

                                      okay, its still doing the same thing. how do you "put in the 3 records" treat me like i dont know what im doing (Cause i really dont)

                                      Are you connected to this VM via PUTTY? If so do sudo nano /etc/apt/sources.list.d/100-ubnt.list then you can copy the records directly into the file.

                                      ctrl + o to save the file and then ctrl + x to exit the file.

                                      No idea. I litterally opened Oracle Virtual box and started my Controller.

                                      OK...

                                      type in ip addr find the IP address and then use putty to connect to this VM. Once your logged into the VM as "williamcombs" proceed with editing the file using nano.

                                      https://i.imgur.com/ggtgCQDs.png

                                      Delete every record in the file, you've messed it up. Go to the start of each line and do ctrl + k that'll remove the records.

                                      1 Reply Last reply Reply Quote 0
                                      • 1 / 1
                                      • First post
                                        Last post