Submitted by tanguy on Fri, 12/29/2017 - 13:25
245/5000
OS : Ubuntu 16.04 Server (64 bits)
After updating virtualmin to the pro version, there are not more scripts available. The usr / share / webmin / virtual-server / scripts directory contains only the basic scripts. How to add others?
Thank you and sorry for my bad english.
Status:
Active
Comments
Submitted by tanguy on Fri, 12/29/2017 - 15:38 Comment #1
OS = Ubuntu 16.04 Server (64 bits), NOT Debian!
Submitted by tanguy on Fri, 12/29/2017 - 15:38 Comment #2
Submitted by JamieCameron on Fri, 12/29/2017 - 16:00 Comment #3
Are you sure the update completed successfully? You can check by running
dpkg --list webmin-virtual-server
to get the version number.Submitted by tanguy on Fri, 12/29/2017 - 16:17 Comment #4
Result of the command :
||/ Name Version Architecture Description +++-===============-============-============-==================================== ii webmin-virtual- 6.02.gpl-2 all Webmin module for 'Virtualmin Virtua
I restarted the upgrade and received a message of success
Submitted by JamieCameron on Fri, 12/29/2017 - 23:03 Comment #5
Do the Pro scripts appear now?
Submitted by tanguy on Sat, 12/30/2017 - 04:40 Comment #6
No, they don't.
Submitted by andreychek on Sat, 12/30/2017 - 09:11 Comment #7
Yeah it looks like that's the GPL package still.
Can you paste in the contents of your /etc/apt/sources.list file? Thanks!
Submitted by tanguy on Sat, 12/30/2017 - 10:17 Comment #8
Note : I have /etc/apt/sources.list AND /etc/apt/sources.liste. Both are the same. It's strange!
Here is the copy of /etc/apt/sources.list
Note, this file is written by cloud-init on first boot of an instance
modifications made here will not survive a re-bundle.
if you wish to make changes you can:
a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg
or do the same in user-data
b.) add sources in /etc/apt/sources.list.d
c.) make changes to template file /etc/cloud/templates/sources.list.tmpl
See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to newer versions of the distribution.deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial main restricted deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial main restricted
Major bug fix updates produced after the final release of the
distribution.
deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates main restricted deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team. Also, please note that software in universe WILL NOT receive any
review or updates from the Ubuntu security team.
deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial universe deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial universe deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates universe deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates universe
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team, and may not be under a free licence. Please satisfy yourself as to
your rights to use the software. Also, please note that software in
multiverse WILL NOT receive any review or updates from the Ubuntu
security team.
deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial multiverse deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
N.B. software from this repository may not have been tested as
extensively as that contained in the main release, although it includes
newer versions of some applications which may provide useful features.
Also, please note that software in backports WILL NOT receive any review
or updates from the Ubuntu security team.
deb http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse deb-src http://nova.clouds.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe deb-src http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
Uncomment the following two lines to add software from Canonical's
'partner' repository.
This software is not part of Ubuntu, but is offered by Canonical and the
respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu xenial partnerdeb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-xenial main deb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal main
Submitted by andreychek on Sat, 12/30/2017 - 10:26 Comment #9
Okay, remove those last two lines, and then replace them with the following:
deb http://5569053:wh75FHngmx@software.virtualmin.com/vm/6/apt virtualmin-xenial main
deb http://5569053:wh75FHngmx@software.virtualmin.com/vm/6/apt virtualmin-universal main
Then run the command "apt-get update".
After doing that, try the "Upgrade to Pro" option again.
Joe is looking into why that didn't upgrade smoothly, but the above should fix it in your case.
Submitted by tanguy on Sat, 12/30/2017 - 10:49 Comment #10
It works.
Thank you and happy New Year!
Tanguy