Questions tagged «centos»

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

1
为什么Oot在usleep -o中说“嘿”?
在Centos 6.6盒子上,我注意到了这一点... [root@abcd /]# usleep --help Usage: usleep [microseconds] -v, --version Display the version of this program, and exit -o, --oot oot says hey! Help options: -?, --help Show this help message --usage Display brief usage message [root@abcd /]# usleep -o oot says hey! 虽然手册页没有提及... OPTIONS --usage Show short usage …
16 centos  timeout 


4
CentOS:安装文本文件中列出的软件包?
我有一个现有的CentOS安装,我想安装额外的软件包。清单中提供了要安装的软件包,每行一个软件包,如下所示: .... Cluster_Administration-en-US.noarch ElectricFence.x86_64 GConf2.i386 GConf2.x86_64 GConf2-devel.i386 GConf2-devel.x86_64 Global_File_System-en-US.noarch ImageMagick.i386 ... 使用此文本文件,有没有办法安装列出的每个软件包?我怀疑该列表实际上是在最初设置操作系统时可能已经安装的“所有”软件包的列表。

4
CentOS中Yum缺少软件包bash-completion
我正在尝试使Tab-completion在CentOS 6的Yum中工作(所以我可以做类似的事情yum install firefo<TAB>然后找回去firefox),并且我发现很多教程说可以简单地做到这一点yum install bash-completion,但是当我这样做时,我就得到了: Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: mirror.anl.gov * extras: yum.singlehop.com * updates: mirror.ubiquityservers.com Setting up Install Process No package bash-completion available. Error: Nothing to do 我应该添加一些存储库吗?
16 centos  yum  dnf 

4
NFS服务器和防火墙
我还没有找到一个灌篮文件,所以让我们开始吧。 在CentOS 7.1主机上,我经历了linuxconfig HOW-TO,包括firewall-cmd条目,并且我有一个可导出的文件系统。 [root@<server> ~]# firewall-cmd --list-all internal (default, active) interfaces: enp5s0 sources: 192.168.10.0/24 services: dhcpv6-client ipp-client mdns ssh ports: 2049/tcp masquerade: no forward-ports: rich rules: [root@<server> ~]# showmount -e localhost Export list for localhost: /export/home/<user> *.localdomain 但是,如果我showmount来自客户,我仍然会遇到问题。 [root@<client> ~]# showmount -e <server>.localdomain clnt_create: RPC: Port mapper failure - …

4
CentOs 7 YUM更新不起作用
我正在尝试执行操作,yum update并且所有镜像都失败并显示404。我将URL放入浏览器,并且错误是正确的,该URL不存在。YUM正在寻找镜子上不存在的包装。请参阅以下错误消息: https://mirrors.lug.mtu.edu/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. http://mirror.oss.ou.edu/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. https://mirror.csclub.uwaterloo.ca/fedora/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. http://mirror.sfo12.us.leaseweb.net/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. …
16 centos  yum 

1
php 7 install抛出“无法加载Zend OPcache-已加载”错误
我正在使用salt我的服务器进行配置,我只是尝试升级到php 7,尽管一切都正确安装,但是无论何时我运行php -v或运行任何php,它都会在任何输出的开头:Cannot load Zend OPcache - it was already loaded。如果看到此提示我将其卸载,Failed loading /usr/lib64/php/modules/opcache.so: /usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory 这是安装php-v和未php-opcache安装的完整输出。 用 Cannot load Zend OPcache - it was already loaded PHP 7.0.1 (cli) (built: Dec 16 2015 15:31:55) ( NTS ) Copyright (c) 1997-2015 The …
15 centos  php 

