我有一个新的Ubuntu13.04安装。我收到以下信息:
电文1:
You must be a member of the "mythtv" group before starting any mythtv applications.
Would you like to automatically be added to the group?
(Note: sudo access required)电文2:
[Please enter your current login password to be added to the mythtv group]当我输入我的登录密码时,会有一个暂停,然后I得到消息:
[Incorrect password.....Try again]在三次尝试之后,我得到了这样的信息:
[Failed to run adduser 'david' 'mythtv' as user root. Wrong password]发布于 2013-07-21 17:22:13
我也有同样的问题。解决方法是手动执行此操作--使用以下命令:
sudo usermod -a G mythtv <userid>(<userid>是您的特定用户登录名)
使用以下命令确认更改:
id <userid>您需要重新启动/重新启动才能成功运行mythtv
https://askubuntu.com/questions/321719
复制相似问题