rootで起動するとエラーがでる。
Lua: Error during loading:
[string "/usr/share/wireshark/init.lua"]:45: dofile has been disabled
45行目をコメントにしたら、エラーが止まった。
-- dofile = function() error("dofile has been disabled") end
loadfile = function() error("loadfile has been disabled") end
loadlib = function() error("loadlib has been disabled") end
require = function() error("require has been disabled") end
2011年7月9日土曜日
登録:
コメントの投稿 (Atom)
Let'sEncryptのSSL証明書
sudo dnf install epel-release -y sudo dnf install certbot python3-certbot-nginx -y certbot --nginx -d office.dom.mydns.jp -d link.dom.mydns....
-
■Rocky Linux8 ORACLE RPM インストール # curl -o oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL8/ap...
-
$ alias sqlplus='rlwrap -pRed -if /usr/local/opt/rlwrap-extensions/sqlplus sqlplus64' $ sqlplus user/password@192.168.1.xxx:1521/sid...
-
【タイムゾーンと日本語】 $ sudo timedatectl set-timezone Asia/Tokyo $ sudo timedatectl $ sudo localectl set-locale LANG=ja_JP.utf8 $ sudo localectl 【プロキ...
0 件のコメント:
コメントを投稿