FAQ Improvements and Errors on Omada SDN Controller Installation on Linux

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

FAQ Improvements and Errors on Omada SDN Controller Installation on Linux

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
21 Reply
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-03 21:30:30

  @LucianoR 

 

Thanks for the updates!

I've been trying for a few hours and keep running into issues. Trying to use an Ubuntu 20.0.4 container in Proxmox

 

sudo apt -y install openjdk-8-jre-headless 

 

Gives the following error: 

root@Omada:~# apt -y install openjdk-8-jre-headless
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package openjdk-8-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'openjdk-8-jre-headless' has no installation candidate

  0  
  0  
#12
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-03 22:04:49

  @caverunner17 

What repos do you have enabled?

  0  
  0  
#13
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 16:06:55

  @Alex789 

 

I'll be honest and say that I'm not entirely sure -- I'm extremely green with Linux, coming from a Windows background and was just following the TP Link guide. I haven't done anything other than try running the commands in the order listed in the help guide. I saw that V8 was depricated awhile back, so I'm not sure if it's still valid or not. 

 

 

  0  
  0  
#14
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 18:25:32

  @caverunner17 Can you share the full output of this command?

 

sudo apt update && sudo apt install openjdk-8-jre-headless
  0  
  0  
#15
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 18:44:32

  @Alex789 

 

The sudo command doesn't work, I presume because I'm logged in as the root user (line 1-2), so I did it without sudo and the rest is the output. Had to add spaces to the URL's in the post so it wouldn't error out when replying

 

Thank you!

 

root@Omada:~# sudo apt update && sudo apt install openjdk-8-jre-headless
-bash: sudo: command not found


root@Omada:~# apt update && apt install openjdk-8-jre-headless
Hit:1 http // security debian org bullseye-security InRelease
Hit:2 http //  ftp debian org / debian bullseye InRelease
Hit:3 http // ftp debian org / debian bullseye-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package openjdk-8-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'openjdk-8-jre-headless' has no installation candidate

  0  
  0  
#16
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 19:03:21

  @caverunner17 It looks like you are running Debian, not Ubuntu 20.04.4.

 

Those instructions won't work on Debian

  0  
  0  
#17
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 20:30:58

  @Alex789 

 

Well, I'm an idiot. I used the wrong container template in Proxmox. Low and behold, using the Ubuntu container and everything works now. 

 

Thank you!

  0  
  0  
#18
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-04 21:19:57 - last edited 2022-10-13 10:52:34

EDIT

  0  
  0  
#19
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-05 13:47:29

  @caverunner17 The default user on a proxmox install is root so you don't even need to use sudu when you run these steps.  Some argue you shouldn't use the default root user on promox, but if you are running in an unprivileged container in a home environment, its probably fine.

  0  
  0  
#20
Options
Re:FAQ Improvements and Errors on Omada SDN Controller Installation on Linux
2022-08-05 17:15:30 - last edited 2022-10-13 10:52:43

EDIT

  0  
  0  
#21
Options