Questions tagged «centos-7»

CentOS Linux发行版的版本7。CentOS Linux发行版是一个稳定的,可预测的,可管理的和可复制的平台,该平台源自Red Hat Enterprise Linux(RHEL)的来源。


6
无法使用yum安装python-pip
我正在尝试在centos7 docker容器中安装python-pip,但我想我可能缺少某些软件包或其他东西。 [root@aasdfasdfa /]# yum -y install python-pip Loaded plugins: fastestmirror, ovl base | 3.6 kB 00:00:00 extras | 3.4 kB 00:00:00 updates | 3.4 kB 00:00:00 updates/7/x86_64/primary_db | 8.4 MB 00:00:31 Loading mirror speeds from cached hostfile * base: repos.lax.quadranet.com * extras: mirrors.unifiedlayer.com * updates: mirrors.usc.edu No package python-pip …
24 python  centos-7  pip 

4
Centos 7-Ping 8.8.8.8(连接:网络不可达)
我想我有一个路由问题。我已经设置了一个CentOS VM,它已连接到我的网络,并且可以ping其他计算机。 但是,我无法ping通网络之外的任何内容。 [root@localhost ~]# ping 8.8.8.8 connect: Network is unreachable 我还在路由器上设置了端口转发功能,以将端口22上的SSH转发到该计算机,但是我无法在网络外部访问它(使用腻子)。 这是输出ip route: [root@localhost ~]# ip route 10.0.0.0/24 dev enp0s3 proto kernel scope link src 10.0.0.10 169.254.0.0/16 dev enp0s3 scope link metric 1002 以下是内容/etc/sysconfig/network-scripts/ifcfg-enp0s3: TYPE="Ethernet" BOOTPROTO="static" IPADDR=10.0.0.10 NETMASK=255.255.255.0 NM_CONTROLLED=no DEFROUTE="yes" PEERDNS="yes" PEERROUTES="yes" IPV4_FAILURE_FATAL="no" IPV6INIT="yes" IPV6_AUTOCONF="yes" IPV6_DEFROUTE="yes" IPV6_PEERDNS="yes" IPV6_PEERROUTES="yes" IPV6_FAILURE_FATAL="no" …

4
如何在centos 7上制作桌面图标?
我是Linux的新手,这听起来可能很愚蠢,但是我需要在centos 7上制作一个桌面图标,但是我不知道该怎么做。我尝试使用Google搜索,但是找不到启动器。需要帮忙
18 linux  centos-7 

3
权限被拒绝,因为在chmod和chgrp之后,路径的一部分缺少搜索权限
[core:error] [pid 5132](13)权限被拒绝:[client 123.123.123.123:50398] AH00035:访问/拒绝(文件系统路径'/var/www/mysite.com'),因为缺少搜索权限路径的组成部分 最近,我更改了www名为的文件夹的组所有者,该组admins包含几个用户帐户,root并且apache。我也曾经chmod更改www为774。 从那以后,我进入Forbidden You don't have permission to access / on this server.了我的两个领域。 /var/www/mysite.com说禁止 /var/www/mysite2.com说禁止 / var / www / html可以正常工作。 # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # Do not add …

3
非root用户的“屏幕正在终止”
当我尝试以非root用户身份运行screen时,我得到: screen [screen is terminating] 立即,尽管它对于root正常工作 ls -alh /usr/bin/screen -rwxr-sr-x 1 root screen 465K Jun 9 20:30 /usr/bin/screen 到处搜寻时,我注意到提到/ etc / fstab,这是我的: # <file system> <mount point> <type> <options> <dump> <pass> /dev/md1 / ext4 errors=remount-ro 0 1 /dev/md2 /home ext4 defaults 1 2 /dev/sda3 swap swap defaults 0 0 /dev/sdb3 …

