我第一次尝试backports存储库,但6.2不在那里。 它在testing版本库中,所以我添加了testing版本库到/etc/apt/sources.list,做了一个apt-get更新,然后apt-get install openssh-server openssh-client,得到: 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 you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. […]
我有一个debian系统: Disk /dev/sda: 320.1 GB,… Device Boot Start End Blocks Id System /dev/sda1 * 1 2432 19535008+ fd Linux raid autodetect /dev/sda2 2433 2918 3903795 fd Linux raid autodetect /dev/sda3 2919 38913 289129837+ fd Linux raid autodetect Disk /dev/sdb: 320.1 GB, … Device Boot Start End Blocks Id System /dev/sdb1 * 1 2432 19535008+ fd […]
在我的debian 7: $ pwd /home/freestyler $ mkdir old new # mount –bind old new 然后 $ mount /dev/cciss/c0d0p9 on /home/freestyler/new type ext4(rw,noatime,nodiratime,user_xattr,barrier=1,data=ordered) 我只能看到/dev/cciss/c0d0p9 ,与/home/freestyler/old 我怎样才能得到原来的olddirpath? 在debian 6: mount老路的path: $ mount /home/freestyler/old on /home/freestyler/new type none (rw,bind)
我希望我的VPS能够随时更新最新的更新。 有没有select使用apt-get或其他方式启用自动更新?
接收有关dmesg中系统启动期间遇到的错误的以下信息。 这不会是一个大问题,除非它一直触发我的日志监控脚本! 🙂 [1.919823] PM:错误-22检查图像文件 [1.919826] PM:磁盘恢复失败。 互联网search产生的信息表明它与“hibernate/暂停”和“apci”有关,但是这是服务器安装,不包括“hibernate/暂停”function。 (至less不是故意包括在内)。 那么,有什么需要被列入黑名单? 我在网上find的唯一真正的解决scheme涉及重build交换分区…这似乎很奇怪。 想法? 笔记: – 我已经安装了Debian Squeeze(最小包装)(专家安装) – 我已经在多个不同硬件的系统上看到了这一点。 – 一个具有类似硬件但使用挤压backports内核(2.6.39-bpo.2-amd64)的系统不会产生这个错误 – 我在i386和amd64目标上看到了这个
这在Snort中是一个常见的问题,但是我不确定规则为什么触发。 以下规则来自Debian存储库。 显然它被devise为在5060端口上有超过300次命中时触发,并且如果它继续的话每60秒只会提醒一次。 /etc/snort/rules/community-sip.rules(添加空白,删除其他规则): … alert ip any any -> any 5060 ( msg:"COMMUNITY SIP TCP/IP message flooding directed to SIP proxy"; threshold: type both, track by_src, count 300, seconds 60; classtype:attempted-dos; sid:100000160; rev:2; ) … http://manual.snort.org/node35.html 但规则似乎触发了什么与5060端口无关的东西。 例如,这是一个提醒: 例如, [**] [1:100000160:2] COMMUNITY SIP TCP/IP message flooding directed to SIP proxy [**] [Classification: Attempted Denial […]
这来自这里 现在运行,但是当我使用root crontab运行它时,它告诉我: *tail: /var/log/backupeitor.log: file truncated /bin/sh: /home/backup/scripts/backupeitor.pl: Permission denied* 文件权限: *srv156:/home/backup/scripts$ ls -alrt insgesamt 28 drwxrwxrwx 2 root root 4096 19. Sep 13:23 off -rwxrwxrwx 1 root root 1274 24. Okt 15:16 backup_mysql.sh -rwxrwxrwx 1 root root 302 24. Okt 15:16 backup_postgres.sh drwxrwxrwx 5 root root 4096 18. Dez 14:55 .. drwxrwxrwx 3 […]
我的Debian挤压服务器运行mysqld版本5.1。 我如何确定它使用的SSL库是OpenSSL还是yaSSL? (我很确定这个MySQL支持SSL,因为用户表具有ssl_type列。)
最近我们的一台服务器(Debian Squeeze)在重负载时变得没有响应。 看看内核日志,我认为这是原因: kernel: nf_conntrack: table full, dropping packet 据我所知,这是conntrack模块,它做了一些有状态的连接跟踪,报告用于存储连接细节的表已满。 从我所做的研究来看,似乎有两种方法可以缓解这个问题: 增加表格的大小。 完全从系统中取出模块。 但是,这台机器上不存在/proc/sys/net/ipv4/ip_conntrack_max和/proc/sys/net/ipv4/netfilter/ip_conntrack_max ( net下没有ipv4目录)。 如果我做lsmod我没有结果。 所以,我有点困惑 – 也许有人可以澄清我的情况? 是conntrack安装? 如果是这样,设置在哪里? 为什么不在lsmod中显示? 如果conntrack没有安装,什么是发布表的完整消息? 谢谢
我试图在Linux服务器(Debian Squeeze)上安装无线网卡(TP-Link TL-WN350GD)。 冷启动后,lspci -nn显示该卡的PCI ID是168c:ffa1。 内核(来自backports的2.6.38)没有该设备ID的模块,所以没有模块被加载。 但是,在热启动(即执行重启命令)之后,同一个设备显示为168c:001d,这似乎是正确的ID,并由ath5k模块处理,如文中所述。 据我所知,该设备完美地在Debian中以这个特定的内核工作(我可以连接到一个AP,并与networking的其他部分进行无线通信)。 问题是,当系统关机时,下一次启动设备会得到一个错误的ID(168c:ffa1),而且显然没有被检测到。 如果我重新启动,则一切恢复正常(设备ID = 168c:001d,ath5k模块自动加载)。 我以前从来没有见过有关PCI ID的奇怪行为,这就是我想知道的: 有这样的情况有任何解决方法吗? 有什么办法可以“强制”这个特定设备的ID,这样驱动程序每次都被加载,而不仅仅是在热启动之后? 如果这可以通过udev规则来完成,那么一个例子会非常有用。 TIA,Alex