我尝试在我的 Ubuntu 12.04 服务器上安装 MariaDB。首先它给出了依赖性问题,我通过以下问题解决了它:https : //stackoverflow.com/questions/16214517/installing-mariadb-unmet-dependencies-mariadb-server-5-5
但是在安装mariadb-server时,启动mysqld失败。这是 apt 日志:
root@sinha:/etc/apt# sudo apt-get install mariadb-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libdbd-mysql-perl libmariadbclient18 libmysqlclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common mariadb-server-10.0 mariadb-server-core-10.0 mysql-common
Suggested packages:
tinyca mailx mariadb-test
The following NEW packages will be installed:
libdbd-mysql-perl libmariadbclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common mariadb-server mariadb-server-10.0 mariadb-server-core-10.0
The following packages will be upgraded:
libmysqlclient18 mysql-common
2 upgraded, 8 newly installed, 0 to remove and …
Run Code Online (Sandbox Code Playgroud) 我刚刚在我的服务器上设置了 isc-dhcp。我什至设置了正确的界面。但是 dhcp 服务器仍然无法启动。它Not configured to listen on any interfaces!
在系统日志中说。当我尝试dhcpd -t /etc/dhcp/dhcpd.conf
它时会出现此错误:/etc/dhcp/dhcpd.conf: interface name too long (is 20
这是我的 dhcpd.conf :
ddns-update-style none;
option domain-name "thpi";
option domain-name-servers 208.67.222.222, 208.67.220.220;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;
subnet 10.0.0.0 netmask 255.255.255.0 {
## dhcp start and end IP range ##
range …
Run Code Online (Sandbox Code Playgroud) 我刚刚在我的 MT 服务器中安装了 Ubuntu 11.04,但我不断收到此错误:
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Run Code Online (Sandbox Code Playgroud)
它主要出现在我尝试安装或升级软件时!
我怎样才能解决这个问题?
内核 3.3 已经接近了。Ubuntu 开发团队会将其添加到即将发布的版本中吗?该内核修复了新笔记本电脑的过热问题!
当我尝试将我的服务器升级到 ubuntu 12.04 时,它给出了这条消息,但升级过程将继续:
WARNING:root:estimate_kernel_size_in_boot() returned '0'?
Run Code Online (Sandbox Code Playgroud)
这是 openvz 上的 VPS 服务器。我刚刚从 11.04 升级到 11.10,没有任何问题。但是现在该怎么办?
我的笔记本电脑上安装了 Windows 8.1 和 Ubuntu 14.04。问题是,当我启用 fastboot 时,
当我禁用快速启动时,
有没有办法保持快速启动并解决其他问题?
我有一个 Logitech 鼠标和键盘组合连接到我的机器,我使用的是 Ubuntu 16.04。从一开始,我就遇到了键盘突然冻结几秒钟然后又回来的问题。假设我正在打字Hello world
。有时键盘在开始时会冻结,当我完成输入时,它会解冻并将我输入的部分内容转储到屏幕上。
我什至重新格式化了我的系统,看看它是否会得到修复。还是一样。知道发生了什么吗?
我想每天轮换我的系统日志...我该怎么做?如何检查日志轮换是否正常工作?如何让它每天运行?默认情况下,Ubuntu Server 是否每天运行 logrotate?或者我必须在安装后设置它?
我曾经使用window+H来最小化窗口。但它不起作用。即使ctrl+ alt+0也不能正常工作。知道如何修复它吗?
我刚刚安装了fail2ban和apf防火墙。这两个人似乎不合作。Fail2ban 添加了一些 iptable 规则,但它们不起作用。
当我发出它时/etc/init.d/iptables status
,它说:
bash: /etc/init.d/iptables: No such file or directory...
Run Code Online (Sandbox Code Playgroud)
我怎样才能让它与 apf 一起工作?我的 VPS 中有 Ubuntu 11.04!
我的笔记本电脑中有 Windows 8 和 Ubuntu 14.10。如果我启动到 Ubuntu,然后重新启动并尝试启动到 Windows 8,在 Windows 8 启动屏幕(浅蓝色背景)中,我会收到一条错误消息,提示“包含错误”。然后我必须按ctrl+alt+del
重新启动,然后再次如果我尝试 Windows 它将工作。这里发生了什么?