首先,我只想说,我对linux相当陌生,在设置服务器方面更新,所以请容忍我。
好的,首先,我在安装webmin时遇到了一个(小的)问题,这里是在ubuntu 16.04上安装webmin时出错,修复后一切正常,我能够登录到webmin,没有问题。登录到webmin之后,我想安装wordpress。在google搜索之后,我发现我可以通过virtualmin安装(我认为这应该是webmin附带的吗?)
我试图使用
sudo /bin/sh install.sh还了这个
Displaying the last 15 lines of /root/virtualmin-install.log to help troubleshoot this problem:
mysql-client is already the newest version (5.7.16-0ubuntu0.16.04.1).
mysql-common is already the newest version (5.7.16-0ubuntu0.16.04.1).
mysql-server is already the newest version (5.7.16-0ubuntu0.16.04.1).
ntpdate is already the newest version (1:4.2.8p4+dfsg-3ubuntu5.3).
openssl is already the newest version (1.0.2g-1ubuntu4.5).
apache2-suexec-custom is already the newest version (2.4.18-2ubuntu3.1).
clamav-testfiles is already the newest version (0.99.2+dfsg- 0ubuntu0.16.04.1).
libdbd-mysql-perl is already the newest version (4.033-1ubuntu0.1).
procmail-wrapper is already the newest version (1.0-2).
scponly is already the newest version (4.8-4).
usermin is already the newest version (1.701).
webmin is already the newest version (1.830).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.7 but it is not going to be installed
FATAL - Fatal Error Occurred: Something went wrong during installation: 0
FATAL - Cannot continue installation.
FATAL - Attempting to remove virtualmin repository configuration, so the installation can be
FATAL - re-attempted after any problems have been resolved.
FATAL - Removing temporary directory and files.
FATAL - If you are unsure of what went wrong, you may wish to review the log
FATAL - in /root/virtualmin-install.log我尝试过做“apt -f安装”,但它不起作用。
sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-core-5.5 mysql-client-core-5.5这只是告诉我尝试‘apt-获取-f安装’
谁来帮帮忙!
发布于 2017-09-22 21:10:08
从零开始,不要把webmin作为一个单独的东西.
我不是专家,但是我发现最好使用root用户来安装cpanels,而不是使用sudoer。一些面板专门告诉您要以根用户(ispconfig,我也认为vestacp )的身份进行安装,....otherwise在安装后会出现特权和权限问题。我对virtualmin安装也这样做了。
Webmin是virtualmin安装程序的一部分。您将在自动安装过程的末尾,除了这两个包之外,还包含了usermin (虽然它不太明显,因为仪表板屏幕上没有明显可见的webmin和virtualmin选项卡)。
确保您只有一个空白操作系统,虚拟机上可用的内存超过500 on (最好是1g)。
确保您的主机名已配置好,然后将外部ip地址添加到/etc/host。在现有本地主机信息下面在线添加以下内容(使用真实的ip地址、主机名、域)()
除此之外,自动安装程序应该为您排序所有的东西。
https://askubuntu.com/questions/866597
复制相似问题