问题标签 [rhel6]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
3724 浏览

python - ipython notebook on RHEL 6?

I'm currently trying to setup a ipython notebook server as a common place for several researchers to collaborate. I've successfully set this up on a an Ubuntu installation on a VMWare VM on Windows 7. But to make this more "robust", I'm attempting to run this on a server supported by our technology group. Our technology group insists on paying for a license, and consequently they've stood up a VM running RHEL 6 and have given me admin privileges.

My question is: can I set up ipython notebook server on RHEL 6? Should it be a difficult task?

I have several potential points of failure:

  1. I'm behind a proxy and have had to work with our security team to get appropriate ports open to be able to update via 'yum update'
  2. Using RHEL 6 and after including the EPEL repository, I still can't seem to find appropriate packages for ipython-notebook.
  3. I'm not a linux admin. I dabble and figure stuff out, but a guru I am not.

If RHEL 6 isn't the appropriate distribution to run notebook, then I need to know that so I can get access to something more appropriate. If it is viable, then I need some direction on what the expected setup process is.

0 投票
0 回答
390 浏览

jdk1.6 - RHEL 6 - 64 位和 JDK 中的 32 位库

我有一个安装了 64 位的 Linux Redhat 6,并且可以很好地与某些应用程序配合使用。

我的问题是我尝试安装 jdk1.6u30 32 位版本,因为我需要它。

我还安装了 glibc.i686、glibc-devel.i686 和 compat-libstdc++,...

每次我有以下错误:

然后java不起作用

我检查了 /lib 中所需的库,但似乎与 /lib64 中的库相同。

有任何想法吗。

0 投票
3 回答
17068 浏览

python - Linux 上文件的默认缓冲区大小

文档指出缓冲的默认值为: If omitted, the system default is used. 我目前使用的是 Red Hat Linux 6,但我无法确定为系统设置的默认缓冲。

谁能指导我如何确定系统的缓冲?

0 投票
1 回答
626 浏览

session - 在 RHEL 6 上清除cherrypy 应用程序的会话文件而不清除活动会话的最佳方法是什么?

在 RHEL 6.3 上清除cherrypy 应用程序的会话文件而不清除活动会话的最佳方法是什么?我可以运行一个 cron 作业来清除上次修改时间超过 15 天的文件吗?

我试过执行这个命令......

这个网站

但它不会删除至少 5 天前修改过的任何文件。任何帮助表示赞赏。

0 投票
7 回答
30684 浏览

linux - 在 RHEL 6 上安装 R

我的问题与此类似 - 在 Linux CentOS 6.3 上安装 R 时出现问题

我安装了 epel,但是当我运行 yum install R 时,我遇到了两个依赖问题 -

错误:包:R-core-3.0.1-2.el6.x86_64 (epel) 要求:libjpeg.so.62(LIBJPEG_6.2)(64bit)

错误:包:R-core-devel-3.0.1-2.el6.x86_64 (epel) 要求:texinfo-tex

我尝试使用来自http://rpm.pbone.net/index.php3/stat/4/idpl/15993086/dir/scientific_linux_6/com/texinfo-tex-4.13a-8.el6的 rpm 文件安装 texinfo-tex .x86_64.rpm.html

但是,这使我进入了一长串缺少依赖项的树。我下载并尝试安装 5 个不同的 rpm 文件,每次都缺少一些依赖项。Ans 这只是这棵依赖树的一个分支。我想,一定有更好的方法。有人可以帮忙吗?这一直让我发疯。

编辑:我正在尝试的另一个选择是从源代码构建 R。不确定这是否会在缺少软件包的情况下起作用。但是,现在它说它找不到 fortran 编译器(“未找到 F77 编译器”)。我安装了 gcc,以为它会有一个,但显然没有。

0 投票
2 回答
1082 浏览

mariadb - MariaDB 无法在 RHEL 6 上启动

在 RHEL6 中安装 MariaDB 并启动服务器service start mysql会出现错误

我怎样才能解决这个问题。

0 投票
1 回答
3921 浏览

gcc - /usr/bin/ld: 在 RHEL 6 上找不到 -lc

我正在编译一些试图检查 gcc “-static” 选项的库,如下所示。在 RHEL6 中,这失败为“找不到 -lc”。

我在系统中找不到可用的 libc.a。

如何解决这个问题?

0 投票
2 回答
3512 浏览

linux - RHEL 6.5 上的扭矩安装

我想在 RHEL 6 单机(32 个 CPU)上安装 TORQUE。

我按照手册的所有说明进行安装,但最后我遇到了错误。以下是我遵循的所有步骤:

第一步,确保 libxml2-devel openssl-devel gcc gcc-c++ 已安装并且是最新的:

然后我下载并提取了最后一个版本。然后我运行了默认配置:

我运行了 make 和 make install:

没有错误。

我将 trqauthd 守护进程配置为在系统启动时自动启动:

那里有第一个错误。

错误代码的意思是:

无论如何,我一直安装到最后,我设法启动了妈妈和服务器服务,但最终得到了:

你能帮助我吗?我可以为您提供所需的所有日志/信息。谢谢!!

0 投票
1 回答
2604 浏览

c++ - 在 RHEL 6 上强制核心转储

如何强制进程在 RHEL 6 上进行核心转储?

我尝试了 kill -3 ,但该进程仍在运行。

kill -SIGSEGV 杀死进程,但不生成核心:

请告诉我还有什么可以尝试强制进程核心。

0 投票
0 回答
1009 浏览

c - 在 rhel 6 中安装 gcc 包

我在某处读到,要安装 ns 2 工具以使用网络模拟器,我们需要安装三个名为:autoconf, automake, and gcc. 我已经安装了前两个,但是在安装名为第三个的包gcc-3.2.2-5.i386.rpm时,会出现以下问题:

我安装了这个包glibc-devel-2.3.2-11.9.i386.rpm

然后我收到以下错误:

在安装这个glibc-2.3.2-11.9.i386.rpm

我成功安装了软件包kernel-headers-2.4.9-34.i386.rpm ,但是在安装时glibc-common-2.3.2-4.80.8.i386.rpm

我正处于学习 linux 的最初阶段,并在最后一年从事我的项目,如果有人可以,请帮助我。

提前致谢。