我有近两台相同的服务器,两者之间唯一的区别是Linux和硬盘的版本。 服务器1有(我认为)是一个更好的驱动器,因此性能应该比我所看到的服务器2更好。最显着的是服务器1和2之间的ddtesting之间的差异,如下所示。 任何build议什么检查和什么会造成这种情况? 服务器1: Drive是一款Barracuda 7200.12 SATA 6Gb / s 1TB硬盘,带有64 MBcaching运行XenServer,在非访客级别执行testing。 hdparm -i / dev / sda /dev/sda: Model=ST31000524AS , FwRev=JC4B , SerialNo= 5VP9RWSG Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=0kB, MaxMultSect=16, MultSect=?16? CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 […]
我想安装在我的debian服务器的Java,但是当我运行这些命令得到一个错误按摩每一次 – insserv: Starting tomcat depends on rmnologin and therefore on system facility `$all' which can not be true! insserv: Starting tomcat depends on rmnologin and therefore on system facility `$all' which can not be true! insserv: Max recursions depth 99 reached insserv: loop involving service resolvconf at depth 10 insserv: loop involving service checkfs […]
有没有办法让pptpd侦听在默认1723端口以外的TCP端口上的PPTPstream量? 我知道,PPTP使用更多,然后只是TCP / 1723。 它也使用GRE。 这不是一个问题。 只是如何更改默认的PPTP TCP端口。 以及如何configurationlinux上的pptp客户端使用默认1723端口以外的端口我在debian上使用pptpd。
我正在运行一个Debian服务器,并想知道是否有很好的资源,你可以指向我,我可以在哪里阅读有关stream量限制。 我有几个用户共享一台服务器。 每个月我们只能得到1 TB的带宽(进出)。 所以我需要平均分配带宽。 我读过关于iptables,tc,hbt,但似乎无法find一个非常好的教程。
我pipe理使用Exim作为MTA的Debian Squeeze服务器,并使用Mailman运行多个邮件列表。 我想设置ClamAV来阻止可能发布到列表中的病毒。 我无法在网上find有关如何将Exm和Mailman集成到ClamAV(以及由Debian安装脚本自动完成的configuration)的文档。 除了安装合适的软件包以使ClamAV与Exim和Mailman列表一起工作外,还需要做些什么?
我完全被这种情况所困扰,交易是这样的: 我目前正在build立一个debian的uml实例,作为networking服务器,作为大学课程的一部分。 一部分是安装一个DNS服务器(在这种情况下是bind9),几周前我没有任何问题。 其他安装的服务是ntp,nfs,nis和一些简单的raid设置。 几天前,我在机器上安装了一台imap服务器(Courier),虽然我没有完成configuration,但一切都很顺利。 今天当我login时,我注意到dns已经停止工作,我检查了日志,注意到rndc.key文件中缺less/ etc / bind目录。 由于我总是硬复位这台机器,我认为这是某种文件系统损坏,我检查了启动日志,看到一些恢复信息。 下一步是简单地重新创buildDNS设置,我删除了/ etc / bind并重新安装了绑定,但是在安装绑定时,我从apt获得以下消息: wrote key file "/etc/bind/rndc.key" chgrp: cannot access ´/etc/bind/named.conf* : No such file or directory chmod: cannot access ´/etc/bind/named.conf* : No such file or directory 我不知道下一步该怎么做,任何帮助表示赞赏! 谢谢!
这是我最近设置的rkhunter输出,所以我每天早上都会得到这个报告,可能somone请解释一下,如果我有一个严重的问题在这里(我知道httpd,openssl,PHP和sshd不是最新的,但所有其他命令,我不知道不明白 – 我是否有违规行为,有人用他们自己的文件replace了他们的文件 – 例如“/ usr / bin / whatis”) Warning: Checking for prerequisites [ Warning ] The file of stored file properties (rkhunter.dat) does not exist, and should be created. To do this type in 'rkhunter –propupd'. Warning: WARNING! It is the users responsibility to ensure that when the '–propupd' option is used, all […]
如何更好地使用find命令:所以它只列出“webapp / bootstrap.php”? 目前我有: www-data@site:~$ find . -name "bootstrap.php" -print ./site/public/sapphire/tests/bootstrap.php ./site/public/webapp/bootstrap.php ./site/public/sapphire/tests/bootstrap.php ./site4/subdomains/dev/public2/webapp/bootstrap.php ./site.com/public/webapp/bootstrap.php ./site4/public/webapp/bootstrap.php ./site3/public/sapphire/tests/bootstrap.php ./site2/public/webapp/bootstrap.php ./site/subdomains/cms/public/webapp/bootstrap.php ./site/subdomains/projects/public/harvey/webapp/bootstrap.php ./site/subdomains/projects/public/riverboat/webapp/bootstrap.php ./site/public/sapphire/tests/bootstrap.php 使用Debain挤压,如果这有所作为。
我有Apache与鱿鱼合作,但现在我想删除它。 我知道如何阻止鱿鱼,但停止服务我的网站。 我如何让Apache停止使用Squid?
我正在探索daemontools来运行我们的一些应用程序,这些应用程序也生成一些输出(在stdout和stderr上)。 我在debian盒子上安装了daemontools。 每一次,我做一个svc -u /etc/service/myservice启动服务,我得到一个[defunct]进程。 我怎么去debugging这个问题。 以下是我的/etc/service/myservice/run : #!/bin/bash exec myservice -c /etc/myservice/myservice.conf 和/etc/service/myservice/log/run #!/bin/sh exec multilog t ./main 任何帮助将是apprecciated。 谢谢。