MythTV 后端配置。无法将自己添加为 root 用户

MythTV 后端配置。无法将自己添加为 root 用户

我全新安装了 Ubuntu 13.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]

当我输入登录密码时,出现了一个停顿,然后我收到消息:

[Incorrect password.....Try again]

尝试三次后,我收到消息:

[Failed to run adduser 'david' 'mythtv' as user root. Wrong password]

答案1

我也遇到了同样的问题。解决方法是手动执行此操作 - 使用以下命令:

sudo usermod -a G mythtv <userid>

<userid>是您的特定用户登录名)

使用以下命令确认更改:

id <userid>

您需要重新启动才能成功运行 mythtv

答案2

我刚刚安装了 mythtv,遇到了同样的问题。

钢铁司机在评论中找到了解决方案。运行gksu-properties 并将模式从更改为susudo这对我来说解决了它不接受我的密码来停止/启动后端的问题。

相关内容