問題タブ [rhel]

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 投票する
1 に答える
39732 参照

linux - RHEL への tshark のインストール

yum install を使用して RHEL マシンに tshark をインストールする方法はありますか?

私がしたとき:yum install tshark

私は戻りました:

私がやったとき: yum list tshark 私は戻ってきました:

0 投票する
1 に答える
8507 参照

c - rhel 6.1 に gcc をインストールする

Rhel 6.1 マシンに GCC がインストールされていないようです。また、私がしたとき:

それはバーフしました:

rhel 5.5 では同じコマンドが正常に機能します。何が問題なのですか?

アップデート:

戻り値:

戻り値:

戻り値:

更新 2:

戻り値:

0 投票する
2 に答える
793 参照

linux - 個々のユーザーの crontab エントリ

私の RHEL5 ボックスでは、これまで /etc/crontab ファイルにエントリを配置して cron ジョブをセットアップしました。これは安全上の理由から、root のみが編集できます。

個々のユーザーに cron ジョブを設定する他の方法はありますか? できれば、ルート権限を必要とせずに自由に編集できる独自の cron ファイルを各ユーザーに持たせたいと思います。

これはできますか?

0 投票する
1 に答える
2234 参照

linux - Crontabは、実行ごとに3回コマンドを実行しています

RHELサーバーに次のcrontabを設定しています...

ご覧のとおり、これは2分ごとに実行されるはずですが、コマンドは3回実行されるため、理由がわかりません。

私が走ったら

私は次のようになります

誰かがこれに光を当てることができますか?

0 投票する
1 に答える
978 参照

mysql - do_mysql を gem インストールできません。mysql ディレクトリが存在しません

したいのですがgem install do_mysql、MySQL ヘッダー ファイルが見つからないため失敗します。

私のシステム管理者はmysqlをパッケージとしてインストールするため、基本的に「/usr/local/mysql」はまったく存在しません!!

それで、私は何をすべきですか?

パッケージを照会することによって

0 投票する
1 に答える
5901 参照

git - RHEL6用のgit-svnのインストール/ビルド

RHEL6リポジトリにアクセスできないので、RedHat Enterprise Linux 6でgit-svnツールをビルドおよび/またはインストールするための最良のアプローチは何でしょうか?


既存のものをアンインストールして(yum Erase git)、ソースから最新のものをインストールすることで、git&git-svn1.7.9をインストールすることができました。64ビットでも動作しました。

0 投票する
2 に答える
853 参照

c - Slow initial timing results using gettimeofday - worse under RHEL6 Server

I am using gettimeofday() to time a simple matrix multiply example, but I'm getting results that are close to twice too long initially. On a RHEL6 Server machine, I'm getting "bad" timing results for up to nearly 1 second (~65 individual timings in this example). All our other machines are RHEL5 Workstation boxes and this code works much better on them; I only get a couple of "bad" results initially (for first ~20 milliseconds).

From posts on this site, I think this probably has something to do with the OS process scheduler. If I uncomment the first "for" statement below (thereby inserting an initial busy loop by repeatedly initializing the matrices a, b and c), I get zero "bad" results under both RHEL5 Workstation and RHEL6 Server. Alternatively, if I uncomment the sleep statement, I get ALL "bad" timing results for both RHEL5 & RHEL6.

For some reason, my process is starting up with only about half the access to the CPU initially, then it gets "full" access to the CPU as long as the process stays busy. If it "sleeps" and then resumes timing, it again is temporarily only getting about half the full access to the CPU.

Nothing else is happening on the machine (X is not running). I have tried "chrt" to control the priority of the process, but that changed nothing. I've verified this occurs with both GCC 4.4.6 and ICC 12.1.0. I've tried "nice" as well.

Here's the code:

and here are the results:

I experience the problem regardless of optimization level (-O0, -O1, -O2, etc.).

Does anyone know anything about how scheduling is done under RHEL6 Server? Is it so very different from RHEL5 Workstation? I presume the difference I'm seeing is more a function of the fact that one box is a server edition of RHEL and the other is a workstation edition (rather than the difference between release 5 vs. 6). Is there some simple way to reduce this effect under RHEL6 Server and make it act more like the RHEL5 Workstation boxes?

Any ideas? Thanks.

0 投票する
1 に答える
103 参照

multithreading - RHEL での solaris コマンドの複製

やat RHELなどの同等のコマンドはありますpidmaxか? または、どのように開発できますか?つまり、メモリ、CPU、実行中のプロセスなどのいくつかの変数間のバランスという式が存在する必要があります。max_nprocsmaxuprc

前もって感謝します。

0 投票する
1 に答える
1081 参照

java - ガイドが機能しない後、デーモンサービスとしてJavaプログラムを実行しますか?(RHEL 5)

ここに記載されているようにプログラムを実行しようとしています:http://www.source-code.biz/snippets/java/7.htm

次のコマンドを実行しているときに、エラーが表示されます。

エラーは次のとおりです

それをデバッグする方法は?または、このガイドに従っている場合、このエラーが発生しますか?パスJAVA_HOMEが正しく設定されています。

0 投票する
3 に答える
4678 参照

php - RHEL + PHP:/ var / www / htmlの外部にファイルを書き込みますか?

読み取り/書き込み用にファイルを開こうとしています。私はUbuntuで開発してきましたが、何の問題もありませんでした。次に、RHELサーバーにデプロイします。書き込み先のファイルの場所に、なんらかの制限があるようです。

RHELでは、/ var / www / htmlの下にない限り、ファイルを開くことができません。他の場所を許可する方法がわかりません。ディスク容量管理の理由から、別のボリューム上のファイルを操作する必要があります。

以下は、Ubuntuで正常に機能するコードですが、ファイルがWebルートの外部にある場合はRHELで機能しなくなります。

実際のエラーは次のとおりですが、これは奇妙なことです。これは、アクセス許可が適切であるためです( "apache"ユーザーが所有し、ファイルに0644パーマ、dirsに755パーマがあります)。

RHELのApache/PHP構成を解除して、ファイルシステム上の別の場所に書き込むことができるようにする方法を説明しているドキュメントを誰かに教えてもらえますか?

ありがとう、〜ポール