Questions tagged «rhel-6»

红帽企业Linux 6

3
如何安装rpm文件及其所有依赖项?
我正在尝试HPCC在基于RHEL的计算机上安装。 我有一个.rpm文件,要安装此rpm,我正在使用以下命令: sudo rpm -Uvh hpccsystems-platform_community-4.0.0-9.el6.x86_64.rpm 我收到以下错误消息: error: Failed dependencies: boost-regex is needed by hpccsystems-platform-community-4.0.09.x86_64 expect is needed by hpccsystems-platform-community-4.0.09.x86_64 gcc-c++ is needed by hpccsystems-platform-community-4.0.09.x86_64 libapr-1.so.0()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64 libaprutil-1.so.0()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64 libarchive is needed by hpccsystems-platform-community-4.0.09.x86_64 liblber-2.4.so.2()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64 libldap_r-2.4.so.2()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64 …

2
如何验证iptables是否正在运行或防火墙是否已激活
当我在linux Redhat 6.8版计算机上运行时-服务iptables状态 我得到了规则表(但如果iptables没有运行,则没有) 以下内容是否表明iptables正在运行? # service iptables status Table: filter Chain INPUT (policy ACCEPT) num target prot opt source destination 1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 2 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 3 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 4 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp …
15 linux  iptables  rhel-6 


1
RHEL6 - eth0没有使用桥接适配器使用VMware Workstation获取dhcp地址
我正在VMware Workstation内部使用RHEL6。我已经看过了 这里 和 这里 ,但我仍然遇到一个非常烦人的墙。 我希望我的VM上的网络适配器从我的家庭网络上的路由器获取DHCP地址(即使用桥接网络)。路由器设置为分发大量地址: 到目前为止只发布了5个: 但是,当我启动到VM时,我仍然看到以下内容: 我的 /etc/sysconfig/network-scripts/ifcfg-eth0 文件: 我错过了什么?让VM运行起来并不困难。将网络适配器设置为NAT而不是Bridged可以正常工作。 VMware网络设置:


2
无法将语言环境设置为en_US.UTF-8,但语言环境-a表示它可用。无根
我正在尝试在gvim中使用powerline符号。部分原因是我将我的语言环境设置为UTF-8。 export LANG=en_US.UTF-8 之后我看到以下错误。 对于gvim: bash-4.1$ /usr/bin/gvim (process:14055): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. 对于perl bash-4.1$ perl -de0 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC__FASTMSG = "true", LANG = "en_US.UTF-8" …
1 linux  utf-8  locale  rhel-6 

2
yum install错误:受保护的multilib版本错误
我试图在RHEL 6.1系统上安装openssl的开发头,但是得到以下错误: $sudo yum install openssl-devel.x86_64 <SNIP> --> Finished Dependency Resolution Error: Protected multilib versions: openssl-1.0.0-10.el6.i686 != openssl-1.0.0-10.el6_1.4.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 有没有人遇到过这个?

0
使用mod_python列出Trac中多个项目的存储库
目前正在一个自定义网页上工作,该网页显示了我在Trac(1.0.1)中拥有的可用项目。我正在使用mod_python连接trac接口。我为此找到了一个标准页面,但是没有显示存储库列表。该页面显示了一些变量以链接到不同的项目,但是我找不到在项目内部不同存储库的变量。 我已通过阅读以下内容设置了该网页:http : //trac.edgewall.org/wiki/TracInterfaceCustomization (在“网站外观”下) 简短的摘要; 编辑../conf.d/trac.conf: PythonOption TracEnvParentDir /parent/dir/of/projects PythonOption TracEnvIndexTemplate /path/to/template 并制作一个模板文件,我可以在/ path / to / template进行编辑: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <head> <title>Available Projects</title> </head> <body> <h1>Available Projects</h1> <ul> <dl> <li py:for="project in projects" py:choose=""> <a py:when="project.href" href="$project.href" title="$project.description">$project.name</a> ## …

0
我无法按下右键并且RHEL6上的图标消失了
我只剩下桌面了。当我右键单击时,我得不到任何回复。另一个问题是没有菜单或图标。 当我尝试打开Nautilus时,它无法启动。 当我试图从终端打开它时,我收到此错误: nautilus: error while loading shared libraries: libnautilus-extension.so.1: cannot open shared object file: No such file or directory 可能是什么导致了这个?

1
在服务器重启时创建IP别名
我有一台运行RHEL 6的服务器,并在其上创建了多个IP别名。但是,当我重新启动服务器时,IP别名消失了。 我尝试编辑/etc/rc.d/rc.local文件以包含 ifconfig eth0:1 1.1.1.1 ifconfig eth0:2 2.2.2.2 但它没有用。 如何确保重启后IP别名保持不变?
ip  reboot  alias  rhel-6 

0
RHEL的现代桌面环境6
我目前被迫使用运行Red Hat Enterprise Linux 6的机器。因为我通常使用最新的Ubuntu版本和相应的现代桌面环境,所以我很失望RHEL 6默认只支持gnome和KDE版本从2009年开始。在任何一个地方工作都是痛苦的,感觉就像上个世纪的时间旅行。 我不允许升级到RHEL 7或安装不同的操作系统,但我有sudo权限。 有没有办法在没有操作系统升级的情况下启动和运行任何现代桌面环境?我甚至不关心哪一个,我只想拥有一个不是6岁的版本......

1
属性和du -s之间的文件夹大小差异
我运行RHEL 6.6。 当查看我的主文件夹并运行du -sh .它时,它显示为7.2G,而当我通过gui它打开它时,它仅显示6.3GB。我确实重新启动了计算机,只是为了确保没有打开更多的文件句柄。 这种差异从何而来?
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.