Articles of Debian

Debian的包装:如何防止“试图覆盖”的错误

我有两个以前在我们的内部存储库中制作的Debian软件包。 他们都共享相同的源代码,但编译与一个不同的选项,创build两个单独的二进制文件相同的库。 他们被安装在不同的服务器上 因此,这两个软件包不能同时安装,因为他们尝试安装相同的库,因此dpkg错误“试图覆盖/ my / lib”。 问题:我需要将它们安装在同一台服务器上。 问题是:我应该添加什么样的修改来使它们兼容? 一些线索: 从同一个源创build第三个包,编译整个源代替两个单独的(但我想这是肮脏的方式) find一个选项告诉这两个包可以相互走(但我不知道它是否存在) 创build一个“包通用”包,包含其他2个包依赖的库,手册页等。 (但是我不知道如何编译上游源代码) 我明白这个问题很难解释,特别是在一个不好的英语,但我希望你会给我一些线索:) 感谢社区!

用于Debian的Amazon S3工具?

我需要(以编程方式,在shell脚本中)将一个EARfile upload到Debian(5.0.4)上的Amazon S3存储桶。 什么,如果有的话,Debian软件包提供了简单的,脚本化的工具? 理想情况下,这将是一套类似于Ubuntu ec2-api-tools软件包的命令行工具。 (我想要原始S3存取桶,所以请不要build议像Jungle Disk这样的解决scheme。)

接口/静态IP问题 – Debian

我试图configuration我的Debian机器(Lenny)使用静态IP地址。 这是我的接口文件目前的样子: # This file describes the network interfaces available on your system. # and how to activate them. For more information, see interfaces #The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.200 network 192.168.1.1 netmask 255.255.255.0 这是我所做的。 我进入我的路由器设置,并将其dynamicIP范围更改为192.168.1.2到192.168.1.100。 所以我可以使用任何超过100作为我的静态地址。 然后,我进入了接口文件,并编辑到你上面看到的。 我将地址设置为192.168.1.200,因为这是我的路由器为dynamic地址保留的范围,我也将networking设置为192.168.1.1,因为这是我的路由器的IP地址。 我不知道我错了什么,但我没有连接到互联网。 我不确定我是否拥有正确的IP地址。 有任何想法吗?

在Debian linux上lockingNFS服务器时出现问题

我们最近升级了一个NFS服务器(称为“ian”),在升级之后,NFS被破坏,而之前没有。 该服务器现在运行Debian“lenny”,内核版本为2.6.26-2; 这是一个真正古老的戴尔PowerEdge 2650.以下是我们在票据系统中logging的问题的详细信息: 以下是一些与此相关的日志消息: kern.log: Oct 7 10:37:50 ian kernel: [60831.093676] statd: server localhost not responding, timed out Oct 7 10:37:50 ian kernel: [60831.093739] lockd: cannot monitor jade-30.example.com Oct 7 10:38:20 ian kernel: [60871.021326] statd: server localhost not responding, timed out Oct 7 10:38:20 ian kernel: [60871.021403] lockd: cannot monitor jade-30.example.com Oct 7 10:38:50 […]

Debian服务列表

我正在寻找与debian安装的服务的解释,所以我会知道哪些我可以closures,哪些是关键。 我没有在searchnetworking的运气。

Debian – 将根文件夹分成独立分区的目的是什么?

可能重复: 卖分区给我 其实,我的整个/文件夹是在一个单一的分区。 那么将/ var / log文件夹或/ home文件夹放入同一硬盘上的其他分区的目的是什么呢? 是否有任何性能提升,还是仅用于维护目的?

Debian 6中的/ proc / scsi / scsi在哪里?

我最近在ESXi 4.1的虚拟机上安装了Debian 6,但是我注意到没有/proc/scsi/scsi 。 我是否缺less一个提供的模块,或者是否有其他的方法来处理echo "scsi add-single-device 0 0 1 0">/proc/scsi/scsi ?

sshd_config在login尝试之间添加一个延迟?

有没有安装第三方软件的configuration?

检查为什么内存正在使用

可能重复: 如何理解linux服务器的内存使用量和平均负载 我正在运行Debian,我想知道为什么我的内存使用了这么多(8GB的8GB) 有什么办法可以检查,看看为什么有这么多的内存使用?

从Dreamhost的Debian档案移到Debian本身

这是目前运行Debian的托pipeDreamhost帐户的sources.list文件 # Generated by ndn-autoupdate deb http://debian.di.newdream.net/ lenny ndn deb http://debian.newdream.net/ lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib non-free deb http://www.backports.org/debian/ lenny-backports main contrib non-free deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free deb http://debian.dc-uoit.net/debian-multimedia/ lenny main 什么是迁移到Debian本身的最佳方式? 我想只用上游的Lenny Squeeze档案? 似乎Dreamhost安装了一堆我不想要的修改包。 ndn-apache22 ndn-apache22-modcband ndn-apache22-modfastcgi ndn-apache22-modfcgid ndn-apache22-modlimitipconn ndn-apache22-modpagespeed ndn-apache22-modsecurity2 ndn-apache22-modxsendfile ndn-apache22- php ndn-apache22-php5 ndn-apache22-svn ndn-autoupdate ndn-crashlog […]