4
如何在CentOS 7中安全删除旧的内核版本?
我可能会由于CentOS 7中竞争性内核而遇到奇怪的症状。那么,如何安全删除旧内核?我怎么知道最新的内核呢? 下面是我在有关服务器上研究此内容时获得的终端输出。请注意,我尝试了package-cleanup,但它保留了相同的2个内核: 本教程中的说明说以下两个命令的输出应该匹配,但是即使重新启动后,您也可以看到它们不匹配: [root@localhost ~]# rpm -qa kernel |sort -V |tail -n 1 kernel-3.10.0-229.el7.x86_64 [root@localhost ~]# uname -r 3.10.0-229.14.1.el7.x86_64 其余命令确认有两个内核,并说明了删除旧内核的尝试。 [root@localhost ~]# cd /usr/src/kernels [root@localhost kernels]# ls -al total 16 drwxr-xr-x. 4 root root 4096 Oct 2 12:55 . drwxr-xr-x. 4 root root 4096 Oct 2 13:15 .. drwxr-xr-x. …

1
AH00534:httpd:配置错误:未加载MPM
我已经CentOS Linux release 7.1.1503 (Core)安装了系统,httpd并且相应的配置文件是: # # This is the main rConfig Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.2/> for detailed information. # In particular, see # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html> # for a discussion of each configuration directive. # ServerTokens …

1
在CentOS 7上安装fail2ban
我使用@GarethTheRed的答案,这个问题到远程的CentOS 7服务器上安装的fail2ban。我能够完成直到的所有步骤,到tail -f /var/log/fail2ban.log那时,我得到的结果与他的回答不同。 这是我在此步骤中得到的结果: [root@remotecentosserver.com ~]# tail -f /var/log/fail2ban.log 2014-12-02 16:55:53,548 fail2ban.server.server[6667]: INFO Changed logging target to /var/log/fail2ban.log for Fail2ban v0.9.0 2014-12-02 16:55:53,550 fail2ban.server.database[6667]: INFO Connected to fail2ban persistent database '/var/lib/fail2ban/fail2ban.sqlite3' 2014-12-02 16:55:54,239 fail2ban.server.database[6667]: WARNING New database created. Version '2' 最后一行之后,除非输入,否则我只会得到一个光标,但没有命令提示符Ctrl-C。 当我键入时systemctl status fail2ban,它告诉我它fail2ban处于活动状态。当我退出系统并稍后重新登录时,sshd告诉我自从上次登录以来,已经有很多失败的登录尝试。因此应该有fail2ban日志。但是我似乎找不到它们。 有人可以告诉我如何进行设置,以便fail2ban生成可以跟踪的日志吗?
15 ssh  centos  openssh  sshd  fail2ban 




10
如何通过USB大容量存储设备安装CentOS 6?
我想在没有CD / DVD驱动器但带有USB 2.0端口的笔记本电脑(Thinkpad R40)上安装CentOS 6.2。 看来CentOS并未提供可立即使用的dd可用USB映像进行安装。 因此,我的问题是:如何通过USB设备(例如16 GB USB闪存驱动器)安装CentOS? 关于使用不同的可用iso映像作为基础:便携式计算机可以访问网络-但我想确保CentOS安装程序在安装过程中不会从网络加载未经检查的软件包-也许netinstall映像在安装过程中不会检查经过密码签名的软件包(与Fedora 14安装程序一样)。 有一个CentOS InstallFromUSBkey,它仅提供过时的,含糊的和错误的信息。 特别是,有关CentOS 6的说明缺少细节并包含错误(第一个分区10 MB不够,syslinux device失败了,它们在谈论什么grub?)

2
您是否应该运行自动更新
我正在运行Centos产品Web服务器。我想知道什么是运行更新的最佳实践。我应该使用yum-cron或yum-updatesd来自动化吗?还是存在更新破坏站点的危险,所以最好在测试服务器上进行更新,然后每周手动运行更新? 大多数服务器仅使用官方存储库,但有些服务器具有用于PHP模块的原子存储库,否则将无法使用。在这种情况下最好?可以将yum设置为仅对PHP模块使用Atomic吗?我不希望一切都更新到Atomic中最前沿的内容,我相信Centos(或真正的Red Hat)可以保持服务器稳定和安全。
15 centos  security  yum 

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.