Questions tagged «centos»

有关CentOS Linux发行版的问题。如果您的问题与CentOS发行版如何影响您的问题有关,请使用此标签。如果您恰好正在使用CentOS,并且您的问题是关于特定的配置详细信息或语法,请不要使用它。

2
在两个网络接口上分离网络流量
您能否借助您的专业知识来理解如何配置两个网络接口上的网络流量分离? 到目前为止,据我了解,静态路由用于网络流量,该流量不旨在使用默认网关。默认网关用于所有不面向本地网络且在路由表中未指定首选路由的流量。 情况如下。 网络中的每台计算机都有两个网卡。 每个产品的生产接口为eth0(GW = 10.10.10.1)。 每个的管理接口是eth1(GW = 192.168.100.1)。 生产和管理流量应完全分开。 我在下面发布了我与Debian Wheezy一起尝试过的事情。而且,我的问题是,尽管我设置的主机可以在两个接口上进行通信,但是各个主机似乎在错误的接口上“听到”了流量。例如: 主机140 eth0 Link encap:Ethernet HWaddr 08:00:27:d1:b6:8f inet addr:10.10.10.140 Bcast:10.10.10.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fed1:b68f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1341 errors:0 dropped:0 overruns:0 frame:0 TX packets:2530 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:641481 (626.4 …
11 debian  centos  rhel  routing 

2
ifconfig RX数据包输出中的“ errors:”,“ dropped:”,“ overruns:”和“ frame:”字段之间有什么区别?
有人可以详细说明输出中各个RX packets字段之间的区别ifconfig吗? 例如,假设我跑步ifconfig并看到以下内容: eth0 Link encap:Ethernet HWaddr AA:BB:CC:DD:EE:FF inet addr:1.1.1.1 Bcast:1.1.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:202723544 errors:0 dropped:4959 overruns:0 frame:37 TX packets:158354057 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4261083782 (3.9 GiB) TX bytes:1224803677 (1.1 GiB) Interrupt:83 Memory:f6bf0000-f6c00000 errors: dropped: overruns和之间有什么区别frame: 在这一点上,我的猜测(基于一些模糊的谷歌搜索)是​​,frame:当nic分析传入的帧时,这与CRC故障特别相关,并且errors:是一个更广泛的泛型类别。再说一次……如果是这样,我希望这两个字段都显示数字。

3
正在使用的端口未显示在netstat输出中
在什么情况下,进程正在使用的端口不会显示在netstat -a输出中。 我正在jenkins机器上运行。它正在侦听端口8080。我正在尝试启动另一个尝试在同一端口上进行绑定的进程,但该进程失败并出现错误,表明该端口已在使用中。 现在,当我这样做时netstat -a | grep 8080,它不会显示在输出中。停止jenkins我的进程后,成功绑定到8080。有什么线索吗? 我正在运行CentOS。
11 centos  netstat 


2
DHCPD忽略我的子网声明
eth0,我的内部接口的静态地址为10.0.0.1。我还有一个接口p4p1充当我的外部接口。如果有问题,我的外部接口没有物理连接并且iptables处于关闭状态/仍在写入中。 /etc/sysconfig/dhcpd: DHCPDARGS=eth0 来自的子网条款/etc/dhcpd.conf: subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.1; option domain-name-servers 10.0.0.1; option ntp-servers 10.0.0.1; default-lease-time 86400; # 1 day max-lease-time 604800; # 7 days use-host-decl-names on; ddns-updates on; use-host-decl-names on; allow unknown-clients; ignore client-updates; option domain-name "localdomain"; ddns-domainname "localdomain"; next-server 10.0.0.1; filename "pxelinux.0"; group # known …
11 centos  dhcp 

3
如何恢复已删除的crontab
我试图在终端中编辑crontab,但不小心输入crontab -r而不是crontab -e。谁能想到如此危险的命令会坐在字母旁边以编辑crontab?而且,我仍在试图弄清楚如何不crontab -r要求您确认? 不管我对如何做到这一点缺乏信誉,我的问题是:我是否能够恢复丢失的crontab?

2
安装glibc-devel.i686后没有32开发库错误
我试图在CentOS 6安装gcc 4.9.0在./configure有来了一个错误: /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.7/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat- linux/4.4.7/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status configure: error: I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun …
11 centos  gcc  glibc 

4
进入第0组意味着什么?
我继承的系统中的几个用户在/ etc / passwd中将其组设置为0。这意味着什么?他们本质上是否获得完整的root特权? 系统正在运行CentOS 5,并且用户似乎主要是与系统有关的事情,尽管该组中也有前管理员: $ grep :0: /etc/passwd root:x:0:0:root:/root:/bin/bash sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt operator:x:11:0:operator:/root:/sbin/nologin jsmith:x:500:0:Joe Smith:/home/jsmith:/bin/bash $
11 centos  root  group 

4
在本地安装开发文件以在没有root用户访问权限的系统上进行构建?
我正在使用一台服务器,运行的是旧版Linux。我没有对该系统的root访问权限,因此我想构建一个我经常使用的工具(Vim 7.3)的更新版本。我以为我会构建它并将其安装在〜/ bin中。但是,它需要未在系统范围内安装的ncurses开发文件。我找到了ncurses-devel rpm,并提取了“ lib”和“ include”文件夹,我将它们放在哪里,以及如何告诉./configure脚本找到它们,以便可以在本地正确配置和构建软件包? 编辑:最后,我通过在Virtualbox中安装相同的OS,然后在其中构建软件包并复制二进制文件来解决此问题。
11 libraries  centos 

4
在CentOS 6.5上安装OpenSSL共享库
OS: CentOS-6.5-x86_64-minimal 我下载了最新版本的OpenSSL 用它提取 tar -xvzf openssl-1.0.1e.tar.gz cd openssl-1.0.1e ./config --prefix=/usr/local make 它给了我以下错误: making all in crypto... make[1]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto' making all in crypto/objects... make[2]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto/objects' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/openssl-1.0.1e/crypto/objects' making all in crypto/md4... make[2]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto/md4' make[2]: Nothing …
11 centos  yum  openssl 


3
mv:无法将“ home”移到“ home-old”:设备或资源繁忙
我想替换/home为我的NFS安装的家用目录的符号链接。 仅root用户登录,/ home不是单独的文件系统,lsof显示没有锁,selinux是允许的。我想念什么? 我通过ssh以root身份直接登录: [root@usil01-sql01 /]# uname -a Linux usil01-sql01 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux [root@usil01-sql01 /]# w 15:30:33 up 1:41, 1 user, load average: 0.00, 0.02, 0.22 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/2 10.50.11.114 15:13 1.00s 0.19s …


2
CentOS-引导屏幕进度条层/颜色的含义
CentOS(我猜是RedHat,如果我也没记错的话,Fedora)启动屏幕进度条层还有什么意义*? (*)层〜白色,淡紫色(?)和紫色。 我不能为此找到任何好的搜索查询,但也许有人会知道...
10 centos  boot 

1
systemctl保持服务重启超时
我正在运行CentOS 7.2;见下文: # systemctl stop firewalld Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) Failed to stop firewalld.service: Connection timed out Failed to get load state of firewalld.service: Connection timed out journalctl 只是报告以下错误: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out 我发现此错误适用于Ubuntu,可能与RHEL …

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.