Questions tagged «debian-wheezy»

Debian是流行的Linux发行版。代号Wheezy代表7.0版,现在是EOL。它于2013-05-04发布。

1
Fail2ban jail.local与jail.conf
是否jail.local文件充当覆盖到jail.conf或作为替代,以jail.conf? 当我从教程中学习Fail2Ban时,大多数人通常会说要么将jail.conf复制到jail.local并在那里进行编辑,另一些人却说要创建一个新的jail.local文件并提供许多设置以进行复制并粘贴。但是他们没有解决的是jail.local如何与jail.conf一起工作。这些是两种情况: 覆盖:如果jail.local替代了jail.conf文件,那么我要做的只是将我想覆盖的必要配置添加到jail.conf中提供的默认配置中。在这种情况下,我不需要添加SSH配置等。因为它已经包含在jail.conf中。 替换:如果在存在jail.local时jail.conf变得无效,那么我需要在jail.local中添加所有规则,然后编辑要修改的规则。 当出现jail.local时,您能否确认jail.conf会发生什么?如果jail.local的行为只是jail.conf文件顶部的替代,那么对我来说,只需添加几行要添加的规则就容易了,这也使维护和可读性变得容易。最好的方法是什么?

3
Debian:如何在启动时运行脚本而无需编写30行shell脚本?
我有一个Debian服务器,我只需要在启动时运行脚本即可。 我读到的是:https : //www.debian-administration.org/article/28/Making_scripts_run_at_boot_time_with_Debian 我现在得到:insserv:警告:脚本'缺少LSB标签和替代 所以看起来我现在必须添加: ### BEGIN INIT INFO # Provides: scriptname # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start daemon at boot time # Description: Enable service provided by daemon. ### END INIT INFO …



2
在debian上的网络接口上添加整个IPv6 / 64块
我尝试使用以下命令将整个IPv6(/ 64)块添加到接口 ip route add local 2001:41d0:2:ad64::/64 dev lo 像描述在这里我的Debian服务器上,但我似乎失去了一些东西。 例如2001:41d0:2:ad64::fe,如果我在本地ping 一切正常,但如果从远程计算机尝试,则无法正常工作。然后,我尝试在eth0上添加路由: ip route add local 2001::41d0:2:ad64::/64 dev eth0 现在,我什至无法在本地ping任何示例地址! 我有点迷茫,因为我似乎丢失了一些东西,但是我在这里找不到答案。 简而言之:我想2001:41d0:2:ad64::/64绑定到eth0,以便可以从我的机器上的Internet访问此块包含的每个IP。 我希望有人可以指出正确的方法。提前致谢。 ISP提供的指南确实要求我将每个IPv6明确添加到接口。我希望它是隐含的。 具有明确IP地址绑定的工作配置 / etc / network / interfaces: auto eth0 iface eth0 inet static address my.ip.v4 netmask 255.255.255.0 network my.network.address.ip broadcast my.broadcast.address.ip gateway my.gateway.ip iface eth0 inet6 …

3
archive.debian.org上的wheezy-updates返回404 Not Found
我在Debian Wheezy上有一台旧的测试机,现在无法真正更新。 Debian Wheezy存储库已于2月份归档。所以我要前进,并/etc/apt/sources.list从 deb http://ftp.fr.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main deb http://ftp.fr.debian.org/debian wheezy-updates main 至 deb http://archive.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main deb http://archive.debian.org/debian wheezy-updates main 但是,在运行时apt-get update,出现此错误: # apt-get update <snip> Err http://archive.debian.org wheezy-updates/main i386 Packages 404 Not Found [IP : 193.62.202.28 80] 其他存储库正在更新,没有问题。 我想念什么吗?

3
apache2ctl:87:ulimit:错误设置限制(不允许操作)
服务器运行正常-或至少看起来正常-但始终存在以下错误: apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted) 它发生在Debian Wheezy上的Apache 2.2.22-9上。 # apache2ctl configtest / usr / sbin / apache2ctl:87:ulimit:错误设置限制(不允许操作) 语法OK # service apache2 reload [....]重新加载Web服务器配置:apache2 / usr / sbin / apache2ctl:87:ulimit:错误设置限制(不允许操作) 。好 # service apache2 restart [....]重新启动Web服务器:apache2 / usr / sbin / apache2ctl:87:ulimit:错误设置限制(不允许操作) ...等待/ usr / sbin …

4
如何使用非捆绑式Web服务器设置Gitlab-omnibus?
安装 我gitlab通过debian 7(版本7.8.1-omnibus-1_amd64.deb)上的omnibus软件包安装了该软件包; 如使用非捆绑式Web服务器中所述更改设置 运行reconfigure命令:(sudo gitlab-ctl reconfigure完成,没有错误)。 Nginx的 nginx除了软件包可能使用以下/etc/gitlab/gitlab.rb文件创建的内容外,我没有为此gitlab配置: external_url 'http://git.mydomain.fr' web_server['external_users'] = ['www-data'] nginx['enable'] = false ci_nginx['enable'] = false 日志 /var/log/nginx/gitlab_error.log 2015/02/28 14:29:16 [alert] 4137#0: *14738 768 worker_connections are not enough while connecting to upstream, client: x.x.128.194, server: git.mydomain.fr, request: "GET / HTTP/1.0", upstream : "http://x.x.128.194:80/", host: "git.mydomain.fr" /var/log/nginx/gitlab_access.log …

