- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我看到这个问题已经发布并回答了。但是,帖子答案对我不起作用。发布的答案有2个解决方案:
1 - 以 root 身份运行 bashdb
this does not work for me because the script I am trying to debug must be run as mqm. This script exits when it sees that it is being run (via bashdb) as root.
2 - 将用户添加到 ls -l $(tty) 列出的组中
I ran this command and got:
mqm@localhost.localdomain(/var/mqm/scripts): ls -l $(tty)
I ran (as root) usermod -a -G root mqm
并验证根组包含 mqm -
最佳答案
Bashdb 还有一个 --tty
选项。
默认情况下,bashdb ...
与 bashdb --tty $(tty)
相同.所以试着给出一个明确的 --tty
使用您知道可以写入的 tty 或伪 tty 名称的参数。
以下是在运行 bash 之前如何测试对 tty 的访问权限。假设 tty 是 /dev/pts/2
然后运行
回声嗨>/dev/pts/2
如果可行,请尝试 bashdb -tty /dev/pts/2 ...
关于centos - 将用户添加到通过 ls -l $(tty) 列出的组后出现 bashdb 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44605878/
我按照本手册学习如何使用 bashdb: http://archive09.linux.com/articles/153383.html#commentthis当我使用 bashdb 对脚本进行 bt
我看到这个问题已经发布并回答了。但是,帖子答案对我不起作用。发布的答案有2个解决方案: 1 - 以 root 身份运行 bashdb this does not work for me because
我在使用 bash 4.3 的 fedora 21 上安装了 bashdb 。我需要使用 --debugger 运行,因为我希望将 $0 正确设置为脚本的名称,而不是 bashdb。 bash --d
我正在尝试在 CentOS 4.1 上使用 bashdb(不幸的是我无法选择不同/更新的操作系统)。我安装了 bash 4.2,然后安装了 bashdb 4.2-0.8。配置、制作、检查或安装没有任何
我是一名优秀的程序员,十分优秀!