1
如何在CentOS7 Docker容器中安装python-pip
我正在尝试构建一个包含pip的docker容器。 我在CentOS 7上。 这是运行docker build命令的片段: Step 3 : RUN yum -y install python-pip ---> Running in 25d1ba46e6dc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.vcu.edu * extras: mirror.clarkson.edu * updates: mirrors.unifiedlayer.com No package python-pip available. Error: Nothing to do 2015/02/13 19:23:48 The command [/bin/sh -c yum …
13 python  docker  pip  centos-7 

2
文件系统无法在引导时挂载,但是在手动挂载时可以
我不确定何时/为什么会开始这种情况,但是我输入了一个RAID阵列/etc/fstab以引导至/mnt/data。直到今天,一切都还不错,而且几年来一直这样! 无论如何,我今天重新启动了服务器(CentOS 7),它进入了“紧急模式”。检查后journalctrl,存在以下条目: Feb 01 13:04:45 CentOS7 systemd[1]: Mounting /mnt/data... Feb 01 13:04:45 CentOS7 mount[819]: mount: /dev/md126 is already mounted or /mnt/data busy Feb 01 13:04:45 CentOS7 systemd[1]: Failed to mount /mnt/data. 但是,如果我从中删除该行/etc/fstab并重新启动(正常启动),则重新输入该行并运行,mount -a然后安装就可以了。 引导失败的任何原因? 我在errors=continue该行中添加了一个选项,该选项/etc/fstab可防止重新引导进入紧急模式(并且无论如何都会奇怪地挂载驱动器–大概是在以后的步骤中),但是由于我想在启动时执行其他挂载,因此这取决于最初是安装的,所以我真的很想找到合适的解决方案。
12 linux  boot  mount  centos-7 

2
CentOS 7在“ yum install”操作期间无法分配内存
尝试yum install php56w-mcrypt和系统给我这个错误 libmcrypt-2.5.8-13.el7.x86_64: [Errno 5] [Errno 12] Cannot allocate memory php56w-mcrypt-5.6.5-1.w7.x86_64: [Errno 5] [Errno 12] Cannot allocate memory 我检查了一下 free -m total used free shared buffers cached Mem: 490 421 68 8 3 42 -/+ buffers/cache: 376 113 Swap: 0 0 0 top PID USER PR NI VIRT RES …
11 yum  centos-7 

2
“创建切片用户-0.slice。” 和“启动root用户会话2025”。在/ var / log / messages中
可以让一些美丽的头脑解释一下“ Created slice user-0.slice”的这些条目是什么。和“启动root用户会话2025”。请在Centos 7的/ var / log / messages中输入? [root@bew /]# tail -f /var/log/messages May 26 21:20:01 bew systemd: Created slice user-0.slice. May 26 21:20:01 bew systemd: Starting Session 2025 of user root. May 26 21:20:01 bew systemd: Started Session 2025 of user root. May 26 22:22:33 bew systemd: …
11 logging  centos-7 

2
在VirtualBox上单击“安装CentOS”会导致出现黑屏?
我的Lubuntu可以在VirtualBox上正常运行。 我遵循了在VirtualBox上安装CentOS 7的相同步骤。但是,一旦看到CentOS安装菜单,我就单击“ Install CentOS”,然后出现黑屏! 再次,一旦我单击“安装CentOS 7”,就会看到“黑屏”,仅此而已。 请注意,我知道CentOS 7是64位,因此我预先在BIOS中启用了虚拟化。 我尝试了“最小ISO CentOS”和“ DVD ISO CentOS”,但两者都导致出现黑屏。 我什至在安装菜单中单击了故障排除选项,该选项提供了以“基本图形模式”安装CentOS 7的选项,但我仍然出现黑屏。 我尝试过的所有操作都无法在Virtualbox(4.3.26-最新版本)上安装CentOS 7。

1
getent passwd不起作用;CentOS 7和SSSD LDAP认证
我在全新的服务器上安装了CentOS 7。我所有的服务器都通过LDAPS在RHEL5,Debian和Solaris等各种系统上获得最终用户身份验证。我注意到CentOS 7上有一个新层,它是NSS和PAM之上的SSS。无论如何,我尝试复制与其他服务器相同类型的连接。 该命令ldapsearch -x在LDAP中绑定,但在LDAPS中不绑定。 在挖掘问题时,我尝试在LDAP中进行连接以压缩SSS层,并将这些行放入 /etc/nsswitch.conf passwd: files ldap #sss shadow: files ldap #sss group: files ldap #sss 然后我在 /etc/sssd/sssd.conf cache_credentials = False 然后我重新启动了ssd。 systemctl restart sssd 我检查了命令authconfig --test,一切似乎都正常:(http://www.heypasteit.com/clip/1LZ2)


1
Docker无法解析需要多个名称服务器的主机
我正在运行一个Docker容器,它可以克隆一些git存储库并在其自身内部构建一个项目。 它克隆来自2个不同存储库的代码:一个是公共的 github.com 而另一个是私人的 my.companys.github.enterprise.net 并且只能通过VPN访问。 在我的 resolv.conf 我有2个名称服务器:一个用于公共服务,一个用于VPN: nameserver 8.8.8.8 nameserver 10.10.3.3 当我尝试在我的docker容器中克隆存储库时,它只能解析 github.com 存储库,无法解决 my.companys.github.enterprise.net 库。 如果我在我的线路中切换 resolv.conf,那它只能解决 my.companys.github.enterprise.net 而不是 github.com 那些。 有没有办法允许Docker使用2个不同的名称服务器来解析两个到存储库的链接 resolv.conf 而不只是尝试第一个?

1
文件夹/etc/yum.repos.d内的内容说明
我对Linux和Centos很新。有人可以用简单的语言概述yum.repos.d里面的内容,以及它与/etc/yum.conf中的内容有什么不同。 我听说我们必须在yum.repos.d目录中创建一个存储库。为什么我们需要这样做? yum update命令也使用这些存储库吗?
1 yum  centos-7 

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.