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)
Rocky linux9.7 に最新版のgimpをインストール
標準版のgimp を削除して、最新版のgimpをインストールする。 sudo dnf install flatpak sudo flatpak remote-delete --force flathub sudo flatpak remote-add --if-not-exis...
-
■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...
-
Permission denied: [client 127.0.0.1:33562] mod_wsgi (pid=5683): Unable to connect to WSGI daemon process 'analyze' on '/etc/htt...
-
$ alias sqlplus='rlwrap -pRed -if /usr/local/opt/rlwrap-extensions/sqlplus sqlplus64' $ sqlplus user/password@192.168.1.xxx:1521/sid...
0 件のコメント:
コメントを投稿