Questions tagged «centos»

CentOS(社区企业操作系统)基于Red Hat Enterprise Linux操作系统。问题必须与在CENTOS下运行程序有关。有关服务器管理的问题,请访问https://serverfault.com。

12
在CentOS 7上打开防火墙端口
我正在使用CentOS 7,并且必须确保端口2888和3888已打开。 我读了这篇文章,但这没有用,因为在CentOS 7 OS上没有iptables save命令。 有人告诉我,上述URL对CentOS 7无效。我应该遵循这一点。但是这篇文章对我到底需要执行什么命令尚不清楚。 我也发现 firewall-cmd --zone=public --add-port=2888/tcp 但这无法在重新启动后继续存在。 那么,如何打开端口并使其在重启后不受影响?
339 centos  port  firewall 


9
pip install-locale.Error:不支持的语言环境设置
完整的堆栈跟踪: ➜ ~ pip install virtualenv Traceback (most recent call last): File "/usr/bin/pip", line 11, in <module> sys.exit(main()) File "/usr/lib/python3.4/site-packages/pip/__init__.py", line 215, in main locale.setlocale(locale.LC_ALL, '') File "/usr/lib64/python3.4/locale.py", line 592, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting 在同一台服务器上,我成功运行pip install virtualenv了python2.7.x。 现在,我刚刚使用安装了python3.4 curl https://bootstrap.pypa.io/get-pip.py | python3.4。 ➜ ~ pip …
232 python  python-3.x  centos  pip 

6
在NPM安装期间如何使用其他版本的python?
我可以通过终端访问运行centos 5.9的VPS,并安装了默认的python 2.4.3。我还通过以下命令安装了python 2.7.3 :(我使用make altinstall代替make install) wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz tar -xf Python-2.7.3.tgz cd Python-2.7.3 ./configure make make altinstall 然后我通过以下命令从源代码安装了node.js: python2.7 ./configure make make install 问题是,当我使用npm install并尝试安装需要python> 2.4.3的node.js软件包时,出现此错误: gyp ERR! configure error gyp ERR! stack Error: Python executable "python" is v2.4.3, which is not supported by gyp. gyp ERR! stack You …
218 python  node.js  centos  npm 

7
如何找到哪个rpm软件包提供了我要查找的文件?
举例来说,我正在寻找一个mod_files.sh可能随php-devel包装一起提供的文件。我猜想这yum将mod_files.sh与php-devel x86_64 5.1.6-23.2.el5_3软件包一起安装文件,但是该文件似乎没有安装在我的文件系统上。 如何找出哪个软件包安装了特定文件?我正在寻找我不一定已经在本地下载该软件包的地方,其中可能包括我要寻找的文件。 我正在使用CentOS 5。
207 centos  rpm  yum 

11
Nginx 403禁止所有文件
我在CentOS 5盒子上安装了Nginx和PHP-FPM,但是我很难使它服务于我的任何文件-无论是否为PHP。 Nginx以www-data:www-data的身份运行,默认的“欢迎使用EPEL上的nginx”站点(由root:root拥有644权限)加载正常。 nginx配置文件具有/etc/nginx/sites-enabled/*.conf的include指令,而我有一个配置文件example.com.conf,因此: server { listen 80; Virtual Host Name server_name www.example.com example.com; location / { root /home/demo/sites/example.com/public_html; index index.php index.htm index.html; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param PATH_INFO $fastcgi_script_name; fastcgi_param SCRIPT_FILENAME /home/demo/sites/example.com/public_html$fastcgi_script_name; include fastcgi_params; } } 尽管public_html由具有2777个文件权限的www-data:www-data拥有,但该网站无法提供任何内容- [error] 4167#0: *4 open() "/home/demo/sites/example.com/public_html/index.html" failed (13: …


6
如果stdin输入为空,如何忽略xargs命令?
考虑以下命令: ls /mydir/*.txt | xargs chown root 目的是将所有文本文件的所有者更改mydir为root 问题是,如果其中没有.txt文件,mydir则xargs会引发错误,指出未指定路径。这是一个无害的示例,因为会引发错误,但是在某些情况下,例如在我需要在此处使用的脚本中,假定空白路径为当前目录。因此,如果我/home/tom/从那时开始运行该命令,如果没有结果,ls /mydir/*.txt并且所有文件/home/tom/的所有者都更改为root。 那么,如何让xargs忽略空结果?
188 bash  centos  xargs 

3
nginx缺少站点-可用目录
我在Centos 6上安装了Nginx,并且试图设置虚拟主机。我遇到的问题是我似乎找不到/etc/nginx/sites-available目录。 我需要做些什么来创建它吗?我知道Nginx已启动并正在运行,因为我可以浏览到它。


11
httpd:无法可靠地确定服务器的标准域名,对ServerName使用127.0.0.1
我尝试在CentOS 5.0上重新启动Apache服务器,并收到以下消息: httpd:无法可靠地确定服务器的标准域名,对ServerName使用127.0.0.1 这是/etc/hosts文件: 127.0.0.1 server4-245 server4-245.com localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 这是/etc/sysconfig/network文件: NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=server4-245 我在Apache httpd.conf文件中也有此文件: ServerName localhost 但是,重新启动Apache时,我仍然收到第一条错误消息。
172 linux  apache  centos 

21
VirtualBox:mount.vboxsf:安装失败,并显示以下错误:没有此类设备
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 2年前关闭。 改善这个问题 我在OS X上使用VirtualBox作为主机,在来宾VM上使用CentOS。 在OS XI创建的文件夹中myfolder,将其作为共享文件夹添加到VM,打开VM,在CentOS创建的文件夹中/home/user/myfolder输入: sudo mount -t vboxsf myfolder /home/user/myfolder 并输出: /sbin/mount.vboxsf: mounting failed with the error: No such device 我做错了什么? 更新: Guest Additions 已安装。

9
如何在centos 7上使用iptables?[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 去年关闭。 改善这个问题 我以最少的配置(OS +开发工具)安装了CentOS 7。我正在尝试打开80端口进行httpd服务,但是iptables服务出了点问题...这是怎么回事?我究竟做错了什么? # ifconfig/sbin/service iptables save bash: ifconfig/sbin/service: No such file or directory # /sbin/service iptables save The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl. # sudo service …

6
Linux上的两个版本的python。如何使2.7成为默认值
我的linuxbox上有两个版本的python: $python Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> $ /usr/local/bin/python2.7 Python 2.7.3 (default, Oct 8 2013, 15:53:09) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" …
124 python  linux  centos 

11
javac:找不到命令
我已经使用命令在CentOS 5.5版机器中安装了Java yum install java。但是我无法使用javac编译类。 我是否需要安装其他软件包? 我试图找到javac可执行文件,但是我找不到它。 /usr/bin/java链接如下: /usr/bin/java-> /etc/alternatives/java /etc/alternatives/java->/usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java 我已经看到了以下输出yum list installed |grep java: java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.16.b17.el5 installed tzdata-java.x86_64 2011b-1.el5 installed

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.