1
什么是status_of_proc,我怎么称呼它?
在Debian 7(Wheezy)中Nginx的初始化脚本中,我阅读了以下摘录: status) status_of_proc -p /var/run/$NAME.pid "$DAEMON" nginx && exit 0 || exit $? ;; 这段代码可以正常运行并sudo service nginx status输出[ ok ] nginx is running。尚未status_of_proc在bash中定义,也未在破折号中定义: $ type status_of_proc status_of_proc: not found 虽然如果我将相同的检查插入到nginx脚本中,则会得到以下结果: status_of_proc is a shell function 在init文件本身上运行bash提供了进一步的解释: status_of_proc is a function status_of_proc () { local pidfile daemon name status OPTIND; …

3
如何解决我的服务的“(服务检查未正确退出)”和“(空)”结果?
我使用一些基于Perl脚本的Nagios的维修检查,我得到(Service check did not exit properly)和(null)作为结果在Nagios的,但脚本作品在命令行上很大。 我已经看到在线解决方案,建议通过设置enable_embedded_perl=0Nagios配置或显式指定解释器的路径来禁用内部Perl解释器。这对解决问题没有帮助。 还有什么呢?

3
Debian-“警告:以下软件包的不可信版本将被安装!”
当我尝试安装或更新任何软件包时,我得到: Untrusted packages could compromise your system's security. You should only proceed with the installation if you are certain that this is what you want to do. 我强烈怀疑这与我更新时出现的错误有关: $ sudo aptitude update Get: 1 http://ftp.us.debian.org wheezy InRelease [208 kB] Get: 2 http://debian.lcs.mit.edu wheezy InRelease [208 kB] Ign http://ftp.us.debian.org wheezy InRelease …

3
自动安装Debian Backports内核
我设置了以下固定方式: Package: linux-image-amd64 Pin: release a=wheezy-backports Pin-Priority: 1001 Package: * Pin: release a=wheezy-backports Pin-Priority: 499 我收到以下错误: $ sudo apt-get install linux-image-amd64 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 …

2
为什么ZFS对磁盘的Duff扇区不做任何事情?
我的印象是,如果从ZFS池读取期间发生I / O错误,则会发生两件事: 该故障将记录在相关设备的READ或CKSUM统计信息中,并向上向池级别传播。 冗余数据将用于重建所请求的块,所请求的块返回给调用者,并且如果达夫驱动器仍然是官能重写块到它,OR 如果没有可用的冗余数据来纠正读取错误,将返回一个I / O错误。 看来我的镜像设置中的一个磁盘出现了坏扇区。这本身并不令人震惊;这样的事情发生了,这就是我有冗余的原因(确切地说,是一个双向镜像)。每次我清理池或阅读特定目录中的文件时(我还没有确定确切的错误文件),以下内容会在dmesg中弹出,显然带有不同的时间戳: Nov 1 09:54:26 yeono kernel: [302621.236549] ata6.00: exception Emask 0x0 SAct 0x9c10 SErr 0x0 action 0x0 Nov 1 09:54:26 yeono kernel: [302621.236557] ata6.00: irq_stat 0x40000008 Nov 1 09:54:26 yeono kernel: [302621.236566] ata6.00: failed command: READ FPDMA QUEUED Nov 1 09:54:26 yeono …

3
添加CPU会降低MySQL 5.5(Debian)的性能
我即将在OpenVZ容器中设置数据库服务器(MySQL),我一直在想应该为它分配多少CPU。我决定进行基准测试。我比较了两个OS / MySQL发行版,并测试了它们在1、2、3和4个CPU上的性能。 第一个软件配置是: CentOS版本6.5(最终版) 适用于redhat-linux-gnu(x86_64)的mysql Ver 14.14 Distrib 5.1.71,使用readline 5.1 第二: Debian GNU / Linux 7 \ n \ l 适用于使用readline 6.2的debian-linux-gnu(x86_64)的mysql Ver 14.14 Distrib 5.5.31 两者都在同一内核上运行-2.6.32-openvz-042stab083.2-amd64#1 SMP Fri Nov 8 17:59:25 MSK 2013 x86_64 GNU / Linux。 所有软件都是从软件包中安装的,并且可以直接使用,而无需进行任何自定义配置调整。 硬件:6GB RAM,1-4个CPU 3.5 GHz。 为了进行基准测试,我在以下情况下使用了sysbench: sysbench --test=oltp --oltp-table-size=1000000 --mysql-db=test --mysql-user=root …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.