Articles of debian wheezy

php5-mysqlnd上debian wheezy / sid?

我试图安装一个全新的Wheezy安装php5-mysqlnd(/ etc / debian_version指wheezy / sid),我遇到了一个问题: root@debian:/var/www/lottery1# apt-get install php5-mysqlnd Reading package lists… Done Building dependency tree Reading state information… Done php5-mysqlnd is already the newest version. 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 […]

虚拟机在Linux NATconfiguration

我正在尝试在Virtualbox上设置networking地址转换。 主机是Debian wheezy,虚拟化服务器也是如此。 在虚拟服务器端,没有configuration; 在物理服务器上,通过eth0访问互联网: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE 在virtualbox GUI上,我已将虚拟服务器networkingconfiguration为:适配器1,启用networking适配器,连接到NAT,连接电缆。 在虚拟服务器上,无法ping通网关(eth0:1),相反。 这是通过设置桥接适配器而不是NAT,但它是在Virtualbox中设置NAT的正常方法? 谢谢你的帮助

你能在同一个Icinga实例上同时运行Icinga经典网站(icinga-html)和Icinga新网站(icing-web)吗?

我有一个Icinga实例设置并正在执行其通常的工作。 有一个插件我想尝试(热图),似乎只能在新的Icinga-Web界面下支持。 我希望做的是在相同的Icinga实例的顶部运行分类和较新的Web界面。 我查看了Icinga Classic和Icinga Web的安装说明; 既不说我想要做的是不可能的,但也不说如何去做。 (对于我在Debian Wheezy上运行的背景,如果可能的话,宁愿使用标准软件包)

无法使用debian下的nginx访问phpmyadmin“没有指定input文件”。

我已经安装了Nginx,php-fpm,mysql和phpmyadmin .. 当我inputmyserver.com时,我看到“Welcome to nginx!”。 但是当我键入myserver.com/phpmyadmin时,我得到:“没有指定input文件”。 我知道这可能是path上的一个问题,但我找不到在哪里…:S configuration文件: 在/ etc / nginx的/网站可用/默认 server { listen 80; ## listen for ipv4; this line is default and implied listen [::]:80 default_server ipv6only=on; ## listen for ipv6 root /usr/share/nginx/www; index index.php index.html index.htm; # Make site accessible from http://localhost/ server_name _; location / { try_files $uri $uri/ /index.html; […]

MariaDB不升级,安装了2个版本

我有一台运行在Debian上的服务器,和MaraiDB和OwnCloud一起运行。 几天前,我想更新包,因为OwnCloud更新,但出了问题。 通常在这种情况下,我可能会尝试删除并再次安装有问题的软件包,但在不同的人使用的服务器上,它似乎不再是一个有效的解决scheme。 在这里你可以看到我的控制台输出: user@server:~$ sudo apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libmariadbclient18 : Depends: libmysqlclient18 (= 10.0.4+maria-1~wheezy) but 10.0.5+maria-1~wheezy is installed libmysqlclient18 : Depends: libmariadbclient18 (= 10.0.5+maria-1~wheezy) but 10.0.4+maria-1~wheezy is […]

Postfix(交付暂时挂起:与mydomain.net 的对话在接收到初始服务器问候语时超时)

我运行的是Debian 7.1,Postfix 2.9.6,Dovecot 2.1.7 为了设置它,我大部分都是这样 (没有spamass-clamav-greylist位) 我也通过Gmail设置了智能主机中继 postconf -n显示: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all inet_protocols = ipv4 mailbox_size_limit = 0 milter_default_action = accept mydestination = MyDomain, localhost.net, localhost myhostname = MyDomain.net mynetworks = 127.0.0.0/8 myorigin = /etc/mailname readme_directory = no recipient_delimiter = […]

戴尔2950的不可预知的启动失败II

我们最近购买了翻新的戴尔2950 II作为我们实验室的开发盒。 在首次安装操作系统(Debian Wheezy)和引导之后,我在DRAC中收到以下错误,主机意外重启: Critical 08/09/2014 03:13:50 CPU 2 has an internal error (IERR). Critical 08/09/2014 03:13:50 CPU 1 has an internal error (IERR). 之后,在下一次启动的过程中,我收到以下内容(以相反的顺序): Critical 08/09/2014 03:15:41 A fatal IO error detected on a component at OK 08/09/2014 03:15:41 An OEM diagnostic event has occurred. OK 08/09/2014 03:15:41 An OEM diagnostic event has occurred. […]

正确安装xfs文件系统以使用配额的过程

我正在使用Hetzner的configuration,我已经configuration了我的分区使用LVM,并将/ home设置为xfs文件系统。 我使用Webmin来pipe理运行Debian 7.6的盒子,并在尝试使用配额时遇到以下问题: Webmin说配额只能在挂载时启用。 叹。 我已经search了好几天了,但是find的文档无法向像我这样的虚拟人解释正确的步骤是如何正确实现的,例如 什么/哪里/如何指定正确的挂载选项? 我在哪里指定了哪些配额? 请随时要求任何您可能需要的信息我真的完全卡在这里?

无法更正依赖关系更新Debian 6到7

我试着更新Debian 6到7,并运行apt-get dist-upgrade时遇到麻烦。 我所做的是:编辑source.list,改变挤压到嘶哑 # cat /etc/apt/sources.list deb http://ftp.de.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.de.debian.org/debian/ wheezy main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free 赛跑 apt-get update # success apt-get upgrade # success apt-get dist-upgrade #failed […]

Apache模块RPAF文档?

我在Debian上安装了libapache2-mod-rpaf软件包 ,因为mod_remoteip似乎不可用。 我发现一个github回购,但configuration选项是不同的。 例如,在存储库中,使用了RPAF_Enable ,但该包的默认configuration使用RPAFenable (请参阅包的默认configuration ) 我在哪里可以find我正在使用的模块的文档?