Articles of Debian

如何禁用debian jessie中的“新内核”警告?

Debian jessie会在每次apt-get upgrade提示,安装了一个更新的内核,并且需要重启。 如何禁用此警告,因为我想重新启动,当它适合,我知道有一个新的内核可用? 而且一个类似的对话框显示“你需要重新启动这些服务,因为库已经更新了”,即使当我已经决定“我想重新启动这三个,而另外两个不应该重启“之前。

bind9不parsing特定的域

对。 所以我已经build立了这个bind9服务器作为本地DNS服务器。 一切正常,直到最近它拒绝parsing域名 http://www.google.com.au/ http://www.wikipedia.org/ 如果我做了一个dig +trace www.wikipedia.org ,我得到: steven@raspberry ~ $ dig +trace www.wikipedia.org ; <<>> DiG 9.9.5-9+deb8u4-Raspbian <<>> +trace www.wikipedia.org ;; global options: +cmd . 859 IN NS j.root-servers.net. . 859 IN NS e.root-servers.net. . 859 IN NS c.root-servers.net. . 859 IN NS h.root-servers.net. . 859 IN NS b.root-servers.net. . 859 IN NS […]

使用不同的端口可以减lessApache服务器上的拥塞

我有4个不同的虚拟主机在我的服务器上运行Apache2。 到目前为止,有些在端口80上列出的一些在443上,一些在像434这样的自定义端口上。请在这里忽略SSL问题。 我的问题:在不同的端口调度客户端请求允许较less的拥塞(更多的stream量)或不?

systemd:无法使我们成为一个subreaper:无效的参数。 SSH

由于升级到Debian 8(杰西),带来了systemd我得到这个职位的标题在我的系统日志错误。 远程SSHlogin开始 10:33:51 pap1 systemd[1]: Starting user-0.slice. 10:33:51 pap1 systemd[1]: Created slice user-0.slice. 10:33:51 pap1 systemd[1]: Starting User Manager for UID 0… 10:33:51 pap1 systemd[1]: Starting Session 23 of user root. 10:33:51 pap1 systemd[1]: Started Session 23 of user root. 10:33:51 pap1 systemd[12228]: Failed to make us a subreaper: Invalid argument 10:33:51 pap1 systemd[12228]: […]

Apachenetworking服务器:SSL证书不明白

我正在尝试向Apache Web服务器指定一个SSL证书,但是我收到了一些奇怪的错误。 不幸的是,我不太了解SSL。 有人能帮助我吗? 错误login/var/log/apache2/error.log: [Mon Jan 11 16:32:23 2016] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag [Mon Jan 11 16:32:23 2016] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error [Mon Jan 11 16:32:23 2016] [error] SSL Library Error: 67710980 error:04093004:rsa routines:OLD_RSA_PRIV_DECODE:RSA lib [Mon Jan 11 16:32:23 2016] [error] SSL Library […]

Telnet:无法连接到远程主机

相关主题 : SMTP服务器工作,但telnet到端口25不 无法连接到SMTP服务器 问题 我有一个服务器运行Debian 3.2.65-1,我有一些问题,以连接其他服务器通过SMTP发送电子邮件在基于Drupal的Web应用程序。 我做的第一件事是用telnet将服务器夹住 ,结果是下面的消息。 命令行语法: telnet smtp.mydomain.com 587 结果: Trying XXX.XXX.XX.XXX… telnet: Unable to connect to remote host: Connection timed out 谷歌search后阅读一些关于不同的解决scheme的post: 我可以从其他不同的机器连接到SMTP服务器。 所以我放弃了SMTP服务器作为问题的根源。 1上的声明使我认为​​这是一个防火墙问题。 然后,我检查了iptables 。 命令行语法: iptables -L 结果: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain […]

rsyslog升级失败:subprocess/ usr / bin / dpkg返回错误码(1)

我在升级Debian服务器上的rsyslog时遇到了问题。 root@trip:/home# apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done Calculating upgrade… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y […]

wget给分割错误

我最近在我的Debian VPS服务器上进行了apt-get update和apt-get upgrade 。 突然间(至less) wget停止了错误Segmentation fault 。 它甚至不想做点什么。 所以一些谷歌search后,我已经安装了gdb并试图debuggingwget: ~# gdb wget (gdb) run Starting program: /usr/bin/wget Error while mapping shared library sections: '/lib/libc.so.5': not in executable format: File truncated [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () 看着/lib/给我这个: ~# ls […]

无数(已停用?)SSH进程 – 如何阻止它发生?

如果我不停止创build数千个(精确到9000个)SSH进程,我的vServer主机会威胁取消我们的合同。 我不知道他们是否使stream程失效,或者当他们find这些stream程时是否这样。 他们寄给我一份包含数千行文件的文件 sshd 19716 0.0 0.0 0 0 ? Z Jan25 0:00 [sshd] <defunct> sshd 19739 0.0 0.0 0 0 ? Z Jan25 0:00 [sshd] <defunct> sshd 19753 0.0 0.0 0 0 ? Z Jan25 0:00 [sshd] <defunct> sshd 19776 0.0 0.0 0 0 ? Z Jan26 0:00 [sshd] <defunct> 我不知道这是怎么发生的,我想知道一个解决scheme,所以我不会取消再次打开服务器之前! 我唯一能想到的就是我经常连接到服务器,连接非常不稳定。 那么这可能会导致几个星期和几个月的过程中创build一千个过程? 我的服务器可能被黑客入侵吗? […]

zfs:数据集不存在

我无法设置池的安装点。 # zpool import pool: wd-black id: 18120690490361195109 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: wd-black ONLINE crypted-wd ONLINE 游泳池通常是可见的,我可以将它导入一些direcotory。 但是我不能设置也不能获得挂载点: # zfs set mountpoint=/ wd-black cannot open 'wd-black': dataset does not exist 你能说我为什么有这个问题吗? 先谢谢你。