Unsolved Unifi Controller in Oracle Virtual Box Problems
-
@dashrender Must've been a sidebar conversation as I didn't see it.
-
@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)
-
@dashrender said in Unifi Controller in Oracle Virtual Box Problems:
Huh, where did I read that before?
Probably in your inbox. just a guess.
-
@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. -
@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 thenctrl + x
to exit the file. -
@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.Good, follow me comment before this one.
-
@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 thenctrl + x
to exit the file.No idea. I litterally opened Oracle Virtual box and started my Controller.
-
@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 thenctrl + 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. -
@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 thenctrl + 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. -
@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 thenctrl + 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.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.