AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[webmin](ubuntu)

Martin Hope
Stuperfied
Asked: 2018-11-10 16:17:08 +0800 CST

如何修复“错误打开终端:未知”。在 Ubuntu 服务器上?

  • 4

我搜索并发现了类似的问题,但没有一个足够具体或解决我的问题。一个例子是这个问题通过 ssh 启动基于远程脚本/终端的程序会给出错误(打开终端时出错:未知。)我没有使用ssh,所以-t没有帮助。


运行 webmin,已经好几个月了,现在我得到了这个错误。

基本上,当我在终端中输入 nano 或 vi 时,我收到错误“打开终端时出错:未知”。

[user@host ~]# nano
Error opening terminal: unknown.
[user@host ~]# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
[user@host ~]# nano
Error opening terminal: unknown.

[user@host ~]# 

如何修复“错误打开终端:未知”。在运行 webmin 的 Ubuntu 16.04.3 LTS 上?

新的信息:

  1. 当我尝试直接在服务器上运行 vi 或 nano 而不是使用 webmin 或 ssh 进行远程访问时,它可以工作。这可能只是 webmin 的问题吗?
  2. 当我检查环境变量时,它说TERM=linux这与我运行所有相同软件的其他服务器一致。
server command-line webmin
  • 4 个回答
  • 32440 Views
Martin Hope
Ubuntu_addict
Asked: 2018-06-12 06:21:00 +0800 CST

无法在 webmin 中安装 DHCP 求助!

  • 0

我今天安装了 ubuntu 18.04,安装 webmin 后我无法安装 dhcp-server。

我该如何调试/修复这个?

在此处输入图像描述

webmin
  • 1 个回答
  • 951 Views
Martin Hope
Joe Murray
Asked: 2018-03-08 16:07:55 +0800 CST

我可以在 :10000 上重复使用 :443 的证书吗

  • 1

我已经使用letsencrypt/certbot 在ubuntu 16.04 上为我的站点设置SSL。我已经安装了 webmin,它正确地抱怨它不安全。我应该怎么做才能让证书在 webmin 端口 10000 上工作?我正在使用阿帕奇。

ssl apache2 webmin letsencrypt
  • 2 个回答
  • 1623 Views
Martin Hope
Ryan Dorn
Asked: 2018-03-01 15:04:46 +0800 CST

Ubuntu 16.04 + Bitnami WP AWS+ Webmin 安装失败 + E: Package [] has no installation Candidate

  • 1

我在Bitnami 的支持论坛上也有一个开放线程。我已经通过 AWS 市场安装了由 Bitnami 认证的 WordPress 多站点。

我正在尝试安装 webmin (或任何软件包,真的)并且不能

通过 SSH,我运行:

sudo apt-get update

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

哪个输出:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libnet-ssleay-perl 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

Package libauthen-pam-perl 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

Package libio-pty-perl 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

Package apt-show-versions 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

Package python 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 'libnet-ssleay-perl' has no installation candidate
E: Package 'libauthen-pam-perl' has no installation candidate
E: Package 'libio-pty-perl' has no installation candidate
E: Package 'apt-show-versions' has no installation candidate
E: Package 'python' has no installation candidate

我已经尝试了一堆修复,似乎 /etc/apt/sources.list 中需要调整一些东西......奇怪的是这个文件是空的。

我也试过

nano /etc/apt/sources.list

deb http://download.webmin.com/download/repository sarge contrib

...然后..

sudo apt-get -f install webmin

...输出

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 webmin : Depends: libnet-ssleay-perl but it is not installable
          Depends: libauthen-pam-perl but it is not installable
          Depends: libio-pty-perl but it is not installable
          Depends: apt-show-versions but it is not installable
          Depends: python but it is not installable
E: Unable to correct problems, you have held broken packages.

先感谢您!

package-management server apt webmin
  • 1 个回答
  • 2741 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve